Remove some cpp that is internal to configure.in.
[emacs.git] / src / ChangeLog
blobdc0dd35e632350672281f9879e63409b5391e9ca
1 2010-06-30  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (CANNOT_DUMP): Update for configure name change.
5         * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
6         * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
7         * s/darwin.h (SYSTEM_MALLOC):
8         * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
10 2010-06-29  Jan Djärv  <jan.h.d@swipnet.se>
12         * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
13         (ns_get_screen): Don't assign integer to f.
14         (Fx_display_color_cells): Declarations before statements.
16 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
18         * xfns.c (x_default_font_parameter): Remove got_from_system
19         (Bug#6526).
21         * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
22         (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
23         defines based on what configure finds.
25         * xterm.c (XTflash): Use gtk_widget_get_window.
26         (xg_scroll_callback): Use gtk_adjustment_get_upper and
27         gtk_adjustment_get_page_size.
28         (handle_one_xevent): Use gtk_widget_get_mapped.
29         (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
30         messages.
32         * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
34         * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
35         HAVE_GTK_FILE_SELECTION_NEW.
37         * gtkutil.c (xg_display_open, xg_display_close): Remove
38         HAVE_GTK_MULTIDISPLAY, it is always defined.
39         (xg_display_open): Return type is void.
40         (gtk_widget_set_has_window)
41         (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
42         (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
43         (gtk_adjustment_set_page_increment)
44         (gtk_adjustment_get_step_increment): #define these if not found
45         by configure.
46         (remove_submenu): New define based on Gtk+ version.
47         (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
48         gtk_widget_get_window.
49         (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
50         (xg_create_frame_widgets): Use gtk_widget_set_has_window.
51         (create_dialog): Use gtk_dialog_get_action_area and
52         gtk_dialog_get_content_area.
53         (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
54         and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW.  File chooser is always
55         available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
56         (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
57         g_object_ref and g_object_unref.
58         (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
59         gtk_widget_get_sensitive.
60         (xg_update_submenu): Use remove_submenu.
61         (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
62         properties instead to get old x and y position.
63         (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
64         gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
65         gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
66         (xg_get_tool_bar_widgets): New function.
67         (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
68         (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
69         (toolbar_set_orientation): New #define based on if configure
70         finds gtk_orientable_set_orientation.
71         (xg_create_tool_bar): Call toolbar_set_orientation.
72         (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
73         instead of gtk_box_pack_start_defaults.
75 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
77         * cmds.c (Fdelete_backward_char): Move into Lisp.
79 2010-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
81         * s/freebsd.h (BSD4_2): Remove redundant definition.
82         bsd-common.h defines it already.
84 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
86         * xfns.c (Fx_create_frame): Don't consult X resouces when setting
87         menu-bar-lines and tool-bar-lines.  Use menu-bar-mode and
88         tool-bar-mode, which are now set using these X resources at
89         startup, to determine the defaults (Bug#2249).
91         * w32fns.c (Fx_create_frame):
92         * nsfns.m (Fx_create_frame): Likewise.
94         * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
96 2010-06-24  Juanma Barranquero  <lekktu@gmail.com>
98         * gtkutil.c (xg_update_scrollbar_pos):
99         Avoid C99 mid-block variable declaration.
101 2010-06-22  Jan Djärv  <jan.h.d@swipnet.se>
103         * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
105         * gtkutil.h (xg_show_scroll_bar): : Remove.
107         * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
108         if height is less than scroll bar min size.
109         (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
111         * xfns.c (x_default_font_parameter): Try to open font from system
112         before using it (bug#6478).  Rename got_from_gconf to got_from_system.
114 2010-06-22  Keith Packard <keithp@keithp.com> (tiny change)
116         * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
118 2010-06-20  Eli Zaretskii  <eliz@gnu.org>
120         * xdisp.c (try_scrolling): When scroll-conservatively is set to
121         most-positive-fixnum, be extra accurate when scrolling window
122         start, to avoid missing the cursor line.
124 2010-06-19  Eli Zaretskii  <eliz@gnu.org>
126         * xdisp.c (try_scrolling): Compute the limit for searching point
127         in forward scroll from scroll_max, instead of an arbitrary limit
128         of 10 screen lines.  See
129         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
130         and
131         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
132         for details.
134 2010-06-16  Glenn Morris  <rgm@gnu.org>
136         * editfns.c (Fbyte_to_string): Pacify compiler.
138 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * lread.c (read1): Phase out old-style backquotes a bit more.
142 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
144         * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
145         bidimirror.h.
147         * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
149         * bidi.c (bidi_initialize): Remove explicit initialization of
150         bidi_type_table; include biditype.h instead.  Don't support
151         entries whose second codepoint is zero.  Initialize bidi_mirror_table.
152         (bidi_mirror_char): Use bidi_mirror_table.
154         * biditype.h: New file.
156         * bidimirror.h: New file.
158         * window.c (syms_of_window): Doc fix (bug#6409).
160 2010-06-12  Romain Francoise  <romain@orebokech.com>
162         * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
163         ediff-hook.
165 2010-06-10  Glenn Morris  <rgm@gnu.org>
167         * editfns.c (Fbyte_to_string): Pacify compiler.
169         * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
171 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
174         Check `object's type before accessing its guts.
176 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
178         * s/usg5-4.h: Fix previous change.
179         Suggested by Lawrence Mitchell <wence@gmx.li>
181 2010-06-08  Andreas Schwab  <schwab@linux-m68k.org>
183         * minibuf.c (Fall_completions): Add more checks.
185 2010-06-08  Juanma Barranquero  <lekktu@gmail.com>
187         * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
189 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
191         * lread.c (X_OK): Remove, unused.
193         * dispnew.c: Remove obsolete comment.
195         Remove INCLUDED_FCNTL.
196         * xterm.c (INCLUDED_FCNTL):
197         * callproc.c (INCLUDED_FCNTL):
198         * alloc.c (INCLUDED_FCNTL):
199         * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
200         (emacs_get_tty, emacs_set_tty): Declare unconditionally.
202 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
204         * window.c (Fselect_window): Move `record_buffer' up to the
205         beginning of this function, so the buffer gets recorded
206         even if the selected window does not change.
207         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
209 2010-06-07  Juanma Barranquero  <lekktu@gmail.com>
211         * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
212         (Fforward_line, Fbeginning_of_line): Reflow docstrings.
214 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
216         Remove BSTRING related code, all platforms define it.
217         * s/usg5-4.h (BSTRING): Remove definition.
218         * s/template.h (BSTRING):
219         * s/msdos.h (BSTRING):
220         * s/ms-w32.h (BSTRING):
221         * s/hpux10-20.h (BSTRING):
222         * s/gnu-linux.h (BSTRING):
223         * s/darwin.h (BSTRING):
224         * s/cygwin.h (BSTRING):
225         * s/bsd-common.h (BSTRING):
226         * s/aix4-2.h (BSTRING): Likewise.
227         * sysdep.c: Remove code depending on BSTRING not being defined.
229 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
231         Remove obsolete macro BASE_LEADING_CODE_P.
232         * character.h (BASE_LEADING_CODE_P): Remove.
233         * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
234         * buffer.c (Fset_buffer_multibyte):
235         * indent.c (scan_for_column, compute_motion):
236         * insdel.c (count_combining_before, count_combining_after):
237         Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
239 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
241         Turn `directory-sep-char' into a noop.
243         * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
244         (DIRECTORY_SEP): Define unconditionally.
246         * s/ms-w32.h (DIRECTORY_SEP): Remove.
248         * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
249         call dostounix_filename directly.
251         * fileio.c (CORRECT_DIR_SEPS): Remove.
252         (Ffile_name_directory, directory_file_name, Fexpand_file_name)
253         (Fsubstitute_in_file_name): Use dostounix_filename instead.
254         (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
255         (syms_of_fileio) <directory-sep-char>: Move to subr.el.
257         * w32proc.c (CORRECT_DIR_SEPS): Remove.
258         (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
260 2010-06-03  Andreas Schwab  <schwab@linux-m68k.org>
262         * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
263         address.  (Bug#6346)
265 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
267         * ccl.c (Fccl_program_p): Fix typo in docstring.
269 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
271         Move UNEXEC definition to autoconf.
272         * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
273         * s/sol2-10.h (UNEXEC):
274         * s/irix6-5.h (UNEXEC):
275         * s/hpux10-20.h (UNEXEC):
276         * s/gnu-linux.h (UNEXEC):
277         * s/darwin.h (UNEXEC):
278         * s/cygwin.h (UNEXEC):
279         * s/bsd-common.h (UNEXEC):
280         * s/aix4-2.h (UNEXEC):
281         * m/alpha.h (UNEXEC): Likewise.
282         * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
284 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
286         Remove obsolete pre-unicode2 macros.
287         * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
288         * composite.c (composition_reseat_it):
289         * data.c (Faset):
290         * fns.c (Ffillarray):
291         * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
292         [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
294 2010-06-03  Juri Linkov  <juri@jurta.org>
296         * buffer.c (Fother_buffer): Add CHECK_FRAME.
297         (Fswitch_to_buffer): Remove unused variable `err'.
299 2010-06-03  Glenn Morris  <rgm@gnu.org>
301         * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
303         * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
304         now that AH_BOTTOM does it.
306         * m/hp800.h (HAVE_ALLOCA):
307         * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
309         * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
310         Remove NOT_C_CODE tests, it is always true now.
312 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
314         Fix config.h includes.
315         * xsettings.c:
316         * xgselect.c:
317         * nsterm.m:
318         * nsselect.m:
319         * nsimage.m:
320         * nsfont.m:
321         * nsfns.m:
322         * dbusbind.c: Use #include <config.h> instead of "config.h" as all
323         other files do.
325         * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
327         * s/sol2-6.h: Remove obsolete comments.
329         Remove unnecessary alloca.h includes.
330         * keymap.c: Do not include alloca.h, config.h does that.
331         * sysdep.c: Likewise.  Do not define fwrite, not used.
333 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * sysdep.c (child_setup_tty): Move the non-canonical initialization to
336         the HAVE_TERMIO where it belongs (bug#6149).
338 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
341         of bug#6305).
343 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
345         * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
346         state is always cached (bug#6306).
348 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
350         Fix cursor motion in bidi-reordered continued lines.
351         * xdisp.c (try_cursor_movement): Backup to non-continuation line
352         only after finding point's row.  Fix the logic.  Rewrite the loop
353         over continuation lines in bidi-reordered buffers.  Return
354         CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
355         rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
357 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
359         * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
361 2010-05-28  Kenichi Handa  <handa@m17n.org>
363         * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
364         Don't sheck SPEC if it is nil.
365         (font_list_entities): Call font_delete_unmatched if
366         Vface_ignored_fonts is non-nil.  (Bug#6287)
368 2010-05-28  Glenn Morris  <rgm@gnu.org>
370         * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
372 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
374         * fileio.c (Fdelete_file): Change meaning of optional arg to mean
375         whether to trash.
376         (internal_delete_file, Frename_file): Callers changed.
377         (delete_by_moving_to_trash): Doc fix.
378         (Fdelete_directory_internal): Don't move to trash.
380         * callproc.c (delete_temp_file):
381         * buffer.c (Fkill_buffer): Callers changed.
383         * lisp.h: Update prototype.
385 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
387         * xdisp.c (redisplay_window): After redisplay, check if point is
388         still valid before setting it (Bug#6177).
390 2010-05-27  Glenn Morris  <rgm@gnu.org>
392         * Makefile.in, autodeps.mk, deps.mk, ns.mk:
393         Convert comments to Makefile format.
395         * Makefile.in (bootstrap-clean): No more Makefile.c.
397 2010-05-26  Glenn Morris  <rgm@gnu.org>
399         * Makefile.in (YMF_PASS_LDFLAGS): Remove.
400         (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
402         * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
403         Remove.
404         (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
406 2010-05-26  Kenichi Handa  <handa@m17n.org>
408         * composite.c (composition_compute_stop_pos): Fix condition for
409         backward scanning.
411 2010-05-25  Glenn Morris  <rgm@gnu.org>
413         * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
414         Move before TEMACS_LDFLAGS.
415         (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
416         (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
418         * Makefile.in (NOT_C_CODE): No longer define.
419         (config.h): No longer include.
421         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
422         variables it may reference.
424         * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
425         (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
427 2010-05-25  Kenichi Handa  <handa@m17n.org>
429         * dispextern.h (struct composition_it): New members rule_idx and
430         charpos.
432         * xdisp.c (set_iterator_to_next): While scanning backward, assume
433         that the character positions of IT point the last character of the
434         current grapheme cluster.
435         (next_element_from_composition): Don't change character positions
436         of IT.
437         (append_composite_glyph): Set glyph->charpos to
438         it->cmp_it.charpos.
440         * composite.c (autocmp_chars): Change the first argument to RULE,
441         and try composition with RULE only.
442         (composition_compute_stop_pos): Record the index number of the
443         composition rule in CMP_IT->rule_idx.
444         (composition_reseat_it): Call autocmp_chars repeatedly until the
445         correct rule of the composition is found.
446         (composition_update_it): Set CMP_IT->charpos.  Assume the CHARPOS
447         is at the last character of the current grapheme cluster when
448         CMP_IT->reversed_p is nonzero.
450 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * editfns.c (Fbyte_to_string): New function.
454 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * process.c (Fmake_network_process): Set :host to nil if it's not used.
457         Suggested by Masatake YAMATO <yamato@redhat.com>.
459 2010-05-23  Eli Zaretskii  <eliz@gnu.org>
461         * dispextern.h (init_iterator): Sync prototype with changed definition.
463 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
465         * s/netbsd.h: If terminfo is found, use it in preference to
466         termcap.  (Bug#6190)  [Backport from trunk]
468 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
470         Redesign and reimplement bidi-aware edge positions of glyph rows.
472         * dispextern.h (struct glyph_row): New members minpos and maxpos.
473         (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
474         (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
475         and maxpos members instead of start.pos and end.pos, respectively.
477         * xdisp.c (display_line): Compare IT_CHARPOS with the position in
478         row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
479         (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
480         (try_window_reusing_current_matrix, try_window_id):
481         Use ROW->minpos rather than ROW->start.pos.
482         (init_from_display_pos, init_iterator): Use EMACS_INT for
483         character and byte positions.
484         (find_row_edges): Rename from find_row_end.  Accept additional
485         arguments for minimum and maximum buffer positions seen by
486         display_line for this row.  Don't use iterator to find the
487         position following the maximum one; instead, increment the
488         position found by display_line directly.  Fix logic; eol_pos
489         should be tested before the rest.  Handle the case of characters
490         delivered from display vector (bug#6036).  Fix tests related to
491         it->method.  Handle the truncated_on_right_p rows.
492         (RECORD_MAX_MIN_POS): New macro.
493         (display_line): Use it to record the minimum and maximum buffer
494         positions for glyphs in the row being assembled.  Record the
495         position of the newline that terminates the line.  If word wrap is
496         in effect, restore minimum and maximum positions seen up to the
497         wrap point, when iterator returns to it.
498         (try_window_reusing_current_matrix): Give up if in bidi-reordered
499         row and cursor not already at point.  Restore original pre-bidi
500         code for unidirectional buffers.
502         * dispnew.c (increment_row_positions, check_matrix_invariants):
503         Increment and check row->start.pos and row->end.pos, in addition
504         to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
506         * .gdbinit (prowlims): Display row->minpos and row->maxpos.
507         Display truncated_on_left_p and truncated_on_right_p flags.
508         Formatting fixes.
509         (pmtxrows): Display the ordinal number of each row.  Don't display
510         rows beyond the last one.
512         * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
513         it is not copied by bidi_copy_it.
515 2010-05-22  Eli Zaretskii  <eliz@gnu.org>
517         * w32.c (sys_write): Break writes into chunks smaller than 32MB.
518         (Bug#6237)
520 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
522         * image.c (Fimage_flush): Rename from image-refresh.
524 2010-05-21  Chong Yidong  <cyd@stupidchicken.com>
526         * xdisp.c (redisplay_internal): Clear caches even if redisplaying
527         just one window.
529         * image.c (Vimage_cache_eviction_delay): Decrease to 300.
530         (clear_image_cache): If the number of cached images is unusually
531         large, decrease the cache eviction delay (Bug#6230).
533 2010-05-21  Glenn Morris  <rgm@gnu.org>
535         * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
536         Move these rules to ns.mk.
537         * ns.mk: New file.
539         * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
541         * Makefile.in (CANNOT_DUMP): New, set by configure.
542         (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
544 2010-05-20  Juri Linkov  <juri@jurta.org>
546         * fileio.c (Fdelete_file): Change interative spec to use
547         `read-file-name' like in `find-file-read-args' where the default
548         value is `default-directory' instead of `buffer-file-name'.
549         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
551 2010-05-20  Kevin Ryde  <user42@zip.com.au>
553         * keyboard.c (Vlast_command, Vkeyboard_translate_table)
554         (Voverriding_terminal_local_map, Vsystem_key_alist)
555         (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
557 2010-05-20  Glenn Morris  <rgm@gnu.org>
559         * Makefile.in (DEPDIR): New constant.
560         (DEPFLAGS): Set with configure, not cpp.
561         (MKDEPDIR): New, set by configure.
562         (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
563         (clean): Use $DEPDIR.
564         (deps_frag): Include from configure.
565         Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
566         * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
568         * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
569         reallocation of the cache.  (Bug#6210)
571 2010-05-19  Glenn Morris  <rgm@gnu.org>
573         * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
575         * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
576         (GNULIB_VAR): Remove.
577         (LIBES): Use LIB_GCC instead of GNULIB_VAR.
579         * m/ibms390x.h (LINKER):
580         * m/macppc.h (LINKER) [GNU_LINUX]:
581         * s/aix4-2.h (ORDINARY_LINK):
582         * s/cygwin.h (LINKER):
583         * s/darwin.h (ORDINARY_LINK):
584         * s/gnu.h (ORDINARY_LINK):
585         * s/netbsd.h (LINKER):
586         * s/usg5-4.h (ORDINARY_LINK):
587         Move to configure.
589         * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
591 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
593         * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
594         prevent stack overflow if number of arguments is too large
595         (Bug#6214).
597 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
599         * charset.c (load_charset_map_from_file): Don't call close after fclose.
601 2010-05-18  Glenn Morris  <rgm@gnu.org>
603         * s/gnu-linux.h: Combine two conditionals.
605         * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
606         $(POST_ALLOC_OBJ).
608         * Makefile.in (RALLOC_OBJ): New, set by configure.
609         (rallocobj): Replace with the previous variable.
610         (otherobj): Use $RALLOC_OBJ.
612         * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
613         * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
615         * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
616         (gmallocobj, vmlimitobj): Replace with previous two variables.
617         (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
619 2010-05-17  Glenn Morris  <rgm@gnu.org>
621         * Makefile.in (OLDXMENU_DEPS): New, set by configure.
622         (stamp-oldxmenu): Use $OLDXMENU_DEPS.
624 2010-05-16  Glenn Morris  <rgm@gnu.org>
626         * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
628         * Makefile.in (clean): Get rid of HAVE_NS conditional.
630         * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
631         trailing "/".
633         * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
634         (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
636         * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
637         (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
638         (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
639         (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
640         Make most of the NS_IMPL_GNUSTEP case the same as the default case.
642         * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
643         Remove ${STARTFLAGS}, nothing ever sets it.
645 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
647         * m/ia64.h (UNEXEC): Remove, set in s/*.h.
649 2010-05-16  Glenn Morris  <rgm@gnu.org>
651         * Makefile.in (LIBX_BASE): Always define.
653         * Makefile.in (LIBX_OTHER): Move out of cpp section.
655         * Makefile.in (LIBXT): Always define.
657 2010-05-15  Glenn Morris  <rgm@gnu.org>
659         * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
661         * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
662         (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
664 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
666         * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue.  (Bug#5916)
667         (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
669         * emacs.c (main): Initialize initial-environment and
670         process-environment before generating from env, not after.
672         Handle --version reasonably in CANNOT_DUMP configuration.
673         * emacs.c (emacs_version, emacs_copyright): New string variables.
674         (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
675         (syms_of_emacs): Defvar them, and initialize them from the C
676         string variables.
677         (main): If initialization hasn't been done, print initial version
678         info from the C strings, instead of starting an interactive session.
680 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
682         * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
683         of bidi_it->paragraph_dir.  Call bidi_initialize if needed.
684         (bidi_paragraph_init): Remove redundant assertion that we are at
685         the beginning of a line after call to bidi_find_paragraph_start.
687         * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
688         (syms_of_xdisp): Defsubr it.
690         * cmds.c (Fforward_char, Fbackward_char): Doc fix.
692         * Makefile.in: Fix MSDOS-related comments.
694 2010-05-15  Glenn Morris  <rgm@gnu.org>
696         * Makefile.in (OLDXMENU_TARGET): New, set by configure.
697         (really-lwlib, really-oldXMenu): Always define.
698         ($OLDXMENU): Depend on $OLDXMENU_TARGET.
700         * Makefile.in: Simplify cpp conditional.
702         * Makefile.in (${ns_appdir}): Simplify using umask.
704         * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
706 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * eval.c (specbind): Remove left-over duplicate test.
709         Disallow let-binding frame-local vars.  Add comment.
711 2010-05-14  Eli Zaretskii  <eliz@gnu.org>
713         Make the cache of bidi iterator states dynamically allocated.
714         * bidi.c (bidi_cache_shrink): New function.
715         (bidi_init_it): Call it.
716         (bidi_cache_iterator_state): Enlarge the cache if needed.
718         * bidi.c (bidi_move_to_visually_next): Rename from
719         bidi_get_next_char_visually.  All callers changed.
721 2010-05-14  Kenichi Handa  <handa@m17n.org>
723         * dispextern.h (struct composition_it): New member reversed_p.
725         * composite.c (composition_compute_stop_pos): Search backward if
726         ENDPOS < CHARPOS.
727         (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
728         Set CMP_IT->reversed_p.
729         (composition_update_it): Pay attention to CMP_IT->reversed_p.
731         * xdisp.c (set_iterator_to_next):
732         Call composition_compute_stop_pos with negative ENDPOS if we are
733         scanning backward.  Call composition_compute_stop_pos if scan
734         direction is changed.
735         (next_element_from_buffer): Call composition_compute_stop_pos with
736         negative ENDPOS if we are scanning backward.
737         (next_element_from_composition): Pay attention to
738         IT->cmp_it.reversed_p.
740 2010-05-14  Kenichi Handa  <handa@m17n.org>
742         * font.c (font_range): Return the range for the font found at first.
744 2010-05-14  Glenn Morris  <rgm@gnu.org>
746         * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
748         * Makefile.in (mktime, X11, register): Move undefs to configure.
750         * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
751         (MSDOS_X_OBJ): New variable.
752         (MSDOS_SUPPORT_REAL): New constant.
753         (MSDOS_SUPPORT): Set as a variable, not with cpp.
754         (obj): Use MSDOS_X_OBJ.
755         (lisp): Use MSDOS_SUPPORT as a variable.
757         * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
758         (GPM_MOUSE_SUPPORT): Now it's a constant.
759         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
760         not cpp.
762         * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
763         (ns_appresdir): Remove, unused.
765         * Makefile.in (SHELL): Move outside cpp section.
767         * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
769 2010-05-13  Glenn Morris  <rgm@gnu.org>
771         * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
772         (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
774         * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
775         HAVE_WINDOW_SYSTEM must be too.
777         * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
778         (lisp): Remove WINNT_SUPPORT.
780         * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
781         Let configure set these variables (to empty) in this case as well.
783         * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
784         (LIBX_BASE): Use $LD_SWITCH_X_SITE.
786         * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
787         (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
788         (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
789         (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
790         (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
791         the values output by configure.
792         (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
794 2010-05-12  Glenn Morris  <rgm@gnu.org>
796         * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
797         (LINKER_WAS_SPECIFIED): Remove.
799         * Makefile.in (LIB_GCC): Set using configure, not cpp.
800         (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
801         * m/arm.h (LIB_GCC) [GNU_LINUX]:
802         * s/cygwin.h (LIB_GCC):
803         * s/freebsd.h (LIB_GCC):
804         * s/gnu-linux.h (LIB_GCC):
805         * s/msdos.h (LIB_GCC):
806         * s/netbsd.h (LIB_GCC):
807         Move to configure.
809 2010-05-11  Karel Klic  <kklic@redhat.com>
811         * ftfont.c: Fix incorrect parentheses of #if condition for
812         definining M17N_FLT_USE_NEW_FEATURE.
814 2010-05-11  Glenn Morris  <rgm@gnu.org>
816         * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
817         * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
819 2010-05-10  Eli Zaretskii  <eliz@gnu.org>
821         * xdisp.c (init_iterator): Don't turn on bidi reordering in
822         unibyte buffers.  See
823         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
825 2010-05-10  Glenn Morris  <rgm@gnu.org>
827         * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
828         (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
829         (LIBES): Use LIBS_SYSTEM as a variable.
830         * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM.  Always define.
831         * s/aix4-2.h (LIBS_SYSTEM):
832         * s/freebsd.h (LIBS_SYSTEM):
833         * s/hpux10-20.h (LIBS_SYSTEM):
834         * s/sol2-6.h (LIBS_SYSTEM):
835         * s/unixware.h (LIBS_SYSTEM):
836         Move to configure.
838         * s/aix4-2.h (MAIL_USE_LOCKF):
839         * s/bsd-common.h (MAIL_USE_FLOCK):
840         * s/darwin.h (MAIL_USE_FLOCK):
841         * s/gnu-linux.h (MAIL_USE_FLOCK):
842         * s/irix6-5.h (MAIL_USE_FLOCK):
843         * s/template.h (MAIL_USE_FLOCK):
844         Move to configure.
846 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
848         * Version 23.2 released.
850 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
852         * composite.c (autocmp_chars): Save point as marker before calling
853         auto-composition-function (Bug#5984).
855         * lisp.h (restore_point_unwind): Add prototype.
857         * fileio.c (restore_point_unwind): Remove static attribute.
859 2010-05-08  Kenichi Handa  <handa@m17n.org>
861         * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
862         new feature of libotf and m17n-flt.
863         (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
864         Call OTF_check_features even if no specific feature is given.
865         (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
866         (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
867         that OUT is NULL.  Use OTF_drive_gsub_with_log and
868         OTF_drive_gpos_with_log instead of OTF_drive_gsub and
869         OTF_drive_gpos.
870         (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
871         (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
872         Setup mflt_enable_new_feature and mflt_try_otf.
874 2010-05-08  Jan Djärv  <jan.h.d@swipnet.se>
876         * xsettings.c (Ftool_bar_get_system_style): Correct comment.
878         * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
879         box and toolbar (Bug #6139).
880         (xg_create_tool_bar): Remove comment (Bug #6139).
881         (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
882         (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
884 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
886         * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
887         Update dependencies.
889 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
891         * fringe.c (update_window_fringes): Set up truncation bitmaps for
892         R2L lines.
894 2010-05-08  Glenn Morris  <rgm@gnu.org>
896         * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
898         * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
899         (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
900         (termcapobj): Replace with TERMCAP_OBJ.
901         (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
902         (LIBES): Use LIBS_TERMCAP as a variable.
904         * s/freebsd.h (osreldate.h): No longer include, since this file
905         does not use __FreeBSD_version any more.
907         * s/aix4-2.h (TERMINFO):
908         * s/cygwin.h (TERMINFO):
909         * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
910         * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
911         * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
912         * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
913         * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
914         * s/irix6-5.h (TERMINFO):
915         * s/netbsd.h (LIBS_TERMCAP):
916         * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
917         * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
918         * s/usg5-4.h (TERMINFO):
919         Move to configure.
921 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * eval.c (unbind_to): Don't unbind a local binding into the global
924         binding when the local binding disappeared.  Inversely, don't unbind
925         a global binding into a newly created local binding.
926         * data.c (set_internal): Make its `buf' arg into a `where' arg so we
927         can specify the frame to use, when applicable.  Adjust callers.
929 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
930             Stefan Monnier  <monnier@iro.umontreal.ca>
932         * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
934 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
936         * w32fns.c: Include w32.h.
937         (Fw32_shell_execute): Decode the error message before passing it
938         to `error'.  (Bug#6126)
940         * msdos.c (dos_set_window_size):
941         * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
942         instead of `XSYMBOL (foo)->value'.
944 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
946         Fix the MS-DOS build, broken by autoconfiscation.
948         * Makefile.in: Don't use Make-style comments past the "start of
949         cpp stuff" line.
950         (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
952         * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
953         edited directly by msdos/sed1v2.inp).
955 2010-05-07  Glenn Morris  <rgm@gnu.org>
957         * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
958         (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
959         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
960         move out of cpp section.
961         * s/freebsd.h (LD_SWITCH_SYSTEM):
962         * s/gnu-linux.h (LD_SWITCH_SYSTEM):
963         * s/netbsd.h (LD_SWITCH_SYSTEM):
964         * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
966 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
968         Define LIB_STANDARD and START_FILES using autoconf.
969         * s/usg5-4.h (LIB_STANDARD):
970         * s/netbsd.h (START_FILES):
971         * s/irix6-5.h (LIB_STANDARD):
972         * s/hpux10-20.h (LIB_STANDARD, START_FILES):
973         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
974         * s/freebsd.h (START_FILES):
975         * s/darwin.h (START_FILES):
976         * s/cygwin.h (START_FILES):
977         * s/aix4-2.h (LIB_STANDARD):
978         * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
979         * Makefile.in (STARTFILES): Rename to START_FILES, define using
980         autoconf, not cpp.
982 2010-05-06  Dan Nicolaescu  <dann@ics.uci.edu>
984         Remove NEED_BSDTTY and NEED_UNISTD_H.
985         * s/hpux10-20.h (NEED_BSDTTY): Remove.
986         * s/aix4-2.h (NEED_UNISTD_H): Remove.
987         * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
988         <sys/ptyio.h> and <unistd.h>.
990         * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
992         * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
993         * s/gnu.h (START_FILES): Remove empty definition.
995 2010-05-06  Jan Djärv  <jan.h.d@swipnet.se>
997         * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
999 2010-05-06  Glenn Morris  <rgm@gnu.org>
1001         * Makefile.in (CPP, LN_S): Remove unused variables.
1003 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1007 2010-05-05  Lawrence Mitchell  <wence@gmx.li>
1009         * m/sparc.h: Fix typo in earlier change.
1011 2010-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         Misc tweaks.
1014         * eval.c (Fdefvaralias): Remove unintended nested if.
1015         (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1017 2010-05-04  Bernhard Herzog  <bh@intevation.de>  (tiny change)
1019         * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1021 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
1023         Remove BSD_PGRPS.
1024         * s/bsd-common.h (BSD_PGRPS): Remove undef.
1025         * s/gnu-linux.h (BSD_PGRPS): Remove.
1026         * term.c (dissociate_if_controlling_tty):
1027         * sysdep.c (narrow_foreground_group, widen_foreground_group)
1028         (init_sys_modes, reset_sys_modes):
1029         * emacs.c (main):
1030         * callproc.c (Fcall_process, child_setup): Remove code depending
1031         on BSD_PGRPS.
1033         Remove POSIX_SIGNALS.
1034         * s/usg5-4.h (POSIX_SIGNALS):
1035         * s/netbsd.h (POSIX_SIGNALS):
1036         * s/msdos.h (POSIX_SIGNALS):
1037         * s/ms-w32.h (POSIX_SIGNALS):
1038         * s/hpux11.h (POSIX_SIGNALS):
1039         * s/gnu.h (POSIX_SIGNALS):
1040         * s/gnu-linux.h (POSIX_SIGNALS):
1041         * s/freebsd.h (POSIX_SIGNALS):
1042         * s/darwin.h (POSIX_SIGNALS):
1043         * s/cygwin.h (POSIX_SIGNALS):
1044         * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1045         * s/unixware.h:
1046         * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1047         * process.c (create_process):
1048         * syssignal.h:
1049         * sysdep.c (wait_for_termination, init_signals):
1050         * process.c (create_process):
1051         * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1052         remove all code that assumes the contrary.
1054 2010-05-04  Glenn Morris  <rgm@gnu.org>
1056         * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1057         variable.
1058         * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1059         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1060         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1061         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1062         LD_SWITCH_SYSTEM_tmp.
1063         * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1064         New variables, set by configure.
1066         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1067         * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1068         (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1069         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1070         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1072         * s/aix4-2.h (C_SWITCH_SYSTEM):
1073         * m/alpha.h (C_SWITCH_MACHINE):
1074         Move to configure.in.
1075         * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1076         New variables, set by configure.
1077         (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1078         $c_switch_machine and $c_switch_system.
1080 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
1082         * s/hpux10-20.h (LIB_STANDARD): New definition.
1083         * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1084         on it, not used anymore.
1086 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1088         * eval.c (internal_condition_case_n): Rename from
1089         internal_condition_case_2.
1090         (internal_condition_case_2): New function.
1092         * xdisp.c (safe_call): Use internal_condition_case_n.
1094         * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1095         (internal_delete_file, Frename_file): Callers changed.
1097         * buffer.c (Fkill_buffer):
1098         * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1100         * lisp.h: Update prototypes.
1102 2010-05-03  Glenn Morris  <rgm@gnu.org>
1104         * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1105         (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1106         (LIBXT): Set with configure, not cpp.
1107         (LIBX): Remove.
1108         (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1110 2010-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1112         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1113         The FreeBSD is not needed, the default works, Solaris version is
1114         not needed, and the remaining case is not supported by configure.
1116 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
1118         * xsmfns.c (CHDIR_OPT): New define.
1119         (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1120         restarting emacs.
1122         * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1123         shut_down_emacs.
1125         * emacs.c (USAGE1): Mention --chdir.
1126         (main): Handle --chdir.
1127         (standard_args): Add --chdir.
1128         (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1129         #5552).
1131 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1133         Remove LD_SWITCH_MACHINE.
1134         * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1135         (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1137         Clean up IRIX code.
1138         * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1139         * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1141         Clean up AIX code.
1142         * m/ibmrs6000.inp: Remove file, unused.
1143         * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1144         (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1145         definition ...
1146         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1148         * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1149         unused.
1151 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
1153         Emulate POSIX_SIGNALS on MS-Windows.
1155         * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1156         (SIG_SETMASK, SIG_UNBLOCK): Define.
1158         * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1159         (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1160         from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1162         * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1163         New stubs.
1165         Miscellaneous fixes of bidi display.
1167         * xdisp.c (find_row_end): New function, refactored from display_line.
1168         (display_line): Use it.
1169         (extend_face_to_end_of_line): In almost-filled rows, extend only
1170         if the row is R2L and not continued.
1171         (display_line): Fix prepending of truncation glyphs to R2L rows.
1172         Preserve overlay and string info in row->end.
1173         (insert_left_trunc_glyphs): Support addition of left truncation
1174         glyphs to R2L rows.
1175         (set_cursor_from_row): Don't place cursor on the vertical border
1176         glyph between adjacent windows.  Fix a crash when a display string
1177         is continued to the next line.  Don't return zero if cursor was
1178         found by `cursor' property of a display string.
1179         (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1180         test for that explicitly.
1182 2010-05-01  Glenn Morris  <rgm@gnu.org>
1184         * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1185         for clarity.
1186         (OTHER_OBJ): Remove.
1187         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1188         (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1190 2010-05-01  Karel Klíč  <kklic@redhat.com>
1192         * fileio.c (Ffile_selinux_context): Context functions may return null.
1194 2010-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1196         * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1198 2010-04-30  Glenn Morris  <rgm@gnu.org>
1200         * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable.  (Bug#6065)
1201         (OTHER_OBJ): Define as a separate variable, for clarity.
1203 2010-04-30  Jan Djärv  <jan.h.d@swipnet.se>
1205         * xsettings.c: include limits.h and update file comment.
1207 2010-04-30  Glenn Morris  <rgm@gnu.org>
1209         * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1210         Set with configure, not cpp.
1211         (LIBW): Remove, replace with $TOOLKIT_LIBW.
1213         * Makefile.in (mallocobj): Remove.
1214         (otherobj): Simplify using @OTHER_OBJ@.
1216         * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1217         (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1218         Don't bother making nsgui.h dependency platform-specific.
1220         * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1222 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * process.c (read_process_output, exec_sentinel): Don't burp if the
1225         sentinel/filter kills the current buffer (bug#6060).
1227         Fix wrong-docstring problem introduced with hash-consing.  (Bug#6008)
1228         * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1229         Remove unused var `args'.
1230         * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1231         (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1232         * doc.c (store_function_docstring): Use XSETCAR.
1234 2010-04-28  Glenn Morris  <rgm@gnu.org>
1236         * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1237         (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1239         * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1241         * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1242         (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1244         * Makefile.in (FONT_OBJ): New, set by configure.
1245         (FONT_DRIVERS): Use $FONT_OBJ.
1247         * Makefile.in (LIBXMU): Set with configure, not cpp.
1248         * s/aix4-2.h (LIBXMU):
1249         * s/hpux10-20.h (LIBXMU):
1250         Remove definition, now set in configure.
1252         * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1254         * m/amdx86-64.h [i386]: Move this test to configure.in.
1256 2010-04-27  Glenn Morris  <rgm@gnu.org>
1258         * Makefile.in (LIBXTR6): Set with configure, not cpp.
1259         * s/unixware.h (NEED_LIBW): Remove definition.
1261         * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1262         (TOOLKIT_LIBW): New, set by configure.
1263         (@X_TOOLKIT_TYPE@): No longer define it.
1265         * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1266         (MOTIF_LIBW): Set with configure, not cpp.
1267         * s/aix4-2.h (LIB_MOTIF):
1268         * s/gnu-linux.h (LIB_MOTIF):
1269         * s/unixware.h (LIB_MOTIF): Move to configure.in.
1271 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
1273         Reduce CPP usage.
1274         * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1275         (obj): Use autoconf for unexec instead of cpp.
1276         (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1277         definitions and undefs.  Inline definitions in the only user.
1278         (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1280 2010-04-27  Glenn Morris  <rgm@gnu.org>
1282         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1283         since the defaults (set by the system file) are fine in most cases.
1284         [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1285         * m/ibms390x.h (START_FILES, LIB_STANDARD):
1286         * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1287         * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1288         Remove definitions, since they are set correctly in s/gnu-linux.h.
1289         * s/freebsd.h (START_FILES, LIB_STANDARD):
1290         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1291         * s/hpux10-20.h (START_FILES):
1292         * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1293         Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1295         * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1296         (MOTIF_LIBW): Use $LIBXP.
1297         (otherobj): Use $WIDGET_OBJ.
1299 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
1301         * Makefile.in (LIBS_MACHINE): Remove, unused.
1303         Use autoconf instead of cpp for LIB_MATH.
1304         * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1305         * s/cygwin.h (LIB_MATH): Likewise.
1306         * Makefile.in (LIB_MATH): Do not define with cpp.
1307         (LIBES): Use autoconf for LIB_MATH.
1309 2010-04-26  Kenichi Handa  <handa@m17n.org>
1311         * composite.c (Ffind_composition_internal): Fix the return value
1312         for an automatic composition.
1314 2010-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1316         Remove all NO_ARG_ARRAY uses.
1317         * fns.c (concat2, concat3, nconc2):
1318         * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1319         (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1320         * m/xtensa.h (NO_ARG_ARRAY):
1321         * m/template.h (NO_ARG_ARRAY):
1322         * m/sparc.h (NO_ARG_ARRAY):
1323         * m/sh3.h (NO_ARG_ARRAY):
1324         * m/mips.h (NO_ARG_ARRAY):
1325         * m/macppc.h (NO_ARG_ARRAY):
1326         * m/iris4d.h (NO_ARG_ARRAY):
1327         * m/intel386.h (NO_ARG_ARRAY):
1328         * m/ibms390x.h (NO_ARG_ARRAY):
1329         * m/ibms390.h (NO_ARG_ARRAY):
1330         * m/ibmrs6000.h (NO_ARG_ARRAY):
1331         * m/ia64.h (NO_ARG_ARRAY):
1332         * m/hp800.h (NO_ARG_ARRAY):
1333         * m/arm.h (NO_ARG_ARRAY):
1334         * m/amdx86-64.h (NO_ARG_ARRAY):
1335         * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1337 2010-04-25  Eli Zaretskii  <eliz@gnu.org>
1339         * xdisp.c (display_line): Don't assume 2nd call to
1340         get_next_display_element cannot return zero.  (Bug#6030)
1341         (iterate_out_of_display_property): New function, body from pop_it.
1342         (pop_it): Use it.
1344 2010-04-24  Glenn Morris  <rgm@gnu.org>
1346         * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1347         For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1348         (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1349         since CRT_DIR defaults to /usr/lib.  Suggested by Dan Nicolaescu.
1351 2010-04-24  Eli Zaretskii  <eliz@gnu.org>
1353         * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1354         use `get_next_display_element' and `set_iterator_to_next' to
1355         advance to the next character, when looking for the character that
1356         begins the next row.
1358         * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
1359         definition of "struct Lisp_Symbol".
1361 2010-04-24  Glenn Morris  <rgm@gnu.org>
1363         * Makefile.in (CRT_DIR): New variable, set by configure.
1364         * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1365         Use $CRT_DIR rather than HAVE_LIB64_DIR.  (Bug#5655)
1367 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
1369         * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1371         * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1373         Remove redundant flags.
1374         * s/freebsd.h (C_SWITCH_SYSTEM):
1375         * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1376         * s/netbsd.h (C_SWITCH_SYSTEM):
1377         * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1378         of these.
1380         Simplify m/intel386.h.
1381         * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1382         user: ecrt0.c.
1383         (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1384         (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1385         the only user: s/unixware.h.
1386         * ecrt0.c: Remove #ifndef static.  Inline CRT0_DUMMIES definition
1387         from m/intel386.h.
1388         * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1389         moved here from m/intel386.h.
1391         * m/mips.h: Remove #if 0 code.
1393 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
1395         Fix display of composed characters from L2R scripts in bidi buffers.
1396         * xdisp.c (set_iterator_to_next, next_element_from_composition):
1397         After advancing IT past the composition, resync the bidi iterator
1398         with IT's position.  (Bug#5977)
1400 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
1402         * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1403         (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1405 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1409 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
1411         Support `display' text properties and overlay strings in bidi buffers.
1412         * xdisp.c (pop_it): When the stack is popped after displaying
1413         from a string, bidi-iterate to exit from the text portion covered
1414         by the `display' property or overlay.  (Bug#5988, bug#5920)
1416 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
1418         * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1419         (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1421         * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1422         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1424         Simplify STARTFILES definition.
1425         * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1426         relying on Makefile.in to define it.
1427         * s/cygwin.h (START_FILES): Likewise.
1428         * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1430         Clean up Solaris code.
1431         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1432         (LIB_MOTIF): Remove, configure takes care of this.
1433         (NOT_USING_MOTIF): Remove, unused.
1434         * xrdb.c: Remove #if 0-ed #include.
1435         (SYSV): Remove conditional for old SysV.
1436         * sysdep.c (closedir): Remove conditional code for Solaris,
1437         Solaris has closedir.
1439 2010-04-22  Jan Djärv  <jan.h.d@swipnet.se>
1441         * xsettings.c (read_and_apply_settings): Check if current_font is
1442         NULL before strcmp (Bug#6001).
1444 2010-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
1446         Clean up HP-UX files.
1447         * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1448         (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1449         (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1450         * s/hpux10-20.h: ... to the only user, here.
1452 2010-04-21  Eli Zaretskii  <eliz@gnu.org>
1454         * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1455         use buffer-local values of paragraph-start and paragraph-separate.
1456         <paragraph_start_re, paragraph_separate_re>: Rename from
1457         fallback_paragraph_start_re and fallback_paragraph_separate_re.
1458         (Bug#5992)
1460 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1462         * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1463         current_tool_bar_style are new.
1464         (store_config_changed_event): Rename from store_font_changed_event.
1465         (XSETTINGS_TOOL_BAR_STYLE): New define.
1466         (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1467         (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1468         HAVE_XFT.
1469         (something_changedCB): store_font_changed_event is now
1470         store_config_changed_event
1471         (parse_settings): Rename from parse_xft_settings.  Read
1472         non-xft xsettings outside #ifdef HAVE_XFT.
1473         (read_settings): Renamed from read_xft_settings.
1474         (apply_xft_settings): Take current settings as parameter.  Do not
1475         call read_(xft)_settings.
1476         (read_and_apply_settings): New function.
1477         (xft_settings_event): Do non-xft stuff out of HAVE_XFT.  Call
1478         read_and_apply_settings if there are settings to be read.
1479         (init_xsettings): Renamed from init_xfd_settings.
1480         Call read_and_apply_settings unconditionally.
1481         (xsettings_initialize): Call init_xsettings.
1482         (Ftool_bar_get_system_style): New function.
1483         (syms_of_xsettings): Define Qmonospace_font_name and
1484         Qtool_bar_style.  Initialize current_tool_bar_style to nil.
1485         defsubr Stool_bar_get_system_style.  Fprovide on
1486         dynamic-setting.
1487         Move misplaced HAVE_GCONF
1489         * xsettings.h (Ftool_bar_get_system_style): Declare.
1491         * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1492         Qtext, Qboth, Qboth_horiz are new.
1493         (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1494         Vtool_bar_style, tool_bar_max_label_size.
1496         * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1498         * keyboard.c: QClabel is new.
1499         (parse_tool_bar_item): Take out QClabel from tool bar items.
1500         Try to construct a label if ther is no QClabel.
1501         (syms_of_keyboard): Intern :label as QClabel.
1503         * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1504         (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1505         New.
1507         * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1508         dynamic-setting.el.
1510         * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1511         (xg_make_tool_item, xg_show_toolbar_item): New function.
1512         (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1513         Call xg_make_tool_item to make a tool bar item.
1514         Call xg_show_toolbar_item.  Use wtoolbar instead of x->toolbar_widget.
1516         * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1517         into account for toolbars.
1519 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1521         * data.c (make_blv): Declarations before code (Bug#5993).
1523 2010-04-21  Glenn Morris  <rgm@gnu.org>
1525         * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1526         Define using autoconf, not cpp.
1527         (LIBXSM): New variable, set by autoconf.
1528         (LIBXT): Use $LIBXSM.
1530 2010-04-21  Dan Nicolaescu  <local_user@dannlt>
1532         Remove NOMULTIPLEJOBS, unused.
1533         * s/template.h (NOMULTIPLEJOBS):
1534         * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1536         Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1537         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1538         * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1539         detects -znocombreloc and passes it to the linker
1540         * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1542 2010-04-21  Glenn Morris  <rgm@gnu.org>
1544         * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1546 2010-04-21  Karel Klíč  <kklic@redhat.com>
1548         * Makefile.in (LIBSELINUX_LIBS): New.
1549         (LIBES): Add $LIBSELINUX_LIBS.
1550         * eval.c, lisp.h (call7): New function.
1551         * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1552         (Ffile_selinux_context, Fset_file_selinux_context):
1553         New functions.
1554         (Fcopy_file): New parameter preserve-selinux-context.
1555         (Frename_file): Preserve selinux context when renaming by copy-file.
1557 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1558             Eli Zaretskii  <eliz@gnu.org>
1560         Don't depend on cm.c or termcap.c on Windows, use stubs.
1561         * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1562         ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1563         * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1564         (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1565         (sys_tputs, sys_tgetstr): New stubs.
1566         * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1567         (tputs, tgetstr): New; define to sys_*.
1569 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1571         * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1573 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1576         Just signal a warning rather than an error when inside a let.
1577         (Fmake_variable_frame_local): Add the same test.
1579         * font.c (syms_of_font): Make the style table vars read-only.
1581         * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1582         * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1584         * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1586 2010-04-20  Eli Zaretskii  <eliz@gnu.org>
1588         Fix R2L paragraph display on TTY.
1590         * xdisp.c (unproduce_glyphs): New function.
1591         (display_line): Use it when produced glyphs are discarded from R2L
1592         glyph rows.
1593         (append_composite_glyph): In R2L rows, prepend the glyph rather
1594         than appending it.
1596         * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1597         rather than append it.  Set up the resolved_level and bidi_type
1598         attributes of the appended glyph.
1599         (produce_special_glyphs): Mirror the backslash continuation
1600         character in R2L lines.
1602         Implement display of R2L paragraphs in GUI sessions.
1604         * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1605         append_stretch_glyph.
1606         (set_cursor_from_row) <cursor_x>: Remove unused variable.  Fix
1607         off-by-one error in computing x at end of text in the row.
1608         (append_stretch_glyph): In reversed row, prepend the glyph rather
1609         than append it.  Set resolved_level and bidi_type of the glyph.
1610         (extend_face_to_end_of_line): If the row is reversed, prepend a
1611         stretch glyph whose width is such that the rightmost glyph will be
1612         drawn at the right margin of the window.  Fix off-by-one error on
1613         TTY frames in testing whether a line needs face extension.  Fix
1614         face extension at ZV.  If this is the last glyph row, use
1615         DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1616         region face.
1617         (set_cursor_from_row, display_line): Use
1618         MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1619         row->continuation_lines_width.
1620         (next_element_from_buffer): Don't call bidi_paragraph_init if we
1621         are at ZV.  Fixes a crash when reseated to ZV by
1622         try_window_reusing_current_matrix.
1623         (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1624         which happens with R2L glyph rows.  Fixes a crash when inserting a
1625         character at end of an R2L line.
1626         (set_cursor_from_row): Don't be fooled by truncated rows: don't
1627         treat them as having zero-width characters.  Improve comments.
1628         Don't reverse pos_before and pos_after for reversed glyph rows.
1629         Set cursor.x to negative value when the cursor might be on the
1630         left fringe.
1631         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1632         left fringe, not the right one.
1633         (notice_overwritten_cursor, draw_phys_cursor_glyph)
1634         (erase_phys_cursor): For reversed cursor_row, support cursor on
1635         the left fringe.
1637         * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1638         of continuation indicators on the fringes.
1639         (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1640         left fringe.
1642         * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1643         draw cursor on the left fringe.
1645         * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1646         cursor on the left fringe.
1648         * dispnew.c (update_text_area): Handle reversed desired rows when
1649         the cursor is on the left fringe.
1650         (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1651         below, not by 0, for when the cursor is on the left fringe.
1653 2010-04-20  Jan Djärv  <jan.h.d@swipnet.se>
1655         * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1656         widget is a scrollbar.
1658 2010-04-20  Kenichi Handa  <handa@m17n.org>
1660         * charset.c (char_charset): Consider Vcharset_non_preferred_head
1661         only when the arg CHARSET_LIST is nil.
1663 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         Make variable forwarding explicit rather the using special values.
1666         Basically, this makes the structure of buffer-local values and object
1667         forwarding explicit in the type of Lisp_Symbols rather than use
1668         special Lisp_Objects for that.  This tends to lead to slightly more
1669         verbose code, but is more C-like, simpler, and makes it easier to make
1670         sure we handled all cases, among other things by letting the compiler
1671         help us check it.
1672         * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1673         Removing forwarding objects.
1674         (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1675         (struct Lisp_Symbol): Make the various forms of variable-forwarding
1676         explicit rather than hiding them inside Lisp_Object "values".
1677         (XFWDTYPE): New macro.
1678         (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1679         (XBUFFER_LOCAL_VALUE): Remove.
1680         (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1681         (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1682         (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1683         (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1684         (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1685         Remove the Lisp_Misc_* header.
1686         (struct Lisp_Buffer_Local_Value): Redefine.
1687         (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1688         (struct Lisp_Misc_Any): Add filler to get the right size.
1689         (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1690         Lisp_Intfwd.
1691         (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1692         (DEFVAR_KBOARD): Allocate a forwarding object.
1693         * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1694         (let_shadows_global_binding_p): New function.
1695         (union Lisp_Val_Fwd): New type.
1696         (make_blv): New function.
1697         (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1698         (store_symval_forwarding, swap_in_global_binding, Fboundp)
1699         (swap_in_symval_forwarding, find_symbol_value, Fset)
1700         (let_shadows_buffer_binding_p, set_internal, default_value)
1701         (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1702         (Fkill_local_variable, Fmake_variable_frame_local)
1703         (Flocal_variable_p, Flocal_variable_if_set_p)
1704         (Fvariable_binding_locus):
1705         * xdisp.c (select_frame_for_redisplay):
1706         * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1707         (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1708         * frame.c (store_frame_param):
1709         * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1710         * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1711         value structure.
1712         * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1713         (clone_per_buffer_values): Only adjust markers into the current buffer.
1714         (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1715         (Fbuffer_local_value, set_buffer_internal_1)
1716         (swap_out_buffer_local_variables):
1717         Adapt to the new symbol value structure.
1718         (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1719         (defvar_per_buffer): Take a new arg for the fwd object.
1720         (buffer_lisp_local_variables): Return a proper alist (different fix
1721         for bug#4138).
1722         * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1723         (Fgarbage_collect): Don't handle buffer_defaults specially.
1724         (mark_object): Handle new symbol value structure rather than the old
1725         special Lisp_Misc_* objects.
1726         (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1727         * term.c (set_tty_color_mode):
1728         * bidi.c (bidi_initialize): Don't access the ->value field directly.
1729         * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1730         a buffer_local_flags.
1731         * print.c (print_object): Get rid of impossible forwarding objects.
1733 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
1735         * bidi.c (bidi_get_type, bidi_get_category)
1736         (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
1737         (bidi_type_of_next_char, bidi_level_of_next_char):
1738         Declare static.  Use `INLINE' rather than `inline'.
1740 2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
1742         * dired.c (Ffile_attributes): Fix typo in docstring.
1744 2010-04-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
1746         * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1747         NSInteger (Bug#5811).
1749 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1751         * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1752         (PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
1754 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1756         * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1758 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1760         * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1761         terminal frames (Bug#5837).
1763 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
1765         * .gdbinit (xsubchartable): New command.
1767 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
1769         * xdisp.c (display_line): Don't write beyond the last glyph row in
1770         the desired matrix.  Fixes a crash in "emacs -nw" (bug#5972), see
1771         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1772         and
1773         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1775 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * alloc.c (Fpurecopy): Hash-cons if requested.
1778         (syms_of_alloc): Update purify-flag docstring.
1780 2010-04-18  Jan Djärv  <jan.h.d@swipnet.se>
1782         * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1783         (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1785 2010-04-17  Eli Zaretskii  <eliz@gnu.org>
1787         Fix a crash when an NSM character is inserted at BEGV.
1789         * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1790         (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1791         NEUTRAL_B or UNKNOWN_BT.
1793 2010-04-16  Eli Zaretskii  <eliz@gnu.org>
1795         * xdisp.c (set_cursor_from_row): Don't consider possibility of
1796         other rows with cursor unless they are different from this row and
1797         this row is part of a continued line.  (Bug#5943)
1799 2010-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1801         * s/freebsd.h: Restore osreldate.h include.
1802         Suggested by Naohiro Aota.
1804 2010-04-16  Jan Djärv  <jan.h.d@swipnet.se>
1806         * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1808 2010-04-16  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1810         * s/cygwin.h: Avoid linking against static libgcc.
1812 2010-04-15  Juri Linkov  <juri@jurta.org>
1814         * window.c: Add Qscroll_command.
1815         Remove Vscroll_preserve_screen_position_commands.
1816         (window_scroll_pixel_based, window_scroll_line_based): Check the
1817         `scroll-command' property on the last command instead of searching
1818         the last command in Vscroll_preserve_screen_position_commands.
1819         (syms_of_window): Initialize and staticpro `Qscroll_command'.
1820         Put Qscroll_command property on Qscroll_up and Qscroll_down.
1821         (scroll-preserve-screen-position): Doc fix.
1822         (Vscroll_preserve_screen_position_commands): Remove variable.
1824 2010-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
1826         * xdisp.c (message): Do not use NO_ARG_ARRAY.
1828 2010-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
1830         Reduce cpp use in Makefile.in.
1831         * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
1832         (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
1833         (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
1834         (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
1835         (CRT0_COMPILE): Remove, inline it in the only user.
1837 2010-04-14  Juri Linkov  <juri@jurta.org>
1839         * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
1840         `scroll-up-command' and `M-v' from `scroll-down' to
1841         `scroll-down-command'.
1843 2010-04-14  Juri Linkov  <juri@jurta.org>
1845         * window.c (Vscroll_preserve_screen_position_commands): New variable
1846         with the default value as the list of Qscroll_down and Qscroll_up.
1847         (window_scroll_pixel_based, window_scroll_line_based): Search the
1848         last command in the list Vscroll_preserve_screen_position_commands
1849         instead of comparing with Qscroll_up and Qscroll_down.
1851 2010-04-13  Jan Djärv  <jan.h.d@swipnet.se>
1853         * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
1854         (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
1855         does that.
1857         * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
1858         to zero.
1860 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1862         * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
1864         Try to solve the problem of spurious EOF chars in long lines of text
1865         sent to interactive subprocesses.
1866         * sysdep.c (child_setup_tty): Do not enable ICANON any more.
1867         (system_process_attributes): Remove unused var `ttotal'.
1868         * process.c (send_process): Don't bother breaking long line with EOF
1869         chars when talking to ttys any more.
1870         (wait_reading_process_output): Output a warning when called in such
1871         a way that it could block without being interruptible.
1873         Try to detect file modification within the same second.
1874         * buffer.h (struct buffer): New field modtime_size.
1875         * buffer.c (reset_buffer): Initialize it.
1876         * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
1877         (Fverify_visited_file_modtime): Check it.
1878         (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
1879         (Fset_visited_file_modtime): Set (or clear) it.
1881 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * process.c (status_notify): Remove unused var `ro'.
1885 2010-04-12  Jan Djärv  <jan.h.d@swipnet.se>
1887         * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
1888         more than one visual (Bug#5938).
1890 2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1892         * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
1893         Undefine.
1895 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
1897         Remove C_SWITCH_SYSTEM_TEMACS.
1898         * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
1899         (malloc, realloc, free): Use emacs, not temacs for conditional
1900         definition.
1902         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
1903         (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
1905         Use autoconf, not cpp for some variables.
1906         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
1907         (C_SWITCH_X_SITE): Define using autoconf, not cpp.
1908         (ALL_CFLAGS): Use them as make variables.
1909         (really-lwlib, really-oldXMenu): Do not pass them.
1911 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
1913         * xmenu.c (apply_systemfont_to_dialog): New.
1914         (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
1916 2010-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1918         * process.c (exec_sentinel): Preserve current-buffer.
1920         * process.c (read_process_output): Move the save-current-buffer to
1921         apply to both the filter and the non-filter branches.
1923 2010-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1925         * s/msdos.h (UNEXEC): New definition.
1927 2010-04-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1929         * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
1930         (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
1932         * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1933         Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1934         set in FLAGS.  Callers with non-zero CHECK_MARGINS changed to use
1935         TRY_WINDOW_CHECK_MARGINS.
1937         * xfns.c (Fx_show_tip): Undo last change.  Call try_window with
1938         TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).  Subtract last glyph's
1939         width only when it is for padding.
1941 2010-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1943         * xfns.c (Fx_show_tip): Call try_window in a loop until
1944         fonts_changed_p is zero (Bug#2423).
1946 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
1948         * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1949         the end of TEXT_AREA.  (Bug#5856)
1951 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
1953         * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1954         HAVE_GCONF.
1956 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
1958         * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1959         prev.orig_type, for resolving type of NSM.  (Bug#5858)
1961 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
1963         * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1964         (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1965         in current_font.
1966         (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
1967         (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1968         New functions.
1969         (syms_of_xsettings): Initialize current_font.
1970         defsubr Sfont_get_system_normal_font.
1972         * xsettings.h (Ffont_get_system_normal_font,
1973         xsettings_get_system_normal_font): Declare.
1975         * xfns.c (extern xlwmenu_default_font): Remove.
1976         (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1977         to xlwmenu.c.
1979         * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
1980         menu items in UTF-8.
1982         * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
1983         (apply_systemfont_to_menu): New function.
1984         (set_frame_menubar, create_and_show_popup_menu): Call
1985         apply_systemfont_to_menu.
1987 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
1989         * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
1990         FRAME_LINE_TO_PIXEL_Y.
1992         * xterm.c (x_set_window_size_1): Don't add border_width/height to
1993         pixelwidth/height.
1995 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1997         Simplify code for HP machines.
1998         * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
1999         for GNU_LINUX, not needed.
2000         (UNEXEC, NEED_BSDTTY): Move definitions...
2001         * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2003         * m/iris4d.h (UNEXEC): Move definition ...
2004         * s/irix6-5.h (UNEXEC): ... here.
2006 2010-04-04  Jan Djärv  <jan.h.d@swipnet.se>
2008         * xfns.c (set_machine_and_pid_properties): New function.
2009         (Fx_create_frame): Call set_machine_and_pid_properties.
2011 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2013         * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2014         bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2015         BIDI_EOB.  Fixes infloop with vertical cursor motion at ZV.
2017         * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2018         in this function.  (Bug#5703)
2020 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2022         * nsterm.h: Fix last change.
2024 2010-04-03  Dan Nicolaescu  <dann@ics.uci.edu>
2026         * m/intel386.h (NO_REMAP): Move definition ...
2027         * s/msdos.h (NO_REMAP): ... here.
2029         * m/vax.h (CRT0_DUMMIES): Remove, unused.
2031         * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2032         used on those platforms.
2034 2010-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2036         Remove extern errno declarations.
2037         * xterm.c:
2038         * xrdb.c:
2039         * w32term.c:
2040         * unexec.c:
2041         * unexaix.c:
2042         * sysdep.c:
2043         * process.c:
2044         * lread.c:
2045         * keyboard.c:
2046         * floatfns.c:
2047         * filelock.c:
2048         * fileio.c:
2049         * emacs.c (main):
2050         * ecrt0.c:
2051         * dispnew.c:
2052         * callproc.c:
2053         * buffer.c: Remove errno extern declarations.
2054         * s/netbsd.h (NEED_ERRNO): Remove.
2056 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
2058         Remove all uses of LIBX11_SYSTEM.
2059         * Makefile.in (LIBX11_SYSTEM): Remove.
2060         * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2061         instead.
2063 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
2065         Remove support for DJGPP v1.x (bug#5813).
2067         * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
2068         * s/msdos.h:
2069         * unexec.c (make_hdr, copy_text_and_data):
2070         * sysdep.c (wait_for_termination, sys_subshell):
2071         * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
2072         (IT_set_terminal_modes, __write, _rename, gethostname)
2073         (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2074         (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2075         the value of __DJGPP__.
2076         (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2077         compatibility code.
2078         * lread.c:
2079         * gmalloc.c (memalign):
2080         * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2081         * emacs.c (main):
2082         * dosfns.c (init_dosfns):
2083         * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2085 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
2087         * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2088         string with `cursor' property comes from an `after-string'
2089         overlay.  (Bug#5816)
2091 2010-04-01  Glenn Morris  <rgm@gnu.org>
2093         * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2094         Define as Makefile variables.
2095         (LIBX): Use above variables rather than directly using autoconf.
2097 2010-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
2099         Clean up BSD_SYSTEM use.
2100         * xterm.c:
2101         * process.c:
2102         * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2103         for including <sys/ioctl.h>.
2104         * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2105         code is only used for MSDOS.
2107 2010-03-31  Juri Linkov  <juri@jurta.org>
2109         * image.c: Add `Qextension_data'.
2110         (syms_of_image): Initialize and staticpro `Qextension_data'.
2111         (Fimage_metadata): Rename from `Fimage_extension_data'.
2112         (gif_load): Put GIF extension data to the property
2113         `Qextension_data'.
2115 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2117         * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2118         * nsterm.h: Fix prototype.
2120 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2122         * xdisp.c (highlight_trailing_whitespace): Support highlight of
2123         trailing whitespace in right-to-left rows.
2125 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2127         Get rid of the direct_output optimizations.
2128         * keyboard.c (nonundocount): Remove extern declaration.
2129         (command_loop_1): Remove brittle optimisation for cheap and
2130         common operations.
2131         * xdisp.c (redisplay_internal): Don't bother checking
2132         redisplay_performed_directly_p any more.
2133         * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2134         any more.
2135         * dispnew.c (redisplay_performed_directly_p)
2136         (direct_output_for_insert, direct_output_forward_char):
2137         * dispextern.h (redisplay_performed_directly_p)
2138         (direct_output_for_insert, direct_output_forward_char): Remove.
2139         * cmds.c (nonundocount): Make it static.
2141 2010-03-31  Bernhard Herzog  <bh@intevation.de>  (tiny change)
2143         * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2145 2010-03-31  Jan Djärv  <jan.h.d@swipnet.se>
2147         * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2148         invisible (Bug#5766).
2150 2010-03-31  Adrian Robert  <adrian.b.robert@gmail.com>
2152         * xdisp.c (x_consider_frame_title, update_window_cursor):
2153         Remove HAVE_NS conditionals.
2154         (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2156         * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2157         filename for the title.
2158         (ns_set_doc_edited): Do nothing if the selected window is a
2159         minibuffer window.
2161         * nsterm.h: Add prototypes for ns_set_name_as_filename and
2162         ns_set_doc_edited.
2164         * nsterm.m: Remove unneeded prototype.
2166 2010-03-31  Glenn Morris  <rgm@gnu.org>
2168         * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2169         in the DOC file.  (Bug#5336)
2171 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2173         * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2175 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2177         * window.c (keys_of_window): Remove redundant/overridden bindings.
2179 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2181         * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2182         Restore original behavior when the iterator is not bidi_p.
2184 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2186         * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2188 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2190         * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2191         are outside the range of cached character positions.
2193 2010-03-30  Juanma Barranquero  <lekktu@gmail.com>
2195         * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2197 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2199         Initial support for bidirectional editing.
2201         * Makefile.in (obj): Include bidi.o.
2202         (bidi.o): New target.
2204         * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2205         ($(BLD)/bidi.$(O)): New target.
2207         * bidi.c: New file.
2209         * buffer.h (struct buffer): New members bidi_display_reordering
2210         and bidi_paragraph_direction.
2212         * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2213         and bidi_paragraph_direction.
2214         (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2215         and bidi-paragraph-direction.
2216         (Fbuffer_swap_text): Swap the values of
2217         bidi_display_reordering and bidi_paragraph_direction.
2219         * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2220         (bidi_type_t, bidi_dir_t): New types.
2221         (bidi_saved_info, bidi_stack, bidi_it): New structures.
2222         (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2223         prev_stop, base_level_stop, and eol_pos.
2224         (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2225         (IT_STACK_SIZE): Enlarge to 5.
2226         (struct glyph_row): New member reversed_p.
2227         <string_buffer_position>: Update prototype.
2228         (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2229         glyph_row if bidi_it.paragraph_dir == R2L.
2230         (struct glyph): New members resolved_level and bidi_type.
2232         * dispnew.c (direct_output_forward_char): Give up if we need bidi
2233         processing or buffer's direction is right-to-left.
2234         (prepare_desired_row): Preserve the reversed_p flag.
2235         (row_equal_p): Compare the reversed_p attributes as well.
2237         * xdisp.c (init_iterator): Initialize it->bidi_p.  Call
2238         bidi_init_it and set it->paragraph_embedding from the current
2239         buffer's value of bidi_paragraph_direction.
2240         (reseat_1): Initialize bidi_it.first_elt.
2241         (set_iterator_to_next, next_element_from_buffer): Use the value of
2242         paragraph_embedding to determine the paragraph direction.
2243         (set_iterator_to_next): Under bidi reordering, call
2244         bidi_get_next_char_visually.  Call bidi_paragraph_init if the
2245         new_paragraph flag is set in the bidi iterator.
2246         (next_element_from_buffer): If bidi_it.first_elt is set,
2247         initialize paragraph direction and find the first character to
2248         display in the visual order.  If reseated to a middle of a line,
2249         prime the bidi iterator starting at the line's beginning.  Handle
2250         the situation where we overstepped stop_charpos due to
2251         non-linearity of the bidi iteration.  Likewise for when we back up
2252         beyond the previous stop_charpos.  When moving across stop_charpos,
2253         record it in prev_stop.
2254         (display_line): Set row->end and it->start for the next row to the
2255         next character in logical order.  Always extend reversed_p rows to
2256         the end of line, even if they end at ZV.  Copy the reversed_p flag
2257         to the next glyph row.  Keep calling set_cursor_from_row for
2258         bidi-reordered rows even if we already have a possible candidate
2259         for cursor position.  Set row_end after all the row's glyphs have
2260         been produced, by looping over the glyphs.  Record the position
2261         after EOL in it->eol_pos, and use it to set end_pos of the last
2262         row produced for a continued line.
2263         <Qright_to_left, Qleft_to_right>: New variables.
2264         (syms_of_xdisp): Initialize and staticpro them.
2265         (string_buffer_position_lim): New function.
2266         (string_buffer_position): Most of code moved to
2267         string_buffer_position_lim.  Last argument and return value are
2268         now EMACS_INT; all callers changed.
2269         (set_cursor_from_row): Rewritten to support bidirectional text and
2270         reversed glyph rows.
2271         (text_outside_line_unchanged_p, try_window_id): Disable
2272         optimizations if we are reordering bidirectional text and the
2273         paragraph direction can be affected by the change.
2274         (append_glyph, append_composite_glyph)
2275         (produce_image_glyph, append_stretch_glyph): Set the
2276         resolved_level and bidi_type members of each glyph.
2277         (append_glyph): If the glyph row is reversed, prepend the glyph
2278         rather than appending it.
2279         (handle_stop_backwards): New function.
2280         (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2281         (reseat): call handle_stop_backwards to recompute prev_stop and
2282         base_level_stop for the new position.
2283         (handle_invisible_prop): Under bidi iteration, skip invisible text
2284         using bidi_get_next_char_visually.  If we are `reseat'ed, init the
2285         paragraph direction.  Update IT->prev_stop after skipping
2286         invisible text.
2287         (move_it_in_display_line_to): New variables prev_method
2288         and prev_pos.  Compare for strict equality in
2289         BUFFER_POS_REACHED_P.
2290         (try_cursor_movement): Examine all the candidate rows that occlude
2291         point, to return the best match.  If rows are bidi-reordered
2292         and point moved backwards, back up to the row that is not a
2293         continuation line, and start looking for a suitable row from
2294         there.
2296         * term.c (append_glyph): Reverse glyphs by pre-pending them,
2297         rather than appending, if the glyph_row's reversed_p flag is set.
2298         Set the resolved_level and bidi_type members of each glyph.
2300         * .gdbinit (pbiditype): New command.
2301         (pgx): Use it to display bidi level and type of the glyph.
2302         (pitx): Display some bidi information about the iterator.
2303         (prowlims, pmtxrows): New commands.
2305 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2307         Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2308         * s/usg5-4.h (LIBS_DEBUG):
2309         * s/irix6-5.h (C_DEBUG_SWITCH):
2310         * s/gnu-linux.h (LIBS_DEBUG):
2311         * s/darwin.h (LIBS_DEBUG):
2312         * s/bsd-common.h (LIBS_DEBUG):
2313         * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2314         * m/iris4d.h (LIBS_DEBUG):
2315         * m/hp800.h (LIBS_DEBUG): Remove definitions.
2317         * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2318         (LIBS_DEBUG): Remove definition.
2320 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2322         * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2323         Windows.
2325 2010-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2327         * process.c (Fmake_network_process): Don't call turn_on_atimers around
2328         `connect' (Bug#5723).
2330 2010-03-25  Helmut Eller  <eller.helmut@gmail.com>
2332         * process.c (Fmake_network_process): Call `select' for interrupted
2333         `connect' rather than creating new socket (Bug#5173).
2335 2010-03-24  Jan Djärv  <jan.h.d@swipnet.se>
2337         * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2339         * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2341         * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2343 2010-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2345         * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2346         XLoadQueryFont.
2348 2010-03-24  Kenichi Handa  <handa@m17n.org>
2350         * coding.c (decode_coding_ccl): Fix previous change for the
2351         multibyte case.
2352         (encode_coding_ccl): Don't setup ccl program here.  Fix for the
2353         case that the output buffer is fullfilled.
2354         (encode_coding): Setup ccl program here.
2356 2010-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2358         * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2360         Simplify LIBS_MACHINE definitions.
2361         * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2362         * m/iris4d.h (LIBS_MACHINE): Likewise.
2363         * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2364         * s/aix4-2.h (LIBS_SYSTEM): ... here.
2365         * s/netbsd.h: Remove commented out code.
2367 2010-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2369         Remove dead code dealing with POSIX_SIGNALS.
2370         * atimer.c (set_alarm): Remove dead code, all USG systems define
2371         POSIX_SIGNALS.
2372         * data.c (arith_error): Likewise.
2373         * keyboard.c (input_available_signal, handle_user_signal)
2374         (interrupt_signal): Likewise.
2375         * process.c (sigchld_handler): Likewise.
2376         (create_process): Remove if 0 code.  Remove HPUX conditional when
2377         !defined (POSIX_SIGNALS), it cannot be true.
2378         * syssignal.h: Remove USG5_4 and USG conditionals when
2379         !POSIX_SIGNALS, they cannot be true.
2381         * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2382         NO_SOCK_SIGIO, not used anymore.
2384 2010-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2386         * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2387         support vax on BSDs.
2389         * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2390         * s/aix4-2.h (ORDINARY_LINK): ... here.
2392 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2394         * Makefile.in (abs_builddir): Define.
2395         (bootstrap_exe): Use it.
2396         (VPATH): Use $(srcdir) instead of @srcdir@.
2398 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2400         * Makefile.in (bootstrap_exe): Use an absolute name.
2402 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2404         Remove support for old GNU/Linux using libc version 5.
2405         * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2406         * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2408         Consolidate redundant definitions in s/bsd-common.h.
2409         * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2410         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2411         (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2412         doing it in all files that include this one.
2413         * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2414         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2415         (LDAV_SYMBOL, KERNEL_FILE): Remove.
2416         * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2417         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2418         (LDAV_SYMBOL, KERNEL_FILE): Remove.
2419         * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2420         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2421         (LDAV_SYMBOL, KERNEL_FILE): Remove.
2423         Consolidate redundant definitions.
2424         * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2425         it's undefined in all files that include this one.
2426         (POSIX_SIGNALS): Define here instead of doing it in all files that
2427         include this one.
2428         * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2429         (POSIX_SIGNALS): Do not define.
2430         * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2431         (POSIX_SIGNALS): Do not define.
2432         * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2433         (POSIX_SIGNALS): Do not define.
2435         Remove support for old UNIX System V systems.
2436         * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2437         * s/usg-5-4-2.h: Remove.
2439         Remove support for Solaris on PPC and for old versions.
2440         * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2441         (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2442         that cancel each other.
2443         * s/sol2-3.h:
2444         * s/sol2-4.h:
2445         * s/sol2-5.h: Remove.
2446         * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2447         (NO_REMAP): Remove, unused.
2448         (UNEXEC): Move definition ...
2449         * s/aix4-2.h (UNEXEC): ... here.
2451         * s/openbsd.h: Remove support for non-ELF and for systems that do
2452         not support shared libraries.
2453         * s/netbsd.h:
2454         * s/freebsd.h: Likewise.
2456 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2458         Remove non-working support for lynxos 3.0.
2459         * s/lynxos.h: Remove file.
2461         * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2462         COFF_BSD_SYMBOLS, nothing defines it anymore.
2464 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2466         Remove obsolete uses of HAVE_SHM.
2467         * emacs.c (standard_args):
2468         (Fdump_emacs):
2469         (syms_of_emacs): Remove code depending on HAVE_SHM.
2471         * alloc.c: Remove HAVE_SHM dependent definition.
2473         * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2475 2010-03-18  Glenn Morris  <rgm@gnu.org>
2477         * emacs.c (USAGE4): Hard-code bug address.
2478         (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2479         (bug_reporting_address): Remove.
2480         (main): Don't call bug_reporting_address.
2482         * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2483         (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2485 2010-03-15  Chong Yidong  <cyd@stupidchicken.com>
2487         * xfns.c (Fx_create_frame):
2488         * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2489         on left.
2491 2010-03-13  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2493         * editfns.c (Fformat): Account for string precision when computing
2494         field width (Bug#5710).
2496 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2498         * xfns.c (Fx_create_frame): Set default to Qright.
2500         * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2501         all window systems.
2503 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
2505         These changes remove termcap.c from the build on Posix platforms.
2506         * Makefile.in (termcapobj): Move termcap.o from here...
2507         (MSDOS_OBJ): ...to here.
2508         (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2509         now identical to when LIBS_TERMCAP is defined.
2511         * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2513         * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2515         * config.in: Regenerated.  (See top-level ChangeLog.)
2517 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2519         * Branch for 23.2.
2521 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2523         Cleanup setup of gl_state in various parts of the code.
2524         * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2525         (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2526         * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2527         (skip_chars):
2528         * regex.c (regex_compile): Use it.
2529         (re_compile_pattern): Don't set gl_state.current_syntax_table since
2530         it's now set in regex_compile when/if we need it.
2532 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         Make it possible to C-g in a tight bytecode loop again (bug#5680).
2535         * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2536         (QUIT): Use it to consolidate code and remove redundancy.
2537         * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2539         * regex.c (regex_compile): Setup gl_state as well.
2541         * syntax.c (skip_chars): Setup gl_state (bug#3823).
2542         (in_classes): Use CONSP before XCAR/XCDR.
2544 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2546         * keymap.c (Fwhere_is_internal): Use Fequal to compare
2547         definitions, so that keyboard macros are correctly handled
2548         (Bug#5481).
2550 2010-03-02  Eli Zaretskii  <eliz@gnu.org>
2552         * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2553         text that could be relocated inside the call to emacs_mule_char.
2554         (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2555         (CODING_DECODE_CHAR): Add a comment describing its purpose.
2557 2010-03-02  Kenichi Handa  <handa@m17n.org>
2559         * character.c (parse_str_as_multibyte): Fix handling of the
2560         multibyte form of raw-bytes.
2561         (str_as_multibyte): Likewise.
2563         * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2564         form of raw-bytes.
2566 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2568         * charset.c (load_charset_map_from_file)
2569         (load_charset_map_from_vector): Zero out allocated
2570         charset_map_entries before using them.
2572 2010-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2574         * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2576 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2578         * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2579         "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2581 2010-02-26  Kenichi Handa  <handa@m17n.org>
2583         * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2585         * xdisp.c (reseat_to_string): Fix previous change.
2587 2010-02-26  David Reitter  <david.reitter@gmail.com>
2589         * nsfont.m (nsfont_draw): ns_antialias_text should be a
2590         Lisp_Object (Bug#4736).
2592 2010-02-25  Kenichi Handa  <handa@m17n.org>
2594         * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2596 2010-02-24  Jan Djärv  <jan.h.d@swipnet.se>
2598         * xterm.c (XTflash): Move declarations before statements.
2600         * gtkutil.c (xg_get_gdk_display): Remove (unused).
2601         (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2602         (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2603         (xg_create_tool_bar): Remove unused variables.
2604         (x_wm_set_size_hint): Move declarations before statements.
2605         (xg_create_frame_widgets): Remove variable grav.
2607 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2609         * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2611 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2613         * term.c (fatal): Add a final \n if needed (bug#5596).
2615 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
2617         * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2619 2010-02-18  Glenn Morris  <rgm@gnu.org>
2621         * callint.c (Finteractive): Doc fix.
2623 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2625         * coding.c (record_conversion_result):
2626         Handle CODING_RESULT_INSUFFICIENT_DST.
2627         (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2628         memory allocation error.
2630 2010-02-17  Kenichi Handa  <handa@m17n.org>
2632         * coding.c (decode_coding_ccl): Don't setup ccl program here.
2633         Fix for the case that the output buffer is fullfilled.
2634         (decode_coding): Setup ccl program here.  Keep looping when the
2635         decoder stopped because the output buffer is
2636         fullfilled (bug#5534).
2638         * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2640 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
2642         * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
2643         bug #5571.
2644         (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
2645         overdrawn.
2647 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>
2649         * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2650         doing_interact here.
2651         (ice_connection_closed): New function.
2652         (x_session_check_input, smc_die_CB, ice_io_error_handler)
2653         (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2654         (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2655         returns I/O error.
2656         (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2657         bug #5512.
2659 2010-02-08  Francis Devereux  <francis@devrx.org>  (tiny change)
2661         * nsfont.m (nsfont_open): The system's value for the font descent
2662         is negative, so round it down to avoid clipping.
2664 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2666         * charset.c (load_charset_map_from_file)
2667         (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
2668         instead of xmalloc (Bug#5526).  Suggested by Vivek Dasmohapatra.
2670 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2672         * charset.c (load_charset_map_from_file): Allocate large
2673         charset_map_entries structure on the heap rather than the stack.
2674         (Bug#5526).
2676 2010-01-31  Kenichi Handa  <handa@m17n.org>
2678         * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
2679         size in NAME is invalid, return -1 (Bug#5396).
2681 2010-01-31  Chong Yidong  <cyd@stupidchicken.com>
2683         * nsterm.m (ns_defined_color): Block input.  Suggested by Mike
2684         <deactivated@gmail.com> (Bug#3605).
2686 2010-01-31  David De La Harpe Golden  <david@harpegolden.net>
2688         * fileio.c (Frename_file): Correctly rename symlinks to
2689         directories (Bug#5496).
2691 2010-01-31  Filipe Cabecinhas  <filcab@gmail.com>  (tiny change)
2693         * nsterm.m (ns_ring_bell): Handle visible bell like X.
2695 2010-01-30  Andreas Schwab  <schwab@linux-m68k.org>
2697         * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2699 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2701         * frame.c (DEFAULT_ROWS): Change default to 35.
2703         * xfns.c (x_default_font_parameter): Change default XFT font to
2704         monospace-10 (Bug#3643).
2706 2010-01-29  Eli Zaretskii  <eliz@gnu.org>
2708         * w32inevt.c (key_event): Remove unnecessary comparison of
2709         event->uChar.AsciiChar with 128.
2711 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2713         * fileio.c (Frename_file): Fix last change (Bug#5487).
2715         * m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.
2717         * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2719 2010-01-28  Jan Djärv  <jan.h.d@swipnet.se>
2721         * xfns.c (Fx_create_frame): Remove window size matching code from
2722         2010-01-15.
2723         (x_get_current_desktop, x_get_desktop_workarea): Remove.
2725 2010-01-27  Jason Rumney  <jasonr@gnu.org>
2727         * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
2728         (key_event): Use unicode for characters 128 and higher (Bug#4567).
2730 2010-01-27  Kenichi Handa  <handa@m17n.org>
2732         * regex.c (analyse_first): Fix setting of fastmap for unibyte
2733         pattern string (Bug#4209).
2735 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2737         * fileio.c (Frename_file): Call copy-directory and
2738         delete-directory for directories, in order to handle cross-device
2739         renaming (Bug#3353).
2741 2010-01-25  Jan Djärv  <jan.h.d@swipnet.se>
2743         * xfns.c (Fx_create_frame): If frame height is too big, try
2744         sizes 24 and 10.  Bug #3643.
2746 2010-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         Try and fix bug#788, hopefully for real this time.
2749         * keymap.c (shadow_lookup): Add `remap' arg.
2750         (describe_map, describe_vector): Update calls to shadow_lookup.
2751         (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2752         `remapped' so this flag is applicable to `sequence'.  Be careful to
2753         perform remapping during shadow_lookup check of remapped_sequences.
2755 2010-01-24  Eric Bélanger  <snowmaniscool@gmail.com>  (tiny change)
2757         * image.c (png_load): Use png_sig_cmp instead of the obsolete
2758         png_check_sig, which has been removed in libpng 1.4.
2760 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2762         * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2763         lacks this header file).
2765 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2767         * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2768         as in Emacs 22.
2770 2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2772         * lisp.h (make_pure_string): String pointer arg now points to const.
2774         * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2775         args now point to const.
2777 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2779         * lread.c (Fload): Don't treat files without .elc extension as
2780         byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2781         them.  (bug#5303)
2783 2010-01-20  Kenichi Handa  <handa@m17n.org>
2785         * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2786         treat the source as actual byte sequence.
2788 2010-01-19  Alan Mackenzie  <acm@muc.de>
2790         Fix spurious before-change-functions invocation from (insert ?\n).
2791         * textprop.c (set_text_properties): Rename parameter
2792         `signal_after_change_p' to `coherent_change_p', and make the
2793         invocation of `modify_region' conditional on it.
2795 2010-01-19  Jan Djärv  <jan.h.d@swipnet.se>
2797         * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2798         for debug purpose.
2799         (syms_of_xsettings): Declare xft-settings.
2801 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2803         * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2805 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2807         * xterm.c (event_handler_gdk): Block input (Bug#5037).
2809 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2811         * emacs.c (standard_args): Adjust arg priorities to reflect how
2812         they are processed in startup.el.
2814 2010-01-16  Andreas Schwab  <schwab@linux-m68k.org>
2816         * Makefile.in (lisp, shortlisp): Update.
2818 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2821         code, link the new kboard into all_kboard before running Lisp code,
2822         and protect the new terminal with GCPRO (Bug#5365).
2823         (x_term_init): Remove unused var `atom'.
2824         (x_delete_display, x_delete_terminal): Remove unused var `i'.
2826 2010-01-15  Jan Djärv  <jan.h.d@swipnet.se>
2828         * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
2829         (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
2830         to find out usable size of the desktop.  Don't make frames larger than
2831         this.  Bug #3643.
2833 2010-01-15  Kenichi Handa  <handa@m17n.org>
2835         * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS.  Callers changed.
2837 2010-01-15  Chong Yidong  <cyd@stupidchicken.com>
2839         * nsterm.m (Qnone): Define.
2841         * nsfns.m (Qnone): Move definition to nsterm.m.
2843 2010-01-14  Kenichi Handa  <handa@m17n.org>
2845         * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
2846         systems.
2848 2010-01-14  Kenichi Handa  <handa@m17n.org>
2850         Make auto-composition work on all buffers even if they are
2851         fundamental mode.
2853         * composite.c (Vauto_composition_mode): New variable.
2854         (composition_compute_stop_pos): Check Vauto_composition_mode
2855         instead of Vauto_composition_function.
2856         (composition_adjust_point, Ffind_composition_internal): Likewise.
2857         (syms_of_composite): Declare Lisp variable
2858         "auto-composition-mode" here.
2860 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
2862         * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
2863         during call to vendor-specific-keysyms (Bug#5365).
2865 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2867         * keyboard.c (input_available_signal) [SYNC_INPUT]:
2868         Call SIGNAL_THREAD_CHECK (Bug#5333).
2870         * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
2871         Call SIGNAL_THREAD_CHECK.
2873 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         Try to fix bug#5314.  This is probably not the final word, tho.
2876         * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
2877         recent-auto-save-p as a side-effect.
2878         * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
2879         * buffer.c (Fkill_buffer, reset_buffer):
2880         * editfns.c (Fsubst_char_in_region):
2881         * fileio.c (Finsert_file_contents, Fdo_auto_save)
2882         (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
2884 2010-01-13  Kenichi Handa  <handa@m17n.org>
2886         Display buffer name, etc. in mode line by composing correctly.
2888         * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
2889         STRING is not nil.
2890         (display_mode_element): Adjust for the change of
2891         decode_mode_spec and display_line.
2892         (decode_mode_spec): Change arg MULTIBYTE to STRING.
2893         (display_string): Handle the case that STRING is non-null and
2894         LISP_STRING is not nil.
2896         * xterm.c (x_draw_composite_glyph_string_foreground):
2897         Pay attention to s->face->overstrike.
2899         * composite.c (composition_reseat_it): Don't check PT if STRING is
2900         non nil.
2902 2010-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2904         * keyboard.c (read_char): Don't apply previous change when current
2905         buffer is unchanged by command execution.
2907 2010-01-12  Jan Djärv  <jan.h.d@swipnet.se>
2909         * keyboard.c (read_char): Return after executing from special map.
2911 2010-01-12  Glenn Morris  <rgm@gnu.org>
2913         * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
2914         bug-gnu-emacs rather than emacs-pretest-bug.
2916 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2918         * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
2919         initializing the Lisp variables that depend on them.
2921 2010-01-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2923         * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2924         Clear areas that will not be updated after change of menu bar lines.
2925         Clear the menu bar window's current matrix when the window gets empty.
2927 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2929         * intervals.h, textprop.c (extend_property_ranges): Return value
2930         and args changed.  Discard properties that begin at or after the
2931         new end (Bug#5306).
2933         * editfns.c (Fformat): Caller changed.
2935         * nsterm.m (ns_set_default_prefs): Delete function.
2936         (syms_of_nsterm): Initialize ns_command_modifier,
2937         ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2938         ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2940         * xdisp.c (pos_visible_p): Check for invisible text at the correct
2941         position (Bug#4040).
2943 2010-01-09  Eli Zaretskii  <eliz@gnu.org>
2945         * editfns.c (Ffloat_time): Doc fix.
2947 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2949         * xfns.c (Fx_create_frame): Don't create frame larger than display
2950         by default bug#3643.
2952 2010-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2954         * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2955         (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2956         windows above internal border.
2958         * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2959         (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2960         windows above internal border.
2962         * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2963         tool bar windows specially.
2965         * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2967         * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2968         specially.
2969         (XTflash): Take account of menu bar height.
2971         * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2972         specially.
2974 2010-01-08  Jan Djärv  <jan.h.d@swipnet.se>
2976         * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
2977         also be true before we can return early (bug #5339).
2979 2010-01-06  David Reitter  <david.reitter@gmail.com>
2981         * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
2982         (Fns_display_usable_bounds): Rewrite, computing bounds properly
2983         (Bug#3233).
2985 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2987         * font.c (font_open_entity): Enable chache and call cached_font_ok
2988         for the driver if defined.
2989         (QCuser_spec): New symbol.
2990         (font_spec_from_name): Save name as user-spec.
2991         (font_load_for_lface): Keep user-spec instead of name.
2992         (font_open_by_name): Save name as user-spec.
2993         (syms_of_font): Initialize QCuser_spec.
2994         (font_clear_prop): Clear name if it exists in font (bug#5157).
2996         * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
2997         (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
2998         (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3000         * font.h (struct font_driver): Add cached_font_ok.
3002         * xterm.c (x_clear_frame): Queue draw for scroll bars.
3004 2010-01-05  Jan Djärv  <jan.h.d@swipnet.se>
3006         * xterm.c (x_new_font): Move code for setting rows/cols before
3007         resizing ...
3008         (x_set_window_size): ... to here.  Bug #2568.
3010         * gtkutil.c (xg_clear_under_internal_border): New function.
3011         (xg_frame_resized, xg_frame_set_char_size):
3012         Call xg_clear_under_internal_border.
3013         (xg_update_scrollbar_pos): Clear under old scroll bar position.
3015 2010-01-05  Chong Yidong  <cyd@stupidchicken.com>
3017         * keyboard.c (read_key_sequence): Catch keyboard switch after
3018         making a new tty frame (Bug#5095).
3020 2010-01-05  Kenichi Handa  <handa@m17n.org>
3022         * fontset.c (fontset_find_font): Fix getting the frame pointer.
3024 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3026         * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3027         Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3028         (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3030 2010-01-03  Michael Albinus  <michael.albinus@gmx.de>
3032         * dbusbind.c (xd_add_watch): Improve debug message.
3033         (xd_remove_watch): Improve debug message.  If DATA is the session
3034         bus, unset D-Bus session environment.
3035         (Fdbus_init_bus): Pass the bus as argument to
3036         dbus_connection_set_watch_functions.  (Bug#5283)
3038 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3040         * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3042         * lread.c (syms_of_lread): Make it clearer that these are the
3043         names of loaded files (Bug#5068).
3045         * eval.c (run_hook_with_args): Handle the case where the global
3046         value has the obsolete single-function form (Bug#5026).
3048 2009-12-27  Chong Yidong  <cyd@stupidchicken.com>
3050         * minibuf.c (Fall_completions): Minor optimization.
3052 2009-12-26  Eli Zaretskii  <eliz@gnu.org>
3054         * .gdbinit (pgx): Fix display of composite glyphs.
3055         Display cmp.from and cmp.to as well.
3056         (pitx): Fix last change.
3058 2009-12-25  Kenichi Handa  <handa@m17n.org>
3060         * composite.h (composition_adjust_point): Update prototype.
3062         * composite.c (composition_reseat_it): Don't make a composition
3063         spanning over point.
3064         (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3065         composable characters.
3066         (composition_adjust_point): New arg NEW_PT.  Callers changed.
3068         * keyboard.c (command_loop_1): Force redisplay if the last point
3069         was within a composition.
3070         (adjust_point_for_property): Don't adjust point for automatic
3071         composition when called after buffer modification.
3073 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
3075         * .gdbinit (pitx): Don't use enum names, use their values.
3076         Remove reference to non-existing value GET_FROM_COMPOSITION.
3077         (pgx): Don't use enum names, use their values.
3078         (pitmethod): New helper command.
3079         (pitx): Use it to display iteration method.
3080         (pgrowit): New command.
3082         * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3084         Update dependencies in Makefile.in.
3086         * Makefile.in (alloc.o): Depend on termhooks.h.
3087         (atimer.o): Depend on blockinput.h.
3088         (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3089         and frame.h.
3090         (callint.o): Depend on systime.h, coding.h, and composite.h.
3091         (callproc.o): Depend on buffer.h.
3092         (casefiddle.o): Don't depend on charset.h.
3093         (casetab.o): Depend on character.h.
3094         (ccl.o): Depend on composite.h.
3095         (chartab.o): Depend on ccl.h.
3096         (cm.o): Depend on dispextern.h.
3097         (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3098         (coding.o): Don't depend on $(INTERVALS_H).
3099         (composite.o): Don't depend on dispextern.h explicitly (it's in
3100         $(INTERVALS_H)).  Depend on ccl.h.
3101         (data.o): Depend on systime.h, coding.h, composite.h,
3102         dispextern.h, font.h, and ccl.h.
3103         (dired.o): Depend on composite.h.
3104         (dispnew.o): Depend on coding.h.  Don't depend explicitly on
3105         composite.h (it's in $(INTERVALS_H)).
3106         (doc.o): Depend on systime.h, coding.h, and composite.h.
3107         (editfns.o): Don't depend explicitly on dispextern.h.
3108         (emacs.o): Depend on frame.h and coding.h.
3109         (eval.o): Depend on coding.h, composite.h, and xterm.h.
3110         (fileio.o): Depend on frame.h and commands.h.  Don't depend
3111         explicitly on dispextern.h.
3112         (filelock.o): Don't depend on epaths.h and charset.h.  Depend on
3113         composite.h.
3114         (fns.o): Don't depend on termhooks.h.
3115         (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3116         (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3117         coding.h, $(INTERVALS_H), window.h, xterm.h.
3118         (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3119         (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3120         (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3121         fontset.h, ccl.h, and ftfont.h.
3122         (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3123         (gtkutil.o): Depend on dispextern.h and composite.h.
3124         (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3125         termhooks.h, and ccl.h.
3126         (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3127         (intervals.o): Depend on systime.h and coding.h.
3128         (keyboard.o): Depend on composite.h and coding.h.
3129         (keymap.o): Depend on coding.h and frame.h.
3130         (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3131         (macros.o): Depend on systime.h, coding.h, and composite.h.
3132         (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3133         and atimer.h.
3134         (minibuf.o): Depend on systime.h and coding.h.  Don't depend on
3135         dispextern.h explicitly.
3136         (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3137         Don't depend explicitly on dispextern.h and composite.h.
3138         (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3139         (regex.o): Don't depend on charset.h.
3140         (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3141         (search.o): Don't depend explicitly on composite.h.
3142         (sound.o): Depend on atimer.h and systime.h.
3143         (syntax.o): Don't depend explicitly on composite.h.
3144         (sysdep.o): Depend on coding.h and composite.h.
3145         (term.o): Depend on xterm.h and buffer.h.
3146         (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3147         (textprop.o): Don't depend on dispextern.h explicitly.
3148         (undo.o): Depend on dispextern.h.
3149         (window.o): Depend on coding.h and termhooks.h.  Don't depend on
3150         dispextern.h and composite.h explicitly.
3151         (xdisp.o): Depend on ccl.h.
3152         (xfaces.o): Depend on coding.h and ccl.h.
3153         (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3154         (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3155         (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3156         ftfont.h.
3157         (xgselect.o): New dependency.
3158         (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3159         (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3160         (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3161         coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3162         (xsmfns.o): Depend on frame.h and dispextern.h.
3163         (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3164         sysselect.h.
3166 2009-12-19  Andreas Schwab  <schwab@linux-m68k.org>
3168         * font.c (Fclear_font_cache): Pass correct cache argument to
3169         font_clear_cache.
3171 2009-12-16  Andreas Schwab  <schwab@linux-m68k.org>
3173         * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3174         twice.
3176 2009-12-15  Chong Yidong  <cyd@stupidchicken.com>
3178         * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3179         calling file-remote-p.  Reported by Jim Meyering.
3181 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3183         * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3184         avoid compiler warnings.  (Bug #5217)
3186 2009-12-14  Kenichi Handa  <handa@m17n.org>
3188         * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3189         in 8-bit encoding.
3191 2009-12-13  Pat Thoyts  <patthoyts@users.sourceforge.net>  (tiny change)
3193         * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3194         tooltip windows.
3196 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
3198         * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3199         Xatom_net_window_type.
3201         * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3202         Xatom_net_window_type.
3204         * xterm.c (my_log_handler): New function.
3205         (x_term_init): Set my_log_handler as log handler during gtk_init
3206         so we can filter out buggy messages.  (Bug #5120).
3208         * xterm.c (xg_scroll_callback): Parameter list changed,
3209         use parameter GtkScrollType to determine scroll/line/page.
3210         Only allow dragging if a button < 4 is grabbed (bug #5177).
3211         (xg_end_scroll_callback): New function.
3212         (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3213         xg_create_scroll_bar.
3215         * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3216         (scroll_end_callback): Remove.
3217         (xg_create_scroll_bar): Add parameter end_callback, bind it to
3218         button-release-event.  Replace value-changed event with change-value,
3219         bug #5177,
3220         (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3221         bug #5177.
3223         * gtkutil.h (XG_LAST_SB_DATA): Remove.
3224         (xg_create_scroll_bar): Add GCallback end_callback.
3226         * xftfont.c (QClcdfilter): New variable.
3227         (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3228         (syms_of_xftfont): Initialize QClcdfilter.
3230 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
3232         * xsettings.c (struct xsettings): Add member seen.
3233         (parse_xft_settings): Update member seen with what we have read.
3234         Return non-zero if Xft-settings have been parsed, 0 otherwise.
3235         (apply_xft_settings): Only update Xft settings with what member seen
3236         indicates as new.
3238 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3240         * dispextern.h (struct text_pos): Use EMACS_INT;
3241         (struct glyph): Use EMACS_INT for charpos.
3242         (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3243         region_beg_charpos, region_end_charpos,
3244         redisplay_end_trigger_charpos, and also for
3245         iterator_stack_entry.end_charpos and
3246         iterator_stack_entry.stop_charpos.
3248 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
3250         * gtkutil.c (scroll_end_callback): New function (bug #5177).
3251         (xg_create_scroll_bar): Call scroll_end_callback on button release
3252         event (bug #5177).
3253         (xg_event_is_for_scrollbar): != replaced with ==.
3255 2009-12-12  Kenichi Handa  <handa@m17n.org>
3257         * ftfont.c (struct ftfont_info): New member matrix.
3258         (ftfont_open): Setup xftfont_info->matrix.
3259         (MFLTFontFT): New member matrix.
3260         (FLOOR, CEIL, ROUND): New macros.
3261         (ftfont_get_metrics): Handle matrix transformation.
3262         (ftfont_shape_by_flt): New arg matrix.  Callers changed.
3264         * xftfont.c (struct xftfont_info): New member matrix.
3265         (xftfont_open): Setup xftfont_info->matrix.
3267 2009-12-10  Kenichi Handa  <handa@m17n.org>
3269         * xdisp.c (append_space_for_newline): Consider face-remapping.
3271 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
3273         * xsettings.c: Include "keyboard.h".
3275         * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3277         Fix implicit function declarations.
3278         * cmds.c: Include "frame.h".
3279         * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3280         * frame.h: Move declaration of delete_frame outside of
3281         HAVE_WINDOW_SYSTEM.
3283 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3285         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3287         * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3288         GTK builds.
3290 2009-12-07  Andreas Schwab  <schwab@linux-m68k.org>
3292         * unexelf.c (unexec): Don't search for .data twice.
3294 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3296         * xdisp.c (push_display_prop): Don't set avoid_cursor_p.  Return 0
3297         if push failed.
3298         (handle_line_prefix): Set avoid_cursor_p here.  Check return value
3299         of push_display_prop (Bug#5000).
3301         * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3302         value of font_list_entities (Bug#5085).
3304 2009-12-04  Juanma Barranquero  <lekktu@gmail.com>
3306         Fix `string-to-number' to deal consistently with integers and floats.
3307         * lread.c (isfloat_string): New argument ignore_trailing to accept all
3308         trailing characters, not just whitespace.
3309         (read1): Pass new arg 0 to keep old behavior.
3310         * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3311         trailing chars, as it is already done for integers.  Doc fixes.
3312         * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3314 2009-12-04  Eli Zaretskii  <eliz@gnu.org>
3316         * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3317         Delete unused enumeration value.
3319 2009-12-03  Eli Zaretskii  <eliz@gnu.org>
3321         * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3323 2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
3325         * process.c (Fmake_network_process): Fix up the tests for
3326         "connectionless socket", so they DTRT for seqpacket sockets as well.
3328 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3330         * process.c (Qseqpacket): New symbol.
3331         (HAVE_SEQPACKET): New macro.
3332         (Fmake_network_process): Accept new :type `seqpacket'.
3333         (init_process): Add `seqpacket' feature when applicable.
3334         (syms_of_process): Initialize Qseqpacket.
3336 2009-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3338         * font.c (font_load_for_lface, font_open_by_name): Don't store name
3339         if entity is Qnil.
3341 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3343         * print.c (print_preprocess): Preprocess the key_and_value table of
3344         hashtables, even tho they're "hidden" (bug#5082).
3346 2009-11-29  Jan Djärv  <jan.h.d@swipnet.se>
3348         * frame.c (frame_make_pointer_invisible)
3349         (frame_make_pointer_visible): Declare f before statements.
3351 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
3353         * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3354         omitted dependencies on lisp.h.
3356 2009-11-27  Jan Djärv  <jan.h.d@swipnet.se>
3358         * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3359         is NULL.
3361         * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3363         * frame.c (frame_make_pointer_invisible)
3364         (frame_make_pointer_visible): Just return if there isn't any selected
3365         frame.
3367         * search.c (simple_search): Remove warning by making *p const.
3369 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3371         * xdisp.c (power_letter): Remove duplicate const.
3373 2009-11-25  Jan Djärv  <jan.h.d@swipnet.se>
3375         * term.c (delete_tty): Remove check for last terminal (bug#4970).
3377         * xsettings.c: Revert changes from 2009-11-23.  Just use Xft
3378         defaults (bug #5025).
3380 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3382         * insdel.c (adjust_markers_for_delete): Move it in the
3383         right direction!  (bug#4803)
3385 2009-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3387         * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3389         * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3391 2009-11-24  Glenn Morris  <rgm@gnu.org>
3393         * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3395 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
3397         * Makefile.in: Must create deps for ecrt0.o in its rule.
3399         * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3400         because that is what Gtk+ font dialog understands.
3402         * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3403         of Fcopy_sequence.
3404         (font_open_by_name): Put name given into QCname for font-object returned.
3406         * frame.c (x_set_font): Save original font name as frame parameter
3407         font-parameter.
3409         * xsettings.c (set_default_xft_settings): New function.
3410         (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3411         is found.
3413 2009-11-22  Andreas Schwab  <schwab@linux-m68k.org>
3415         * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3416         searching backwards through multibyte buffer.
3418 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3420         * xterm.c: #include xgselect.h.
3421         (x_initialize): Call xgselect_initialize.
3423         * xsettings.c (something_changedCB): C++ comments => C comments.
3424         (init_gconf): Do not deal with any GLib file descriptors, xg_select
3425         does that now.
3427         * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3428         (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3429         (scroll_bar_button_cb): Remove.
3430         (create_menus): C++ comments => C comments.  Don't bind grab-notify
3431         event.
3432         (xg_create_scroll_bar): Don't bind button-press-event and
3433         button-release-event.
3435         * process.c: Include xgselect.h if defined (USE_GTK) ||
3436         defined (HAVE_GCONF).
3437         (wait_reading_process_output): Call xg_select for the same condition.
3439         * xgselect.c (xg_select): New function to better integrate with
3440         GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.
3442         * xgselect.h: New file, declare xg_select, xgselect_initialize.
3444         * Makefile.in (XOBJ): Add xgselect.o.
3446 2009-11-21  Andreas Schwab  <schwab@linux-m68k.org>
3448         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3449         Remove ignored second argument.  All callers changed.
3450         * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3451         (RE_STRING_CHAR_AND_LENGTH): Likewise.
3452         * xdisp.c (string_char_and_length): Likewise.
3454 2009-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3456         * xterm.c (x_new_font):
3457         * print.c (print_object):
3458         * cmds.c (Fself_insert_command): Move declarations before statements.
3460 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3462         * s/cygwin.h: Remove unneeded linker flags.
3464 2009-11-20  Jan Djärv  <jan.h.d@swipnet.se>
3466         * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3468         * xsettings.h: Declare xsettings_get_system_font.
3470         * xsettings.c (xsettings_get_system_font): New function.
3471         (init_gconf): No use initiating gconf unless we have Xft also.
3472         (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3473         HAVE_GCONF.
3475         * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3476         add a blank entry so it doesn't collapse into nothing.
3478 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * lread.c (Funintern): Comment out last change.
3482 2009-11-19  Richard Stallman  <rms@gnu.org>
3484         * lread.c (Funintern): Error if symbol is t or nil.
3486 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * insdel.c (make_gap_larger): Don't make as many assumptions about the
3489         representation of Lisp integers.
3490         Reported by MJ Chan <mjchan.inbox@gmail.com>.
3492 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
3494         * lisp.h: Remove declaration of Ffont_get_system_font.
3495         * xfns.c: Move include of "xsettings.h".
3496         * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3498 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3500         * xsettings.c (something_changedCB, Ffont_get_system_font):
3501         Check use_system_font.
3502         (syms_of_xsettings): DEFVAR font-use-system-font.
3504 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
3506         * xfns.c (x_default_font_parameter): Remove dead assignment.
3508         * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3510 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3512         * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3513         not have FC_LCD_*.  #define them if not there.
3515         * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3517         * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3519         * xterm.c (handle_one_xevent): Call xft_settings_event for
3520         ClientMessage, PropertyNotify and DestroyNotify.
3521         (x_term_init): If we have XFT, get DPI from Xft.dpi.
3522         Call xsettings_initialize.
3524         * xftfont.c (xftfont_fix_match): New function.
3525         (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3526         Call xftfont_fix_match after XftFontMatch.
3528         * xfont.c (xfont_driver): Initialize all members.
3530         * xfns.c (x_default_font_parameter):
3531         Try font from Ffont_get_system_font.
3532         Do not get font from x_default_parameter if we got one from
3533         Ffont_get_system_font.
3534         (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3536         * w32font.c (w32font_driver): Initialize all members.
3538         * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3540         * lisp.h: Declare syms_of_xsettings.
3542         * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3543         Handle CONFIG_CHANGED_EVENT.
3545         * ftfont.c (ftfont_filter_properties): New function.
3547         * frame.c (x_set_font): Remove unused variable lval.
3549         * font.h (struct font_driver): Add filter_properties.
3551         * font.c (font_put_extra): Don't return if val is nil, it means
3552         boolean option is off.
3553         (font_parse_fcname): Collect all extra properties in extra_props
3554         and call filter_properties for all drivers with extra_props and
3555         font as parameter.
3556         (font_open_entity): Do not use cache, it does not pick up new
3557         fontconfig settings like hinting.
3558         (font_load_for_lface): If spec had a name in it, store it in entity.
3560         * emacs.c (main): Call syms_of_xsettings.
3562         * config.in: HAVE_GCONF is new.
3564         * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3565         xsettings.o is new.
3567 2009-11-17  Kenichi Handa  <handa@m17n.org>
3569         * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3570         back to the default font in case that no suitable font is found.
3572 2009-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3575         Suggested by Chad Brown <yandros@mit.edu>.
3576         (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3578 2009-11-16  Jan Djärv  <jan.h.d@swipnet.se>
3580         * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3582 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
3584         * Makefile.in: Ignore errors from mkdir when creating deps directory.
3586 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
3588         * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3589         has a parent.
3591         * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3592         dependency files in deps/.  Include those files into Makefile.
3594         * config.in: Generated (AUTO_DEPEND).
3596 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3598         * dbusbind.c (Vdbus_registered_objects_table): Rename from
3599         Vdbus_registered_functions_table, because it contains also
3600         properties.  Fix docstring.
3601         (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3603 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * alloc.c (mark_object): Don't reprocess marked strings.
3606         Check vector's markbit earlier.  Adjust calls to mark_vectorlike.
3607         (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3609 2009-11-13  Kenichi Handa  <handa@m17n.org>
3611         * category.c (word_boundary_p): Adjust for the change of the
3612         semantics of Vword_combining_categories.
3613         (Vword_combining_categories): Describe the slight change of the
3614         semantics.
3616 2009-11-13  Eli Zaretskii  <eliz@gnu.org>
3618         * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3620         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3622 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3624         * xdisp.c (syms_of_xdisp): Fix typo in last change.
3626 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
3628         * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3630 2009-11-11  David Reitter  <david.reitter@gmail.com>
3632         * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3633         variables to fix 2009-11-09 change.
3635 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3637         * process.c (ifflag_def): Make flag_sym constant.
3638         (Fnetwork_interface_info): Use a constant pointer.
3639         (ifflag_table):
3640         * xfns.c (cursor_bits):
3641         * xdisp.c (power_letter):
3642         * termcap.c (speeds, esctab):
3643         * sysdep.c (baud_convert):
3644         * keyboard.c (lispy_accent_codes, modifier_names):
3645         * image.c (xbm_format, xpm_format, pbm_format, png_format)
3646         (jpeg_format, tiff_format, gif_format, svg_format)
3647         (interlace_start, interlace_increment, gs_format):
3648         * gtkutil.c (separator_names):
3649         * fringe.c (swap_nibble):
3650         * fns.c (base64_value_to_char, base64_char_to_value):
3651         * fileio.c (make_temp_name_tbl):
3652         * coding.c (suffixes): Make constant.
3654         * frame.c (make_initial_frame):
3655         * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3656         build_string.
3657         * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3659         * s/freebsd.h:
3660         * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3662         * Makefile.in: Add dependencies to lisp.h.  Remove dependencies
3663         for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3665         * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3666         * xterm.c (syms_of_xterm):
3667         * xfaces.c (syms_of_xfaces):
3668         * xdisp.c (syms_of_xdisp):
3669         * lread.c (syms_of_lread):
3670         * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3671         build_string.
3673         * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3675 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3677         * fns.c (Fplist_get): Merge the active and the commented out code.
3679 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
3681         * keyboard.h: Declare timer_check.
3683         * keyboard.c (timer_check_2): New function that does what the old
3684         timer_check did.
3685         (timer_check): Call timer_check_2 until -1 or a non-zero time is
3686         returned, i.e. don't return -1 with timers pending.
3688         * process.c: Remove extern declaration of timer_check.
3690         * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3691         even if timer_check returned -1.
3693         * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3694         xg_dialog_data.
3695         (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3696         the event loop.
3697         (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3698         (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3699         Destroy the dialog after xg_dialog_run.
3701 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3703         * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3705 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
3707         * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3709 2009-11-09  Juanma Barranquero  <lekktu@gmail.com>
3711         * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3713 2009-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3715         * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3716         w32menu.c, and nsmenu.m.
3717         Simplify the obsolete case where position is nil.
3718         (cleanup_popup_menu): New function, moved from nsmenu.m.
3719         (struct skp): Remove slot `notreal'.
3720         (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3721         adjust callers.
3722         (single_menu_item): Adjust call to parse_menu_item.
3723         (syms_of_menu): Defsubr x-popup-menu.
3724         * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3725         (keymap_panes): Don't export any more.
3726         (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3727         (xmenu_show): Declare.
3728         * keyboard.c (parse_menu_item): Remove arg `notreal'.
3729         (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3730         * keyboard.h (parse_menu_item): Update declaration.
3731         * xmenu.c (Fx_popup_menu): Remove.
3732         (syms_of_xmenu): Don't defsubr x-popup-menu.
3733         * w32menu.c (Fx_popup_menu): Remove.
3734         (syms_of_w32menu): Don't defsubr x-popup-menu.
3735         * nsmenu.m (cleanup_popup_menu): Remove.
3736         (ns_menu_show): Rename from ns_popup_menu and remove all the code
3737         moved to menu.c's Fx_popup_menu.
3738         (Fx_popup_menu): Remove.
3739         (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3740         menu_items (it's done in menu.c already).
3742 2009-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3745         Use `tem' less.  Make sure KEYEQ holds a string or nil (bug#4879).
3747 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3749         * xmenu.c (Fx_popup_menu): Extract event timestamp.  Pass it to
3750         xmenu_show.  Hide any tooltip before opening a menu.
3751         (xmenu_show): New arg.  Pass it to create_and_show_popup_menu.
3752         (create_and_show_popup_menu): New arg.  Pass it to gtk_menu_popup.
3754 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3756         Let integers use up 2 tags to give them one extra bit and thus double
3757         their range.
3758         * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3759         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3760         New macros.
3761         (enum Lisp_Type): Use them.  Give explicit values.
3762         (Lisp_Type_Limit): Remove.
3763         (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3764         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3765         Pay attention to USE_2_TAGS_FOR_INTS.
3766         (INTEGERP): Use LISP_INT_TAG_P.
3767         * fns.c (internal_equal): Simplify the default case.
3768         (sxhash): Use case_Lisp_Int.
3769         * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3770         any more.
3771         (Ftype_of): Use case_Lisp_Int.
3772         (store_symval_forwarding): Take into account the fact that Ints can
3773         now have more than one tag.
3774         * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3775         buffer_slot_type_mismatch):
3776         * xfaces.c (face_attr_equal_p):
3777         * print.c (print_object):
3778         * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3779         Use case_Lisp_Int.
3781 2009-11-06  Eli Zaretskii  <eliz@gnu.org>
3783         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3785         * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3786         warning.
3788 2009-11-06  Jan Djärv  <jan.h.d@swipnet.se>
3790         * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3792         * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3794         * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3795         ButtonPressRelease and MotionNotify (bug#4870).
3797 2009-11-06  Dan Nicolaescu  <dann@ics.uci.edu>
3799         * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3801         * xterm.c (syms_of_xterm):
3802         * xselect.c (syms_of_xselect):
3803         * xmenu.c (syms_of_xmenu):
3804         * xfns.c (syms_of_xfns):
3805         * xfaces.c (syms_of_xfaces):
3806         * xdisp.c (syms_of_xdisp):
3807         * window.c (syms_of_window):
3808         * w32fns.c (syms_of_w32fns):
3809         * undo.c (syms_of_undo):
3810         * textprop.c (syms_of_textprop):
3811         * terminal.c (syms_of_terminal):
3812         * syntax.c (syms_of_syntax):
3813         * sound.c (syms_of_sound):
3814         * search.c (syms_of_search):
3815         * print.c (syms_of_print):
3816         * minibuf.c (syms_of_minibuf):
3817         * macros.c (syms_of_macros):
3818         * keymap.c (syms_of_keymap, initial_define_key)
3819         (initial_define_lispy_key):
3820         * keyboard.c (syms_of_keyboard):
3821         * insdel.c (syms_of_insdel):
3822         * image.c (syms_of_image):
3823         * fringe.c (syms_of_fringe):
3824         * frame.c (syms_of_frame):
3825         * fontset.c (syms_of_fontset):
3826         * fns.c (syms_of_fns):
3827         * fns.c (syms_of_fns):
3828         * fileio.c (syms_of_fileio):
3829         * fileio.c (syms_of_fileio):
3830         * eval.c (syms_of_eval):
3831         * doc.c (syms_of_doc):
3832         * dispnew.c (syms_of_display):
3833         * dired.c (syms_of_dired):
3834         * dbusbind.c (syms_of_dbusbind):
3835         * data.c (syms_of_data):
3836         * composite.c (syms_of_composite):
3837         * coding.c (syms_of_coding):
3838         * cmds.c (syms_of_cmds):
3839         * charset.c (define_charset_internal, syms_of_character):
3840         * ccl.c (syms_of_ccl):
3841         * category.c (syms_of_category, init_category_once):
3842         * casetab.c (syms_of_casetab):
3843         * casefiddle.c (syms_of_casefiddle):
3844         * callint.c (syms_of_callint):
3845         * bytecode.c (syms_of_bytecode):
3846         * buffer.c (keys_of_buffer, syms_of_buffer):
3847         * alloc.c (syms_of_alloc):
3848         * process.c (syms_of_process, init_process):
3849         * lread.c (syms_of_lread, init_obarray):
3850         * font.c (build_style_table):
3851         * emacs.c (syms_of_emacs, main): Replace calls to intern with
3852         intern_c_string, calls to make_pure_string with
3853         make_pure_c_string.  Use pure_cons instead of Fcons.
3855         * process.c (socket_options): Make it const.
3856         (set_socket_option, init_process): Use a const pointer.
3858         * lread.c (intern_c_string): New function.
3859         (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3860         (defvar_int): Uset it.  Make the name const char*.
3862         * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3863         (defvar_int): Update prototypes.
3864         (DEFUN, EXFUN): Support for prototypes is now required.
3865         (intern_c_string): New prototype.
3866         (struct Lisp_Subr): Make symbol_name constant.
3868         * font.c (struct table_entry): Remove unused member.  Make NAMES
3869         constant.
3870         (weight_table, slant_table, width_table): Make constant.
3872         * emacs.c (struct standard_args): Make name and longname constant.
3874         * character.h (DEFSYM): Use intern_c_string.
3876 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3878         * alloc.c (make_pure_c_string): New function.
3880         * eval.c (Fautoload): Purecopy all arguments.
3882 2009-11-05  Kenichi Handa  <handa@m17n.org>
3884         * fileio.c (Finsert_file_contents): Be sure set coding-system of
3885         the buffer in case of replace.
3887 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3889         * puresize.h (BASE_PURESIZE): Increase to 1620000.
3891 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3893         * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
3894         when applicable (bug#4851).
3896         * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
3897         (P_): Support for prototypes is now required.
3899 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
3901         * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
3902         (Bug#4827).
3904 2009-10-30  Eli Zaretskii  <eliz@gnu.org>
3906         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
3908 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3910         * puresize.h (BASE_PURESIZE): Increase to 1470000.
3912         * lread.c (Fload): Purecopy the file name when building
3913         Vpreloaded_file_list.
3915 2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
3917         * w32fns.c (syms_of_w32fns): Change default value of
3918         w32-scroll-lock-modifier to nil.  (Bug#2827)
3920 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
3922         * minibuf.c (Fall_completions): Fix typos in docstring.
3924 2009-10-26  Andreas Schwab  <schwab@redhat.com>
3926         * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3928 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
3930         * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3931         For delta < 0, skip check that only makes sense when the mini-window
3932         is going to be enlarged.  (Bug#4534)
3934 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
3936         * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3937         string in menu maps (Bug#4471).
3939 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
3941         * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3942         FRAME_NS_VIEW on terminal frames (Bug#4765).
3944 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
3946         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3947         DBUS_TYPE_UINTnn separately to get proper sign extension.
3949         * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3950         can properly handle unsigned types.
3951         (make_uid, make_gid): Remove.
3953         * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3954         types again.
3956         * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
3957         (system_process_attributes): Likewise.
3959 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
3961         * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3963         * eval.c (Fautoload): Purecopy the filename.  Simplify.
3965         * category.c (Fdefine_category): Purecopy docstring.
3967 2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
3969         * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3971         * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3973 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
3975         * window.c (Fwindow_edges, Fwindow_pixel_edges)
3976         (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3977         (Bug#4775).
3979 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3981         * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
3982         (init_fileio_once):
3983         * lisp.h (init_fileio_once): Remove.
3984         * emacs.c (main): Don't call init_fileio_once.
3986 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3988         * puresize.h (BASE_PURESIZE): Increase to 1430000.
3990 2009-10-21  Andreas Schwab  <schwab@linux-m68k.org>
3992         * doprnt.c (doprnt): Fix overflow check.
3994 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
3996         * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
3998         * xterm.h (x_wait_for_event): Declare it.
4000         * xterm.c (pending_event_wait): New variable.
4001         (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4002         see pending_event_wait.eventtype.
4003         (handle_one_xevent): Don't change gravity when parent changes.
4004         (x_new_font): Call change_frame_size with new rows/columns before we
4005         try to resize the frame.
4006         (x_wait_for_event): New function.
4007         (x_set_window_size_1): Don't change gravity unless change_gravity
4008         is set.
4009         Call XResizeWindow with FRAME_OUTER_WINDOW.  If we are visible,
4010         don't change frame size, instead wait for the ConfigureNotify.
4011         (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4012         (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4013         (x_initialize): Initialize pending_event_wait.
4015         * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4016         size.
4018         * widget.c (EmacsFrameSetValues): Add comment.
4019         (EmacsFrameSetCharSize): Just call x_set_window_size.
4021         * gtkutil.c (xg_frame_set_char_size): Flush events and call
4022         x_wait_for_event.
4023         (flush_and_sync): Remove again.
4024         (xg_get_font_name): Suggest monospace if no previous font is known.
4026 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * character.c (char_resolve_modifier_mask): Don't resolve meta to the
4029         8th bit, since that only made sense in the ASCII world (bug#4751).
4031 2009-10-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4033         * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4034         processing pending events when event is filtered for input method.
4035         (Bug#3681)
4037 2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
4039         * fns.c: Add #endif accidentally removed in previous change.
4041 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
4043         * fns.c: Remove code for unsupported system: MAC_OS.
4044         * image.c: Likewise.  Include setjmp.h.
4046 2009-10-19  Jan Djärv  <jan.h.d@swipnet.se>
4048         * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4049         pixel -1 (bug #4742).
4051 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
4053         * process.c (create_pty): Remove conditionals for no longer
4054         supported systems: UNIPLUS and RTU.
4056         * xterm.c:
4057         * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4059         * alloc.c: Do not define struct catchtag.
4060         * eval.c: Move struct catchtag definition ...
4061         * lisp.h: ... here.
4063         * image.c: Move png.h #include earlier to avoid warnings.
4065         * xterm.c:
4066         * xsmfns.c:
4067         * xselect.c:
4068         * xrdb.c:
4069         * xmenu.c:
4070         * xftfont.c:
4071         * xfont.c:
4072         * xfns.c:
4073         * xfaces.c:
4074         * xdisp.c:
4075         * window.c:
4076         * widget.c:
4077         * w32xfns.c:
4078         * w32uniscribe.c:
4079         * w32term.c:
4080         * w32select.c:
4081         * w32reg.c:
4082         * w32proc.c:
4083         * w32menu.c:
4084         * w32inevt.c:
4085         * w32heap.c:
4086         * w32font.c:
4087         * w32fns.c:
4088         * w32console.c:
4089         * w32.c:
4090         * w16select.c:
4091         * vm-limit.c:
4092         * unexsol.c:
4093         * unexec.c:
4094         * unexcw.c:
4095         * unexaix.c:
4096         * undo.c:
4097         * tparam.c:
4098         * textprop.c:
4099         * terminfo.c:
4100         * terminal.c:
4101         * termcap.c:
4102         * term.c:
4103         * syntax.c:
4104         * sound.c:
4105         * sheap.c:
4106         * search.c:
4107         * scroll.c:
4108         * region-cache.c:
4109         * regex.c:
4110         * ralloc.c:
4111         * process.c:
4112         * print.c:
4113         * nsterm.m:
4114         * nsselect.m:
4115         * nsmenu.m:
4116         * nsimage.m:
4117         * nsfont.m:
4118         * nsfns.m:
4119         * msdos.c:
4120         * minibuf.c:
4121         * menu.c:
4122         * marker.c:
4123         * macros.c:
4124         * keymap.c:
4125         * keyboard.c:
4126         * intervals.c:
4127         * insdel.c:
4128         * indent.c:
4129         * gtkutil.c:
4130         * ftxfont.c:
4131         * ftfont.c:
4132         * fringe.c:
4133         * frame.c:
4134         * fontset.c:
4135         * font.c:
4136         * fns.c:
4137         * floatfns.c:
4138         * filelock.c:
4139         * fileio.c:
4140         * emacs.c:
4141         * editfns.c:
4142         * dosfns.c:
4143         * doprnt.c:
4144         * doc.c:
4145         * dispnew.c:
4146         * dired.c:
4147         * dbusbind.c:
4148         * data.c:
4149         * composite.c:
4150         * coding.c:
4151         * cmds.c:
4152         * cm.c:
4153         * chartab.c:
4154         * charset.c:
4155         * character.c:
4156         * ccl.c:
4157         * category.c:
4158         * casetab.c:
4159         * casefiddle.c:
4160         * callproc.c:
4161         * callint.c:
4162         * bytecode.c:
4163         * buffer.c:
4164         * atimer.c: Include setjmp.h.  (Bug#4643)
4166 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         Remove leftover table unibyte_to_multibyte_table.
4169         * character.c (unibyte_to_multibyte_table): Remove.
4170         (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4171         * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4172         * character.h (UNIBYTE_TO_CHAR): New macro.
4173         (MAKE_CHAR_MULTIBYTE): Use it.
4174         (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4175         * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4176         (message_dolog, set_message_1):
4177         * search.c (Freplace_match):
4178         * editfns.c (Fcompare_buffer_substrings):
4179         * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4180         (concat):
4181         * insdel.c (copy_text, count_size_as_multibyte):
4182         Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4183         * term.c (produce_glyphs):
4184         * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4185         * regex.c (RE_CHAR_TO_MULTIBYTE):
4186         * cmds.c (internal_self_insert):
4187         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4189         * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4191 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
4193         * puresize.h (BASE_PURESIZE): Increase to 1310000.
4195 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
4197         * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)
4199 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4201         * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4202         still needed under Tiger.
4204         * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4206         * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4207         __Apple__.
4209         * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4211 2009-10-15  Kenichi Handa  <handa@m17n.org>
4213         * print.c (print_object): Escape a symbol like "2E10" too.
4215 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
4217         Cleanups and changes for 64-bit compile under Snow Leopard.
4218         Based on suggestions by Erik Charlebois.
4220         * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4222         * nsfont.m (ns_char_width): Replace deprecated call.
4223         (ns_findfonts, nsfont_list_family): Use long format in printf, and
4224         cast argument.
4225         (nsfont_open): Use ns_char_width() everywhere.
4226         (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4228         * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4230         * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4231         where appropriate.
4233         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4234         where appropriate.
4235         (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4236         Use stringWithUTF8String.
4237         (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4239         * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4240         Add formal protocol mention to inheritance.
4241         [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4243         * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4244         Fix printf format.
4245         (ns_query_color): Use CGFloat where appropriate.
4246         (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4247         (EmacsScroller-mouseDown:): Use long format in printf, and cast
4248         argument.
4250         * config.in (NS_HAVE_NSINTEGER): Drop.
4252         * dbusbind.c (dbus-method-return-internal)
4253         (dbus-method-error-internal): Use long format in printf, and cast
4254         argument.
4256         * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4257         in printf, and cast argument.
4259         * process.c (list_processes_1): Use long format in printf, and
4260         cast argument.
4262 2009-10-11  Glenn Morris  <rgm@gnu.org>
4264         * frame.c (Fframe_pixel_height): Doc fix.  (Bug#4535)
4266 2009-10-08  Jan Djärv  <jan.h.d@swipnet.se>
4268         * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4269         menu bar with a small width so it doesn't enlarge the frame.
4271 2009-10-08  Juanma Barranquero  <lekktu@gmail.com>
4273         * fontset.c (Fset_fontset_font): Fix typos in error messages.
4275 2009-10-06  Glenn Morris  <rgm@gnu.org>
4277         * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4278         SOME_MACHINE_LISP (this enters indirectly via DOC).
4280 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
4282         * dired.c (Ffile_attributes): Doc fix.  (Bug#4638)
4284 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
4286         * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4287         Doc fix.
4289 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
4291         * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
4293 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4295         * lisp.h (Qdelete_directory_internal): Remove, because it is not
4296         used anymore outside fileio.c.
4298         * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4300 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4302         * lisp.h (Qdelete_directory_internal):
4303         Declare, instead of Qdelete_directory.
4305         * w32fns.c (Fsystem_move_file_to_trash): Use it.
4307 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4309         * eval.c (Fcalled_interactively_p): Add `kind' argument.
4311 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4313         * fileio.c (Fdelete_directory_internal): Rename from
4314         Fdelete_directory.  It is not a command anymore.  It has no file
4315         name handler.
4317 2009-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         * xdisp.c (get_next_display_element): Use an enum in last change.
4321 2009-09-28  Kenichi Handa  <handa@m17n.org>
4323         * xdisp.c (get_next_display_element): Pay attention to
4324         unibyte_display_via_language_environment in handling
4325         Vnobreak_char_display.
4327 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4329         * nsterm.h (ns_app_name): New extern variable.
4331         * nsterm.m (ns_app_name): New variable.
4332         (ns_term_init): Set and use it.
4333         (ns_term_shutdown): Use it.
4335         * nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
4336         (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4338         * nsfns.m (ns_set_name_iconic, ns_set_name)
4339         (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4340         (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4342         * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4343         Remove double-casting in client_data comparison.
4345 2009-09-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4347         * keyboard.c (make_lispy_event): Remember last wheel direction.
4348         (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4350 2009-09-26  Glenn Morris  <rgm@gnu.org>
4352         * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4353         internal.elc.  Add term/pc-win.elc.
4354         (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4355         term/x-win.elc.
4356         (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4357         term/w32-win.elc.
4358         (NS_SUPPORT): New.
4359         (lisp): Add NS_SUPPORT.
4360         (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4362 2009-09-25  David Reitter  <david.reitter@gmail.com>
4364         * nsmenu.m (EmacsMenu-clear): Recognize application menu
4365         on Mac OS X 10.6+ (bug#4513).
4367 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4369         * frame.c (xrdb_get_resource): Return nil for empty string resources;
4370         some parts of Emacs code (like font selection) don't grok them.
4371         See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
4373 2009-09-24  Andreas Schwab  <schwab@redhat.com>
4375         * coding.c (decode_coding_iso_2022): Fix operator precedence.
4377 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4379         * dired.c (Fdirectory_files): Fix typo in docstring.
4381 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4383         * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4384         (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4385         (EmacsScroller-setPosition:portion:whole:): Remove -display call
4386         under GNUstep.
4387         (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4389         * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4390         glyph advancement.
4392 2009-09-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
4394         * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
4395         (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
4397         * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4398         deleted (bug #4492).
4400         * nsfont.m (Vns_reg_to_script): New lisp variable.
4401         (syms_of_nsfont): Declare it.
4402         (ns_registry_to_script): New function.
4403         (ns_get_req_script): Call it.
4404         (ns_findfonts): Don't give up on non-unicode registry.
4406         * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4408 2009-09-20  Tom Tromey  <tromey@redhat.com>
4410         * eval.c (find_handler_clause): Make stack-trace-on-error work in
4411         batch mode (bug#4228).
4413 2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
4415         * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
4416         carefully.  (Bug #4339)
4418 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4420         * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
4422 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4424         * emacs.c (inhibit_x_resources): Update doc string for NS.
4425         (main) [HAVE_NS]: Don't process --no-init-file option.  Remove
4426         legacy code for -NXHost.  Fix error printf in daemon case.
4428         * nsterm.h (ns_no_defaults): Remove.
4430         * nsterm.m (ns_no_defaults): Remove.
4431         (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4432         (ns_use_qd_smoothing): Remove legacy variable.
4433         (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4434         don't update the NSWindow itself.
4435         (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
4436         state detection and store user rect ourselves.  (Bug #3581)
4438         * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4439         ns_use_qd_smoothing.
4441         * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4442         platform versions.  Drop support for emacs-20-style face specs.
4443         (x-close-connection): Drop PSFlush() under OS X.
4444         (x-focus-frame): Activate the app first.  (Bug #4180)
4446 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4448         * emacs.c (inhibit_x_resources): New variable.
4449         (main) [HAVE_NS]: Don't process --quick command line option.
4450         (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4452         * lisp.h (inhibit_x_resources): Declare it extern.
4454         * w32reg.c (x_get_string_resource):
4455         * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4457 2009-09-17  Eli Zaretskii  <eliz@gnu.org>
4459         * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4460         Add lisp/term/internal.elc.
4462 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4465         (bug#4461).
4467 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4469         * puresize.h (BASE_PURESIZE): Increase to 1290000.
4471         * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4472         (OBJECTS_MACHINE): Remove, unused.
4474 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * frame.c (x_get_resource_string): Remove unused.
4478 2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
4480         * xterm.c (x_new_font): Call change_frame_size before calling
4481         x_set_window_size, in case frame size won't change.
4483         * frame.c (x_set_font): Remove dead code.
4485 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4489 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4491         * lread.c (Fload): Don't output a message after loading an obsolete
4492         package any more (done in Lisp now).
4494 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4496         * fns.c (syms_of_fns): Doc fix (Bug#4227).
4498 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * keymap.c (Fwhere_is_internal): Use nconc2.
4502 2009-09-11  Alan Mackenzie  <acm@muc.de>
4504         * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4505         batch mode.
4507 2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
4509         * xdisp.c (display_mode_element): Detect cycles.
4511 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * keymap.c (where_is_internal): Don't erroneously return nil right after
4514         filling the cache.
4515         (where_is_internal_1): Fix up typo.
4517 2009-09-11  Glenn Morris  <rgm@gnu.org>
4519         * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4520         share a common doc-string.
4522 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * keymap.c (get_keymap): Return the actual keymap symbol rather than
4525         t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4527         * keymap.c (QCadvertised_binding): New constant.
4528         (syms_of_keymap): Initialize it.
4529         (Fwhere_is_internal): Try and use bindings from :advertised-binding
4530         if applicable.
4532 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4535         (parse_menu_item): Streamline since bindings are recomputed all the
4536         time anyway.  Don't bother checking Vdefine_key_rebound_commands any
4537         more and don't support lmenu's menu-alias any more either.
4539         * keymap.c (where_is_internal_data): Make noindirect a boolean.
4540         (where_is_internal): Strip it down to only traverse the keymaps.
4541         Move the cache handling from Fwhere_is_internal to here.
4542         (Fwhere_is_internal): Move the handling of remapping and the choice of
4543         the best binding from where_is_internal to here.
4544         Unify the cached/noncached paths, so remapping is also handled
4545         correctly when the cache is used, and so the cache can be used to
4546         speed up remap-handling when applicable.
4547         Give preference to non-remapped bindings.
4548         * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4549         non-remapped bindings.
4550         * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4551         command remapping.
4553         * xdisp.c (display_mode_element): Move list length limit from 50 to
4554         5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4556 2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
4558         * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4560 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4562         * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4563         (Bug#4334)
4565         * keymap.c (where_is_internal): Filter out shadowed remappings.
4566         Assume that where_is_internal returns unshadowed bindings to simplify
4567         the code and get rid of the gotos.  Use ASIZE.
4569 2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
4571         * xterm.c (x_focus_changed): If we get a focusout and pointer
4572         is invisible, make it visible.
4574         * xterm.h: Remove condition for declaration of
4575         x_*_window_to_frame.
4577 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4580         initial terminal as well.
4582 2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4584         * xterm.h: Rename x_non_menubar_window_to_frame to
4585         x_menubar_window_to_frame.
4587         * xterm.c: Remove declarations also in xterm.h.
4588         (XTmouse_position): Do not return valid positions
4589         for clicks in the menubar and the toolbar for Gtk+.
4591         * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4592         if the widget for the event has the same top level as a frame,
4593         return the frame.
4594         (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4595         internal windows, bug #4122.
4596         (x_non_menubar_window_to_frame): Remove.
4598 2009-09-02  Glenn Morris  <rgm@gnu.org>
4600         * buffer.c (default-major-mode): Move most of the doc from here...
4601         (major-mode): ... to here.
4603 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
4605         * process.c (wait_reading_process_output): Keep the descriptor
4606         when pty is used by a non-child process, e.g., in I/O buffer of
4607         GDB this allows inferior to be restarted.
4609 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
4611         * xdisp.c (redisplay_internal): Remove redundant test and collapse
4612         both branches into one.
4614 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4617         (main): Use enable-multibyte-characters rather than
4618         default-enable-multibyte-characters.  Output a warning message when
4619         running a unibyte session.
4621 2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4623         * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4624         LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4625         (copy_data_segment): Also copy __program_vars section.
4626         (copy_dyld_info) [LC_DYLD_INFO]: New function.
4627         (dump_it) [LC_DYLD_INFO]: Use it.
4629         * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4631 2009-08-28  Eli Zaretskii  <eliz@gnu.org>
4633         * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4634         $(SRC)/buildobj.h.
4635         (buildobj.h): Renamed from $(SRC)/buildobj.h.
4636         (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4637         $(SRC)/buildobj.h.
4638         (clean): Add buildobj.h.
4640 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
4642         * print.c (print_object): Set escapeflag to 1 when printing
4643         hashtable keys and values.
4645 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4647         * lread.c (read_integer): Use doubles (and potentially return a float
4648         number) as we do in string-to-number.
4649         (read1): Use strtol to read integers, signal errors on strtol's
4650         overflow and use floats if strtol's output is too large for
4651         Elisp integers.
4653 2009-08-27  Eli Zaretskii  <eliz@gnu.org>
4655         * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4656         (make-buildobj-SH): Fix last change.
4657         (SRC): Move to before where it's first used.
4659 2009-08-27  Kenichi Handa  <handa@m17n.org>
4661         * process.c (send_process): Use encode_coding_object instead of
4662         encode_coding_string to perform eol-conversion even if the string
4663         is unibyte.
4665         * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4666         character.
4668         * cmds.c (Fself_insert_command): Avoid unnecessay
4669         unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
4671 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4673         * callproc.c (Fcall_process): Remove always true #if.
4675         * lisp.h: Replace #if 0 code for checking with text pointing to
4676         the --enable-checking configure flag.
4678         * emacs.c (main): Mention the --enable-profiling configure flag
4679         instead of using CFLAGS.
4681 2009-08-26  Ken Raeburn  <raeburn@raeburn.org>
4683         * Makefile.in (buildobj.h): New target.
4684         (doc.o): Depend on it.
4685         (temacs${EXEEXT}): Don't generate buildobj.lst.
4686         (mostlyclean): Delete buildobj.h, not buildobj.lst.
4687         * makefile.w32-in ($(SRC)/buildobj.h): New target.
4688         ($(BLD)/doc.$(O)): Depend on it.
4689         (make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
4690         provided by Eli Zaretskii.)
4691         ($(TEMACS)): Don't generate buildobj.lst.
4692         * doc.c: Include buildobj.h.
4693         (buildobj): New static variable.
4694         (Fsnarf_documentation): Use it, instead of opening and reading
4695         buildobj.lst.
4697 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
4699         * dbusbind.c (Fdbus_call_method)
4700         (Fdbus_call_method_asynchronously): Use English numeric format for
4701         timeout values in doc string.
4703 2009-08-25  Kenichi Handa  <handa@m17n.org>
4705         * alloc.c (mark_char_table): New function.
4706         (mark_object): Use mark_char_table for a char-table.
4708         * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4709         (CHAR_TABLE_REF): Use it.
4711 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
4713         * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4714         before invoking the newly build emacs to check for load-path
4715         shadowing.
4717 2009-08-22  Glenn Morris  <rgm@gnu.org>
4719         * Makefile.in (bootstrap_exe): New variable.
4720         (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4721         Use ${bootstrap_exe}.
4723 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
4725         * coding.h (encode_coding_string): Don't encode unibyte strings.
4726         (Bug#4047)
4728 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
4730         * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4732         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
4733         intended as hotfix only.
4734         (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4736 2009-08-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
4738         * nsterm.m (ns_get_color): Update documentation properly for last
4739         change, and clean up loose ends in the code left by it.  Fix
4740         longstanding bug with 16-bit hex parsing, and add support for
4741         yet another X11 format (rgb:r/g/b) for compatibility.
4742         * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4743         timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
4745 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4747         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4749 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
4751         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4752         (xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
4753         (xd_initialize, xd_pending_messages): Check, whether
4754         $DBUS_SESSION_BUS_ADDRESS is set.
4756 2009-08-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4758         * nsfns.m (Fxw_color_values): Return 3-element list.  Doc fix.
4760         * nsterm.m (ns_get_color): Remove incompatible color formats again.
4762 2009-08-20  Glenn Morris  <rgm@gnu.org>
4764         * emacs.c (system-type): Doc fix.
4766 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4768         * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4769         enough for the most common situations.  Avoid SET_SYMBOL_VALUE.
4771 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
4773         * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4774         New functions.
4775         (xd_initialize): Revert change from 2009-08-16.
4777 2009-08-18  Kenichi Handa  <handa@m17n.org>
4779         * fontset.c (Ffontset_font): If a nil element is found in a
4780         font-group vector, return nil.
4782 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
4784         * process.c (status_notify): Don't perform redisplay.
4785         (Fdelete_process, list_processes_1, process_send_signal):
4786         Expliticly perform redisplay.
4787         (wait_reading_process_output): Always check process status, but
4788         don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4790 2009-08-17  Ken Raeburn  <raeburn@raeburn.org>
4792         * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
4793         (XFLOAT_INIT): New macro for storing a float value.
4794         * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4795         * fns.c (sxhash): Copy out the value of a float in order to
4796         examine its bytes.
4797         * dbusbind.c (xd_append_arg): Likewise.
4799         * emacs.c (main): Don't call syms_of_data twice.
4801 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
4803         * dbusbind.c (xd_initialize): Add connection file descriptor to
4804         input_wait_mask, in order to let select() detect, whether a new
4805         message has been arrived.
4806         (Fdbus_call_method_asynchronously): Allow nil HANDLER.
4808 2009-08-15  Michael Albinus  <michael.albinus@gmx.de>
4810         * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4811         New functions.
4813         * lisp.h (xd_pending_messages): Declare.
4815         * keyboard.c (readable_events): Call xd_pending_messages.
4817 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4819         * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
4821         * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4823         * buffer.c (set_buffer_internal_1)
4824         (swap_out_buffer_local_variables): Check for unbound local
4825         variables (Bug#4138).
4827 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
4829         * process.c (create_pty): Fix last change.
4831 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
4833         * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4834         (xbm_load_image): Caller changed.
4835         (xbm_file_p): Avoid signalling an image_error (Bug#4107).
4837 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
4839         * process.c (create_pty): New function.
4840         (Fstart_process): Use it to allow Emacs to just associate a pty
4841         with the buffer.  See associated change in gdb-mi.el.
4842         (list_processes_1): Deal with no program name.
4843         (start_process_unwind): Use pid == -2 to mean no process.
4845 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4847         * cmds.c (nonundocount): New global variable.
4848         (keys_of_cmds): Initialize it.
4849         (Fself_insert_command): Use it to combine upto 20 sequential chars
4850         into a single undo entry, just like the Qself_insert_command code in
4851         keyboard.c does.
4852         Call frame_make_pointer_invisible, also like the Qself_insert_command
4853         code in keyboard.c does.
4854         * keyboard.c (command_loop_1): Use the new global nonundocount rather
4855         than its own local replacement for it.
4857 2009-08-10  Ken Raeburn  <raeburn@raeburn.org>
4859         * fns.c (concat): Don't re-set string length to its current value.
4861         * coding.h (decode_coding_string, encode_coding_string):
4862         Use SBYTES macro.
4864         * doprnt.c (doprnt_lisp): Delete unused function.
4865         (doprnt): Merge with doprnt1, discarding lispstrings code.
4866         * lisp.h (doprnt_lisp): Don't declare.
4868 2009-08-07  Juri Linkov  <juri@jurta.org>
4870         * puresize.h (BASE_PURESIZE): Increase to 1270000.
4872 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4874         * print.c (syms_of_print): Undo previous change.
4876 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4878         * lread.c (read1, syms_of_lread): Read hashtables back from the
4879         readable format.
4881         * print.c (print_preprocess, print_object): Print hashtables fully
4882         and readably.
4883         (syms_of_print): Provide 'hashtable-print-readable.
4885 2009-08-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
4887         * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
4888         no family set.
4889         (nsfont_open): Handle case when entity has no family.
4891 2009-07-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
4893         * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
4894         element, not a list, for match case.
4896 2009-07-28  Kenichi Handa  <handa@m17n.org>
4898         * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4899         rigidly.
4901         * xfont.c (xfont_list_pattern): Don't ignore the return value of
4902         font_parse_xlfd.  Check font properties more rigidly.
4904 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4906         * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
4907         bsd-common.h.
4909 2009-07-27  Kenichi Handa  <handa@m17n.org>
4911         * xfaces.c (face_with_height): Call font_clear_prop.
4913 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
4915         * dispnew.c (init_display): Use Qx, Qw32, and Qns.
4917         * xterm.c (x_term_init): Use Qx.
4919         * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
4921         * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4922         (ns_get_color): Revert 2009-07-16 change.
4924 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
4926         * lread.c (syms_of_lread) <force_load_messages>: New variable.
4927         (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
4929 2009-07-25  Ken Raeburn  <raeburn@raeburn.org>
4931         * coding.h (decode_coding_string, encode_coding_string):
4932         Use SCHARS macro.
4934         * lread.c: Rewrite 2009-07-21 changes.
4935         (load_depth): Delete.
4936         (Qload_in_progress): New variable.
4937         (load_unwind): Don't reference load_depth or load_in_progress.
4938         (Fload): Likewise; specbind Qload_in_progress instead.
4939         (init_lread): Don't initialize load_depth.
4940         (syms_of_lread): Initialize and protect Qload_in_progress.
4942 2009-07-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
4944         * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4946 2009-07-23  Yavor Doganov  <yavor@gnu.org>
4948         * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4950 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4952         * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
4953         Bugs 3792, 3720, 2402.
4954         (ns_lookup_indexed_color): Check for bad index.
4955         (ns_index_color): Init unused slot to 0.
4956         (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4957         Bug 3714, possibly 3082.
4959 2009-07-22  Jason Rumney  <jasonr@gnu.org>
4961         * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4962         Position IME window at cursor (Bug#2570).
4963         (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4964         (globals_of_w32fns): Dynamically load functions required above.
4966         * w32term.c (w32_draw_window_cursor): Send message to reposition
4967         any IME window.
4969 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
4971         * fileio.c: Revert 2009-07-16 changes.
4972         (Vauto_save_include_big_deletions): New variable.
4973         (Fdo_auto_save): Disable auto-save only if
4974         auto-save-include-big-deletions is nil.
4976 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
4978         * xdisp.c (move_it_to): For continued lines ending in a tab, take
4979         the overflowed pixels into account (Bug#3879).
4981 2009-07-21  Ken Raeburn  <raeburn@raeburn.org>
4983         * lread.c (load_depth): New variable.
4984         (Fload, load_unwind, init_lread): Set it to the load recursion
4985         depth; set load_in_progress as a simple boolean based on the
4986         current load_depth.  (Bug#3892)
4988 2009-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
4990         * nsfont.m (ns_has_attribute): Remove.
4991         (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
4993 2009-07-18  Juri Linkov  <juri@jurta.org>
4995         * process.c (Fset_process_query_on_exit_flag): Mention killing
4996         a buffer in docstring.
4998 2009-07-17  Kenichi Handa  <handa@m17n.org>
5000         * casetab.c (shuffle): Fix the logic of setting up the cycle.
5002 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5004         * nsfns.m (Fns_set_alpha): Remove function.
5005         (syms_of_nsfns): Don't defsubr it.
5007         * nsterm.m (ns_get_color): Remove incompatible color formats.
5008         (ns_color_to_lisp): Generate #rrggbb color format string.
5010 2009-07-16  Richard Stallman  <rms@gnu.org>
5012         * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5013         (Fset_buffer_auto_saved): Handle save_length = -2.
5015 2009-07-16  Chong Yidong  <cyd@stupidchicken.com>
5017         * xterm.c (Qx_gtk_map_stock): New var.
5019         * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5020         of calling intern each time.
5022 2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5024         * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5025         does tiling.
5027         * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5029 2009-07-14  Kenichi Handa  <handa@m17n.org>
5031         * font.c (font_vconcat_entity_vectors): New function.
5032         (struct font_sort_data): New member font_driver_preference.
5033         (font_compare): Check font_driver_preference.
5034         (font_sort_entities): The format of the first argument changed.
5035         (font_delete_unmatched): Likewise.
5036         (font_list_entities): The return type changed.
5037         (font_select_entity): The format of the second argument changed.
5038         (font_find_for_lface): Adjuste for the above changes.
5039         Don't suppress the checking of C even if the repertory supports it.
5040         (Flist_fonts): Adjust for the above changes.
5042         * ftfont.c (ftfont_spec_pattern): New arg langname.  Change caller.
5043         (ftfont_list): Adjust for the change of ftfont_spec_pattern.
5044         Reject a font who has adstyle property that is different from a
5045         langname derived from registry property.
5046         (ftfont_match): Adjust for the change of ftfont_spec_pattern.
5048 2009-07-13  Eli Zaretskii  <eliz@gnu.org>
5050         * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5051         local copy of dirfilename.
5053 2009-07-13  Kenichi Handa  <handa@m17n.org>
5055         * chartab.c (sub_char_table_ref_and_range): Fix the range check
5056         against max_char.
5058         * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5059         calling XSYMBOL (sym).
5061 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
5063         * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5064         New function.
5065         (directory_files_internal) [WINDOWSNT]:
5066         Bind w32-get-true-file-attributes to either t or nil, depending whether
5067         the filesystem of the directory is fast or slow.
5069         * w32.c (logon_network_drive): Don't assume PATH is an absolute
5070         file name.
5071         (is_slow_fs): New function.
5072         (stat): Use it to determine whether to issue more system calls to
5073         get accurate file attributes, when w32-get-true-file-attributes is
5074         `local'.
5076 2009-07-10  Jan Djärv  <jan.h.d@swipnet.se>
5078         * xfns.c (Fx_select_font): Remember last font selected in
5079         x_last_font_name and use that the next time.  Also try the frame
5080         parameter font-parameter as default to the font dialog.
5082 2009-07-10  Kenichi Handa  <handa@m17n.org>
5084         * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5086 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
5088         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
5090         * w32.c (stat): Treat UNC file names as residing on remote
5091         drives.  (Bug#3542)
5093 2009-07-09  Kenichi Handa  <handa@m17n.org>
5095         * fontset.c (fontset_find_font): Fix previous change.
5097 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
5099         * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5100         (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5101         error flag.
5103 2009-07-08  Kenichi Handa  <handa@m17n.org>
5105         * fontset.c (fontset_find_font): Fix the logic of handling
5106         charset_matched.
5107         (font_for_char): Delete unused var.
5108         (generate_ascii_font_name): Delete it.
5110         * coding.h (JIS_TO_SJIS2): Fix the code range check.
5112         * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5113         (encode_coding_sjis): Fix the code range check.
5115 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
5117         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5118         (Fexpand_file_name): Copy string data properly (Bug#3772).
5120 2009-07-07  Jan Djärv  <jan.h.d@swipnet.se>
5122         * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5123         first MapNotify.
5125 2009-07-07  Kenichi Handa  <handa@m17n.org>
5127         * character.h (unibyte_has_multibyte_table): Delete extern.
5128         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5130         * charset.c (Fset_charset_priority): Update charset_unibyte.
5131         (syms_of_charset): Initialize charset_unibyte.
5133         * character.c (unibyte_has_multibyte_table): Delete it.
5134         (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5135         charset_unibyte.
5136         (multibyte_char_to_unibyte_safe): Likewise.
5137         (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5139         * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5140         (x_produce_glyphs): Likewise.
5142         * .gdbinit (xcharset): Fix the treating $arg0.
5144 2009-07-04  Eli Zaretskii  <eliz@gnu.org>
5146         Emulation of `getloadavg' on MS-Windows.
5147         * w32.c: Include float.h.
5148         (g_b_init_get_native_system_info, g_b_init_get_system_times)
5149         (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5150         (get_native_system_info, get_system_times): New functions.
5151         (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5152         (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5153         (globals_of_w32): Initialize g_b_init_get_native_system_info,
5154         g_b_init_get_system_times, and num_of_processors.
5156 2009-07-03  Jason Rumney  <jasonr@gnu.org>
5158         * w32term.c (w32_initialize): Use standard types.
5160 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
5162         * dired.c (Ffile_attributes): Decode user and group names by the
5163         locale's encoding.  (Bug#3443)
5165 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5167         * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5168         (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5170         * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5172         * term.c (init_tty): Remove spurious #ifdef.
5174         * m/mips.h: Mention this file is also used for netbsd.
5175         * m/pmax.h: Remove file.
5177 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
5179         * xterm.h (struct x_display_info): Add invisible_cursor.
5180         (struct x_output): Add current_cursor.
5182         * xterm.c (XTtoggle_invisible_pointer): New function.
5183         (x_define_frame_cursor): Don't define cursor if invisible or the
5184         same as before.  Set current_cursor.
5185         (x_create_terminal): Set toggle_invisible_pointer_hook.
5187         * xfns.c (make_invisible_cursor): New function.
5188         (x_set_mouse_color): Call make_invisible_cursor.
5189         Set current_cursor.
5190         (x_window): Set current_cursor.
5192         * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5194         * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5195         inserting a character.
5196         (read_avail_input): Call frame_make_pointer_visible.
5198         * frame.c (Vmake_pointer_invisible): New variable.
5199         (frame_make_pointer_invisible, frame_make_pointer_visible):
5200         New functions.
5201         (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5203         * frame.h: Declare frame_make_pointer_invisible and
5204         frame_make_pointer_visible.
5205         (struct frame): Add pointer_invisible.
5207 2009-07-02  Jan Djärv  <jan.h.d@swipnet.se>
5209         * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5210         frame isn't visible.
5211         (xg_frame_resized): If width/height is -1, get size of window
5212         from X server.
5214         * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5215         for MapNotify.
5217         * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5218         here or call change_frame_size.  Just call flush_and_sync.
5219         (flush_and_sync): Reintroduce.
5221 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5223         * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5225         * xterm.c (x_handle_net_wm_state): Also look for sticky.
5226         (x_term_init): Initialize Xatom_net_wm_state_sticky.
5228         * frame.h: Declare Qsticky.
5230         * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5232         * nsfns.m (ns_frame_parm_handlers): Ditto.
5234         * frame.c: Declare Qsticky.
5235         (frame_parms): Add sticky.
5237         * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5239         * xterm.h: Declare x_set_sticky.
5241         * xterm.c (x_set_sticky): New function.
5243         * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5244         (xg_tool_bar_menu_proxy): Attach enter/leave events to
5245         xg_tool_bar_proxy_help_callback.
5247         * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5249         * frame.c: Qmaximized is new.
5250         (x_set_frame_parameters): Do not handle fullscreen specially.
5251         Only set width and height if explicitly set.
5252         (x_set_fullscreen): Handle Qmaximized.
5253         (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5254         (syms_of_frame): Initialize Qmaximized.
5256         * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5257         Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5259         * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5260         for Expose event.  Add call to x_check_fullscreen for MapNotify event.
5261         Remove all code w.r.t. fullscreen from ConfigureNotify event.  Do not
5262         set gravity to NorthWestGravity when USE_GTK.
5263         (set_wm_state): New function.
5264         (do_ewmh_fullscreen): Use set_wm_state.  Also handle FULLSCREEN_MAXIMIZED.
5265         (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5266         (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5267         or the case when no window manager is running.  That means remove calls
5268         to x_real_positions and x_fullscreen_adjust.
5270         * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5271         (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5272         flush_and_sync.
5273         (xg_height_changed): New function.
5274         (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5275         and gtk_window_set_policy.  Set frame gravity after parsing the
5276         geometry string.
5277         (xg_update_frame_menubar, free_frame_menubar)
5278         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5279         (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5280         Remove calls to xg_frame_set_char_size.
5282 2009-07-01  Kenichi Handa  <handa@m17n.org>
5284         * keyboard.c (decode_keyboard_code): New function.
5285         (tty_read_avail_input): Decode the input bytes if necessary.
5287         * coding.c (setup_coding_system):
5288         Initialize coding->carryover_bytes to 0.
5289         (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5290         use Qno_conversion.
5292 2009-07-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5294         * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5296 2009-06-30  Chong Yidong  <cyd@stupidchicken.com>
5298         * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5300 2009-06-30  Jason Rumney  <jasonr@gnu.org>
5302         * w32term.c (w32_initialize): Use GetModuleHandle for library that
5303         is already loaded.
5304         Set user model ID if supported (bug#1849).
5306 2009-06-29  Jim Meyering  <meyering@redhat.com>
5308         Remove useless if-before-xfree test.
5309         * nsfont.m (nsfont_close): Remove useless test.
5310         * term.c (delete_tty): Likewise.
5311         * w32.c (system_process_attributes): Likewise.
5312         * w32font.c (w32font_close): Likewise.
5313         * xfaces.c (x_free_gc): Likewise.
5314         * xselect.c (buffer): Likewise.
5316 2009-06-28  Andreas Schwab  <schwab@linux-m68k.org>
5318         * process.c (send_process): Keep decoded string in a local
5319         variable and protect it from GC.  (Bug#3521)
5321 2009-06-28  Eli Zaretskii  <eliz@gnu.org>
5323         * term.c (create_tty_output) [MSDOS]: #ifdef away.
5324         (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5326 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
5328         * xdisp.c (start_display, handle_face_prop)
5329         (move_it_vertically_backward, cursor_row_fully_visible_p)
5330         (redisplay_window, try_window_id, produce_image_glyph):
5331         Delete some #ifdef-ed out code chunks that are now obsolete.
5333         * xterm.c (x_update_window_begin, x_new_focus_frame)
5334         (x_scroll_bar_handle_click, handle_one_xevent)
5335         (handle_one_xevent, XTread_socket, x_focus_on_frame)
5336         (x_make_frame_visible, x_make_frame_invisible)
5337         (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5338         code chunks that are now obsolete.
5340 2009-06-28  Michael Albinus  <michael.albinus@gmx.de>
5342         * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5343         xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
5344         for hours, when optimzation is enabled.
5345         (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5346         (xd_read_message): Make them static.
5348 2009-06-27  Chuck Blake  <cblake@pdos.csail.mit.edu>  (tiny change)
5350         * term.c (turn_on_face): Allow simultaneously bold and dim
5351         terminal faces (Bug#3530).
5353 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
5355         * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5357         * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5358         truncation glyphs (Bug#3686).
5360 2009-06-27  Glenn Morris  <rgm@gnu.org>
5362         * m/pmax.h: Restore file, with only netbsd portions.
5364 2009-06-26  David Reitter  <david.reitter@gmail.com>
5366         * nsterm.m (keydown): Avoid infinite loop.
5368 2009-06-26  Peter Jolly  <peter@jollys.org>  (tiny change)
5370         * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5371         the arg FORCE_SYMBOL.
5373 2009-06-25  Kenichi Handa  <handa@m17n.org>
5375         * fontset.c (fontset_find_font): When a usable rfont_def is found
5376         in a fallback font-group, make it the first element of the group.
5378 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
5380         * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5382 2009-06-24  Kenichi Handa  <handa@m17n.org>
5384         * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5385         set for C.
5386         (fontset_font): Record the availability of a font for C both in
5387         the realized fontsets of the current one and the default one.
5389 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5391         * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5392         conditional, it is always defined on AIX.
5394 2009-06-23  Miles Bader  <miles@gnu.org>
5396         * window.c (Vrecenter_redisplay): New variable.
5397         (syms_of_window): Initialize it.
5398         (Qtty): New extern declaration.
5399         (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5401 2009-06-23  Jim Meyering  <meyering@redhat.com>
5403         * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5404         Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
5405         pointer dereferences are guaranteed to be valid.
5407 2009-06-23  Kenichi Handa  <handa@m17n.org>
5409         * emacs.c (main): Call init_font ().
5411         * font.h (Vfont_log): Extern it.
5412         (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5414         * font.c (font_sort_entities, font_list_entities)
5415         (font_matching_entity, font_open_entity)
5416         (font_close_object): Change font_add_log to FONT_ADD_LOG.
5417         (Vfont_log): Delete static.
5418         (font_log_env_checked): Delete this variable.
5419         (font_add_log): Don't check font_log_env_checked.
5420         (font_deferred_log): Check Vfont_log.
5421         (init_font): New function.
5423         * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5425         * w32font.c: Change font_add_log to FONT_ADD_LOG.
5427         * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5429         * xfont.c: Change font_add_log to FONT_ADD_LOG.
5431         * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5432         (face_for_char): Don't call font_deferred_log here.
5433         (font_for_char): Likewise.
5435 2009-06-22  Chong Yidong  <cyd@stupidchicken.com>
5437         * w32term.c (x_draw_glyph_string): Use the glyph string's width
5438         rather than its background_width for drawing the overline and
5439         underline (Bug#489).
5441         * xterm.c (x_draw_glyph_string): Use the glyph string's width
5442         rather than its background_width for drawing the overline and
5443         underline (Bug#489).
5444         (xg_default_icon_file): New variable.
5445         (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5446         (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5448         * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5449         (load_overlay_strings): Remove externs.
5450         (fast_find_position): Function deleted.
5451         (mouse_face_from_buffer_pos): New function, based on
5452         fast_find_position.  Correctly handle before-strings,
5453         display-strings, and after-strings (Bug#1220).
5454         (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5456 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5458         * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5459         (move_it_in_display_line_to, move_it_in_display_line_to)
5460         (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5462 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5464         * Branch for 23.1.
5466 2009-06-21  Jason Rumney  <jasonr@gnu.org>
5468         * w32term.c (keyboard_codepage): New static variable.
5469         (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5470         (w32_read_socket) [WM_CHAR]: Use it to decode character
5471         input (bug#3237).
5472         (w32_initialize): Initialize it.
5473         (codepage_for_locale): New function.
5475 2009-06-20  Ken Raeburn  <raeburn@raeburn.org>
5477         * process.c (status_message): Pass Faset index argument as a lisp
5478         object, so as to work with USE_LISP_UNION_TYPE.
5480 2009-06-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5482         * coding.c (Ffind_coding_systems_region_internal):
5483         Cache checked characters.
5485 2009-06-18  Kenichi Handa  <handa@m17n.org>
5487         * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5489 2009-06-18  Andreas Schwab  <aschwab@redhat.com>
5491         * xdisp.c (redisplay_internal): Check that the frame is still
5492         live after redisplay of its windows.
5493         (redisplay_windows): Check that the window is still live.
5495 2009-06-17  Andreas Schwab  <schwab@linux-m68k.org>
5497         * coding.c (detect_coding_utf_16): Fix previous change.
5499 2009-06-16  Kenichi Handa  <handa@m17n.org>
5501         * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5502         UTF-16 by checking the dispersion of Eth and Oth bytes.
5504 2009-06-15  Andreas Schwab  <schwab@linux-m68k.org>
5506         * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5508 2009-06-15  Kenichi Handa  <handa@m17n.org>
5510         * process.c (status_message): Fix previous change.  Be sure to
5511         decode a localized string.
5513 2009-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5515         * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5516         add comment explaining why.
5518 2009-06-14  Sidney Markowitz  <sidney@sidney.com>
5520         * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5522 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
5524         * nsfont.m (ns_attribute_value): Remove.
5525         (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5526         (ns_has_attribute): Shrink the normal range.
5527         (ns_findfonts): Don't worry about requested spec in determining
5528         need for synthItal.
5529         (ns_get_covering_families): Retain scriptToFamilies.
5531 2009-06-14  Seiji Zenitani  <zenitani@mac.com>
5533         * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5535 2009-06-11  Kenichi Handa  <handa@m17n.org>
5537         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5538         overhang for the static composition case.
5540 2009-06-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5542         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5543         overhang for the automatic composition case.
5545         * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5546         composition case.
5548 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
5550         * xdisp.c (get_next_display_element): When handling wrap-prefix
5551         and line-prefix, treat \n as a control character (bug#3502).
5553 2009-06-10  Kenichi Handa  <handa@m17n.org>
5555         * font.c (font_parse_family_registry): Fix for one-char foundry.
5556         (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5558 2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
5560         * process.c (status_message): Fix handling of multibyte signal
5561         string (Bug#3499).
5563 2009-06-09  Jim Meyering  <meyering@redhat.com>
5565         * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5566         color name is missing.
5568 2009-06-09  Kenichi Handa  <handa@m17n.org>
5570         * charset.c (Fmap_charset_chars): In docstring, state clearly that
5571         FROM-CODE and TO-CODE are codepoints of CHARSET.
5573 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
5575         * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5577 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
5579         Changes to support :script/:lang/:otf in NS font driver.
5580         * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5581         (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5582         indicate not part of font driver interface, and change callers.
5583         (ns_get_family): Remove pointless null check.
5584         (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5585         ns_spec_to_descriptor, ns_descriptor_to_entity.
5586         (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5587         (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5588         (ns_spec_to_descriptor, ns_descriptor_to_entity)
5589         (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5590         (ns_get_req_script, ns_accumulate_script_ranges)
5591         (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5592         New functions.
5593         (nsfont_list, nsfont_match): Use ns_findfonts.
5594         (nsfont_open): Use font descriptor instead of traits.
5595         (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5596         (dump_glyphstring): Rename to ns_dump_glyphstring.
5598         * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5600         * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5602         * fontset.c (fontset_from_font): Remove NS-specific code.
5604 2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
5606         * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5607         nonactive windows.
5609 2009-06-08  Felix Mueller  <felix@enqueue.eu>  (tiny change)
5611         * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5613 2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
5615         * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5617 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
5619         * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5620         account for the overflowing of newlines into the last glyph on the
5621         display line (Bug#3482).
5623 2009-06-05  David Reitter  <david.reitter@gmail.com>
5625         * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5626         (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
5627         Fns_selection_exists_p, Fns_selection_owner_p.
5629 2009-06-03  Jason Rumney  <jasonr@gnu.org>
5631         * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5632         available.  (Bug#3379)
5634 2009-05-29  Kenichi Handa  <handa@m17n.org>
5636         * coding.c (get_translation_table):
5637         Check Venable_character_translation.
5639 2009-05-26  David Reitter  <david.reitter@gmail.com>
5641         * nsterm.m (ns_raise_frame): Only raise frame if visible.
5642         (x_make_frame_visible): Move frame to front rather than calling
5643         ns_raise_frame().
5644         (keyDown:): Do not swallow events that aren't re-sent if frame
5645         isn't key window.
5646         (drawRect:): Do not set visibility/iconified flags because
5647         drawRect may be called by NSView even if the frame is hidden.
5649         * nsfns.m (Fx_create_frame): Follow other ports in
5650         determining visibility; default to t.  Ensure async_visible is set.
5652 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
5654         * dired.c (Ffile_attributes): Doc fix.
5656 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
5658         * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5660 2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5663         and xfont_scratch_props.
5664         (syms_of_xfont): Do it here instead.
5665         (xfont_find_ccl_program): Delete, unused.
5666         (xfont_open): Delete unused var `i'.
5668 2009-05-21  Kenichi Handa  <handa@m17n.org>
5670         * fontset.c (Qlatin): Don't make it static.
5672         * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5673         New functions.
5674         (xfont_scripts_cache, xfont_scratch_props): New variables.
5675         (Qlatin, Vscalable_fonts_allowed): Extern it.
5676         (xfont_list_pattern): Argument changed.  Callers changed.
5677         Check Vscalable_fonts_allowed.  Check the support of a script.
5678         (xfont_list): Don't reject a font spec with :script property.
5679         (xfont_has_char): Fix setting of encoding.
5680         (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5681         xfont_scratch_props.
5683 2009-05-19  Kenichi Handa  <handa@m17n.org>
5685         * font.c (font_sort_entities): Rename from font_sort_entites.
5686         Callers changed.
5688 2009-05-18  Kenichi Handa  <handa@m17n.org>
5690         * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5692 2009-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5695         (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5697 2009-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5699         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5700         (x_delete_terminal): Dissociate resource database from display and
5701         then call XrmDestroyDatabase before closing display.
5703 2009-05-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5705         * nsterm.m (ns_read_socket): Remove unused variable.
5706         * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5707         whether selected frame is viable before raising it (based on patch
5708         by David Reitter), and improve commentary.
5709         * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
5711 2009-05-15  Kenichi Handa  <handa@m17n.org>
5713         * font.c (Ffont_spec): Check arguments.
5715 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
5717         * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5718         weight when testing attributes (Bug#3282).
5720 2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5722         * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5723         what we expect to get in the next ConfigureNotify event.
5725         * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5726         before Xft one (Bug#1696).
5728 2009-05-07  David Reitter  <david.reitter@gmail.com>
5730         * nsfns.m (Fx_display_planes): Compute bitplanes using
5731         NSBitsPerPixelFromDepth (Bug#3207).
5733 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
5735         * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5737 2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
5739         * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5741 2009-05-07  David Reitter  <david.reitter@gmail.com>
5743         * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5744         Respect mouse face background.
5746 2009-05-07  David Reitter  <david.reitter@gmail.com>
5748         * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5749         Mouse movement/highlight: bracket drawing operations
5750         in ns_update_begin and ns_update_end.
5752 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5754         * nsfns.m (ns_get_screen): Rewrite.
5755         Don't presume selected-frame is of type `ns'.
5757         * font.c (font_update_drivers): Sanity fallback to avoid disabling
5758         all drivers.
5760         * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5762 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5764         * keyboard.h (add_user_signal): Fix typo in extern.
5766         * lisp.h (add_user_signal): Remove extern.
5768         * unexelf.c (unexec): Consider a section to precede the .bss section
5769         if its addresses overlap that of .bss.
5770         (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5771         instead of dumping process.
5773 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5777 2009-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5779         * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5781 2009-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
5783         * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5784         any statements.
5786 2009-05-02  Andreas Schwab  <schwab@linux-m68k.org>
5788         * process.c (read_process_output): Make sure the current buffer is
5789         always restored.
5791         * coding.c (record_conversion_result): Don't modify
5792         Vlast_code_conversion_error for successful result.
5793         (alloc_destination): Don't clobber conversion result.  (Bug#1650)
5795 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5797         * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
5798         (load_charset_map): Remove unnecessary code.
5800 2009-04-30  David Reitter  <david.reitter@gmail.com>
5802         * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
5803         through f24.
5805 2009-04-30  Chong Yidong  <cyd@stupidchicken.com>
5807         * xfaces.c (face_at_buffer_position): New arg base_face_id.
5809         * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5810         face_at_buffer_position.
5811         (face_before_or_after_it_pos, get_next_display_element)
5812         (note_mouse_highlight): Update face_at_buffer_position call.
5814         * term.c (term_mouse_highlight):
5815         * msdos.c (IT_note_mouse_highlight):
5816         * fontset.c (Finternal_char_font):
5817         * font.c (font_at, font_range): Update face_at_buffer_position call.
5819         * dispextern.h (face_at_buffer_position): Update prototype.
5821 2009-04-30  Kenichi Handa  <handa@m17n.org>
5823         * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
5825 2009-04-29  Andreas Schwab  <schwab@linux-m68k.org>
5827         * callproc.c (Fcall_process): Fix GC protection.  Make sure
5828         current buffer is always restored.
5830 2009-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5832         * atimer.c (init_atimer): Also clear stopped_atimers.
5834         * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
5836         * process.c (create_process): Clean up merger residues of
5837         2008-07-17 change.
5839 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
5841         * lread.c (Vread_circle): New variable.
5842         (read1): Disable recursive read if Vread_circle is nil.
5844 2009-04-29  Kenichi Handa  <handa@m17n.org>
5846         * fontset.h (set_default_ascii_font): Delete extern.
5848         * fontset.c (set_default_ascii_font): Delete this unused function.
5850         * frame.c (x_set_font): When ARG is a font-object, check if the
5851         font-object matches with the ASCII font-spec of the frame's
5852         fontset.  If not, create a new fontset for the frame.  (Bug #3075)
5854 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
5856         * fns.c (Flocale_info): Protect vector from GC during decoding.
5858         * process.c (Fstart_process): Protect argv strings from GC during
5859         encoding.
5861 2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
5863         * sysdep.c: Include <ctype.h>.
5865 2009-04-27  David Reitter  <david.reitter@gmail.com>
5867         * nsfont.m (nsfont_open): Remove unused variable shrink.
5868         Remove commented-out code.
5870 2009-04-26  Johan Bockgård  <bojohan@gnu.org>
5872         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5874 2009-04-25  Jason Rumney  <jasonr@gnu.org>
5876         * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
5878 2009-04-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5880         * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
5881         Swap bytes in short integer if fringe bitmap width > 8.
5883 2009-04-23  Kenichi Handa  <handa@m17n.org>
5885         * xfaces.c (Fx_list_fonts): If a font size is specified in
5886         PATTERN, set it in returned scalable fonts.
5888 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
5890         * keyboard.c (Fset_input_meta_mode): Doc fix.
5892         * dispnew.c (Fsend_string_to_terminal): Doc fix.
5894         * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
5896         * coding.c (Fterminal_coding_system): Doc fix.
5898         * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
5899         (Fx_display_pixel_height, Fx_display_planes)
5900         (Fx_display_color_cells, Fx_server_max_request_size)
5901         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5902         (Fx_display_mm_height, Fx_display_mm_width)
5903         (Fx_display_backing_store, Fx_display_visual_class)
5904         (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
5905         Doc fixes, replacing "terminal id" with "terminal object".
5906         (check_x_display_info): Handle terminal objects instead of
5907         terminal ids.
5909         * term.c (Ftty_display_color_p, Ftty_display_color_cells)
5910         (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
5911         (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
5912         Doc fixes, replacing "terminal id" with "terminal object".
5914 2009-04-21  Kenichi Handa  <handa@m17n.org>
5916         * font.c (font_load_for_lface): Cancel previous change (bug#2994).
5917         (font_score): Check AVGWIDTH too.
5919         * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
5920         worst case.
5921         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
5922         (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
5924 2009-04-19  Jason Rumney  <jasonr@gnu.org>
5926         The following changes fix Bug#3005 for wide glyphs on each platform,
5927         without reintroducing Bug#1258 for stretch glyphs.
5929         * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5930         BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
5931         get_phys_cursor_geometry.
5933         * w32term.c (x_draw_bar_cursor): Limit cursor width differently
5934         for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
5935         using get_phys_cursor_geometry.
5937         * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5938         correctly calculated.
5940 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
5942         * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5943         Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
5944         (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5945         is deprecated.
5947 2009-04-18  Andreas Schwab  <schwab@linux-m68k.org>
5949         * font.c (font_put_frame_data): Use xfree instead of free.
5951 2009-04-17  Juanma Barranquero  <lekktu@gmail.com>
5953         * w32font.c (Qja, Qko): Remove declarations.
5954         (syms_of_w32font): Don't DEFSYM them.
5956 2009-04-17  Chong Yidong  <cyd@stupidchicken.com>
5958         * font.c (Qja, Qko): Move definitions here from ftfont.c.
5960         * font.h (Qja, Qko): Extern them.
5962         * ftfont.c (Qja, Qko): Remove declarations.
5964         * xfont.c (Qja, Qko): Remove declarations.
5966 2009-04-17  Kenichi Handa  <handa@m17n.org>
5968         * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5969         string from a vector to handle Latin-1 characters correctly.
5971         * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5972         entity even if the cache hits.
5974 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
5976         * search.c (boyer_moore): Use zero as marker value for a possible
5977         match instead of depending on overflow behavior.  (Bug#2844)
5979         * search.c: Use EMACS_INT for buffer positions.  Add prototypes.
5980         * lisp.h: Adjust prototypes.
5982 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
5984         * keyboard.c (adjust_point_for_property): Disable 2009-02-12
5985         change (Bug#3003).
5987 2009-04-16  Kenichi Handa  <handa@m17n.org>
5989         * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
5991         * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
5992         adstyle.
5994         * ftfont.c (Qja, Qko): Don't make them static.
5995         (enum ftfont_cache_for): New enum.
5996         (fc_charset_table): Undo the previous change.
5997         (ftfont_get_latin1_charset): Delete it.
5998         (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
5999         Set FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
6000         non-scarable font, try to get AVERAGE_WIDTH.
6001         (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6002         Change ft_face_cache from a list of a hash-table.  Don't check
6003         `ja' and `ko' adstyle here.
6004         (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6005         FTFONT_CACHE_FOR_CHARET.
6006         (ftfont_get_charset): Undo the previous change.
6007         (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
6008         (ftfont_close): Likewise.
6009         (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6011         * font.c (font_sort_entites): Change the meaning of the arg
6012         BEST-ONLY.  Don't optimize for VEC of lenght 1.
6013         (font_select_entity): Just return the value of font_sort_entites.
6015         * xfaces.c (merge_face_vectors): Reflect font properties in
6016         to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
6017         font_clear_prop if a face attribute doesn't change.
6019         * charset.h (charset_ksc5601): Extern it.
6021         * charset.c (charset_ksc5601): New variable.
6022         (Fdefine_charset_internal): Set charset_ksc5601.
6023         (init_charset_once): Initialize charset_ksc5601 to -1.
6025 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
6027         * fileio.c (history_delete_duplicates): Remove unused declaration.
6029         * callint.c (history_delete_duplicates): New declaration.
6030         (Fcall_interactively): Remove command history duplicates when
6031         history_delete_duplicates is true.
6033 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
6035         * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6037 2009-04-14  Kenichi Handa  <handa@m17n.org>
6039         * font.c (Ffont_info): Fix docstring.  Fix the second element of
6040         the returned value (bug#2949).
6042 2009-04-14  Chong Yidong  <cyd@stupidchicken.com>
6044         * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6046 2009-04-14  Kenichi Handa  <handa@m17n.org>
6048         * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6049         encoding charset is ascii_compatible.
6051         * charset.c (Fdefine_charset_internal): Make charset
6052         ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6053         code_offset is 0, and covers all ASCII characters.
6055 2009-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6058         (ns_string_to_pasteboard_internal):
6059         * nsmenu.m (process_dialog):
6060         * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6061         * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6062         * lisp.h (Fx_load_color_file): Declare.
6064 2009-04-13  Kenichi Handa  <handa@m17n.org>
6066         * font.c (font_delete_unmatched): Preserve the order of list elements.
6067         (font_select_entity): Suppress the code to optimize for the same
6068         kind of fonts.
6069         (font_load_for_lface): Get a font that supports at least ASCII
6070         characters.
6072         * ftfont.c (Qja, Qko): New variables.
6073         (fc_charset_table): Delete uniquifier data for iso8859-1.
6074         (ftfont_get_latin1_charset): New function.
6075         (get_adstyle_property): New function.
6076         (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6077         bitmap fonts.
6078         (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6079         Delete iso-8859-1 range from the charset of fonts whose adstyle is
6080         `ko' or `ja'.
6081         (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
6082         (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
6083         (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6084         property.
6085         (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6086         (syms_of_ftfont): DEFSYM Qja and Qko.
6088 2009-04-09  Kenichi Handa  <handa@m17n.org>
6090         * charset.c (map_charset_chars): For a charset of `superset'
6091         method, fix calculation of code range.
6093         * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6094         from the list of extra properties.
6095         (font_clear_prop): Be sure to delete `:name' font property.
6097 2009-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6099         * dispnew.c (redraw_overlapping_rows): Fix detection of
6100         overlapping for topmost and bottommost rows.
6102         * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
6104 2009-04-06  Jason Rumney  <jasonr@gnu.org>
6106         * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6108 2009-04-06  Kenichi Handa  <handa@m17n.org>
6110         * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6112         * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6114 2009-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6116         * ftfont.c (ftfont_open): Fix checking of the return value of
6117         FT_Load_Char.  Fix setting font->underline_thickness.
6119 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
6121         * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6122         (Fterminal_parameters, Fterminal_parameter)
6123         (Fset_terminal_parameter): In doc string, refer to terminal
6124         objects rather than terminal ids.
6126 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
6128         * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6129         ret_lim_data.  (Bug#2867)
6131 2009-04-03  Chong Yidong  <cyd@stupidchicken.com>
6133         * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6134         so they don't get wider than the window, matching 2006-01-23
6135         change to the partner function in xdisp.c (Bug#2800).
6137 2009-04-03  Kenichi Handa  <handa@m17n.org>
6139         * print.c (print_object): Make each lowest sub_char_table start a
6140         new line (Bug#2866).
6142 2009-04-02  Kenichi Handa  <handa@m17n.org>
6144         * fontset.c (fontset_font): Record no-font when a fontset
6145         explicitly tells not to try another font-specs.
6147 2009-03-30  Pierre Poissinger  <pierre.poissinger@gmail.com>  (tiny change)
6149         * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6151 2009-03-30  Kenichi Handa  <handa@m17n.org>
6153         * fontset.c (fontset_from_font): Specify only registry in a
6154         font-spec for all characters supported by that registry.
6156         * ftfont.c: Fix previous change.  Define ftfont_variation_glyphs
6157         even if HAVE_M17N_FLT is not defined.
6159 2009-03-29  Sebastian Rose  <sebastian_rose@gmx.de>  (tiny change)
6161         * ftfont.c: Conditionalize prototyping and use of
6162         ftfont_variation_glyphs.
6164 2009-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * frame.c (delete_frame): Work around compiler bug.
6168         * editfns.c (general_insert_function): Adjust to insdel.c changes.
6169         * insdel.c (prepare_to_modify_buffer, signal_before_change):
6170         Some more EMACS_INT.
6171         * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6173         * xdisp.c (dump_glyph): Fix typo.
6175         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6176         (adjust_markers_gap_motion, adjust_markers_for_delete)
6177         (adjust_markers_for_insert, adjust_point)
6178         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6179         (make_gap, copy_text, count_size_as_multibyte, insert)
6180         (insert_and_inherit, insert_before_markers)
6181         (insert_before_markers_and_inherit, insert_1)
6182         (count_combining_before, count_combining_after, insert_1_both)
6183         (insert_from_string, insert_from_string_before_markers)
6184         (insert_from_string_1, insert_from_gap, insert_from_buffer)
6185         (insert_from_buffer_1, adjust_after_replace)
6186         (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6187         (replace_range_2, del_range, del_range_1, del_range_byte)
6188         (del_range_both, del_range_2, modify_region)
6189         (prepare_to_modify_buffer, signal_before_change)
6190         (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6191         for buffer positions and sizes.
6192         * lisp.h: Adjust prototypes accordingly.
6194         * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6195         (non_regular_inserted, non_regular_nbytes, read_non_regular)
6196         (Finsert_file_contents): Use EMACS_INT for buffer positions.
6198         * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6200 2009-03-27  Jan Djärv  <jan.h.d@swipnet.se>
6202         * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6203         lines and columns so we keep the same pixel height and width.
6205         * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6206         the property _NET_WM_STATE has changed.
6207         (x_handle_net_wm_state): New function to update frame parameter
6208         fullscreen.
6209         (x_term_init): Initialize atoms for _NET_WM_STATE.
6211         * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6213 2009-03-27  Kevin Ryde  <user42@zip.com.au>
6215         * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6216         Gpm_GetEvent as an error that justifies closing the filedescriptor.
6217         * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6218         (Fgpm_mouse_stop): Pass that new parameter.
6219         * termhooks.h (close_gpm): Adjust prototype.
6221 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * lisp.h (Fx_focus_frame): Declare.
6225         * callint.c (Fcall_interactively): For '^' just delegate the work to
6226         handle-shift-selection.
6227         (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6229 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
6231         * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6233         * data.c (Qinteractive_form): New variable.
6234         (Finteractive_form): Use it.
6236         * eval.c (Fcommandp): Use Qinteractive_form.
6238 2009-03-24  Jason Rumney  <jasonr@gnu.org>
6240         * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6241         Calculate total size precisely.  Decode environment variables
6242         before substituting.  (Bug#38)
6244 2009-03-24  Kenichi Handa  <handa@m17n.org>
6246         * font.c (find_font_encoding): Return Qnil for unsupported
6247         encoding (Bug#2722).
6249 2009-03-23  Jan Djärv  <jan.h.d@swipnet.se>
6251         * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6252         that gdpy is set.
6254 2009-03-22  Alan Mackenzie  <acm@muc.de>
6256         * callint.c (Finteractive): Clarify the doc string - even
6257         promptless elements need \n separators.
6259 2009-03-22  Jason Rumney  <jasonr@gnu.org>
6261         * w32term.c (syms_of_w32term): Doc fix for
6262         x-use-underline-position-properties.
6264 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
6266         * w32.c (getpwuid): Change argument type to unsigned.
6267         (struct w32_id): Change type of `rid' member to unsigned.
6268         (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6269         argument ID to unsigned.  All callers changed.
6270         (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6272 2009-03-20  Eli Zaretskii  <eliz@gnu.org>
6274         * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6275         negative, produce a float value.
6277         * dired.c (make_uid, make_gid): New functions.
6278         (Ffile_attributes): Use them to avoid negative UID and GID.
6280 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
6282         * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6283         (syms_of_keyboard) <command-hook-internal, input-method-function>:
6284         Fix typos in docstrings.
6286 2009-03-19  Kenichi Handa  <handa@m17n.org>
6288         * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6289         changed, use font_load_for_lface to get a new font object.
6290         Call free_realized_fontset after handling ASCII font change.
6292         * frame.c (x_set_font): Handle the case that ARG is a cons.
6294 2009-03-19  Glenn Morris  <rgm@gnu.org>
6296         * fileio.c (Fsubstitute_in_file_name): Doc fix.
6298 2009-03-19  Chong Yidong  <cyd@stupidchicken.com>
6300         * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6302 2009-03-19  Kenichi Handa  <handa@m17n.org>
6304         * charset.c (load_charset_map_from_file): When a mapfile can't be
6305         loaded, signal an error.
6307 2009-03-18  Eli Zaretskii  <eliz@gnu.org>
6309         * dired.c (Ffile_attributes): Make sure UID and GID are always
6310         positive, even if the value is too large for a positive EMACS_INT.
6311         Doc fix.
6313         * editfns.c (Fuser_login_name): Support float arguments.  Doc fix.
6315 2009-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6317         * xmenu.c (xdialog_show): Move Fredisplay call ...
6318         (Fx_popup_dialog): ... here.
6320 2009-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * dired.c (file_name_completion): Disable the first optimization just
6323         installed, since it is not implemented correctly.
6325 2009-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6327         * dired.c (file_name_completion): Check completion-ignored-extensions
6328         only if the entry can affect bestmatch.
6329         Stop the search early, as Ftry_completion already does.
6331 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
6333         * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
6335 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
6337         * keyboard.c (parse_menu_item): Don't display remappings as menu
6338         equivalent bindings (Bug#788).
6340 2009-03-15  Jason Rumney  <jasonr@gnu.org>
6342         * w32term.h (WM_EMACS_PAINT): New message.
6343         * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6344         * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6345         before passing to lisp thread.  (Bug#950)
6347 2009-03-14  David Reitter  <david.reitter@gmail.com>
6349         * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6350         variable as it was never reset.
6351         (ns_term_init): Remove initialization of Lisp-settable defaults
6352         and ns_expand_space.
6353         (-setPanelFromDefaultValues): Remove ns_expand_space.
6354         (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6355         * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
6356         i.e. no additional spacing, similar to Carbon port.
6358         * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6359         * nsfns.m (ns-popup-prefs-panel): Remove.
6361 2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
6363         * sound.c (alsa_configure): Remove call to deprecated
6364         snd_pcm_sw_params_set_xfer_align.
6366 2009-03-14  Stephen Berman  <stephen.berman@gmx.net>
6368         * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6369         after clicking in a detached tool bar.
6370         (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6372 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6375         int/Lisp_Object mixup).
6377 2009-03-13  Kenichi Handa  <handa@m17n.org>
6379         * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
6380         Handle NAME nil and t correctly.  Callers changed.
6381         (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6382         (set_fontset_font): Change ARG to a vector.  Handle range_list in
6383         ARG correctly.
6384         (Fset_fontset_font): Fix the case that TARGET is both a script
6385         name and charset name.  Adjust the arg to set_fontset_font for
6386         the above change.
6387         (fontset_from_font): Fix previous change.
6388         (Ffontset_info): Adjust for the 2008-07-09 change of fontset
6389         entry.  If FONTSET is the default fontset, don't set the extra
6390         slot of the returning char-table.
6392 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
6394         * nsfns.m (Fx_close_connection): Doc fix.
6395         (Fns_do_applescript): Reflow docstring.
6396         (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6397         (Fx_display_pixel_width, Fx_display_pixel_height)
6398         (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6399         Fix typos in docstrings.
6400         (Fns_set_alpha): Fix typos in error messages.
6402 2009-03-12  David Reitter  <david.reitter@gmail.com>
6404         * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
6405         non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
6406         were used for such events.
6408         * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6409         (toggleToolbar, performDragOperation, runHelp): Use it.
6411         * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
6412         NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6414 2009-03-11  Kenichi Handa  <handa@m17n.org>
6416         * font.h (font_open_by_spec): Extern it.
6418         * font.c (font_open_by_spec): New function.
6419         (font_open_by_name): Use font_open_by_spec.
6421         * frame.c (x_set_font): When ARG is a font-object, don't alter the
6422         fontset of the frame.
6424         * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6425         modify the default font of frames that use this fontset.
6426         (num_auto_fontsets): New variable.
6427         (fontset_from_font): Use num_auto_fontsets to decide a fontset
6428         name.  Be sure to set FONTSET_ASCII to the correct font name.
6429         (update_auto_fontset_alist): New function.
6431 2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
6433         * makefile.w32-in: Update dependencies.
6435 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
6437         * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6439 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6443 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
6445         * lread.c (Feval_buffer): Doc fix.
6447 2009-03-09  Kenichi Handa  <handa@m17n.org>
6449         * charset.c (Qfile_name_handler_alist): Extern it.
6450         (load_charset_map_from_file): Temporarily bind
6451         `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
6453 2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
6455         * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6456         not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
6458 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
6460         * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6461         (x_set_window_size): Change back to calculated method of setting
6462         toolbar height under Cocoa.  (Bug#2546)
6463         (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6464         (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6466         * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6468         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6469         accelerator in parens under GNUstep.
6471 2009-03-06  Kenichi Handa  <handa@m17n.org>
6473         These changes are to detect incorrect composition sequence without
6474         looking ahead the source.  (Bug#2370)
6476         * coding.h: Include "composite.h".
6477         (enum compisition_state): New enum.
6478         (struct compisition_status): New struct.
6479         (struct iso_2022_spec): New member cmp_status.
6480         (struct emacs_mule_spec): New struct.
6481         (struct coding_system): New members ctext_extended_segment_len and
6482         embedded_utf_8.  Change the union member
6483         spec.emacs_mule_full_support to spec.emacs_mule.
6485         * coding.c (CODING_ISO_CMP_STATUS): New macro.
6486         (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6487         (MAX_ANNOTATION_LENGTH): Define to 5.
6488         (ADD_COMPOSITION_DATA): New arg nbytes.
6489         (emacs_mule_char): New arg cmp_status.
6490         (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6491         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6492         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6493         (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6494         (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6495         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6496         (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6497         (EMACS_MULE_COMPOSITION_END): New macro.
6498         (emacs_mule_finish_composition): New function.
6499         (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6500         (decode_coding_emacs_mule): Avoid long looking ahead while
6501         handling composition.
6502         (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6503         (ENCODE_COMPOSITION_RULE): New macro.
6504         (finish_composition): New function.
6505         (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6506         (DECODE_COMPOSITION_START): New implementation.
6507         (DECODE_COMPOSITION_END): Likewise.
6508         (STORE_COMPOSITION_RULE): New macro.
6509         (decode_coding_iso_2022): Avoid long looking ahead while handling
6510         composition, CTEXT extended segment, and embedded UTF-8.
6511         (setup_coding_system): For a coding of type iso-2022, reset
6512         CODING_ISO_EXTSEGMENT_LEN (coding) and
6513         CODING_ISO_EMBEDDED_UTF_8 (coding).
6514         (get_translation): Delete arguments last_block, from_nchars,
6515         to_nchars.  Callers changed.
6516         (produce_chars): Don't modify charbuf.  Adjusted for the change of
6517         get_translation.
6518         (produce_composition): Adjust for the new annotation sequence.
6519         (handle_composition_annotation): Likewise.
6520         (consume_chars): Adjust for the change of get_translation.
6522 2009-03-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
6524         * nsterm.m (ns_select): Shortcircuit if reentrant call.  (Bug#2564)
6526 2009-03-05  Kenichi Handa  <handa@m17n.org>
6528         * font.c (font_select_entity): New function.
6529         (font_find_for_lface): Use font_select_entity to select a font.
6531         * fontset.c (fontset_find_font): If a font found without
6532         restricting to the characters C doesn't support C, try to find a
6533         font with C restriction.
6535 2009-03-04  Nikolaj Schumacher  <me@nschum.de>
6537         * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6539 2009-03-04  Jason Rumney  <jasonr@gnu.org>
6541         * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6542         characters that have already been read.  (Bug#2569)
6544         * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6545         Log an error message if check_image_size failed.
6546         (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6547         (gs_load): Mention max-image-size in size error message.  (Bug#2560)
6549 2009-03-02  Eli Zaretskii  <eliz@gnu.org>
6551         * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6552         when decoding process output.
6554 2009-03-01  Richard M Stallman  <rms@gnu.org>
6556         * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6558         * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6560 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
6562         * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6563         (decode_coding_emacs_mule, decode_coding_iso_2022)
6564         (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6565         (decode_coding_raw_text, decode_coding_charset)
6566         (setup_coding_system, decode_eol, decode_coding, consume_chars):
6567         Honor inhibit-eol-conversion.  (Bug #2186)
6569 2009-02-28  Jason Rumney  <jasonr@gnu.org>
6571         * coding.c (detect_coding_charset): If not checking latin extra,
6572         fail on characters between 0x80 and 0xA0.  (Bug#2354)
6574 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
6576         * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6577         Also, check iso-latin-*, not only iso-8859-*.  (Bug#2497)
6579 2009-02-27  Glenn Morris  <rgm@gnu.org>
6581         * callint.c (Finteractive): Doc fix.
6583 2009-02-27  Kenichi Handa  <handa@m17n.org>
6585         * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6587 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
6589         * font.c (font_style_to_value): Set value for unknown symbols to
6590         100 instead of 255.
6591         (weight_table, slant_table, width_table): Treat "unspecified" as
6592         the default value.
6594 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
6596         * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6598 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
6600         * lread.c (Fload): Stop checking Vloads_in_progress and signal
6601         error as soon as a recursive load is detected.
6603 2009-02-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
6605         * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6606         before caching.
6608 2009-02-24  Kenichi Handa  <handa@m17n.org>
6610         * fontset.c (fontset_find_font): Fix the condition for checking
6611         unavailable font.
6613 2009-02-24  Glenn Morris  <rgm@gnu.org>
6615         * xfaces.c (Finternal_set_font_selection_order): Remove leading
6616         whitespace that confuses documentation.
6618 2009-02-23  Miles Bader  <miles@gnu.org>
6620         * process.c (Flist_system_processes, Fprocess_attributes)
6621         (syms_of_process): Rename `system-process-attributes' to
6622         `process-attributes'.
6624 2009-02-22  Andreas Schwab  <schwab@linux-m68k.org>
6626         * coding.h (struct coding_system): Make safe_charsets a pointer to
6627         unsigned char.
6628         * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6629         being 255.
6630         (SAFE_CHARSET_P): Likewise.
6631         (setup_iso_safe_charsets): Properly setup safe_charsets.
6632         (Fdefine_coding_system_internal): Likewise.
6633         (setup_coding_system): Likewise.  Remove unneeded casts.
6634         (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6635         CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.  Remove
6636         unneeded casts.
6638         * insdel.c (del_range_2): Don't modify gap contents when called
6639         from decode_coding_object.  (Bug#1809)
6641 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
6643         * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6644         Qfont_object.
6645         (Ftype_of): Recognize font objects.
6647         * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6649         * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6650         moved to data.c.
6652 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
6654         * nsterm.m (x_make_frame_invisible): Unset async_visible,
6655         async_iconified.  Based on a patch by Christian Lynbech
6656         <christian.lynbech@tieto.com>.
6657         (EmacsView-windowDidMiniaturize:): Unset async_visible.
6659 2009-02-20  Glenn Morris  <rgm@gnu.org>
6661         * syntax.c (Fskip_chars_forward): Fix doc typo.
6663 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
6665         * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6667 2009-02-19  Chong Yidong  <cyd@stupidchicken.com>
6669         * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6671 2009-02-19  Kenichi Handa  <handa@m17n.org>
6673         * coding.c (detect_coding): Preserve coding->mode.
6674         Don't overflow coding->carryover.  (Bug#2370)
6676 2009-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
6678         * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6680 2009-02-18  Kenichi Handa  <handa@m17n.org>
6682         * font.c (font_check_otf_features): Fix handling of `nil' element.
6683         (Ffont_spec): Describe :lang and :otf in the docstring.
6685 2009-02-16  Andreas Schwab  <schwab@suse.de>
6687         * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6688         string.
6690 2009-02-16  Kenichi Handa  <handa@m17n.org>
6692         * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
6693         (Bug#1723)
6695 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
6697         * dispextern.h (struct iterator_stack_entry): New line_wrap member.
6699         * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6700         (handle_line_prefix): Suppress wrapping of wrap prefixes.
6702 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
6704         * msdos.c (MAX_SCREEN_BUF): New macro.
6705         (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6706         Encode the entire run of glyphs sharing the same face, instead of
6707         doing that one glyph at a time (fixes a bug with displaying
6708         double-size characters).
6710 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
6712         * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6714         * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6715         (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
6716         pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
6718         * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
6719         set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
6721 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * keyboard.c (adjust_point_for_property): Allow stopping between two
6724         invisible areas.
6726 2009-02-12  Jason Rumney  <jasonr@gnu.org>
6728         * w32font.c (check_face_name): Check for fake helv.  (Bug#2275)
6729         (add_font_entity_to_list): Call check_face_name even when family
6730         is unspecified.
6732         * w32term.c (x_display_pixel_height, x_display_pixel_width):
6733         Release DC when finished.  Use NULL window to refer to desktop.
6734         (w32_term_init): Use NULL window to refer to desktop.  (Bug#460)
6736         * w32font.c (add_font_entity_to_list): Fix check for substituted
6737         raster fonts.  (Bug#2219)
6739 2009-02-12  Kenichi Handa  <handa@m17n.org>
6741         * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6742         (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6743         (autocmp_chars): Use fast_looking_at.  Don't compose more
6744         characters than MAX_COMPOSITION_COMPONENTS.
6745         (find_automatic_composition): While looking forward and backward,
6746         check static composition.  Fix where to stop looking forward.
6747         (composition_adjust_point): Fix checking of static composition.
6748         (Fcomposition_get_gstring): Pay attention to
6749         MAX_COMPOSITION_COMPONENTS.
6751         * lisp.h (fast_looking_at): Extern it.
6753         * search.c (fast_looking_at): New function.
6755         * term.c (encode_terminal_code): Adjust for the change of
6756         <struct glyph>.u.cmp.to.
6757         (append_composite_glyph): Likewise.
6759         * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
6760         <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
6761         composition.
6762         (append_composite_glyph): Adjust for the change of
6763         <strcut glyph>.u.cmp.to.
6765 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
6767         * casetab.c (init_casetab_once):
6768         * coding.c (ALLOC_CONVERSION_WORK_AREA):
6769         * font.c (font_update_lface):
6770         * fontset.c (Fnew_fontset):
6771         * ftfont.c (ftfont_drive_otf):
6772         * xfont.c (xfont_open):
6773         * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6775 2009-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * fileio.c (Fwrite_region): !NILP -> CONSP.
6779 2009-02-10  Andreas Schwab  <schwab@suse.de>
6781         * process.c (send_process): Properly relocate pointer into data
6782         when using encoded data.  (Bug#2272)
6784 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6786         * coding.c (detect_coding_charset): Fix previous change.
6788 2009-02-08  Jason Rumney  <jasonr@gnu.org>
6790         * w32fns.c (w32_hide_hourglass): Handle case where frame
6791         disappeared while hourglass was displayed.  (Bug #2193)
6793 2009-02-07  Andreas Schwab  <schwab@suse.de>
6795         * unexelf.c (unexec): Fix error message.
6797 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
6799         * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
6800         when modal window is active.  (Bug #2152)
6801         (applicationShouldTerminate:): Remove now-unneeded while loop
6802         around NSRunAlertPanel.
6804         * nsmenu.m (popupSession): New file-global variable.
6805         (pop_down_menu): End the popupSession before closing dialog.
6806         (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6807         (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6808         don't query NSApp for events (just sleep instead).
6810 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6812         * coding.c (syms_of_coding) <translation-table-for-input>:
6813         Modify doc string to discourage use for character code unification.
6815 2009-02-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6817         * atimer.c (run_timers): Update pending_atimers.
6819 2009-02-06  Chong Yidong  <cyd@stupidchicken.com>
6821         * image.c (svg_load_image): Fix last change.
6823         * xfns.c (Fx_create_frame): Signal an error if no font is
6824         found (Bug#2147).
6826 2009-02-05  Juanma Barranquero  <lekktu@gmail.com>
6828         * character.c (syms_of_character) <script-representative-chars>:
6829         Fix typo in docstring.
6831 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
6833         * nsmenu.m (pop_down_menu): New function.
6834         (ns_popup_dialog): Call it on unwind.
6835         (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6836         call timer_check() (Bug#2154).
6837         (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
6838         handling_signal is set.
6839         (EmacsMenu-fillWithWidgetValue:): Set submenu title.
6841         * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
6843         * s/darwin.h: Same and NO_SOCK_SIGIO as well.
6845         * nsterm.m (ns_read_socket): Same and don't set handling_signal.
6847         * keyboard.c (poll_for_input_1, handle_async_input):
6848         Set handling_signal under HAVE_NS.
6850 2009-02-04  Glenn Morris  <rgm@gnu.org>
6852         * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
6854 2009-02-04  Kenichi Handa  <handa@m17n.org>
6856         * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
6858         * charset.c (Fchar_charset): New optional arg restriction.
6860         * coding.h (coding_system_charset_list): Extern it.
6862         * coding.c (coding_system_charset_list): New function.
6864         * composite.c: Include coding.h and termhooks.h.
6865         (composition_gstring_p): Fix for the terminal case.
6866         (composition_gstring_width): Likewise.
6867         (fill_gstring_body): Likewise.
6868         (autocmp_chars): For terminal, call Fcomposition_get_gstring with
6869         the frame.
6870         (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
6871         is within a composition.
6872         (Fcomposition_get_gstring): Fix the terminal case.
6874         * term.c (encode_terminal_code): Fix handling of composition.
6875         (produce_composite_glyph): For static composition, get pixel_width
6876         from struct composition.
6878 2009-02-02  Andreas Schwab  <schwab@suse.de>
6880         * unexelf.c (unexec): Handle unaligned bss offset.
6882 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
6884         * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
6885         XT,w32read_socket changes to ns_read_socket.
6887         * keyboard.c (handle_interrupt): Don't call
6888         quit_throw_to_read_char() under NS.
6890         * blockinput.h: Remove NS-specific code.
6892 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
6894         * dispnew.c (window_change_signal): Don't try to get the size of a
6895         suspended tty frame.
6896         * term.c (Fresume_tty): Resize if the size has changed while the
6897         tty was suspended.
6899         * alloc.c (mark_stack): Properly conditionalize previous change.
6901 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
6903         * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
6904         * w32term.c (w32_read_socket) [SYNC_INPUT]:
6905         Remove; this code is not used on Windows.
6907 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
6909         * coding.c (detect_eol, decode_eol): Handle text with DOS-style
6910         EOLs that also has stray ^M characters.
6912 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
6914         * atimer.c (run_timers, alarm_signal_handler):
6915         * keyboard.c (pending_signals, handle_async_input, init_keyboard):
6916         * w32inevt.c (w32_console_read_socket):
6917         * w32term.c (w32_read_socket):
6918         * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
6920 2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
6922         * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6923         Initialize it as a relative filename pattern.
6924         (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6925         (Fcall_process_region): Simplify temp file creation using
6926         temporary-file-directory.
6928 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
6930         * msdos.c: Rename pending_signals to msdos_pending_signals.
6931         (sig_suspender, sigprocmask): Adjust.
6933 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
6935         * keyboard.c (pending_signals): New var.
6936         (poll_for_input, input_available_signal, init_keyboard): Set it.
6937         (process_pending_signals): New function.
6939         * lisp.h (QUIT): Check pending_signals instead of
6940         interrupt_input_pending.  Use process_pending_signals.
6942         * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
6944         * process.c (wait_reading_process_output): Use process_pending_signals.
6946         * sysdep.c (emacs_write): Use process_pending_signals.
6948         * xterm.c (XTread_socket): Update pending_signals.
6950         * w32term.c (w32_read_socket): Update pending_signals.
6952         * w32inevt.c (w32_console_read_socket): Update pending_signals.
6954 2009-01-29  Kenichi Handa  <handa@m17n.org>
6956         * xftfont.c (xftfont_has_char): New function.
6957         (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6959 2009-01-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
6961         * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6962         under GNUstep.
6963         (ns_query_color): New declaration.
6965         * nsterm.m (ns_confirm_quit): New variable.
6966         (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6967         (EmacsApp-applicationShouldTerminate:): Use it.
6968         (EmacsPrefsController): Let user set it.
6969         (ns_query_color): New function.
6970         (ns_defined_color): Use it.
6971         (ns_initialize): Drop.
6972         (ns_term_init): Add two lines from ns_initialize(), and set
6973         input_interrupt_mode to nil.
6975         * image.c (svg_load_image): Don't right-shift background RGB when
6976         obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
6978 2009-01-28  Kenichi Handa  <handa@m17n.org>
6980         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6981         (fontset_get_font_group): Remember that no font-group is specified
6982         for C.
6984 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
6986         * fns.c (concat): Check for string overflow (bug#1787).
6988         * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
6989         Quadruple undo limits (bug#1501).
6991 2009-01-27  Kenichi Handa  <handa@m17n.org>
6993         * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
6994         directly use GT_Get_Char_index.
6996         * xftfont.c (struct xftfont_info): New member `index'.
6998         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6999         (Ffontset_font): Adjust for the change of fontset entry.
7001 2009-01-26  Kenichi Handa  <handa@m17n.org>
7003         * fontset.c (fontset_find_font): Fix handling of non-cons return
7004         value of fontset_get_font_group.
7005         (fontset_font): Revert last change.
7007 2009-01-26  Jason Rumney  <jasonr@gnu.org>
7009         * w32font.c (w32font_list_internal): Return quickly if registry is
7010         unknown.  Simplify final return.
7011         (add_font_entity_to_list): Break complex logic down into more
7012         manageable chunks.  Move unknown registry check to
7013         w32font_list_internal.
7015 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
7017         Changes to remove Feval calls from GUI under NS.
7019         * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7020         Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
7021         Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7023         * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7024         (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7025         (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7026         instead of NON_ASCII_KEYSTROKE_EVENT.
7027         (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7028         (EmacsApp-applicationShouldTerminate:): Query user.
7029         (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7030         instead of Feval.
7032         * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7034         * keyboard.c (kbd_buffer_get_event): Check for it.
7035         (keys_of_keyboard): Define lispy keys for
7036         ns-put/unput-working-text.
7038         * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7039         versions.
7040         (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7042 2009-01-25  Chong Yidong  <cyd@stupidchicken.com>
7044         * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
7045         setting current_buffer directly.  (Bug#2044)
7047 2009-01-24  Chong Yidong  <cyd@stupidchicken.com>
7049         * fontset.c (fontset_font): If we know there is no font, don't do
7050         any work.  (Bug#1952, bug#1990).
7052         * font.c (font_parse_xlfd): Handle patterns of length < 2.  (Bug#1802)
7054 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7056         * emacs.c (main): Do fork+exec under --daemon in Cocoa.
7057         (ns_no_defaults): New declaration.
7058         (main): Use it.
7060         * nsterm.h (ns_no_defaults): New declaration.
7062         * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
7064         * nsterm.m (ns_no_defaults): New variable.
7065         (ns_initialize): Don't read defaults when ns_no_defaults.
7066         (EmacsView-readSelectionFromPasteboard:)
7067         (writeSelectionToPasteboard:types:): New stubbed-out methods for
7068         NSServicesRequests protocol.  (Bug#1435)
7069         (ns_dumpglyphs_stretch): New function.
7070         (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
7071         of 2008-11-15 to other terms.  (Bug#615)
7073         * nsimage.m (setPixmapData:): Set to ignore image DPI.
7075 2009-01-23  Giorgos Keramidas  <keramida@freebsd.org>  (tiny change)
7077         * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7078         call for Sparc64.
7080 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
7082         * nsfns.m:
7083         * nsgui.h:
7084         * nsmenu.m:
7085         * nsselect.m:
7086         * nsterm.h:
7087         * nsterm.m: Remove '23' comments that indicated code added during
7088         update from emacs-20 -> emacs-23.
7090 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
7092         * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
7093         ns_alternate_modifier.  (Bug#1217)
7095         * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7096         Display all shortcuts, including those w/o super modifier.
7098         * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7100 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
7102         * fileio.c (Vwrite_region_post_annotation_function)
7103         (Vwrite_region_annotation_buffers): New vars.
7104         (build_annotations_unwind): Just reset
7105         Vwrite_region_annotation_buffers.
7106         (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7107         Call write-region-post-annotation-function.
7108         (build_annotations): Add to Vwrite_region_annotation_buffers if
7109         buffer changes.
7111 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
7113         * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7114         Tiger.
7115         * nsfns.m (ns_do_applescript):
7116         Conditionalize typeUTF16ExternalRepresentation on Tiger.
7118 2009-01-21  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
7120         * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7122 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
7124         * nsmenu.m (NSMENUPROFILE): Change #if style.
7126         * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7128         * nsterm.m (x_set_frame_alpha): Add prototype.
7129         (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7130         handle Ctrl-tab.  (Bug#1841)
7131         (ns_get_color): Use unsigned long long for scanned hex string value.
7132         (ns_term_shutdown): Abort on non SIGTERM signals.
7133         (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
7134         (EmacsPrefsController-setPanelFromDefaultValues): New function.
7135         (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
7136         (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7137         (ns_defined_color): Fix settings of the XColor variable fields:
7138         red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
7140         * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7141         DPI.  (Bug#1316)
7142         (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7143         values in onTiger section.
7145 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
7147         * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7148         Check return value of font_spec_from_name.
7149         (Fx_list_fonts): Doc fix.  (Bug#1951)
7151         * font.c (font_spec_from_name): Return Qnil if font name could not
7152         be parsed.
7153         (font_parse_name): Treat a `?' character as part of an XLFD.
7155         * fns.c (Fsubstring): Doc fix.
7157 2009-01-19  Kenichi Handa  <handa@m17n.org>
7159         * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7160         (ftfont_list): Likewise.
7162 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
7164         * dbusbind.c (Fdbus_register_signal):
7165         * process.c (conv_sockaddr_to_lisp):
7166         * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7168         * callproc.c (Fgetenv_internal): Doc fix.
7170 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
7172         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7173         it is not even used.
7175 2009-01-16  Glenn Morris  <rgm@gnu.org>
7177         * font.c (Ffont_variation_glyphs): Silence compiler.
7179 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
7181         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7182         Reported by David Robinow <drobinow@gmail.com>.
7184 2009-01-15  Kenichi Handa  <handa@m17n.org>
7186         * coding.c (detect_coding_system): Fix handling of null_byte_found.
7188 2009-01-14  Jason Rumney  <jasonr@gnu.org>
7190         * frame.c (x_set_font): Always store a font to the font parameter,
7191         never a fontset.  (Bug#1562)
7193 2009-01-14  Kenichi Handa  <handa@m17n.org>
7195         * coding.c (TWO_MORE_BYTES): New macro.
7196         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7198 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
7200         * font.c (font_clear_prop): If clearing the family, clear the font
7201         width index too.
7203         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7205 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
7207         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7208         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
7209         functions, use sizeof.
7211 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
7213         * keyboard.c (read_char): Fix case where last_nonmenu_event
7214         returned a bad value with submenus.  (Bug#447)
7216 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
7218         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7219         family, clear the font width index too.
7221 2009-01-11  Jason Rumney  <jasonr@gnu.org>
7223         * keyboard.c (cmd_error_internal): Exit when errors occur before
7224         frame creation and not in daemon mode.  (Bug#1836)
7226 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
7228         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7229         of a display vector, backtrack.
7230         (try_window_reusing_current_matrix): Check glyph type before
7231         referencing charpos member.
7233 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
7235         Fix Bug #876:
7237         * coding.c (inhibit_null_byte_detection): New variable.
7238         (detect_coding, detect_coding_system): Don't pay attention to null
7239         bytes if inhibit_null_byte_detection is non-zero.
7240         (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7241         <inhibit-iso-escape-detection>: Doc fix.
7243 2009-01-09  Jason Rumney  <jasonr@gnu.org>
7245         * w32font.c (add_font_entity_to_list): Don't report unknown
7246         Windows charset as any unrecognized registry.  (Bug#1548)
7247         Only report Unicode Plane 2 fonts as unicode-sip.
7249 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
7251         * xfaces.c (Fx_font_family_list): Delete function.
7252         Move compatibility version to faces.el.
7254         * font.c (Ffont_family_list): Return a list of strings, not symbols.
7256 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
7258         * frame.c (x_set_frame_parameters): Remember requested value for
7259         fullscreen before it's reset by the parameter handler.
7261 2009-01-09  Glenn Morris  <rgm@gnu.org>
7263         * keyboard.c (last_command_char): For clarity, rename to...
7264         (last_command_event): ... and update all users.
7265         (last_input_char): For clarity, rename to...
7266         (last_input_event): ... and update all users.
7267         (last-command-char, last-input-char): Move to subr.el as aliases.
7268         * cmds.c, commands.h: Update for last_command_char rename.
7270 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
7272         * font.c (font_open_for_lface): Handle unspecified height attribute.
7274 2009-01-08  Jason Rumney  <jasonr@gnu.org>
7276         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7277         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7278         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7279         Don't declare.
7280         (syms_of_w32fns): Don't define x-pointer-shape variable.  (Bug#1485)
7281         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7283 2009-01-07  Kenichi Handa  <handa@m17n.org>
7285         * fileio.c (Finsert_file_contents): In the case of replace,
7286         remember the coding system used for decoding in
7287         coding_system (Bug#1039).
7289         * coding.c (decode_coding_utf_8): Check byte_after_cr before
7290         breaking the loop.  (Bug#870)
7291         (decode_coding_utf_16, decode_coding_emacs_mule)
7292         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7293         (decode_coding_charset): Likewise.
7295 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
7297         * frame.c (x_set_frame_parameters): Make sure height (width) get
7298         applied when fullwidth (fullheight) is set.  (Bug#1522)
7300 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
7302         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
7303         (utc_base): Declare as ULONGLONG, not long double.
7304         (convert_time_raw): Delete.
7305         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7306         (initialize_utc_base): New function.
7307         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7308         (convert_from_time_t): Use initialize_utc_base; compute result with
7309         64-bit arithmetic.
7310         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7312 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
7314         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
7315         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7316         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7317         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7318         [!subprocesses]: Define.
7319         (syms_of_process) [!subprocesses]: Intern and staticpro them.
7320         (Flist_system_processes, Fsystem_process_attributes)
7321         [!subprocesses]: Call list_system_processes and
7322         system_process_attributes instead of returning Qnil.
7324         * dosfns.c (system_process_attributes, list_system_processes):
7325         New functions.
7327         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7329         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7330         Don't use the default (no-op) implementation.
7332 2009-01-03  Jason Rumney  <jasonr@gnu.org>
7334         * keyboard.c (parse_modifiers_uncached): Wheel events are
7335         clicks (bug#687).
7337         * w32term.c (x_query_colors, x_query_color): New functions.
7339         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7340         (svg_load_image): Cast returned pointers from dynamically loaded
7341         functions.  Eliminate W32 specific code.
7343 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7345         * nsfns.m (x_set_foreground_color, x_set_background_color)
7346         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7347         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7348         x_ prefix instead of ns_.  Update references.
7349         (syms_of_nsfns): Add a FIXME comment.
7351         * nsterm.m (x_set_cursor_type): New prototype.
7352         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7354         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7355         for Solaris instead of incorrectly providing Qutime and Qcutime.
7357 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
7359         * w32.c (process_times): Compute sum of utime and stime.
7360         (system_process_attributes): Add Qtime to the alist.
7362         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7363         and add them to the alist.
7365         * process.c (top level) <Qtime, Qctime>: New variables.
7366         (syms_of_process): staticpro them.
7367         (Fsystem_process_attributes): Add their documentation to the doc
7368         string.
7370         * process.h: Declare Qtime and Qctime.
7372 2009-01-02  Jason Rumney  <jasonr@gnu.org>
7374         * image.c (Qgobject): New symbol.
7375         (syms_of_image): Initialize it.
7376         (init_svg_functions): Load some functions from gobject library.
7378 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
7380         * frame.c (make_terminal_frame): Remove redundant code and useless
7381         block.
7383 2009-01-01  Andreas Schwab  <schwab@suse.de>
7385         * process.c (conv_sockaddr_to_lisp): Add workaround for
7386         getsockname bug on BSD.
7388 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
7390         * xfns.c (x_create_tip_frame): Set border width of the X window.
7392         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
7394 2009-01-01  Jason Rumney  <jasonr@gnu.org>
7396         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
7397         Don't block input, as per earlier xterm.c changes.
7399 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
7401         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7402         (ns_appkit_version_int): New function.
7403         (x-server-version): Use ns_appkit_version_int and follow 21+
7404         convention of returning 3 integers.
7406 2008-12-30  Kenichi Handa  <handa@m17n.org>
7408         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7409         (CHAR_SURROGATE_PAIR_P): New macro.
7411         * font.h (struct font_driver): New member get_variation_glyphs.
7413         * font.c (font_range): Don't require a font for a variation selector.
7414         (Ffont_variation_glyphs): New function.
7415         (syms_of_font): Defsubr it.
7417         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7418         ftfont_variation_glyphs.
7419         (setup_otf_gstring): New function.
7420         (ftfont_drive_otf): Use it.
7421         (ftfont_shape_by_flt): Handle variation selector.
7422         (ftfont_variation_glyphs): New function.
7424 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
7426         * frame.c (Vemacs_iconified): Remove.
7428 2008-12-30  Jason Rumney  <jasonr@gnu.org>
7430         * frame.c (store_frame_param, x_get_arg): Enable newer code on
7431         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
7433 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
7435         * indent.c (Fvertical_motion): Don't advance iterator if we have
7436         reseated to the desired position.
7438         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7439         checking for pos match.
7441 2008-12-30  Kenichi Handa  <handa@m17n.org>
7443         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7444         just get the low 8-bit of the code.
7446         * font.c (font_intern_prop): Validate str as multibyte.
7448 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7450         * dispextern.h (struct face): Move lface and hash from the middle
7451         of bitfields.
7453         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7455 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7457         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7458         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7459         instead of intervals.h.
7461 2008-12-26  Andreas Schwab  <schwab@suse.de>
7463         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7464         cons.
7466 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
7468         * textprop.c (Qminibuffer_prompt): New variable.
7469         (syms_of_textprop): Initialize it.
7470         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7471         in minibuffer-prompt face.  (Bug#1662)
7473 2008-12-25  Jason Rumney  <jasonr@gnu.org>
7475         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7477 2008-12-24  Jason Rumney  <jasonr@gnu.org>
7479         * ralloc.c (r_alloc_reset_variable): New function.
7481         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7482         record of what points where.  (Bug#716)
7484 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
7486         * minibuf.c (read_minibuf): Follow the non-interactive case when
7487         running as a daemon, before detaching.
7489 2008-12-22  Andreas Schwab  <schwab@suse.de>
7491         * buffer.c (init_buffer): Use realloc instead of xrealloc.
7492         * gtkutil.c (free_widget_value): Use xfree instead of free.
7494 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
7496         * frame.c (delete_frame): New function derived from
7497         Fdelete_frame to handle Qnoelisp value for FORCE argument.
7498         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
7499         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
7500         saying that FORCE non-nil doesn't run `delete-frame-functions'.
7501         * frame.h: Extern delete_frame.
7502         * window.c (window_loop):
7503         * terminal.c (delete_terminal):
7504         * xterm.c (x_connection_closed):
7505         * xfns.c (Fx_hide_tip):
7506         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7508 2008-12-21  Jason Rumney  <jasonr@gnu.org>
7510         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7511         when character maps to .notdef character.
7513 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7515         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7517 2008-12-20  Jason Rumney  <jasonr@gnu.org>
7519         * frame.c (Fmake_terminal_frame): Raise an error when called from
7520         a graphical frame on Windows.  (Bug#1325)
7522 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
7524         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7526 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
7528         * minibuf.c (Fread_buffer): Doc fix.
7530 2008-12-20  Jason Rumney  <jasonr@gnu.org>
7532         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7533         server name in UNC paths.  (Bug#719)
7535         * coding.c (decode_coding): Clear chars_at_source flag when using
7536         charbuf.  (Bug#1035)
7538 2008-12-19  Daniel Engeler  <engeler@gmail.com>
7540         * sysdep.c (serial_configure): Fix typo.
7542 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
7544         * sysdep.c: Include alloca.h.
7545         (system_process_attributes): Add implementation for Solaris.
7547         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7549 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
7551         Reorganize implementation of Flist_system_processes and
7552         Fsystem_process_attributes.  No functional changes.
7553         * process.c: Don't #include pwd.h, grp.h and limits.h.
7554         (Flist_system_processes): Just call list_system_processes.
7555         (Fsystem_process_attributes): Just call system_process_attributes.
7556         (procfs_list_system_processes, time_from_jiffies)
7557         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7558         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7560         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
7561         (list_system_processes): Rename from
7562         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
7563         Provide a do nothing implementation.
7564         (system_process_attributes): Rename from
7565         procfs_list_system_processes.
7566         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7567         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7569         * w32.c (list_system_processes): Rename from
7570         w32_list_system_processes.
7571         (system_process_attributes): Rename from
7572         w32_system_process_attributes.
7574         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7576         * process.h (w32_list_system_processes)
7577         (w32_system_process_attributes): Remove.
7578         (list_system_processes, system_process_attributes):
7579         New prototypes.
7581 2008-12-19  Kenichi Handa  <handa@m17n.org>
7583         * xfont.c (xfont_decode_coding_xlfd): New function.
7584         (xfont_encode_coding_xlfd): New function.
7585         (xfont_list_pattern): Decode XLFD by iso-8859-1.
7586         (xfont_list): Decode and encode XLFD by iso-8859-1.
7587         (xfont_match): Likewise.
7588         (xfont_list_family): Likewise.
7589         (xfont_open): Likewise.
7591         * ftfont.c (ftfont_open): Generate a multibyte string if given
7592         names are utf-8.
7594         * xftfont.c (xftfont_open): Generate a multibyte string if given
7595         names are utf-8.
7597 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
7599         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7600         changed.
7601         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7602         clicked on a detached tool bar button.
7604 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
7606         * emacs.c (main): Print and error and exit when no data is read
7607         from the pipe.
7609 2008-12-17  Jason Rumney  <jasonr@gnu.org>
7611         * w32font.c (w32font_has_char): Always return -1.
7613 2008-12-16  Kenichi Handa  <handa@m17n.org>
7615         * font.c (font_open_entity): Fix previous change.
7617 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
7619         * process.c: Include <limits.h>.
7621 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
7623         * font.c (font_update_drivers): Fix mistake in reconstructing the
7624         driver list.
7626 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
7628         * font.c (font_clear_cache): Fix format of font cache data.
7630 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
7632         * xftfont.c (xftfont_open): Free Xft font pattern if
7633         XftFontOpenPattern fails.
7635         * xterm.c (x_free_frame_resources): Remove extraneous call to
7636         free_frame_faces.
7638 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
7640         * xterm.c (x_delete_display): Move xim_close_dpy call to
7641         x_delete_terminal.
7642         (x_delete_terminal): Call xim_close_dpy.
7644 2008-12-13  Jason Rumney  <jasonr@gnu.org>
7646         * w32font.c (intern_font_name): New function.
7647         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7648         (w32font_open_internal, Fx_select_font): Decode font name.
7649         (fill_in_logfont, list_all_matching_fonts): Encode font name.
7651         * w32font.h (intern_font_name): Declare new function.
7653         * w32uniscribe.c (add_opentype_font_name_to_list):
7654         Use intern_font_name.
7656 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
7658         * frame.c (Fdelete_frame): Call free_font_driver_list.
7660         * font.c (free_font_driver_list): Implement missing function.
7662         * w32term.c (w32_term_init): Don't initialize the image cache
7663         here; it will be done in init_frame_faces.
7665         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7666         (struct x_display_info): Remove unused member null_pixel.  New
7667         member xim_callback_data.
7669         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7670         (xim_initialize): Save pointer to callback function data.
7671         (xim_close_dpy): Free callback function data.  Call XCloseIM,
7672         reverting 2008-11-04 change by David Smith.
7673         (x_term_init): Don't initialize the image cache here; it will be
7674         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
7675         (x_delete_display): Free x_dnd_atoms member.
7677 2008-12-13  Kenichi Handa  <handa@m17n.org>
7679         * font.c (font_rescale_ratio): Moved from xfaces.c.
7680         Argument type changed.  Handle a font-spec too.
7681         (font_score): Check Vface_font_rescale_alist.
7682         (font_open_entity): Likewise.  (Bug#1547)
7684         * xfaces.c (font_rescale_ratio): Moved to font.c.
7686 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
7688         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7690 2008-12-12  Jason Rumney  <jasonr@gnu.org>
7692         * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7693         Vwindow_system_version to the real w32 major version.
7695 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
7697         * term.c (init_tty): Move setting the terminal name before the
7698         potential user: maybe_fatal.
7700 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
7702         * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7703         all callers changed.  Call free_frame_faces to free the face cache.
7705 2008-12-11  Jason Rumney  <jasonr@gnu.org>
7707         * w32font.c (fill_in_logfont): Don't assume symbol script means
7708         SYMBOL_CHARSET.  (Bug#547)
7710         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
7711         size for surrogates.  (Bug#1096, bug#872)
7713 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
7715         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7717 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
7719         * process.c (Fsystem_process_attributes, syms_of_process):
7720         Fix typo in name of Ssystem_process_attributes.
7721         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7723 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
7725         * syntax.c (Fmodify_syntax_entry): Doc fix.
7727 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
7729         * font.c (Ffont_spec): Move usage to end of docstring.
7731 2008-12-10  Jason Rumney  <jasonr@gnu.org>
7733         * w32font.c (Qcham): New symbol.
7734         (font_supported_scripts): Add cham, and comments for other new
7735         scripts in bitfield from OpenType spec.
7736         (add_font_entity_to_list): Limit unicode-sip fonts to those that
7737         contain characters beyond the bmp.
7739 2008-12-10  Kenichi Handa  <handa@m17n.org>
7741         * ftfont.c (fc_charset_table): Add "unicode-sip".
7742         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7743         Qunicode_sip.
7745 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
7747         * coding.c (QCdefault_char): Rename from QCdefalut_char.
7748         (Fcoding_system_put): Use QCdefault_char.
7749         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7751 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
7753         * xftfont.c (syms_of_xftfont): Fix typo.
7755         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
7757 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
7759         * emacs.c (main): Close daemon_pipe on exec.
7761 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
7763         * termchar.h (struct tty): New members termcap_term_buffer and
7764         termcap_strings_buffer.
7766         * term.c (encode_terminal_code): Free any previous memory blocks
7767         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
7768         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
7769         All callers changed.
7770         (init_tty): Store termcap data and string buffers in new struct
7771         tty members termcap_term_buffer and termcap_strings_buffer.
7772         (delete_tty): Free them.
7773         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
7775 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
7777         * nsfns.m (ns_set_background_color): Remove code duplication.
7778         It was a substitute for face-transparency on OS X 10.3.
7780 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
7782         * coding.c (make_conversion_work_buffer): Disable buffer
7783         modification hooks in the work buffer.
7785 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
7787         * process.c (procfs_system_process_attributes): If `nread' has a
7788         negative value, assign zero to it.
7790 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
7792         * eval.c (Vdebug_on_error): Doc fix.
7794 2008-12-05  Kenichi Handa  <handa@m17n.org>
7796         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7797         second character is a combining character.
7799 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
7801         * process.c (procfs_system_process_attributes): Don't use cmd,
7802         cmdsize, and q without initializing them first.
7804 2008-12-04  Jason Rumney  <jasonr@gnu.org>
7806         * w32font.c (w32font_draw): Initialize orig_clip before getting
7807         it, and delete it when finished.
7809 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
7811         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7812         case when running as a daemon before detaching.
7814 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
7816         * w32.c (init_environment): Don't unload library shell32.dll.
7818 2008-12-03  Kenichi Handa  <handa@m17n.org>
7820         * font.c (font_at): Set `multibyte' at first.
7822         * coding.c (decode_coding_charset): Check type of an element of
7823         vector VALIDS.
7824         (encode_coding_emacs_mule): Be sure to set `code'.
7826         * fontset.c (face_for_char): Handle invalid charset property correctly.
7827         (font_for_char): Likewise.
7829 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
7831         * font.c (Fopen_font): Compute pixel size correctly.
7832         (font_update_lface): Handle fonts with corrupted size specs,
7833         i.e. non-int and non-float.
7835         * ftfont.c (ftfont_match): Initialize entity variable.
7836         (ftfont_resolve_generic_family): Avoid using uninitialized var.
7837         (ftfont_list_family): Initialize list var earlier.
7839         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
7841         * xterm.c (x_draw_glyph_string): Fall back on
7842         underline_minimum_offset for underline position.
7844 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
7846         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
7848         * character.c (c_string_width): Specify the type for LEN.
7850 2008-12-03  Kenichi Handa  <handa@m17n.org>
7852         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
7853         (decode_coding_utf_8): Likewise.
7854         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
7855         (produce_chars): Initialize consumed_chars to 0.
7857 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
7859         * keyboard.c (make_lispy_position): Only use PT if the selected
7860         window is current.
7862 2008-12-02  Andreas Schwab  <schwab@suse.de>
7864         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
7866         * doprnt.c (doprnt1): Fix size of charbuf.
7868 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
7870         * keyboard.c (timer_check): Revert last change.
7872 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
7874         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
7876 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
7878         * makefile.w32-in: Update dependencies.
7879         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
7881 2008-12-01  Andreas Schwab  <schwab@suse.de>
7883         * font.c (register_font_driver): Use xmalloc.
7884         (font_put_frame_data): Likewise.
7886 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
7888         * xfaces.c (realize_x_face): Make abort condition clearer.
7890         * gtkutil.c (update_frame_tool_bar): Initialize variable.
7892 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
7894         * keyboard.c (timer_check): After a timer runs, ensure that the
7895         selected window's buffer is current.
7897 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
7899         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
7900         It was accidentally restored by the Unicode merge.
7902         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
7904 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
7906         * w32proc.c: Include "coding.h".
7907         (Fw32_short_file_name): Encode filename passed to Windows API.
7908         (Fw32_long_file_name): Encode filename passed to Windows API and
7909         decode back the result.  (Bug#1433)
7911 2008-11-29  Kenichi Handa  <handa@m17n.org>
7913         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
7914         not before accessing it.
7916         * charset.c (Fdefine_charset_internal): After calculating
7917         min_char, max_char, and fastmap, copy the charset structure again.
7918         (encode_char): Fix the previous change.
7920 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
7922         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7924         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7926         * nsterm.m (x_set_frame_alpha): New function.
7928 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
7930         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7932 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
7934         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7935         pointer to check_face_name.
7937 2008-11-27  Kenichi Handa  <handa@m17n.org>
7939         * category.h (SET_CATEGORY_SET): Call set_category_set.
7940         (set_category_set): Extern it.
7942         * category.c (hash_get_category_set): New function.
7943         (Fmodify_category_entry): Adjusted for the change of
7944         char_table_ref_and_range.  Call hash_get_category_set to get a
7945         category set to store in the table.
7947         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7948         Funify_charset.
7950         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
7951         (DECODE_CHAR): Check if the decoder vector is ready.
7952         (ENCODE_CHAR): Check if the encoder char-table is ready.
7953         (maybe_unify_char): Extern it.
7955         * charset.c (Vchar_unified_charset_table): Delete it.
7956         (inhibit_load_charset_map): New variable.
7957         (temp_charset_work): New variable.
7958         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7959         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7960         New macros.
7961         (load_charset_map): Meaning of control_flag changed.  If
7962         inhibit_load_charset_map is nonzero, setup a table in
7963         temp_charset_work.
7964         (load_charset): New argument control_flag.
7965         (map_charset_for_dump): New function.
7966         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7967         map_charset_for_dump.
7968         (Fdefine_charset_internal): If the charset method is MAP, load
7969         mapping tables by calling load_charset.
7970         (Funify_charset): Don't load a mapping table but directly set
7971         Vchar_unify_table.
7972         (maybe_unify_char): New function.
7973         (decode_char): Don't handle the deleted method MAP_DEFERRED.
7974         Handle the case of inhibit_load_charset_map being nonzero.
7975         (encode_char): Don't handle the deleted method MAP_DEFERRED.
7976         Handle the case of inhibit_load_charset_map being nonzero.
7977         (Fclear_charset_maps): Just free temp_charset_work.
7978         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
7979         variable.
7981         * chartab.c (sub_char_table_ref_and_range): Adjusted for the
7982         change of char_table_ref_and_range.
7983         (char_table_ref_and_range): Change the meaning of argument FROM
7984         and TO.  Now the caller must provide initial values for *FROM
7985         and *TO.
7987         * fontset.c (fontset_add): Adjusted for the change of
7988         char_table_ref_and_range.
7989         (fontset_get_font_group): Likewise.
7990         (Ffontset_info): Likewise.
7992         * keymap.c (describe_vector): Adjusted for the change of
7993         char_table_ref_and_range.  For char-table, put boundary between
7994         non-ASCII and 8-bit characters.
7996         * print.c (print_object): For bool-vector, delete unnecessary
7997         check of ASCII_BYTE_P.
7999 2008-11-26  Jason Rumney  <jasonr@gnu.org>
8001         * w32font.c (w32font_open_internal): Don't include external
8002         leading in font height.  (Bug#879)
8004 2008-11-26  Glenn Morris  <rgm@gnu.org>
8006         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8007         redefinition with ifdef.  (Bug#1383)
8009 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
8011         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8013 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
8015         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8016         New EmacsView methods.
8017         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8018         Fixes bug #1048,1357,1414.
8020 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
8022         Fix bug #1362.
8023         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8024         is not an indexed color.
8025         * nsterm.m (free_indexed_color): Add argument checking.
8026         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8028 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
8030         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8031         Document confirm-after-completion value for
8032         minibuffer-completion-confirm.
8034 2008-11-24  Jason Rumney  <jasonr@gnu.org>
8036         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
8037         warning.
8039 2008-11-23  Jason Rumney  <jasonr@gnu.org>
8041         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8042         restored before returning.
8044         * w32font.c (check_face_name): New function.
8045         (add_font_entity_to_list): Use it to filter out common substituted
8046         fonts.  (Bug#642)
8048 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
8050         * buffer.c (Fswitch_to_buffer): Reword and mention new option
8051         confirm-nonexistent-file-or-buffer in doc-string.
8053 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8055         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8056         Fix copy/paste typo.  Add checks.
8058 2008-11-21  Kenichi Handa  <handa@m17n.org>
8060         * coding.c (detect_coding_iso_2022): Reject invalid composition
8061         sequence.
8062         (DECODE_COMPOSITION_START): If the current source is the last
8063         block, and the current composition doesn't end, regard this
8064         sequence as invalid.
8065         (decode_coding_iso_2022): Handle invalid composition sequence.
8067 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
8069         * window.c (coordinates_in_window): Don't return
8070         ON_VERTICAL_BORDER for the rightmost position of a mode/header
8071         line when the window is not the rightmost one.  (Bug#1372)
8073 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
8075         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8077 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
8079         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8080         and bright_bg if noninteractive is non-zero.
8082 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8084         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8085         x_draw_glyph_string_background.
8087         * w32term.c (x_draw_glyph_string): Likewise.
8089 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
8091         * xterm.c (x_draw_glyph_string): Stop drawing the background of
8092         the next glyph string once past the overhang width.
8094         * nsterm.m (ns_draw_glyph_string): Likewise.
8096         * w32term.c (x_draw_glyph_string): Likewise.
8098 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
8100         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8101         double file close.
8103 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
8105         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8106         dedicated status of window before attempting to display another
8107         buffer in it.
8109 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
8111         * msdos.c (Fmsdos_long_file_names):
8112         (syms_of_msdos) <dos-unsupported-char-glyph>:
8113         * dosfns.c (Fint86): Fix typos in docstrings.
8115 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
8117         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8119 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8121         * puresize.h (BASE_PURESIZE): Increase to 1260000.
8123 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
8125         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8127         * frame.h: Negative alpha means "don't touch".
8129         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8131         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8133 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8135         * hftctl.c:
8136         * chpdef.h:
8137         * acldef.h: Remove files used only for systems no longer supported.
8139         * Makefile.in: Fix .o alphabetical ordering.
8140         (hftctl.o): Remove dependency, file removed.
8141         (keymap.o, print.o): Depend on charset.h.
8143 2008-11-10  Kenichi Handa  <handa@m17n.org>
8145         * character.c (Fget_byte): Fix and make it faster for unibyte target.
8147 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
8149         * dired.c (file_name_completion): If completion_ignore_case is
8150         enabled, ignore case when checking completion-regexp-list.
8152 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
8154         * vm-limit.c (get_lim_data): Fix last change.
8156 2008-11-08  Kenichi Handa  <handa@m17n.org>
8158         * character.c (Fget_byte): New function.
8159         (syms_of_character): Defsubr Fget_byte.
8161 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
8163         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8164         cursor position is valid after scrolling.
8166 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
8168         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8170 2008-11-06  Glenn Morris  <rgm@gnu.org>
8172         * xterm.c (handle_one_xevent): Don't let popup menus cause
8173         mouse-autoselect-window related window switching.  (Bug#1261)
8175 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
8177         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8179 2008-11-04  Andreas Schwab  <schwab@suse.de>
8181         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8183 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
8185         * xfns.c (Fx_wm_set_size_hint): New function.
8187 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
8189         * textprop.c (Fprevious_single_char_property_change): Return 0
8190         when there's no change in a string.  (Bug#1301)
8192 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
8194         * frame.c (do_switch_frame): New argument NORECORD passed to
8195         Fselect_window.
8196         (Fselect_frame): New argument NORECORD passed to
8197         do_switch_frame.
8198         (Fset_frame_selected_window): New argument NORECORD passed to
8199         Fselect_frame.
8200         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8201         in call of do_switch_frame.
8202         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8203         Handle NORECORD argument in call of Fselect_frame.
8204         * lisp.h (do_switch_frame, Fselect_frame)
8205         (Fset_frame_selected_window): Adjust declarations.
8206         * window.c (select_frame_norecord): New function.
8207         (run_window_configuration_change_hook): Use it and call
8208         Fselect_frame with NORECORD set.
8209         (Fselect_window): Pass NORECORD to Fselect_frame.
8210         (Fset_window_configuration): Handle NORECORD argument in call of
8211         do_switch_frame.
8212         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8213         Fset_frame_selected_window.
8214         * keyboard.c (command_loop_1): Handle NORECORD in call of
8215         Fselect_frame (currently ifdefd).
8217 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
8219         * emacs.c (USAGE2): Untabify.
8221 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * composite.c (fill_gstring_header): Fix copy/paste typo.
8225 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
8227         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8228         (Fother_window): Rename argument and rewrite doc-string.
8229         (select_window_norecord): Fix return value.  (Bug#1276)
8231 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
8233         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8234         new frames overriding foreground for tooltips.  Based on similar patch
8235         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
8237 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
8239         * emacs.c (Fdaemon_initialized): Initialize nfd.
8241 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
8243         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8244         (Fwindow_text_height): Clarify doc-strings.
8245         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8246         doc-string of window-scroll-functions.
8248 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8250         * category.c (syms_of_category): Fix typo in docstring.
8252 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
8254         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8255         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8256         Fix typos in docstrings.
8258 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
8260         * emacs.c (daemon_pipe): Make non-static.
8261         (IS_DAEMON): Move definition ...
8262         * lisp.h (IS_DAEMON): ... here.
8263         (daemon_pipe): Declare.
8264         (is_daemon): Remove.
8265         * dispnew.c (init_display): Use IS_DAEMON.
8267 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8269         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8270         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8272         * emacs.c (is_daemon): Remove.
8273         (main): Don't set is_daemon.
8274         (IS_DAEMON): New macro.
8275         (Fdaemonp, Fdaemon_initialized): Use it.
8276         (Fdaemon_initialized): Write a char into the pipe to make sure the
8277         parent exits.
8278         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8280 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
8282         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8283         over-sized glyph, draw it with the default glyph width.
8285         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8286         glyph, draw it with the default glyph width.
8288         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8289         glyph, draw it with the default glyph width.
8291         * xdisp.c (try_scrolling): When computing the distance from the
8292         scroll margin to PT, try moving some distance past the window
8293         bottom before giving up.
8295 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
8297         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8298         (Fset_window_buffer): Explain in doc-string that a window can be
8299         "strongly" dedicated to its buffer.
8301 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
8303         * emacs.c (daemon_name): New variable.
8304         (main): Deal with --daemon=SERVER_NAME.
8305         (Fdaemonp): Return a name if one was passed to --daemon.
8307 2008-10-26  Romain Francoise  <romain@orebokech.com>
8309         * emacs.c (daemon_pipe): New variable.
8310         (main): Create a pipe before forking, make the parent exit only after
8311         the child has closed its end of the pipe.  Move closing the
8312         descriptors ...
8313         (Fdaemon_initialized): ... here.  New function.
8315 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8318         the previous unoptimized table.
8320         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8321         the distinction between non-nil and non-t value of `dedicated'.
8323 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
8325         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
8326         read_char_minibuf_menu_text is large enough to hold the menu string.
8328 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
8330         * window.c (Fget_buffer_window, Fdelete_windows_on)
8331         (Freplace_buffer_in_windows): Make buffer argument optional and
8332         rename to buffer_or_name.
8334 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
8336         * xdisp.c (handle_single_display_spec, handle_display_prop):
8337         Undo 2005-05-16 change.
8338         (handle_stop): Pop iterator if it's loaded with an empty string.
8339         (get_overlay_strings_1): Don't save iterator if it's loaded with
8340         an empty string (bug#1201).
8342 2008-10-24  Kenichi Handa  <handa@m17n.org>
8344         * ftfont.c (ftfont_otf_features): Fix previous change.
8345         (ftfont_otf_capability): Check FeatureList.FeatureCount before
8346         calling ftfont_otf_features.
8348 2008-10-24  Kenichi Handa  <handa@m17n.org>
8350         * font.c (font_match_p): Fix for the case that a vector of
8351         characters is in script-representative-chars.
8353 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
8355         * dbusbind.c (xd_in_read_queued_messages): New variable.
8356         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
8357         (xd_read_queued_messages): Catch Qdbus_error from the macros.
8358         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
8359         macro.  (Bug#1186)
8361 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
8363         * s/sol2-10.h: New file.
8365 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
8367         * xdisp.c (fill_glyph_string): Fix typo in source (though the
8368         poor beast has survived 9+ years and the jump from xterm.c!).
8370 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
8372         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8373         Reword doc-string.
8374         (Fbury_buffer): In doc-string say what happens to the buffer's window.
8376 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
8378         * character.c (syms_of_character) <script-representative-chars>:
8379         <unicode-category-table>: Doc fixes.
8381 2008-10-23  Noah Friedman  <friedman@splode.com>
8383         * coding.c (make_conversion_work_buffer): Check that
8384         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8385         Fget_buffer_create.
8387 2008-10-23  Kenichi Handa  <handa@m17n.org>
8389         * font.c (font_add_log): Check the values of extra properties.
8391 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
8393         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8394         Reword doc-string.
8395         (Fset_window_parameter): Use NILP.
8396         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
8397         (Frecenter): Use "selected" instead of "current" window in doc-strings.
8399 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
8401         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8403 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8405         * nsfns.m (ns_appkit_version): New function.
8406         (x-server-version): Use it.
8407         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8408         (x-server-vendor): Don't check_ns().
8410         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8412 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
8414         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8415         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8417 2008-10-22  Kenichi Handa  <handa@m17n.org>
8419         * syntax.c (scan_words): Call word_boundary_p instead of comparing
8420         scripts.
8422         * category.c (word_boundary_p): Check scripts instead of charset.
8423         Handle nil value in word-separating-categories and
8424         word-combining-categories.
8425         (syms_of_category): Fix docstrings of word-separating-categories
8426         and word-combining-categories.
8428 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
8430         * coding.c (Fencode_coding_region, Fdecode_coding_region)
8431         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8433 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
8435         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8436         Rename arg "buffer" to "buffer_or_name".
8437         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8438         it optional.
8439         (no_switch_window): Remove since the return value is not used.
8440         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
8441         Consider window as dedicated when Fwindow_dedicated_p returns a
8442         non-nil value.
8443         * lisp.h: Remove prototype for no_switch_window.
8445 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
8447         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8448         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8450 2008-10-21  Kenichi Handa  <handa@m17n.org>
8452         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8453         check Vlatin_extra_code_table.
8455 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
8457         * fileio.c (Fset_file_modes): Doc fix.
8459 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
8461         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8462         in arrays.
8464 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
8466         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8467         Mention kill-buffer in doc-string.
8468         (Fset_window_buffer): Reinsert tem check removed in last commit.
8469         (Fenlarge_window, Fshrink_window): Have argument names and
8470         doc-string follow Elisp manual more closely.
8472 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
8474         * fileio.c (Fset_file_modes): Doc fix.
8476 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
8478         * window.c (Fwindow_width, Fset_window_start)
8479         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8480         (Fdelete_windows_on, Freplace_buffer_in_windows):
8481         Make doc-strings follow code and Elisp manual more closely.
8482         (Fwindow_dedicated_p): Make window argument optional.
8483         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8484         (Fset_window_buffer): Respect any non-nil dedicated value for
8485         window.  Rename "buffer" argument to "buffer_or_name".
8487 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
8489         * m/sh3.h: New file, machine description for SuperH.
8491 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
8493         * window.c (Fsplit_window): Rename arg horflag to horizontal.
8495 2008-10-17  Kenichi Handa  <handa@m17n.org>
8497         * ftfont.c (ftfont_otf_features): Fix indexing
8498         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
8500 2008-10-16  Magnus Henoch  <mange@freemail.hu>
8502         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8503         (Fdbus_call_method_asynchronously): Ditto.
8504         This change makes C-h f display the argument list.
8506 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
8508         * fileio.c (Fexpand_file_name): Doc fix.
8510         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8511         of :foreground and :background equivalent to unspecified (20.x
8512         compatibility).
8514 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
8516         * buffer.c (syms_of_buffer): Doc fix.
8518 2008-10-14  Kenichi Handa  <handa@m17n.org>
8520         * font.c (font_clear_prop): When clearing font width, clear the
8521         average width field too.
8523 2008-10-12  Andreas Schwab  <schwab@suse.de>
8525         * ftfont.c (ftfont_shape_by_flt): Make static.
8526         * ftfont.h (ftfont_shape_by_flt): Don't declare.
8528         * font.c: Don't include <m17n-flt.h>.
8530 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
8532         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8534 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
8536         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8537         away code.
8539 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
8541         * dispnew.c (update_text_area): Avoid looping due to large glyph
8542         overhangs (bug#1070).
8544 2008-10-09  Kenichi Handa  <handa@m17n.org>
8546         * fontset.c (face_for_char): If face->fontset is negative, just
8547         return ascii_face.
8549         * font.c (font_delete_unmatched): Fix previous change.
8550         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8552 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
8554         * frame.c (Fraise_frame): On text-only terminals select frame in
8555         order to make it visible.  (Bug#1061)
8557 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
8559         * fontset.c (fontset_find_font): Check frame validity.
8561 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
8563         * gtkutil.c (xg_display_open): Reset default display if none exists.
8564         (xg_display_close): Allow Emacs to close all displays (bug#985).
8566 2008-10-06  Andreas Schwab  <schwab@suse.de>
8568         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8570 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
8572         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8574         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8576         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8577         during initialization.
8579 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
8581         * xdisp.c (redisplay_internal): If frame switched, redisplay the
8582         whole thing on MSDOS frames as well as on a TTY.
8584         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8585         well as for TTY.
8586         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8587         well as on a TTY.
8589         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8590         as well as for TTY.
8592         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8594         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8595         MSDOS frames as well.
8597 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
8599         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8600         correct arguments.
8601         * menu.c (find_and_return_menu_selection): Add cast.
8603 2008-10-03  Glenn Morris  <rgm@gnu.org>
8605         * emacs.c (USAGE1): Add --daemon.
8607 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
8609         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8610         100, so it's in percents as advertised.
8612 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
8614         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8615         (ns_output.current_cursor, ns_output.desired_cursor)
8616         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8617         (FRAME_NEW_CURSOR_COLOR): Remove.
8619         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
8620         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
8621         enumeration (HOLLOW_BOX_CURSOR, etc.).
8623         * nsterm.m (ns_frame_rehighlight): Remove commented code.
8624         (draw_window_cursor): Simplify code.
8625         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8626         Don't change cursor type.  In latter, call rehighlight instead of doing
8627         updates manually.
8628         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8629         Use core Emacs cursor types.
8631         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
8633 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
8635         * process.c (Faccept_process_output): Fix doc-string.
8637 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
8639         * gmalloc.c (__sbrk): Also define for uClibc.
8641         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8642         for uClibc.
8644 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
8646         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8647         styles.
8648         (nsfont_open): Reenable the cache.
8650 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
8652         * font.c (font_matching_entity): Reflect ATTRS in font selection.
8653         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8655 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8658         a suspended terminal.
8660 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
8662         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8664 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
8666         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8668 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8670         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8671         in a continued line coincides with a line beginning.
8673 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
8675         * nsfont.m (nsfont_trait_distance): Fix bug.
8676         (nsfont_list): Return a list rather than a vector (syncs with Handa
8677         changes of 2008-05-14).
8678         (nsfont_open): Improve logging.
8680 2008-09-29  Andreas Schwab  <schwab@suse.de>
8682         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8684 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
8686         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8687         name as char-resolve-modifiers.
8688         Reported by: Markus Triska <markus.triska@gmx.at>
8690 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
8692         * dispnew.c (init_display): Return earlier when running as a daemon.
8694 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8696         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8698 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
8700         * composite.c (Fcomposition_get_gstring)
8701         (Fcompose_region_internal, Fcompose_string_internal)
8702         (Ffind_composition_internal): Doc fix.
8703         (syms_of_composite) <compose-chars-after-function>: Doc fix.
8704         (syms_of_composite) <auto-composition-function>: Doc fix.
8705         (syms_of_composite) <composition-function-table>: Doc fix.
8707 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
8709         * search.c (wordify): New argument for lax word-ends.
8710         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8712 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
8714         * lisp.h (is_daemon): Declare.
8715         * dispnew.c (init_display): Do not try to initialize the terminal
8716         when running as a daemon.
8718 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
8720         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8721         x_display_pixel_height.
8723 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
8725         * undo.c (record_point): Don't call Fundo_boundary for first
8726         change.  (Bug#731)
8728 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
8730         * emacs.c (Fdaemonp): Doc fix.
8732 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
8734         * emacs.c (main): Place #ifdef in the proper place.
8736 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8738         * emacs.c (standard_args): Add --daemon.
8739         (main): Disconnect from the terminal when --daemon is passed.
8740         (is_daemon): New variable.
8741         (Fdaemonp): New function.
8742         (syms_of_emacs): Defsubr it.
8744 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
8746         * xdisp.c (get_next_display_element): Handle string display
8747         correctly when checking for the end of a box run.
8749 2008-09-20  Glenn Morris  <rgm@gnu.org>
8751         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8752         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8753         (Frename_file): Avoid copying to trash if a rename involves
8754         a delete.  (Bug#964).
8756 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
8758         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8759         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8760         frames as well as termcap frames.
8761         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8762         get_named_tty.
8764 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
8766         * process.c (procfs_system_process_attributes): Fix cmdline in
8767         case /proc/PID/cmdline is empty.
8769         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8770         x_display_pixel_height.
8772 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
8774         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8776         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8777         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8779 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
8781         * dispextern.h (struct it): Move line_wrap away from the middle of
8782         bitfields.  Move voffset in struct iterator_stack_entry after the
8783         bitfields.  Move tab_width near after another short.
8785 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
8787         * frame.h (struct frame): Move alpha from the middle of bitfields.
8789         * window.h (struct window): Move frozen_window_start_p after the
8790         rest of the bitfields to reduce padding.
8792 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
8794         * xterm.h (x_display_info): Remove `height' and `width' members.
8796         * nsterm.h (ns_display_info): Remove `height' and `width' members.
8798         * w32term.h (w32_display_info): Remove `height', `width',
8799         `height_in', and `width_in' members.
8801         * xterm.c (x_display_pixel_height, x_display_pixel_width):
8802         New functions.
8803         (x_calc_absolute_position): Use them.
8804         (x_term_init): Omit removed `height' and `width' members.
8806         * w32term.c (x_display_pixel_height, x_display_pixel_width):
8807         New functions.
8808         (w32_read_socket, x_calc_absolute_position): Use them.
8809         (w32_initialize_display_info, w32_term_init): Omit removed members
8810         of w32_display_info.
8812         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8813         New functions.
8814         (ns_initialize_display_info): Omit removed members of ns_display_info.
8816         * xterm.c (x_display_pixel_height, x_display_pixel_width):
8817         New functions.
8818         (x_calc_absolute_position): Use them.
8819         (x_term_init): Omit removed `height' and `width' members.
8821         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8822         (compute_tip_xy):
8823         * frame.c (x_fullscreen_adjust):
8824         * xmenu.c (menu_position_func): Use x_display_pixel_height and
8825         x_display_pixel_width.
8827 2008-09-18  Kenichi Handa  <handa@m17n.org>
8829         * composite.c (fill_gstring_header): Don't check FROM and TO here.
8830         (composition_compute_stop_pos): Fix handling of static composition.
8831         (Fcomposition_get_gstring): Check FROM and TO at first.
8833 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8835         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
8836         mixup (YAILOM).
8838 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
8840         * indent.c (Fvertical_motion): Use position reported by iterator
8841         instead of PT for determining screen motion (bug#943).
8843 2008-09-17  Romain Francoise  <romain@orebokech.com>
8845         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
8847 2008-09-17  Kenichi Handa  <handa@m17n.org>
8849         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
8851         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
8852         if necessary.
8854 2008-09-16  Kenichi Handa  <handa@m17n.org>
8856         * coding.c (make_conversion_work_buffer): Avoid calling
8857         Fget_buffer_create if it is not necessary.
8859 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
8861         * window.c (Fselect_window): Don't update window_select_count and
8862         use_time when norecord is not nil.
8864 2008-09-14  Kenichi Handa  <handa@m17n.org>
8866         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
8867         specpdl_ptr.
8869 2008-09-12  Kenichi Handa  <handa@m17n.org>
8871         * indent.c (scan_for_column): Don't handle automatic composition
8872         if the current buffer is not associated with a window.
8874         * composite.c (composition_reseat_it): If the current buffer is
8875         not associated with a window, ignore the automatic composition.
8876         (find_automatic_composition): Likewise.
8878 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8880         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
8881         (Fgpm_mouse_stop): Use it.
8882         * termhooks.h (close_gpm): Declare.
8883         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
8884         connection if Gpm_GetEvent fails.
8886         * window.c (set_window_buffer): Always preserve current-buffer.
8888 2008-09-12  Glenn Morris  <rgm@gnu.org>
8890         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
8892 2008-09-11  Glenn Morris  <rgm@gnu.org>
8894         * charset.c (charset-map-path): Doc fix.
8896 2008-09-10  Kenichi Handa  <handa@m17n.org>
8898         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
8900         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
8901         compose a grapheme cluster with the preceding base glyph.
8903         * composite.c (composition_compute_stop_pos): Fix previous change.
8904         Reset cmp_it->id to -1 at first.
8906 2008-09-10  Glenn Morris  <rgm@gnu.org>
8908         * Makefile.in (character.o, chartab.o): Fix config.h typo.
8910 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
8912         * keyboard.c (read_key_sequence): Reapply translation maps when
8913         switching keyboards.
8915 2008-09-09  Kenichi Handa  <handa@m17n.org>
8917         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
8918         characters.
8920         * composite.c (FORWARD_CHAR): Fix calculation
8921         of (POSITION).pos_byte.
8922         (composition_compute_stop_pos): Limit the search of composition to
8923         at most 500 characters ahead.  If we reach the limit or find a
8924         newline, set cmp_it->ch to -2 and return 0.
8925         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8927 2008-09-08  Kenichi Handa  <handa@m17n.org>
8929         * indent.c (Fvertical_motion): Be sure to set
8930         it_overshoot_expected if it.cmp_it.id is non-negative.
8932 2008-09-07  Andreas Schwab  <schwab@suse.de>
8934         * callproc.c (Fcall_process): Don't hold references to string data
8935         across garbage collection.  Move initialisation of new_argv down
8936         to avoid compiler bug.
8938 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8940         * process.c (Fsystem_process_attributes): Doc fix.
8942 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
8944         * callproc.c (Fcall_process): Canonicalize current directory name.
8946         * xdisp.c (move_it_to): When moving by vpos, ensure that the
8947         iterator advances to the next line if the current line ends in a
8948         continued tab.
8950 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
8952         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8953         member to point to cmp_from.
8955         * xdisp.c: Doc fix for references to gidx data member.
8957 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8959         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8961 2008-09-07  Kenichi Handa  <handa@m17n.org>
8963         * composite.c (FORWARD_CHAR): Check STOP after
8964         incrementing (POSITION).pos.
8966 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8968         * process.c (Fsystem_process_attributes): Doc fix.
8970 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
8972         * keyboard.c (Ftop_level): Doc fix.
8974 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
8976         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8977         minibuffer, don't let lower part of menu invade the echo area.
8979         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
8980         "char *q" to access menu text and advance through it.  Revert the
8981         change that displayed ">" instead of ASCII character 0x10.
8983 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
8985         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
8986         toggle boxes and radio buttons on MS-DOS as well.
8988 2008-09-05  Kenichi Handa  <handa@m17n.org>
8990         * composite.c (autocmp_chars): Check lookback count.
8991         (composition_compute_stop_pos): Set cmp_it->lookback.
8992         (composition_reseat_it): Check lookback count.
8993         (struct position_record): New struct.
8994         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
8995         (find_automatic_composition): New function.
8996         (composition_adjust_point): Use find_automatic_composition.
8998         * dispextern.h (struct composition_it): New member lookback.
9000 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
9002         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9003         if moving by a single line.
9005 2008-09-02  Andreas Schwab  <schwab@suse.de>
9007         * xterm.c (x_delete_display): Fix merge error.
9009         * fileio.c (Fexpand_file_name): Remove unused variables.
9011 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
9013         * fileio.c (Fexpand_file_name): Copy argument `name' into local
9014         storage on all platforms, not just on DOS_NT.
9016 2008-09-02  Jason Rumney  <jasonr@gnu.org>
9018         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9019         Ensure mouse is not grabbed after menu is finished.
9021 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
9023         * xfaces.c (Finternal_set_alternative_font_family_alist)
9024         (Finternal_set_alternative_font_registry_alist): Properly copy
9025         entire alist structure.
9027 2008-09-01  Kenichi Handa  <handa@m17n.org>
9029         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
9030         representative chars of the script is a vector.
9031         (ftfont_list): Handle the case where the representative chars of
9032         the script is a vector.
9034         * character.c (syms_of_character): Docstring of
9035         script-representative-chars fixed.
9037 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
9039         * msdos.c (BUILD_CHAR_GLYPH): New macro.
9040         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9041         the menu.  Allocate larger buffer for `text', to account for
9042         possible ^C characters.
9044 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
9046         * xdisp.c (prepare_menu_bars): Don't call
9047         Vwindow_size_change_functions with arg Qt.
9049 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9051         * font.h (font_range):
9052         * fileio.c (report_file_error):
9053         * composite.c (composition_update_it): Yet another int/Lisp_Object
9054         mixup (YAILOM).
9056 2008-08-30  Glenn Morris  <rgm@gnu.org>
9058         * data.c (Fmake_variable_frame_local): Doc fix.
9060         * frame.c (Fmodify_frame_parameters): Doc fix.
9062 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
9064         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9065         needed by GetTokenInformation.
9066         (w32_system_process_attributes): Check return values of all system
9067         APIs.
9069         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9070         only when the state changes.
9071         (IT_update_begin, IT_update_end): Add termscript trace.
9073         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9074         clipboard is unavailable.  Set dst to NULL if it doesn't point to
9075         malloc'ed data.
9076         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9077         passing random values to xfree.
9079         * dispnew.c (init_display): Set `tty's association in frame's
9080         parameters alist to the name of the terminal device, if that is known.
9082 2008-08-29  Jason Rumney  <jasonr@gnu.org>
9084         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9086 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
9088         * composite.c (fill_gstring_body): Avoid compiler warnings.
9090         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9091         LGLYPH_SET_CODE to avoid compiler warnings.
9093         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
9095         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9097         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9098         LGLYPH_SET_CODE.
9100 2008-08-29  Kenichi Handa  <handa@m17n.org>
9102         * fileio.c (report_file_error): Don't downcase the first character
9103         of errstring if it is still unibyte.
9105 2008-08-29  Kenichi Handa  <handa@m17n.org>
9107         These changes are to re-implement the automatic composition so
9108         that it doesn't use text properties.
9110         * Makefile.in (ftfont.o): Depend on composite.h.
9111         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9113         * character.h (Vunicode_category_table): Extern it.
9115         * character.c (Vunicode_category_table): New variable.
9116         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9118         * chartab.c (optimize_sub_char_table): Perform more greedy
9119         optimization.
9121         * composite.h (enum composition_method):
9122         Delete COMPOSITION_WITH_GLYPH_STRING.
9123         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9124         (Vcomposition_function_table): Extern it.
9125         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9126         (composition_gstring_put_cache, composition_gstring_from_id)
9127         (composition_gstring_p, composition_gstring_width)
9128         (composition_compute_stop_pos, composition_reseat_it)
9129         (composition_update_it, composition_adjust_point): Extern them.
9130         (Fcomposition_get_gstring): EXFUN it.
9132         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
9133         (Vcomposition_function_table)
9134         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
9135         (gstring_hash_table, gstring_work, gstring_work_headers):
9136         New variables.
9137         (gstring_lookup_cache, composition_gstring_put_cache)
9138         (composition_gstring_from_id, composition_gstring_p)
9139         (composition_gstring_width, fill_gstring_header)
9140         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9141         (composition_reseat_it, composition_update_it)
9142         (composition_adjust_point, Fcomposition_get_gstring): New functions.
9143         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9144         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
9145         Defsubr composition_get_gstring.
9147         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
9148         cmp_id.
9149         (struct glyph_string): Delete the member gidx.  New members
9150         cmp_id, cmp_from, and cmp_to.
9151         (enum it_method): Delete GET_FROM_COMPOSITION.
9152         (struct composition_it): New struct.
9153         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9154         Delete c, len, cmp_id, cmp_len in u.comp.
9156         * font.h (enum lgstring_indices): Delete it.
9157         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9158         (enum lglyph_indices): Likewise.
9159         (font_range): Adjust extern.
9160         (font_fill_lglyph_metrics): Extern it.
9162         * font.c (QCf): New variable.
9163         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9164         (font_prepare_composition): Delete this function.
9165         (font_range): Type and arguments changed.
9166         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9167         (font_fill_lglyph_metrics): New function.
9168         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9169         (syms_of_font): DEFSYM QCf.  Delete defsubr for
9170         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9171         Defsubr Sfont_shape_gstring.
9173         * fontset.h (font_for_char): Extern it.
9175         * fontset.c (font_for_char): New function.
9177         * ftfont.c: Include composite.h.
9178         (ftfont_resolve_generic_family): Add langset "en" to pattern.
9179         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9181         * indent.c: Include composite.h and dispextern.h.
9182         (check_composition): Delete this function.
9183         (scan_for_column): Handle composition by
9184         composition_compute_stop_pos, composition_reseat_it, and
9185         composition_update_it.
9186         (compute_motion): Likewise.
9187         (Fvertical_motion): Fix checking of composition.
9189         * keyboard.c (adjust_point_for_property): Check composition by
9190         composition_adjust_point.
9192         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9193         struct glyph_string.
9195         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9196         (append_composite_glyph): Adjust for the change of struct it and
9197         struct glyph.
9198         (produce_composite_glyph): Likewise.
9200         * w32term.c (x_draw_composite_glyph_string_foreground):
9201         Adjust for the change of struct glyph_string.
9202         (x_draw_glyph_string): Likewise.
9204         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9205         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9207         * xdisp.c: Include font.h.
9208         (it_props): Delete the entry for Qauto_composed.
9209         (init_iterator): Initialize it->cmp_it.id to -1.
9210         (compute_stop_pos): Call composition_compute_stop_pos.
9211         (face_before_or_after_it_pos): Adjust for the change of struct it.
9212         (handle_auto_composed_prop): Delete it.
9213         (handle_composition_prop): Handle only static composition.
9214         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9215         from xassert.  Initialize it->cmp_it.stop_pos.
9216         (push_it): Adjust for the change of struct it.
9217         (pop_it): Likewise.
9218         (get_next_element): Delete next_element_from_composition.
9219         (CHAR_COMPOSED_P): New macro.
9220         (get_next_display_element): For automatic composition, get a face
9221         from the font in the glyph-string.
9222         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9223         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
9224         (next_element_from_string): Check if the character at the current
9225         position is composed by CHAR_COMPOSED_P.
9226         (next_element_from_buffer): Likewise.
9227         (next_element_from_composition): Adjust for the change of struct it.
9228         Update it->cmp_it.
9229         (dump_glyph): Adjust for the change of struct glyph.
9230         (fill_composite_glyph_string): Adjust for the change of struct
9231         it and struct glyph.  Don't handle automatic composition here.
9232         (fill_gstring_glyph_string): New function.
9233         (x_get_glyph_overhangs): Handle automatic composition.
9234         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9235         (BUILD_GSTRING_GLYPH_STRING): New macro.
9236         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9237         automatic composition.
9238         (append_composite_glyph): Adjust for the change of struct it and
9239         struct glyph.
9240         (x_produce_glyphs): Adjust for the change of struct it.
9242         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9243         the change of struct glyph_string.
9244         (x_draw_glyph_string): Likewise.
9246 2008-08-29  Glenn Morris  <rgm@gnu.org>
9248         * buffer.c (word-wrap): Doc fix.
9249         * xdisp.c (truncate-partial-width-windows): Doc fix.
9250         Increase default to 50.
9252 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
9254         * xdisp.c (update_tool_bar_unwind): New function.
9255         (update_tool_bar): Temporarily set selected frame before building
9256         tool-bar items.
9258 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
9260         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9261         snprintf, respectively.
9262         (xd_append_arg): Convert strings with Fstring_make_unibyte.
9264 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
9266         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9267         LDFLAGS to GNUstep CC invocation.
9269 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
9271         * indent.c (Fvertical_motion): Revert last change.  Handle the
9272         general case where we are moving forward, and PT spans multiple
9273         screen lines.
9275         * eval.c (find_handler_clause): Temporarily increase
9276         max-lisp-eval-depth while printing the backtrace buffer, to
9277         guarantee that help-mode code can run.
9279 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
9281         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9282         colors under -rv.
9283         (IT_set_frame_parameters): Don't swap foreground and background
9284         colors if `(reverse . t)' is present in the frame properties.
9285         (internal_terminal_init): Call init_frame_faces only for the
9286         initial frame.
9288 2008-08-27  Andreas Schwab  <schwab@suse.de>
9290         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9292 2008-08-27  Andreas Schwab  <schwab@suse.de>
9294         * search.c (search_buffer): Set char_base to zero only at the end.
9296 2008-08-27  Kenichi Handa  <handa@m17n.org>
9298         * fileio.c (report_file_error): Fix handling of multibyte error string.
9300 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
9302         * xterm.c (x_term_init): Temporarily hide the partially
9303         initialized terminal while calling vendor-specific-keysyms.
9305 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
9307         * msdos.c (internal_terminal_init): Most initializations done only
9308         once, especially initial_screen_colors[] and termscript open.
9310 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
9312         * eval.c (Fcondition_case): Doc fix.
9314         * widgetprv.h (EmacsFramePart): Change font member to the new font
9315         struct.
9317         * widget.c: Include character.h and font.h for XSETFONT.
9318         (setup_frame_gcs): Compute X font id from font struct, just once.
9320 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
9322         * term.c (get_named_tty): Fix last change.
9324 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
9326         * indent.c (Fvertical_motion): If moving forward starting from a
9327         multi-line string, move the iterator to the last line of that string.
9329 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
9331         * frame.c (do_switch_frame): Mark previously displayed frame as
9332         obscured for FRAME_MSDOS_P frames as well.
9334 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
9336         * frame.c (make_terminal_frame): Initialize f->terminal,
9337         f->terminal->reference_count, and scroll bars on MS-DOS as well.
9338         Set the top frame to newly created frame.
9339         (Fmake_terminal_frame): Reuse the_only_display_info.
9341         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9342         estimating available memory.
9344 2008-08-23  David Reitter  <david.reitter@gmail.com>
9346         * nsterm.m (ns_draw_window_cursor): Don't call
9347         NSDisableScreenUpdates and NSEnableScreenUpdates on
9348         non-NS_IMPL_COCOA systems.
9350 2008-08-23  Andreas Schwab  <schwab@suse.de>
9352         * process.c (procfs_system_process_attributes): Fix use of
9353         uninitialized variables.
9355 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
9357         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9359         * dispnew.c (init_display): Remove MS-DOS specific conditions for
9360         calling tty-set-up-initial-frame-faces.
9362         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9363         Allow MSDOS frames along with X frames.
9365         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9366         addition to output_termcap.
9368         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9370         * termchar.h (FRAME_TTY): Support output_msdos_raw.
9371         (struct tty_display_info) [MSDOS]: Add fields related to mouse
9372         highlight.
9374         * process.c [!subprocesses]: Define QCname.
9375         (syms_of_process): Intern and staticpro it.
9377         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
9378         Adjust for changes in encoding/decoding routines.
9379         Use encode_coding_object and decode_coding_object instead of
9380         encode_coding and decode_coding.
9382         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
9384         * dosfns.c: Include frame.h before termhooks.h.
9385         (dos_cleanup): Use CURTTY ()->termscript instead of a global
9386         variable termscript.
9388         * s/msdos.h (USER_FULL_NAME): Define.
9389         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9391         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9392         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9393         pw->pw_gecos.
9395         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9396         SELECTED_FRAME as additional (1st) argument.
9397         (tty_read_avail_input): Handle output_msdos_raw in
9398         addition to output_termcap.
9400         * msdos.c: Include frame.h before termhooks.h.
9401         (mouse_on, mouse_off, mouse_moveto, mouse_init)
9402         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9403         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9404         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9405         (IT_set_terminal_modes, IT_reset_terminal_modes)
9406         (IT_set_frame_parameters): Use tty->termscript instead of a global
9407         variable termscript.
9408         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9409         global variable terminal_coding.  Don't refer to
9410         Vnonascii_translation_table.
9411         (internal_terminal_init): Set Vwindow_system in current_kboard.
9412         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
9413         Announce date and time of session start, if termscript is open.
9414         Don't zero out the_only_display_info (it is done in
9415         term.c:init_tty).  Open termscript only of not already open.
9416         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
9417         here instead of dos_ttraw.  Don't initialize display if this is an
9418         initial tty.  Don't set FRAME_FONT.
9419         (Vwindow_system_version): Bump to 23.
9420         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
9421         is available, set up mouse_position_hook.
9422         (dos_ttraw, IT_set_terminal_modes): If called with initial
9423         terminal, do nothing.
9424         (IT_set_frame_parameters): Handle the Qtty_type frame
9425         parameter by calling internal_terminal_init.
9426         (dos_set_window_size, show_mouse_face)
9427         (clear_mouse_face, IT_note_mode_line_highlight)
9428         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9429         (dos_rawgetc): Use tty_display_info instead of x_display_info.
9430         (initialize_msdos_display): New function.
9431         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9432         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9433         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9434         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
9435         Accept additional argument: a pointer to a frame.  Update all callers.
9436         (request_sigio, unrequest_sigio): Don't define, now defined on
9437         sysdep.c.
9438         (IT_write_glyphs): Rewrite to use encode_terminal_code.
9440         * term.c [MSDOS]: Include msdos.h.
9441         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
9442         conditional to DOS_NT.  Allow only one call to this function in a
9443         session.  Don't allocate a new struct tty_display_info; instead,
9444         reuse the_only_display_info.  Call get_tty_size to get screen
9445         dimensions.  Call init_baud_rate to set bad_rate.
9446         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9447         (Fsuspend_tty) [MSDOS]: Don't close input and output.
9448         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9449         (get_tty_terminal, get_named_tty, Ftty_type)
9450         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9451         output_termcap.
9452         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9453         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9454         only when subprocesses are supported.
9456         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9457         f->output_data.x.
9458         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9459         terminal devices.
9461         * msdos.h: Remove definition of struct x_display_info and struct
9462         x_output.
9463         (FRAME_FONT): Use output_data.tty.
9464         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9465         (struct x_display_info): Rename from display_info.  Update all users in
9466         msdos.c.
9467         (struct x_output): Remove background_pixel and foreground_pixel.
9468         (the_only_display_info): Rename from the_only_x_display.
9469         (dos_ttraw): Update prototype.
9471         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9472         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9474 2008-08-23  Jason Rumney  <jasonr@gnu.org>
9476         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9477         (fn_TIFFSetDirectory): New library function used.
9478         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9479         (tiff_load): Use :index to select among multiple images.  Set count
9480         property when multiple images exist.
9481         (gif_format): Use :index, not :image.
9483 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
9485         * xdisp.c (try_scrolling): Check INT_MAX instead of
9486         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
9487         to obtain INT_MAX.
9489 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
9491         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9493 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
9495         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9496         GNUstep library location.
9498 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
9500         * xfaces.c (x_update_menu_appearance): Check validity of menu font
9501         before using it.
9503         * puresize.h (BASE_PURESIZE): Increase to 1250000.
9505 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
9507         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9508         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9509         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9510         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9511         (EmacsApp-cursor_blink_handler): Remove declaration.
9512         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9513         match 01 Feb 2008 changes in xterm.c.
9514         (ns_read_socket): Add cast to avoid warning.
9515         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9516         GNUstep.
9518 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
9520         * xselect.c (x_get_foreign_selection): Return nil if desired
9521         selection could not be obtained, instead of signalling an error.
9523 2008-08-20  David Reitter  <david.reitter@gmail.com>
9525         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9526         * nsterm.m: Remove ns-specific code for cursor blinking.
9527         (ns_draw_window_cursor): Clear cursor properly rather than
9528         redrawing the area.  Respect width of bar cursors.
9529         These changes enable the use of generic blink-cursor-mode and
9530         generic cursor types in NS and support smooth cursor movements (do
9531         not blink off after command).
9532         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9533         Nextstep, too.
9535 2008-08-19  Kenichi Handa  <handa@m17n.org>
9537         * font.c (Vfont_log_deferred): New variable.
9538         (font_add_log): Check Vfont_log_deferred.
9539         (font_deferred_log): New function.
9541         * font.h (font_deferred_log): Extern it.
9543         * fontset.c (reorder_font_vector): Use encoding charset of fonts
9544         for sorting.
9545         (face_for_char): Use deferred log.
9547 2008-08-18  Kenichi Handa  <handa@m17n.org>
9549         * fontset.c (face_for_char): Add font log.
9551         * font.c (font_add_log): Add the font properties :script, :lang,
9552         and :otf in the log.
9554 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
9556         * xdisp.c: Remove dead code.
9557         (handle_invisible_prop, next_overlay_string): Defer call to
9558         setup_for_ellipsis.
9559         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9561 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
9563         * xfaces.c (lookup_derived_face): Properly handle possible zero
9564         return value of get_lface_attributes.
9565         (merge_faces): Don't tell lookup_derived_face to signal an error
9566         if face is not found.
9568         * dired.c (Fdirectory_files): Doc fix.
9570         * process.c (make_process): Initialize kill_without_query struct
9571         member.
9573 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
9575         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9576         Alternative calculation of totphys for Visual Studio 6.
9578         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9580         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9581         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9582         All users changed.
9583         (stat): Only root directory passed to GetDriveType.  Allow RAM
9584         disk as well as local fixed disk when w32-get-true-file-attributes
9585         is set to `local'.
9586         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9587         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9588         (w32_cached_id, w32_add_to_cache): New functions.
9589         (get_name_and_id): Look account names in the cache before calling
9590         lookup_account_sid.
9591         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9592         New initialization flags.
9593         (globals_of_w32): Initialize them to zero.
9594         (w32_system_process_attributes): Use w32_cached_id and
9595         w32_add_to_cache.
9597 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
9599         * lread.c (Fread_char, Fread_char_exclusive): If no character
9600         event is read before timeout is reached, return nil, rather than
9601         converting to a number.
9603 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
9605         * fns.c (use_dialog_box): Doc fix.
9607         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9608         on OS X.
9610 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
9612         * frame.c (Qns_parse_geometry): New var.
9613         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9615 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
9617         * xdisp.c (x_produce_glyphs): Handle the case when font has no
9618         space character in calculating tabs.
9620 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
9622         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9624 2008-08-10  Glenn Morris  <rgm@gnu.org>
9626         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9627         silence gcc "limited range of data type" warnings in some
9628         make_fixnum_or_float calls.
9630 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
9632         * w32.c (w32_system_process_attributes): If the process does not
9633         exist, return nil.
9635         * w32.c: Include thelp32.h, psapi.h and coding.h.
9636         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9637         declarations.
9638         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9639         (Process32Next_Proc): New typedefs.
9640         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9641         (g_b_init_process32_next, g_b_init_open_thread_token)
9642         (g_b_init_impersonate_self, g_b_init_revert_to_self)
9643         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9644         (g_b_init_get_process_working_set_size)
9645         (g_b_init_global_memory_status_ex): New static variables.
9646         (globals_of_w32): Initialize them.
9647         (create_toolhelp32_snapshot, process32_first, process32_next)
9648         (open_thread_token, impersonate_self, revert_to_self)
9649         (get_process_memory_info, get_process_working_set_size)
9650         (global_memory_status, global_memory_status_ex): New wrapper
9651         functions.
9652         (w32_list_system_processes, w32_system_process_attributes)
9653         (enable_privilege, restore_privilege, ltime, process_times):
9654         New functions.
9655         (convert_time_raw): New function.
9656         (convert_time): Remove conversion of FILETIME into time in 100
9657         nsec units, call convert_time_raw instead.
9659         * process.h (w32_list_system_processes, w32_system_process_attributes):
9660         Add prototypes.
9661         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9662         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9663         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9664         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9666         * process.c (Fsystem_process_attributes): Doc fix.
9668 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
9670         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9671         a continued multi-char glyph; if so, advance to the actual glyph.
9673 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9675         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9677         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9678         (.m.o): Use it.
9679         * config.in: Regenerate.
9681 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
9683         * xdisp.c (redisplay_window): Revert last change.
9684         (try_window): Check bottom scroll margin too.
9686 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
9688         * config.in: Regenerate.
9690         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9691         -list-load-path-shadows'.
9692         (nsgui.h): Reduce number of things depending on it.
9694 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
9696         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9697         instead of window-end which does the wrong thing at eob.
9698         (try_cursor_movement): Minor optimization.
9699         (redisplay_window): If scroll margin is defined, don't assume
9700         window doesn't need scrolling.
9702 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
9704         * config.in: Regenerate.
9706         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9707         (mostlyclean): Don't delete *.d under NS.
9709         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9711 2008-08-06  Kenichi Handa  <handa@m17n.org>
9713         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9715 2008-08-06  Andreas Schwab  <schwab@suse.de>
9717         * config.in: Regenerate.
9719 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
9721         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9722         forcing a window start.
9724         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9725         (auto_save_1): Update modtime when auto-save-list-file-name is on.
9727 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
9729         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9730         argument.
9732 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
9734         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9735         <scroll-down-aggressively, before-change-functions>:
9736         <after-change-functions>: Reflow docstrings.
9738 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
9739             Ken Raeburn  <raeburn@gnu.org>
9741         Dock menu customization, based on a patch by Ken Raeburn, plus some
9742         other fixes.
9743         * nsmenu.m (dockMenu): New variable.
9744         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9746         * nsterm.h (dockMenu): Declare.
9748         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9749         (ns_term_init): Initialize dockMenu.
9750         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9751         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9752         left.
9754         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9756 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
9758         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9760         * config.in: Regenerate.
9762 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
9764         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9766 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
9768         * nsterm.h (find_and_call_menu_selection): Fix prototype.
9770 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
9772         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9774         * keyboard.h: Comment an #endif.
9776         * lisp.h (have_menus_p): Adjust comment.
9778         * menu.c (find_and_return_menu_selection): Fix comparison with
9779         client_data.
9781         * nsmenu.m (popup_activated_flag): New variable.
9782         (popup_activated): New function.
9783         (menu-or-popup-active-p): New exported lisp definition.
9784         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
9785         when popup done.
9786         (ns_popup_dialog): Set popup_activated_flag.
9788         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9789         version for GNUstep (handled by conditional typedef in nsterm.m).
9790         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9791         in rgb.txt).
9793         * process.c (init_process): Use DARWIN_OS, not DARWIN.
9795         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9797         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9799         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9800         shortcircuit if popup_activated like GTK and X toolkit.
9802         * m/inter386.h: Change DARWIN to DARWIN_OS.
9804         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
9805         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
9806         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
9807         comment on NO_SOCK_SIGIO.
9809 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
9811         * nsterm.m (windowDidResize): Remove stopModal call.
9813 2008-08-03  Andreas Schwab  <schwab@suse.de>
9815         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9816         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9818 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9820         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9821         Don't use uninitialized pointer variable when using getrlimit.
9823 2008-08-02  Jason Rumney  <jasonr@gnu.org>
9825         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9827 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
9829         * alloc.c (NSTATICS): Bump to 0x640.
9831         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
9833         * lisp.h: Add prototype for directory_files_internal.
9835         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
9836         New functions.
9837         (syms_of_process): Defsubr them.  Add initializations for various
9838         Q* symbols used in procfs_system_process_attributes.
9839         (procfs_list_system_processes, procfs_system_process_attributes)
9840         [HAVE_PROCFS]: New functions.
9841         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
9842         (procfs_get_total_memory): New functions.
9844 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
9846         * xfaces.c (Fx_load_color_file): Fix previous change;
9847         it is #ifdef WINDOWSNT, not WINDOWS_NT.
9849 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
9851         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
9853 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
9855         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
9857 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
9859         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
9861         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
9862         define NSApplicationDelegateReplySuccess.
9863         (EmacsView -converstationIdentifier): Use long instead of
9864         NSInteger for GNUstep, since it doesn't have NSInteger.
9866         * xmenu.c: Revert last change.
9868         * keyboard.h: Fix last change.
9870 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
9872         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
9873         on Windows.
9875 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
9877         Warning clearing and clean-up in NS port.
9878         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
9879         Add prototypes.
9880         * nsgui.h (FACE_DEFAULT): Remove, unused.
9881         (XGCValues): Change colors to unsigned long.
9882         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
9883         nsterm.m.
9884         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
9885         (ns_list_fonts): Remove, unused.
9886         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
9887         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
9888         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
9889         (nsfont_draw): Compare face colors to 0, not nil.
9890         * nsmenu.m (struct widget_value): Drop unneeded declaration.
9891         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
9892         (-addSubmenuWithTitle:): Use NSMenuItem class.
9893         (ns_popup_menu): Use NO, not NULL, for enabled setting.
9894         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
9895         (ns_clip_to_row): Make gc arg a BOOL.
9896         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
9897         ns_clip_to_row() call.
9898         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
9899         used).  Cast FRAME_FONT assignments.
9900         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
9901         (ns_string_to_lispmod): Change arg to const char.
9902         (ns_term_init): Use NSMenuItem class.
9903         (EmacsApp -openFile:): Move to different section of file.
9904         (EmacsApp -application:openFiles:): Don't return a value, call
9905         -replyToOpenOrPrint:.
9906         (EmacsView -keyDown:): Fix up cast.
9907         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
9908         (EmacsView -menuDown:): Cast tag in call to
9909         find_and_call_menu_selection().
9910         (ns_list_fonts): Remove, unused.
9911         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
9912         (ns_fontname_to_xlfd): Make static.
9913         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
9914         Remove prototypes (now in keyboard.h).
9915         (next_menubar_widget_id): Remove, unused.
9916         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
9917         Remove prototypes (now in keyboard.h).
9918         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
9920 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
9922         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9923         (floatfns.o): Depend on syssignal.h.
9924         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9926         * systty.h: Fix previous change that removed BSD_TERMIOS.
9927         Add comments to #ifdefs.
9929 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
9931         * w32fns.c (w32-load-color-file): Remove.
9932         (x-open-connection): Use renamed Fx_load_color_file.
9933         * xfaces.c (x-load-color-file): Add.
9934         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9935         Emacs.clr.
9936         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9938 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
9940         * dbusbind.c (Fdbus_call_method_asynchronously)
9941         (Fdbus_method_error_internal): New defuns.
9942         (xd_read_message): Handle also reply messages.
9943         (Vdbus_registered_functions_table): Extend docstring.
9945 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
9947         * keyboard.c (gobble_input): Fix previous change.
9949 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9951         * bitmaps/README:
9952         * xfns.c:
9953         * termcap.c:
9954         * term.c:
9955         * syswait.h:
9956         * systty.h:
9957         * systime.h:
9958         * syssignal.h:
9959         * sysdep.c:
9960         * process.h:
9961         * process.c:
9962         * print.c:
9963         * ndir.h:
9964         * lread.c:
9965         * keyboard.c:
9966         * getpagesize.h:
9967         * floatfns.c:
9968         * fileio.c:
9969         * emacs.c:
9970         * doc.c:
9971         * dispnew.c:
9972         * dired.c:
9973         * data.c:
9974         * callproc.c:
9975         * buffer.c:
9976         * README:
9977         * Makefile.in:
9978         * s/template.h:
9979         * s/msdos.h:
9980         * m/vax.h: Remove VMS support.
9981         * s/vms.h:
9982         * vlimit.h:
9983         * uaf.h:
9984         * temacs.opt:
9985         * param.h:
9986         * ioctl.h: Remove file.
9988 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9990         * s/ms-w32.h (MULTI_KBOARD): Remove.
9991         * xterm.c:
9992         * xselect.c:
9993         * xfns.c:
9994         * window.c:
9995         * w32term.c:
9996         * w32fns.c:
9997         * terminal.c:
9998         * termhooks.h:
9999         * term.c:
10000         * sysdep.c:
10001         * keyboard.h:
10002         * keyboard.c:
10003         * frame.h:
10004         * frame.c:
10005         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10006         * config.in: Regenerate.
10008 2008-07-30  Jason Rumney  <jasonr@gnu.org>
10010         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10012         * w32font.c (w32font_encode_char): Leave as unicode if in range.
10013         (w32font_open_internal): Get unicode version of textmetrics.
10014         Don't enable or disable glyph indices here.
10015         (w32font_open): Disable use of glyph indices.
10017         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10019 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
10021         * minibuf.c (Vread_buffer_function): Doc fix.
10023 2008-07-30  John Paul Wallington  <jpw@pobox.com>
10025         * minibuf.c (read_buffer_completion_ignore_case): New var.
10026         (Fread_buffer): Use it.
10028 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
10030         * systty.h (sensemode): Remove empty #if.  Remove reference to
10031         BSD_TERMIOS, unused.
10033         * sysdep.c: Remove reference to DGUX.
10034         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10036         * config.in: Regenerate.
10038 2008-07-30  Jason Rumney  <jasonr@gnu.org>
10040         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10042 2008-07-29  Jason Rumney  <jasonr@gnu.org>
10044         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10045         is populated.
10046         (uniscribe_encode_char): Always use uniscribe.
10047         Avoid using context if cache is populated.
10049 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
10051         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10052         open menu.
10054         * gtkutil.c (menu_nav_ended): Remove.
10055         (create_menus): Remove signal connect for menu_nav_ended.
10057 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
10059         * xdisp.c (redisplay_window): Check return value of
10060         compute_window_start_on_continuation_line before forcing a window
10061         start.
10063 2008-07-28  Jason Rumney  <jasonr@gnu.org>
10065         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10067         * w32term.c (w32_enable_unicode_output, cleartype_active):
10068         Remove obsolete display options.
10069         (x_draw_glyph_string_background): Don't use old cleartype_active
10070         workaround.
10071         (w32_initialize): Remove cleartype_active initialization.
10072         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10074 2008-07-28  Andreas Schwab  <schwab@suse.de>
10076         * lisp.h (init_weak_hash_tables, syms_of_font)
10077         (xd_read_queued_messages, syms_of_dbusbind): Declare.
10078         (remove_hash_entry): Don't declare.
10079         * eval.c (maybe_call_debugger): Make static and move before use.
10080         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10081         * xdisp.c: Include "gtkutil.h" if USE_GTK.
10082         * xterm.h (x_set_frame_alpha): Declare.
10084 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
10086         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10087         (create_menus): Connect selection-done to menu_nav_ended.
10089 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10091         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10092         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
10093         parameter with read of 'alpha' one.
10094         (Qns_frame_parameter): Remove.
10095         * nsselect.m (selection-coding-system)
10096         (next-selection-coding-system, Vselection_coding_system)
10097         (Vnext_selection_coding_system): Drop.
10099 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10101         * nsfns.m (do-applescript, do_applescript): Rename to
10102         ns-do-applescript, ns_do_applescript, and move within file.
10104 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10106         Remove support for Mac Carbon.
10107         * mactoolbox.c:
10108         * macterm.h:
10109         * macterm.c:
10110         * macselect.c:
10111         * macmenu.c:
10112         * macgui.h:
10113         * macfns.c:
10114         * mac.c: Remove file.
10115         * s/darwin.h:
10116         * m/intel386.h:
10117         * xfaces.c:
10118         * xdisp.c:
10119         * window.c:
10120         * tparam.c:
10121         * termhooks.h:
10122         * termcap.c:
10123         * term.c:
10124         * syssignal.h:
10125         * sysselect.h:
10126         * sysdep.c:
10127         * process.c:
10128         * lread.c:
10129         * lisp.h:
10130         * keyboard.c:
10131         * image.c:
10132         * fringe.c:
10133         * frame.h:
10134         * frame.c:
10135         * fontset.c:
10136         * font.h:
10137         * font.c:
10138         * fns.c:
10139         * fileio.c:
10140         * emacs.c:
10141         * dispnew.c:
10142         * dispextern.h:
10143         * config.in:
10144         * atimer.c:
10145         * Makefile.in: Remove code for Carbon.
10147 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10149         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10151 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10153         * macterm.h (kCGBitmapByteOrder32Host): New define for
10154         non-universal SDKs.
10156         * image.c (mac_create_cg_image_from_image, image_load_image_io)
10157         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10159         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10160         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10162 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
10164         * w32inevt.c: Include dispextern.h.
10166 2008-07-26  Andreas Schwab  <schwab@suse.de>
10168         * print.c (print_object): Fix off-by-one in last change.
10170 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
10172         * term.c (syms_of_term): Don't initialize default_orig_pair,
10173         default_set_foreground and default_set_background on Windows.
10175 2008-07-25  Jason Rumney  <jasonr@gnu.org>
10177         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10178         ScriptItemize.  Clean up return value checking.  Remove unused
10179         variables.
10180         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10181         shaping engine.
10183         * w32font.c (w32font_has_char): Handle the case where we can't
10184         determine the script for a character.
10186 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
10188         * term.c (syms_of_term): Initialize default_orig_pair,
10189         default_set_foreground, and default_set_background.
10191         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10192         clash (bug#86).
10193         (getloadavg): Callers changed.
10195         * image.c (svg_load_image): Fix last change.
10196         (svg_load_image): Use rsvg_handle_get_dimensions to check that
10197         image size is valid.  Use g_object_unref instead of deprecated
10198         rsvg_handle_free to free rsvg handle.
10199         (x_from_xcolors): Don't initialize pixmap (silence compiler).
10201 2008-07-25  Jason Rumney  <jasonr@gnu.org>
10203         * w32font.c (w32font_encode_char): Encode characters outside BMP as
10204         surrogates before looking up glyph index.
10205         (w32font_text_extents): Encode as surrogates if falling back to
10206         functions that need UTF-16 wide chars.
10208         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10209         BMP as surrogates before looking up glyph index.
10211 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
10213         * image.c (svg_load_image): Check for failure in return value of
10214         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
10216 2008-07-25  Jason Rumney  <jasonr@gnu.org>
10218         * w32font.c (Fx_select_font): Reverse sense of second arg.
10220 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10222         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10223         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10225         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10226         (PURESIZE): Use it.
10228 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10230         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10231         * m/alpha.h (TEXT_END):
10232         * m/ibmrs6000.h (TEXT_END):
10233         * m/macppc.h (TEXT_END):
10234         * s/darwin.h (TEXT_END):
10235         * s/msdos.h (TEXT_END): Remove, unused.
10236         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10237         * s/cygwin.h: Remove comment.
10239         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10240         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10241         * m/intel386.h (DOT_GLOBAL_START):
10242         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10243         (USG): Remove, file not used on USG platforms.
10245         * Makefile.in (HAVE_X11): Remove empty #else.
10247 2008-07-24  Andreas Schwab  <schwab@suse.de>
10249         * fileio.c (Finsert_file_contents): Properly adjust undo list
10250         after format conversion.
10252 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
10254         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10255         (menu_nav_ended): Remove.
10256         (create_menus): Remove signal connect for menu_nav_ended.
10257         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10258         create_menus.
10259         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10261 2008-07-23  Jason Rumney  <jasonr@gnu.org>
10263         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10264         with opened font.
10265         (w32font_open): Set font type to gdi.
10267         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10269 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10271         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10272         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10273         defines it.
10274         * unexec.c (ADDR_CORRECT): Define unconditionally.
10276         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10278         * unexec.c: Remove code depending on !COFF and USG, the file is
10279         not used for such systems.
10281         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10282         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10283         (LD_SWITCH_SYSTEM_1): Remove, update users.
10285         * s/darwin.h (DATA_END):
10286         * m/intel386.h (DATA_END):
10287         * m/ibmrs6000.h (DATA_END):
10288         * m/alpha.h (DATA_END): Remove, unused.
10290         * config.in: Regenerate.
10291         * s/ms-w32.h (subprocesses): Define unconditionally.
10292         * s/template.h (subprocesses): Update comment.
10293         * s/vms.h (subprocesses):
10294         * s/usg5-4.h (subprocesses):
10295         * s/hpux10-20.h (subprocesses):
10296         * s/gnu-linux.h (subprocesses):
10297         * s/cygwin.h (subprocesses):
10298         * s/bsd-common.h (subprocesses):
10299         * s/aix4-2.h (subprocesses):
10300         * s/darwin.h (subprocesses): Do not define, defined by default now.
10302         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10303         Remove all references.
10304         (temacs): Add GNUstep specific ld flags.
10306         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10307         similarly to what X does.
10309 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
10311         * nsfns.m (x-list-fonts): Remove.
10312         (syms_of_nsfns): Drop the x-list-fonts declaration.
10313         * nsterm.m: Get rid of remaining "//" comments.
10315 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
10317         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10319         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10320         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10321         (Fns_own_selection_internal, Fx_disown_selection_internal)
10322         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10324         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10325         ... */' style of docstrings.  Doc fixes.
10327 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10329         * terminfo.c (UP, BC, PC): Undo previous change.
10331         * nsfns.m: Rename ns prefixed functions/variables to the
10332         corresponding x versions.  Update references.
10334 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10336         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10338 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10340         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10341         Remove forwarding functions.
10342         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10343         non-static.
10344         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10345         non-static.
10346         (ns_frame_parm_handlers): Use the new names.
10347         (syms_of_nsfns): Move to the end of file.
10349         * nsterm.m (syms_of_nsterm): Move to the end of file.
10351         * dispnew.c (init_display): Remove code for X10.
10353 2008-07-22  Jason Rumney  <jasonr@gnu.org>
10355         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10356         bare drive.
10358 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
10360         * nsterm.m (syms_of_nsterm): Remove debugging println.
10362 2008-07-22  David Reitter  <david.reitter@gmail.com>
10364         * nsfns.m (do_applescript, F_do_applescript): NS version of the
10365         Carbon implementation of the same functionality: execute arbitrary
10366         AppleScript code.
10368 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
10370         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10371         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10372         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10373         (Fx_display_mm_height, Fx_display_mm_width)
10374         (Fx_display_backing_store, Fx_display_visual_class)
10375         (Fx_display_save_under, Fx_open_connection)
10376         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10377         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10378         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10379         (Fx_display_pixel_width, Fx_display_pixel_height)
10380         (Fx_display_usable_bounds, Fx_display_planes)
10381         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10382         ... */' style of docstrings.
10384 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10386         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10387         on this platform.
10388         (mips):
10389         * m/iris4d.h (mips): Do not define.
10390         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10392         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10394         * image.c:
10395         * nsfns.m:
10396         * nsselect.m:
10397         * nsterm.h:
10398         * nsterm.m: Rename ns prefixed functions/variables to the
10399         corresponding x versions.  Update references.
10401         * m/ibms390x.h (NO_REMAP): Do not undefine.
10403         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10405 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
10407         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10408         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10409         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10410         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10411         (Fns_display_mm_height, Fns_display_mm_width)
10412         (Fns_display_backing_store, Fns_display_visual_class)
10413         (Fns_display_save_under, Fns_open_connection)
10414         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10415         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10416         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10417         (Fns_display_pixel_width, Fns_display_pixel_height)
10418         (Fns_display_usable_bounds, Fx_display_planes)
10419         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10421 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
10423         * print.c (print_object): Check print_depth before searching for
10424         circularities.
10426 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
10428         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10429         only sprintf.
10431 2008-07-21  Kenichi Handa  <handa@m17n.org>
10433         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10435 2008-07-20  Andreas Schwab  <schwab@suse.de>
10437         * syntax.c (find_start_pos, find_start_value)
10438         (find_start_value_byte, find_start_begv, find_defun_start)
10439         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10441 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10443         * s/sol2-3.h: Insert contents of s/sol2.h.
10444         (LD_SWITCH_SYSTEM): Remove redundant definition.
10445         * s/sol2.h: Remove, unused.
10447 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
10449         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10451 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
10453         * Makefile.in (ns_appdir): Fix typo in find command.
10455 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10457         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10459         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10460         added not supported anymore.
10462         * s/usg5-4-2.h (LIBS_SYSTEM):
10463         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10465         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10466         * s/lynxos.h (GETPGRP_NO_ARG):
10467         * s/hpux10-20.h (NO_SIOCTL_H):
10468         * s/gnu.h (GETPGRP_NO_ARG):
10469         * s/gnu-linux.h (NO_SIOCTL_H):
10470         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10471         * s/cygwin.h (GETPGRP_NO_ARG):
10472         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10473         (C_DEBUG_SWITCH): Remove duplicate definition.
10475         * m/ibms390.h: Remove boilerplate comments.
10477         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10479         * process.c (HAVE_SERIAL): Consolidate ifdefs.
10480         (wait_reading_process_output): Remove code for SunOS, platform not
10481         supported anymore.  Use SOLARIS2 instead of sun.
10483 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
10485         * font.c (font_open_by_name): Under NS, default lface height to zero.
10486         (font_open_for_lface): Under NS, set size based on frame fontsize.
10487         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10488         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10490 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
10492         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10493         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10494         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10495         YES/NO.
10496         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10497         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10498         * Makefile.in (clean): Clear out build destination dir.
10500 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
10502         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10503         xterm, xselect.
10504         * lisp.h: Remove declaration of hash_remove.
10505         * nsgui.h: Remove redefinitions of hash_remove.
10506         * fns.c (hash_remove): Rename to hash_remove_from_table.
10508 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
10510         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10511         strdup() the family UTF8String before modifying it.
10513 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
10515         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10516         NS_FACE_BACKGROUND with 0 instead of nil.
10517         * nsfont.m (nsfont_draw): Same.
10519 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
10521         * nsfns.m (ns_set_background_color): Fix crash.
10523 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
10525         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10527 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
10529         * puresize.h (BASE_PURESIZE): Increase to 1240000.
10531 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10533         * gtkutil.c: Include <config.h> instead of "config.h".
10535         * lisp.h (Foverlay_buffer): Add EXFUN.
10537         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10538         child process to complete child_setup.  Undo 2005-09-21 change.
10540         * s/darwin.h: Mention setsid after vfork.
10542 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10544         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10545         Depend on macgui.h.
10547         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10548         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10550         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10551         and f19.
10552         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10554         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10555         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10556         Remove enumerators.
10558         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10559         Check if FACE_FROM_ID returns NULL.
10561 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
10563         * w32inevt.c (change_frame_size): Remove extern declaration.
10564         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10565         change_frame_size.
10567 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
10569         * getloadavg.c: Revert last change (2008-07-15).
10571 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
10573         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10574         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10575         from configure.
10577 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10579         * s/sol2.h:
10580         * s/sol2-4.h: Reorganize conditionals.
10582         * ecrt0.c: Remove code depending on m68000, not used anymore.
10584         * fns.c (hash_remove): Make static.
10585         * lisp.h (hash_remove): Don't prototype.
10587         * m/ibmrs6000.h:
10588         * m/ibms390x.h:
10589         * m/macppc.h: Remove boilerplate comments.
10591         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10592         Solaris, which does not need them.
10594         * m/vax.h: Remove comments about unsupported systems.
10596         * s/darwin.h: Reorganize ifdefs.
10598 2008-07-17  Andreas Schwab  <schwab@suse.de>
10600         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10602 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10604         Use SDATA.  Follow coding convention of placing operators at
10605         beginning of next line rather than end of previous line, and placing
10606         spaces around infix operators.
10608         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10609         in case it was defined already.
10610         USE @GNUSTEP_MAKEFILES@ rather than envvars.
10611         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10612         ns_default.
10613         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10614         Lisp_Objects.
10615         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10616         (ns_defined_color, ns_color_to_lisp): Declare.
10617         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10618         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10619         it's accepted even with USE_LISP_UNION_TYPE.
10620         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10621         (update_frame_tool_bar): Remove apparently obsolete tests for
10622         non-integerness of f->tool_bar_lines.
10623         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10624         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10625         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10626         (nsfont_open): Don't confuse NULL for Qnil.
10627         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10628         * menu.h (find_and_call_menu_selection):
10629         * menu.c (find_and_call_menu_selection): Use just int for vector size.
10630         (find_and_return_menu_selection): Always return something.
10631         * frame.h: Include dispextern.h for Display_Info.
10632         (display_x_get_resource): Declare.
10634 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
10636         * syntax.c: Remove stdio.h include accidentally introduced in
10637         Emacs.app commit.
10638         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10639         NS_IMPL_COCOA.
10640         * keyboard.c (handle_async_input, input_available_signal): Remove
10641         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10643 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10646         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10647         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10648         Use SDATA.
10650         * keymap.c: Remove all NS-specific code.
10651         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10652         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10653         where_is_preferred_modifier, return a different value depending on how
10654         preferred is the binding.
10655         (where_is_internal): Adjust accordingly.
10656         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10657         Adjust to new preferred_sequence_p.
10658         (syms_of_keymap): Declare `where-is-preferred-modifier'.
10659         * keyboard.c (parse_solitary_modifier): Not static any more.
10660         * keyboard.h (parse_solitary_modifier): Declare.
10662 2008-07-16  Andreas Schwab  <schwab@suse.de>
10664         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10665         of easymenu.
10667 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
10669         * xdisp.c (move_it_in_display_line): Account for word wrap, so
10670         that we don't move off the line.
10672 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10674         * keyboard.c (Qsuper): Remove.
10675         (parse_menu_item): Don't call where_is_internal specially for NS.
10677 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10679         * s/gnu-linux.h: Remove boilerplate comments.
10681         * m/alpha.h (__ELF__): Consolidate conditions.
10683         * m/m68k.h (linux): Use GNU_LINUX instead.
10684         Remove boilerplate comments.
10686         * m/intel386.h: Undo refactoring from previous change.
10687         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10688         too, remove dead code.
10689         (linux): Use GNU_LINUX instead.
10691 2008-07-16  Jason Rumney  <jasonr@gnu.org>
10693         * w32gui.h: Repeat 26 June changes lost by last change.
10695 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10697         * systty.h: Remove code for Aix on 386, unsupported platform.
10699         * s/ms-w32.h: Remove boilerplate comments.
10700         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10702         * s/gnu-linux.h (TERM): Remove support.
10703         (HAVE_SYSVIPC): Remove, unused.
10704         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10705         for this system.
10707         * process.c: Remove support for IRIS, unused.
10708         Remove support for TERM, not relevant anymore.
10710         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10711         used with the definition.
10713         * s/aix4-2.h (static): Do not undef.
10715         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10716         only used on Aix.
10717         (HAVE_SYSVIPC): Remove, unused.
10719         * m/hp800.h (CANNOT_DUMP): Do not undef.
10721         * m/alpha.h: Fix comment.
10723         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10724         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10725         used by this configuration.
10726         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10727         * unexec.c: Remove code depending on HPUX and
10728         USG_SHARED_LIBRARIES, not used with this file.  Remove code
10729         depending on IRIS, unused.  Remove if 0-ed code.
10731         * s/template.h: Remove comments about static.
10733         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10734         Remove if 0-ed code.
10735         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10736         were the same as the default.
10737         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10738         Remove boilerplate comments.
10739         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10740         (HAVE_SYSVIPC): Remove, unused.
10741         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10743         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10744         Remove boilerplate comments.
10745         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10746         Remove boilerplate comments.
10747         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10748         Remove boilerplate comments.
10749         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10751         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10752         USG systems which do not use DATA_SEG_BITS.
10753         Refactor code.  Remove boilerplate comments.
10755         * m/ibms390.h:
10756         * m/m68k.h:
10757         * s/bsd-common.h:
10758         * s/cygwin.h:
10759         * s/darwin.h:
10760         * s/freebsd.h:
10761         * s/gnu.h:
10762         * s/msdos.h: Remove boilerplate comments.
10764         * m/iris4d.h: Remove boilerplate comments and code for systems that
10765         do not use this file.
10766         (IRIS_4D): Remove, unused.
10768         * m/mips.h: Remove boilerplate comments and code for systems that
10769         do not use this file.
10770         (SIGN_EXTEND_CHAR):
10771         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10772         * unexmips.c: Remove file, unused.
10774         * editfns.c (Fuser_full_name): Replace the only use of
10775         USER_FULL_NAME with its value.
10776         * config.in: Regenerate.
10778 2008-07-16  David Reitter  <david.reitter@gmail.com>
10780         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10781         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10783 2008-07-16  Glenn Morris  <rgm@gnu.org>
10785         * emacs.c (system-type): Doc fix.
10787 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10789         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10790         If the cache doesn't work, let's fix it, rather than work around it.
10792 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
10794         * Makefile.in: Correct additions for nsfont.o in last commit.
10795         * nsfont.m: New file (forgot last commit).
10797 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
10799         * callproc.c (set_initial_environment): Initialize
10800         Vprocess_environment under CANNOT_DUMP (fixes crash when
10801         batch-compiling for bootstrap).
10803 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
10804             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10806         (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10807         fix crash due to different init order.
10809 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
10811         Changes and additions for NeXTstep windowing system (Cocoa and
10812         GNUstep) support.
10814         * Makefile.in:
10815         * config.in: Support defines and build commands for NS port.
10816         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10817         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10818         * dispextern.h: Include nsgui.h and add needed typedefs under NS
10819         windowing.
10820         (struct face): Add synth_ital field.
10821         * dispnew.c: Include nsterm.h when compiling under NS windowing.
10822         (init_display): Initialize Vinitial_window_system to "ns" when so
10823         compiled.
10824         * emacs.c: Include GSConfig.h when compiling under GNUstep.
10825         (display_arg): Use under NS.
10826         (main): Under NS, allocate autorelease pool and handle command line
10827         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
10828         (standard_args): Add NS-specific args.
10829         (shut_down_emacs): Shut down NS terminal if compiled under NS.
10830         * font.c (DEFAULT_ENCODING): New variable.
10831         (font_find_for_lface): Use it.
10832         (syms_of_font): Load syms_of_nsfont under NS.
10833         * font.h: Declare nsfont_driver when compiled under NS.
10834         * fontset.c: When compiling under NS, include nsterm.h.
10835         (fontset_from_font): Autoconstruct fontset under NS.
10836         * frame.c (various): Under NS, include nsterm.h, add Qns window system
10837         symbol, document and use it.
10838         (do_switch_frame): When for_deletion under Cocoa, add
10839         Fraise_frame(Qnil).
10840         (x_set_frame_parameters): Ensure font attribute changes are picked up.
10841         (x_get_arg): Allow "yes" and "no" as boolean values.
10842         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
10843         Qright under Cocoa.
10844         (focus-follows-mouse): Default to 0 under NS.
10845         * frame.h (enum output_method): Add output_ns.
10846         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
10847         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
10848         (FRAME_WINDOW_P): NS-specific definition.
10849         * fringe.c (max_used_fringe_bitmap): Make public.
10850         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
10851         (getloadavg): Use NeXT code under descendant OS's.
10852         * image.c (includes and header section, x_create_bitmap_from_data)
10853         (x_create_bitmap_from_file, free_bitmap_record, image_background)
10854         (image_background_transparent, x_clear_image_1)
10855         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10856         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
10857         (x_to_xcolors, x_from_xcolors, x_disable_image)
10858         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
10859         other GUIs, including XPM support using code originally written for
10860         Carbon GUI.
10861         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
10862         using NS API.
10863         (image_ascent): Use font metrics macros instead of direct struct field
10864         access.
10865         * keyboard.c (includes): Add nsterm.h when compiling under NS.
10866         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
10867         Also, handle NS as GTK for menu bar purposes.
10868         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
10869         toolkit where they differ.
10870         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
10871         use cachelist, still needed under NS.
10872         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
10873         (struct widget_value): Define it here for menu.c.
10874         * keymap.c (includes): Include modifier internals.
10875         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
10876         NS.
10877         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
10878         support for preferring sequences using certain modifiers, specified by
10879         the FIRSTONLY argument.
10880         * lisp.h (hash_remove): Rename to avoid name clash when compiling
10881         under NS GNUstep implementation.
10882         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
10883         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
10884         * menu.c: Include nsterm.h under NS.
10885         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
10886         (free_menubar_widget_tree_value, update_submenu_strings)
10887         (find_and_call_menu_selection): Treat NS as X and NT.
10888         (find_and_return_menu_selection): New function, used for popup menus.
10889         * nsgui.h:
10890         * nsterm.h:
10891         * nsfns.m:
10892         * nsimage.m:
10893         * nsmenu.m:
10894         * nsselect.m:
10895         * nsterm.m: New files.
10896         * process.c (wait_reading_process_output): Under NS, call ns_select()
10897         instead of plain select().
10898         * syntax.c (char_quoted): Under NS, avoid a crash when called near
10899         beginning of buffer.
10900         * sysselect.h (init_process): Rename when compiling under Cocoa to
10901         avoid name conflict.
10902         * termhooks.h (display_info): Add ns_display_info to union.
10903         * terminal.c (Fterminal_live_p): Add ns to terminal types.
10904         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
10905         COCOA environment.
10906         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
10907         unexec() signature.  (Note, this will dump, but the resulting file
10908         crashes; unexosx is used instead; keeping around for reference and
10909         possible aid in getting dump working under GNUstep.)
10910         * w32gui.h (button_type, widget_value): Remove definitions (now in
10911         keyboard.h).
10912         * window.c: Include nsterm.h when compiling under NS.
10913         * xdisp.c (includes): Include nsterm.h when compiling under NS.
10914         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
10915         other GUI windowing systems.
10916         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
10917         GTK.
10918         (x_consider_frame_title): Under NS, set icon type and frame
10919         modified-state indicator; use ns_set_name_as_filename() when using
10920         formatted title.
10921         (update_window_cursor): Make public when compiling under NS.
10922         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10923         (hourglass_atimer, Vhourglass_delay
10924         * xfaces.c (header section, init_frame_faces, clear_font_table)
10925         (defined_color, unload_color, x_face_list_fonts)
10926         (prepare_face_for_display): Add NS support parallel to other GUIs.
10927         Emulate GCs like other non-X GUIs.
10928         (split_font_name): Don't lowercase font name under NS.
10929         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10930         under NS.
10931         * s/darwin.h: Add support for compilation under NS.
10933 2008-07-15  Jason Rumney  <jasonr@gnu.org>
10935         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10936         (w32_show_hourglass): Rename from show_hourglass.
10937         (w32_hide_hourglass): Rename from hide_hourglass.
10938         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10939         (Vhourglass_delay): Declare extern.
10940         (hourglass_started): Remove.
10942         * xdisp.c (Vhourglass_delay): Remove static.
10943         (hourglass_started, start_hourglass, cancel_hourglass):
10944         Don't include these versions on WINDOWSNT.
10946 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
10948         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10949         variables (formerly in xfns.c).
10950         (show_hourglass, hide_hourglass): New prototypes (same).
10951         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10952         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10953         in xfns.c).
10954         (syms_of_xdisp): Declare/initialize display-hourglass,
10955         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
10956         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10957         formerly in xfns.c.
10958         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10959         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10960         (start_hourglass, cancel_hourglass): Remove.
10961         (show_hourglass, hide_hourglass): Remove prototypes and static
10962         modifiers.
10963         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10964         hourglass_atimer, hourglass_shown_p declaration/initialization.
10965         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10966         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10967         (start_hourglass, cancel_hourglass): Remove.
10968         (show_hourglass, hide_hourglass): Remove prototypes and static
10969         modifiers.
10970         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10971         hourglass_atimer, hourglass_shown_p declaration/initialization.
10972         * w32fns.c (display_hourglass_p, Vhourglass_delay)
10973         (DEFAULT_HOURGLASS_DELAY): Remove.
10974         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10975         hourglass_shown_p declaration/initialization.
10977 2008-07-14  Jason Rumney  <jasonr@gnu.org>
10979         * w32fns.c (w32_get_arg): Remove wrapper function.
10980         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
10981         directly.
10982         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
10984 2008-07-14  Kenichi Handa  <handa@m17n.org>
10986         * xfont.c (xfont_open): Add workaround for X's bug.
10988 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10990         * fontset.c: Include <stdio.h> unconditionally.
10992 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
10994         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
10995         for filtering.
10997 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
10999         * s/vms.h: Use __GNUC__ instead of _GNUC_.
11001         * m/macppc.h:
11002         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
11004         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11005         (SPECIAL_EMACS_INT):
11006         * m/ia64.h (SPECIAL_EMACS_INT):
11007         * m/amdx86-64.h (SPECIAL_EMACS_INT):
11008         * s/gnu.h (NLIST_STRUCT):
11009         * s/aix4-2.h (X11R5_INHIBIT_I18N):
11010         * s/gnu-linux.h (LINUX):
11011         * s/msdos.h (HAVE_FACES):
11012         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11014         * systty.h:
11015         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11016         anymore.
11018 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
11020         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
11021         always defined as int.
11023         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11024         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11025         * s/gnu-linux.h (HAVE_WAIT_HEADER):
11026         * s/freebsd.h (HAVE_WAIT_HEADER):
11027         * s/bsd-common.h (HAVE_UNION_WAIT):
11028         * s/aix4-2.h (HAVE_WAIT_HEADER):
11029         * m/mips.h (HAVE_UNION_WAIT):
11030         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11031         (COFF, static): Do not define, they are undefined later in the file.
11033         * process.c (update_status): Don't use a union.
11034         (status_convert):
11035         (sigchld_handler): Use int instead of WAITTYPE.
11037 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
11039         * indent.c (Fvertical_motion): Restore hscroll before moving to
11040         goal column.
11042 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11044         * lisp.h: Remove left over code.
11046 2008-07-11  Andreas Schwab  <schwab@suse.de>
11048         * lisp.h: Fix logic in last change.
11050         * menu.h: New file.
11051         * menu.c: Include it.
11052         * xmenu.c: Likewise.
11053         * Makefile.in: Update dependencies.
11055 2008-07-11  Kenichi Handa  <handa@m17n.org>
11057         * fontset.c (fontset_from_font): Cancel the previous change.
11059 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11061         * lisp.h:
11062         * w32heap.c:
11063         * emacs.c:
11064         * alloc.c: Replace all references of NO_UNION_TYPE with
11065         USE_LISP_UNION_TYPE.
11067         * m/xtensa.h (NO_UNION_TYPE):
11068         * m/vax.h (NO_UNION_TYPE):
11069         * m/template.h (NO_UNION_TYPE):
11070         * m/sparc.h (NO_UNION_TYPE):
11071         * m/mips.h (NO_UNION_TYPE):
11072         * m/macppc.h (NO_UNION_TYPE):
11073         * m/m68k.h (NO_UNION_TYPE):
11074         * m/iris4d.h (NO_UNION_TYPE):
11075         * m/intel386.h (NO_UNION_TYPE):
11076         * m/ibms390x.h (NO_UNION_TYPE):
11077         * m/ibms390.h (NO_UNION_TYPE):
11078         * m/ibmrs6000.h (NO_UNION_TYPE):
11079         * m/ia64.h (NO_UNION_TYPE):
11080         * m/hp800.h (NO_UNION_TYPE):
11081         * m/arm.h (NO_UNION_TYPE):
11082         * m/amdx86-64.h (NO_UNION_TYPE):
11083         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11084         defining it the same.
11086 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
11088         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11090 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
11092         * fileio.c:
11093         * sysdep.c:
11094         * systty.h:
11095         * m/ibmrs6000.h:
11096         * m/iris4d.h:
11097         * s/aix4-2.h:
11098         * s/freebsd.h:
11099         * s/gnu-linux.h:
11100         * s/hpux10-20.h:
11101         * s/hpux11.h:
11102         * s/netbsd.h:
11103         * s/sol2-3.h:
11104         * s/sol2-4.h:
11105         * s/sol2.h:
11106         * s/usg5-4.h:
11107         * s/vms.h: Remove references to unused variables.
11109 2008-07-10  Andreas Schwab  <schwab@suse.de>
11111         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11112         pattern before matching the generic family.
11114 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
11116         * unexec.c:
11117         * s/vms.h:
11118         * s/usg5-4-2.h:
11119         * s/sol2-5.h:
11120         * s/freebsd.h:
11121         * s/darwin.h: Remove dead code.
11123         * m/template.h:
11124         * m/sparc.h:
11125         * m/mips.h:
11126         * m/m68k.h:
11127         * m/iris4d.h:
11128         * m/intel386.h:
11129         * m/ibms390x.h:
11130         * m/ibms390.h:
11131         * m/ia64.h:
11132         * m/hp800.h:
11133         * m/arm.h:
11134         * m/amdx86-64.h: Remove dead code and references to unused
11135         and compiler defined symbols.
11137         * unexmips.c:
11138         * unexelf.c: Remove references to desupported systems.
11140         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11142         * m/powermac.h: Remove boilerplate comments.
11143         (NO_REMAP): Remove unused definition.
11145         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11146         define them.
11148 2008-07-10  Kenichi Handa  <handa@m17n.org>
11150         * xfont.c (xfont_open): Log the reason of failure.
11152 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11154         * fontset.c (fontset_get_font_group):
11155         * font.c (font_check_otf): Specify argument types.
11157 2008-07-09  Kenichi Handa  <handa@m17n.org>
11159         * coding.c (detect_coding_utf_8): Set detect_info->found only when
11160         non-ASCII char is found.
11162         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11163         (reorder_font_vector): Change the arg preferred_family to font.
11164         Prefer the spec matching with font.
11165         (fontset_get_font_group): New function.
11166         (fontset_find_font): Change the format of an element of a realized
11167         fontset.  Use fontset_get_font_group.
11168         (fontset_font): Try the current fontset, the default fontset, the
11169         fallbacks of the current fontset, and the fallbacks of the default
11170         fontset in this order.
11171         (face_for_char): Delete the shortcut to use the current font.
11172         (fontset_from_font): Don't set fonts for Latin in the fontset.
11174         * font.h (font_make_object, font_match_p): Adjust prototypes.
11176         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11178         * font.c (font_make_object): New arg entity and pixelsize.
11179         (font_check_otf_features, font_check_otf): New functions.
11180         (font_match_p): Check :lang, :script, and :otf properties.
11182         * xfont.c (xfont_open): Adjust it for the change of
11183         font_make_object.
11184         (xfont_text_extents): Fix initial setting of metrics.
11186         * ftfont.c (struct ftfont_info): New member index, delete member
11187         fc_charset_idx.  Make the member order compatible with struct
11188         xftfont_info.
11189         (fc_charset_table): Change charset names to registry names.
11190         (ftfont_pattern_entity): Delete the args registry and
11191         fc_charset_idx.  Change the value of :font-entity property
11192         to (FONTNAME . INDEX).  Always set :registry property to
11193         `iso10646-1'.
11194         (struct ftfont_cache_data): New struct.
11195         (ftfont_lookup_cache): New arg for_face.
11196         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11197         (ftfont_driver): Set the member otf_capability.
11198         (ftfont_get_charset): Adjust it for the change of
11199         fc_charset_table.
11200         (OTF_TAG_SYM): New macro.
11201         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
11202         for the change of fc_charset_table.
11203         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11204         ftfont_pattern_entity.  Add FC_INDEX to objset.
11205         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11206         and ftfont_pattern_entity.
11207         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11208         font_make_object, struct ftfont_info.
11209         (ftfont_has_char): Use ftfont_get_fc_charset.
11210         (ftfont_otf_features, ftfont_otf_capability): New functions.
11211         (ftfont_shape): Use ftfont_get_otf.
11212         (ftfont_text_extents): Fix initial setting of metrics.
11214         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
11215         member order compatible with struct ftfont_info.
11216         (xftfont_open): Add FC_CHARSET to the pattern.  Set
11217         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
11218         properties if appropriate.
11219         (xftfont_close): Unlock the face.
11220         (xftfont_anchor_point, xftfont_shape): Deleted.
11221         (syms_of_xftfont): Don't set members anchor_point and shape of
11222         xftfont_driver.
11224         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11225         font_make_object.
11227         * w32font.c (w32font_open): Adjust it for the change of
11228         font_make_object.
11229         (w32font_open_internal): Don't set properties of font_object here.
11231 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
11233         * macfns.c (x_create_tip_frame):
11234         * w32fns.c (x_create_tip_frame):
11235         * xfns.c (x_create_tip_frame): Pass parameter argument to
11236         face-set-after-frame-default.
11238         * xfaces.c (Finternal_merge_in_global_face): Save merged
11239         attributes for the default face back into the face vector.
11241 2008-07-08  Andreas Schwab  <schwab@suse.de>
11243         * fontset.h: Declare fontset_from_font.  Don't declare
11244         new_fontset_from_font and fontset_from_font_name.
11245         * xterm.c: Include "fontset.h".
11246         * Makefile.in (xterm.o): Update dependencies.
11248 2008-07-08  Glenn Morris  <rgm@gnu.org>
11250         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
11251         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11253 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
11255         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11256         (x_set_frame_parameters): Don't bind it.
11258 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
11260         * w32fns.c (map_w32_filename): Declare extern.
11262 2008-07-07  Jason Rumney  <jasonr@gnu.org>
11264         * w32term.c (WS_EX_LAYERED): Define if not already.
11266 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
11268         * xfaces.c (set_font_frame_param): Don't try to set the font
11269         parameter if it is still unspecified in the lface.
11271 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
11273         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11274         face if it didn't already exist.
11276         * xdisp.c (try_window_id): Give up if word-wrapping is on.
11278 2008-07-05  Andreas Schwab  <schwab@suse.de>
11280         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11282 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
11284         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11285         word-wrapping.
11286         (IT_DISPLAYING_WHITESPACE): New macro.
11287         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11288         when word-wrapping.  Simplify word-wrapping logic.  Use correct
11289         pixel positions when saving copies of the iterator.
11290         (display_line): Use proper wrap point if the last character on a
11291         line was preceded by whitespace.
11293 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11295         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11297 2008-07-04  Kenichi Handa  <handa@m17n.org>
11299         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11301         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11303 2008-07-02  Jason Rumney  <jasonr@gnu.org>
11305         * xfns.c (syms_of_xfns): Only define x-select-font when both
11306         HAVE_FREETYPE and USE_GTK.
11308         * xdisp.c (next_element_from_display_vector): Move assignment out
11309         of if statement.
11311 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
11313         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11315         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11316         (syms_of_fileio): Initialize and export them.
11317         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11319         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11320         (Fsystem_move_file_to_trash): New function.
11321         (syms_of_w32fns): Export it to lisp.
11323 2008-07-01  Jason Rumney  <jasonr@gnu.org>
11325         * w32font.c (w32font_text_extents): Don't count overhang as part
11326         of width.
11328 2008-06-30  Miles Bader  <miles@gnu.org>
11330         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11331         Add `avoid_cursor_p' field.
11333         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11334         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11335         (append_glyph, append_composite_glyph, produce_image_glyph)
11336         (append_stretch_glyph): Initialize avoid_cursor_p.
11337         (get_it_property): Rename from `get_line_height_property'.
11338         (x_produce_glyphs): Use get_it_property.
11339         (handle_line_prefix, push_display_prop): New functions.
11340         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11341         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11342         New variables.
11343         (syms_of_xdisp): Initialize them.
11345 2008-06-30  Kenichi Handa  <handa@m17n.org>
11347         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11348         XftDefaultSubstitute (they are called in XftFontMatch).
11349         (xftfont_open): Fix args to ftfont_font_format.
11351         * ftfont.c (fc_charset_table): New member lang.
11352         (ftfont_resolve_generic_family): New arg pattern.
11353         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
11354         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11355         (ftfont_open): Fix args to ftfont_font_format.
11356         (ftfont_font_format): New arg filename.
11358 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
11360         * xfaces.c (Finternal_merge_in_global_face): If default face was
11361         modified, realize it again.  Update the font face attribute.
11363 2008-06-29  Jason Rumney  <jasonr@gnu.org>
11365         * w32term.c (x_set_frame_alpha): Fix logic.
11367 2008-06-29  Kenichi Handa  <handa@m17n.org>
11369         * fontset.c (Finternal_char_font): Return font-object instead of
11370         font-name.
11372         * composite.c (get_composition_id): Fix the width calculation for TAB.
11374 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11376         * indent.c (Fvertical_motion): Properly handle float column arg.
11378 2008-06-28  Jason Rumney  <jasonr@gnu.org>
11380         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11381         (pfnSetLayeredWindowAttributes): New function pointer.
11382         (w32_initialize): Initialize it when supported.
11383         (x_set_frame_alpha): New function.
11385         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11386         (w32_frame_parm_handlers): Set alpha handler.
11388         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11390 2008-06-27  Jason Rumney  <jasonr@gnu.org>
11392         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11393         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11394         (w32_to_x_charset, x_to_w32_charset)
11395         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11396         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11397         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11398         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11399         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11400         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11401         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11402         (Qw32_charset_unicode): Remove.
11403         (syms_of_w32fns): Update for above changes.
11405         * w32font.c (w32_to_x_charset, x_to_w32_charset)
11406         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11407         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11408         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11409         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11410         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11411         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11412         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11413         (syms_of_w32font): Update for above changes.
11415 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
11417         * s/usg5-4.h: Fix previous change: keep the correct branch of a
11418         removed #if.
11419         (USG_SHARED_LIBRARIES): Remove duplicate definition.
11421 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
11422             Eli Zaretskii  <eliz@gnu.org>
11424         * makefile.w32-in (LOCAL_FLAGS):
11425         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11427         * sysdep.c (_spawnlp, _getpid):
11428         Declare with explicit _cdecl instead of _CRTAPI1.
11430         * editfns.c (Fget_internal_run_time):
11431         Check for WINDOWSNT with #ifdef, not #if.
11433 2008-06-26  Jason Rumney  <jasonr@gnu.org>
11435         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11437         * w32term.c (x_draw_glyph_string_foreground)
11438         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11439         Use FONT_HANDLE macro.
11440         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11442         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11443         (uniscribe_encode_char): Use FONT_HANDLE macro.
11445         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11446         (w32font_text_extents): Use precast w32_font.
11447         (w32font_close): Free cached metrics.
11448         (w32font_open_internal): Allocate space for name on stack.
11450 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
11452         * xdisp.c (extend_face_to_end_of_line): Fix last change.
11454 2008-06-26  Jason Rumney  <jasonr@gnu.org>
11456         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11457         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11459 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
11461         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11463 2008-06-26  Jason Rumney  <jasonr@gnu.org>
11465         * w32bdf.c, w32bdf.h: Remove obsolete files.
11467         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11469         * w32gui.h: Don't include w32bdf.h.
11470         (XCharStruct, enum w32_char_font_type, W32FontStruct):
11471         Remove obsolete font support.
11473         * w32font.h (struct w32font_info): Remove compat_w32_font.
11474         Add hfont member.
11475         (FONT_COMPAT): Remove obsolete macro.
11477         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
11478         (w32font_encode_char, w32font_text_extents): Use new hfont member.
11479         (w32font_open_internal): Remove compat code.  Set new hfont member.
11480         (Fx_select_font): Use new hfont member.
11482         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11483         (uniscribe_encode_char): Use new hfont member.
11485         * w32term.c (x_draw_glyph_string_foreground)
11486         (x_draw_composite_glyph_string_foreground): Use new hfont member.
11487         (x_draw_glyph_string): Use metrics in w32font_info.
11489 2008-06-26  Kenichi Handa  <handa@m17n.org>
11491         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11493 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11495         * unexnext.c:
11496         * m/ews4800.h:
11497         * m/hp9000s300.h:
11498         * m/ibm370aix.h:
11499         * m/mips-siemens.h:
11500         * m/ncr386.h:
11501         * m/next.h:
11502         * m/pmax.h:
11503         * m/powerpcle.h:
11504         * m/tandem-s2.h:
11505         * s/386bsd.h:
11506         * s/bsd386.h:
11507         * s/bsd4-1.h:
11508         * s/bsd4-2.h:
11509         * s/bsdos2-1.h:
11510         * s/bsdos2.h:
11511         * s/bsdos3.h:
11512         * s/bsdos4.h:
11513         * s/nextstep.h:
11514         * s/ultrix4-3.h:
11515         * s/usg5-0.h:
11516         * s/usg5-2-2.h:
11517         * s/usg5-2.h:
11518         * s/usg5-4-3.h:
11519         * s/ux4800.h:
11520         * s/uxpds.h:
11521         * s/uxpv.h: Remove support for obsolete systems.
11522         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11523         Remove, insert contents in s/hpux10-20.h.
11524         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11525         Remove, insert contents in s/aix4-2.h.
11526         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11527         * s/bsd4-3.h: Rename to ...
11528         * s/bsd-common.h: ... this.
11529         * data.c:
11530         * doc.c:
11531         * ecrt0.c:
11532         * emacs.c:
11533         * fileio.c:
11534         * floatfns.c:
11535         * keyboard.c:
11536         * mem-limits.h:
11537         * print.c:
11538         * process.c:
11539         * sysdep.c:
11540         * syssignal.h:
11541         * systty.h:
11542         * syswait.h:
11543         * term.c:
11544         * unexec.c:
11545         * unexelf.c:
11546         * unexhp9k800.c:
11547         * m/hp800.h:
11548         * m/ibmrs6000.h:
11549         * m/mips.h:
11550         * m/vax.h:
11551         * s/darwin.h:
11552         * s/freebsd.h:
11553         * s/gnu.h:
11554         * s/ms-w32.h:
11555         * s/msdos.h:
11556         * s/netbsd.h:
11557         * s/template.h: Remove references to obsolete variables.
11559         * Makefile.in: Add dependencies for all unexec files.
11560         (admindir): Remove unused variable.
11561         (UNEXEC_SRC): Remove references.
11563 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
11565         * xfns.c (x_default_font_parameter): If Xft is available, first
11566         try Monospace-12 for the default font.
11568 2008-06-25  Jason Rumney  <jasonr@gnu.org>
11570         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11572 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11576         * buffer.c (syms_of_buffer): Remove default-word-wrap.
11578 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
11580         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11581         <scroll-conservatively>: Fix typo in docstring.
11583         * xselect.c (Fx_send_client_event): Doc fix.
11585 2008-06-25  Kenichi Handa  <handa@m17n.org>
11587         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11589         * font.c (font_parse_fcname): Remove unused variables.
11590         (font_sort_entites): Delete the arg SPEC.  Caller changed.
11591         Fix for the case of ! best_only.
11592         (font_delete_unmatched): Check DPI and AVGWIDTH too.
11594         * lisp.h (Fstring_to_unibyte): EXFUN it.
11596         * character.h (str_to_unibyte): Extern it.
11598         * character.c (str_to_unibyte): New function.
11600         * fns.c (Fstring_to_unibyte): New function.
11601         (syms_of_fns): Defsubr it.
11603 2008-06-24  Kenichi Handa  <handa@m17n.org>
11605         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11606         DPI too.
11607         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11609 2008-06-24  Andreas Schwab  <schwab@suse.de>
11611         * Makefile.in (${lispsource}loaddefs.el): Rename from
11612         ../lisp/loaddefs.el.
11613         (bootstrap-clean): Do what distclean does but don't remove
11614         Makefile.
11615         (distclean): Depend on bootstrap-clean and remove Makefile.
11617 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
11619         * buffer.h (struct buffer): New member word_wrap.
11621         * buffer.c (syms_of_buffer): New variables default-word-wrap and
11622         word-wrap.
11623         (init_buffer_once): Initialize them.
11625         * dispextern.h (struct it): Replace bool truncate_lines_p with a
11626         line_wrap enum possessing three possible values.
11628         * termopts.h: Replace truncate_partial_width_windows with
11629         Vtruncate_partial_width_windows.
11631         * dispnew.c (direct_output_for_insert): Avoid direct output when
11632         inserting a space with word wrap on.
11634         * indent.c (compute_motion): Obey integer values of
11635         truncate-partial-width-windows.
11637         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11638         replacing truncate_partial_width_windows.
11639         (init_iterator): If Vtruncate_partial_width_windows is an integer,
11640         truncate only if the window width is below that integer.
11641         (start_display, resize_mini_window, produce_stretch_glyph)
11642         (display_string, move_it_in_display_line_to): Use line_wrap.
11643         (back_to_previous_visible_line_start, reseat_1): Reset
11644         string_from_display_prop_p.
11645         (display_line): Extend default face to end of line when wrapping.
11647 2008-06-24  Kim F. Storm  <storm@cua.dk>
11649         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11650         to wrap continued lines at word boundaries.
11652 2008-06-24  Jason Rumney  <jasonr@gnu.org>
11654         * font.c (Ffont_face_attributes): Multiply pixel size before point
11655         conversion to avoid multiplying rounding error.
11657 2008-06-23  Jason Rumney  <jasonr@gnu.org>
11659         * w32term.c (x_draw_glyph_string_background)
11660         (x_draw_glyph_string): Remove old bdf font code.
11662         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11664 2008-06-22  Kenichi Handa  <handa@m17n.org>
11666         * font.c (font_find_for_lface): Try the adstyle specified in
11667         the property of LFACE_FONT of LFACE (if any).
11669 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
11670             Ryo Yoshitake  <ryo@shiftmode.net>
11672         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11674 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11676         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11677         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11678         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11679         (witness-emacs): Remove.
11680         (lisp, shortlisp): Move loaddefs.el earlier.
11681         (mostlyclean): Forget about witness-emacs.
11683 2008-06-22  Glenn Morris  <rgm@gnu.org>
11685         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11686         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11688 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11690         * Makefile.in (PRECOMP): Remove.
11691         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11692         (witness-emacs): Run `compile-first'.
11693         (.el.elc): Use the new compile-onefile target.
11695 2008-06-21  Kenichi Handa  <handa@m17n.org>
11697         * xftfont.c (xftfont_open): Handle QCembolden only when
11698         FC_EMBOLDEN is defined.
11700 2008-06-21  Andreas Schwab  <schwab@suse.de>
11702         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11703         (.el.elc): Likewise.
11705 2008-06-21  Miles Bader  <miles@gnu.org>
11707         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11708         build dir, not the lisp source dir.
11710 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11713         (bootstrapclean): Remove.
11714         (.el.elc): New rule.
11715         (PRECOMP): New var.
11716         (../lisp/subdirs.el): Remove.
11717         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11718         (witness-emacs): New target.
11719         (mostlyclean): Remove witness-emacs as well.
11720         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11721         Add witness-emacs dependency.
11723 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
11725         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11726         defined by the font.
11728 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11730         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11731         (bootstrap-clean): New target that keeps TAGS around.
11732         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11733         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11735 2008-06-20  Jason Rumney  <jasonr@gnu.org>
11737         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11738         Remove obsolete font code.
11740         * w32font.c (font_matches_spec): Use csb bitfield from font signature
11741         to determine language support.
11743 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * sysdep.c (cfsetspeed): New fun extracted from the code.
11746         (cfmakeraw): Move before first use.
11748 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
11750         * sysdep.c (cfmakeraw): Provide fallback implementation.
11751         (serial_configure): Provide fallback implementation of cfsetspeed.
11753 2008-06-20  Kenichi Handa  <handa@m17n.org>
11755         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11756         the pattern.
11758         * fontset.c (fontset_from_font): Copy font_spec before changing
11759         the elements.
11761         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11763 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11765         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11766         for explicit `font' parameters.
11768         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11770 2008-06-19  Kenichi Handa  <handa@m17n.org>
11772         * frame.c: Include <ctype.h>.
11773         (x_set_font_backend): Allow spacing characters in the X resource
11774         for FontBackend.
11776 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11778         * w32fns.c, xfns.c (Qfont_param): New var.
11779         (syms_of_w32fns): Initialize it.
11780         (x_default_font_parameter): Record explicit `font' into
11781         `font-parameter'.
11783 2008-06-18  Kenichi Handa  <handa@m17n.org>
11785         * font.c (font_parse_xlfd): Fix previous change.
11786         (font_parse_fcname): Don't use :fc-unknown-spec.
11787         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11788         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11789         (font_add_log): Prepend the driver name to the resulting fonts.
11791         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
11792         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11793         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11795         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11796         (QCembolden): New variables.
11797         (syms_of_xftfont): DEFSYM them.
11798         (xftfont_open): Call XftFontMatch.  Don't trust the result of
11799         XftTextExtents8 if the pixel_size is less than 5.
11801 2008-06-18  Andreas Schwab  <schwab@suse.de>
11803         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11804         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11806 2008-06-18  Jason Rumney  <jasonr@gnu.org>
11808         * w32font.c (w32font_list, w32font_match): Add logging.
11810         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11812 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
11814         * font.c (font_parse_fcname): Store divider characters for
11815         unknown-spec list.  For known key symbols, intern using correct
11816         symbol name.
11818 2008-06-17  Kenichi Handa  <handa@m17n.org>
11820         * xfaces.c (realize_default_face): If the frame is not on window
11821         system, set the fontset of face to nil.
11823 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11825         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11827 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
11829         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
11830         (build_font_name_from_vector): Delete externs.
11832         * xfaces.c (struct font_name): Don't declare.
11834 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11836         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
11838 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
11840         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
11842 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
11844         * font.c (Ffont_spec): Fix usage in docstring.
11845         (Ffont_face_attributes): Doc fix.
11847 2008-06-16  Andreas Schwab  <schwab@suse.de>
11849         * font.c (Ffont_face_attributes): Fix definition.
11851 2008-06-16  Jason Rumney  <jasonr@gnu.org>
11853         * font.h (font_style_symbolic_from_value): Remove.
11855         * font.c (font_style_symbolic_from_value): Remove.
11856         (font_style_symbolic): Revert to pre 2008-06-13 version.
11858         * w32font.c (w32_to_fc_weight): New function.
11859         (w32font_full_name, logfont_to_fcname): Use it.
11861 2008-06-16  Kenichi Handa  <handa@m17n.org>
11863         * font.c (font_check_object): Delete it.
11864         (font_clear_cache): Check if a font-object is alive.
11865         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
11866         font-object to nil.
11867         (font_close_object): Don't check FONT_CLOSE_OBJECT.
11868         (font_at): Don't call font_check_object.
11869         (Ffont_get): Return a symbol for :weight, :slant, and :width.
11871 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11873         * puresize.h (BASE_PURESIZE): Increase to 1230000.
11875 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
11877         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
11879 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
11881         * font.c (font_parse_fcname): Only one decimal point.
11882         (font_unparse_fcname): Handle data in family and foundry indices
11883         as symbols, not strings.
11884         (font_unparse_gtkname, Ffont_face_attributes): New functions.
11886         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
11888         * font.h (font_unparse_gtkname): Add prototype.
11890 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11892         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
11894 2008-06-15  Andreas Schwab  <schwab@suse.de>
11896         * font.c (font_update_drivers): Fix crash when no drivers match.
11898 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11900         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
11901         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
11903 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11905         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
11907 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11909         * process.c (Fserial_process_configure, Fprocess_send_eof):
11910         Use EQ to compare Lisp_Objects.
11912 2008-06-13  Jason Rumney  <jasonr@gnu.org>
11914         * w32fns.c (Fw32_select_font): Remove old font API function.
11916         * w32font.c (logfont_to_fcname): New function.
11917         (Fx_select_font): New font dialog function compatible with
11918         GTK/fontconfig version.
11920         * font.c (font_style_symbolic_from_value): New function.
11921         (font_style_symbolic): Use it.
11923         * font.h (font_style_symbolic_from_value): Declare new function.
11925 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
11927         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11928         <font-width-table>: Fix typos in docstrings.
11930 2008-06-13  Daniel Engeler  <engeler@gmail.com>
11932         These changes add serial port access.
11933         * process.c: Add HAVE_SERIAL.
11934         (Fdelete_process, Fprocess_status, Fset_process_buffer)
11935         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11936         (list_processes_1, select_wrapper, Fstop_process)
11937         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11938         (status_notify): Modify to handle serial processes.
11939         [HAVE_SERIAL] (Fserial_process_configure)
11940         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11941         New functions.
11942         * process.h (struct Lisp_Process): Add `type'.
11943         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11944         New functions.
11945         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11946         serial ports.
11947         (serial_open, serial_configure): New functions.
11948         * w32.h: Add FILE_SERIAL.
11949         (struct _child_process): Add ovl_read, ovl_write.
11951 2008-06-13  Kenichi Handa  <handa@m17n.org>
11953         * dispextern.h (enum lface_attribute_index): New member
11954         LFACE_FOUNDRY_INDEX.
11956         * font.c (font_score): Delete arg alternate_families.  Check only
11957         weight, slant, width, and size.  Ignore the difference of alias
11958         style symbols.
11959         (font_sort_entites): Adjust for the above change.  Reflect the
11960         order of font-driver to scores.
11961         (font_list_entities): Don't check alternate_familes here.
11962         (font_clear_prop): Handle foundry.
11963         (font_update_lface): Don't parse "foundry-family" form here.
11964         Handle FONT_FOUNDRY_INDEX.
11965         (font_find_for_lface): Likewise.  Handle alternate families here.
11966         If registry is nil, try iso8859-1 and ascii-0.
11967         (font_open_for_lface): Pay attention to size in ENTITY.
11968         (font_open_by_name): Simplify by calling font_load_for_lface.
11969         (free_font_driver_list): Delete it.
11970         (font_update_drivers): Preserve the order of backends.
11971         (syms_of_font): Setting of sort_shift_bits adjusted for the change
11972         of font_score and font_sort_entites.
11973         (font_update_sort_order): Likewise.
11975         * xfaces.c (LFACE_FOUNDRY): New macro.
11976         (check_lface_attrs): Check foundry.
11977         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11978         (merge_face_vectors): Check foundry.
11979         (merge_face_ref): Likewise.
11980         (Finternal_set_lisp_face_attribute): Likewise.
11981         (x_update_menu_appearance): Likewise.
11982         (Finternal_get_lisp_face_attribute): Likewise.
11983         (lface_hash): Likewise.
11984         (lface_same_font_attributes_p): Likewise.
11985         (x_supports_face_attributes_p): Likewise.
11986         (tty_supports_face_attributes_p): Likewise.
11987         (Finternal_set_alternative_font_family_alist): Intern strings.
11988         (Finternal_set_alternative_font_registry_alist): Downcase strings.
11989         (realize_default_face): Set LFACE_FOUNDRY (lface).
11991         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
11992         font-driver at first.
11994         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
11996 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
11998         * lread.c (Fload): Use xfree, not free on saved_doc_string.
12000 2008-06-12  Jim Meyering  <meyering@redhat.com>
12002         Make unexec_free handle NULL the same way free does.
12003         * unexmacosx.c (unexec_free): Ignore a NULL argument.
12005 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12007         * character.h (CHAR_TO_BYTE_SAFE): New macro.
12008         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12009         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12010         (WEAK_ALIAS): Simplify.
12011         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12012         when searching a unibyte buffer.
12014 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
12016         * xfns.c (Fx_select_font): Rename from x-font-dialog.
12018 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
12020         * w32font.c: Include ctype.h.
12022 2008-06-11  Jason Rumney  <jasonr@gnu.org>
12024         * w32font.c (w32font_encode_char): Detect missing glyphs that are
12025         misreported as space.
12026         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12027         as aliases for registry iso10646-1.
12029 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12031         * buffer.c (clone_per_buffer_values): Skip `name'.
12033 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
12035         * font.c (font_parse_fcname): Fix last change; accept decimal
12036         points in font size.
12038 2008-06-10  Jason Rumney  <jasonr@gnu.org>
12040         * w32uniscribe.c (add_opentype_font_name_to_list):
12041         Skip non unicode fonts.
12043 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
12045         * xfns.c (Fx_font_dialog): New function.
12047         * gtkutil.c (xg_dialog_response_cb): Rename from
12048         xg_file_response_callback.
12049         (pop_down_dialog): Rename from pop_down_file_dialog.
12050         (xg_get_file_name): Callers changed.
12051         (xg_get_font_name): New function.
12053         * gtkutil.h (xg_get_font_name): Insert prototype.
12055 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12057         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12058         x_underline_minimum_display_offset.
12059         (syms_of_xdisp): Declare it here rather than in xterm.c.
12060         * dispextern.h (underline_minimum_offset): Declare it.
12061         * w32term.c (x_draw_glyph_string): Use it.
12062         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12063         (syms_of_xterm): Don't declare it any more.
12064         (x_draw_glyph_string): Adjust to the new name.
12066 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>
12068         * xterm.c (x_underline_minimum_display_offset): New var.
12069         (x_draw_glyph_string): Use it.
12070         (syms_of_xterm): Declare it.
12072 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
12074         * font.c (font_parse_fcname): Accept GTK-style font names too.
12076 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12078         * dired.c (file_name_completion): Don't return t if the match is exact
12079         but with different capitalization.
12080         * minibuf.c (Ftry_completion): Simplify.
12082         * window.c (Vwindow_point_insertion_type): New var.
12083         (set_window_buffer): Use it.
12084         (syms_of_window): Init and export it to Lisp.
12086 2008-06-10  Kenichi Handa  <handa@m17n.org>
12088         * font.h (font_intern_prop): Prototype adjusted.
12090         * font.c (font_intern_prop): New arg force_symbol.
12091         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12092         Adjust for the change of font_intern_prop.
12094         * ftfont.c (ftfont_pattern_entity):
12095         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12096         (w32_registry):
12097         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12098         the change of font_intern_prop.
12100 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
12102         * w32menu.c (digest_single_submenu): Declare extern.
12104 2008-06-09  Jason Rumney  <jasonr@gnu.org>
12106         * w32term.c (x_make_frame_visible): Use alternate restore flags.
12108         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12109         (parse_single_submenu): Remove.
12110         (digest_single_submenu): Remove.
12111         (syms_of_w32menu): Don't initialise variables that have moved
12112         to menu.c.
12113         (set_frame_menubar): Sync with version in xmenu.c.
12114         (w32_menu_show): Sync with xmenu_show in xmenu.c.
12116         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12117         Make static again.
12119 2008-06-09  Jason Rumney  <jasonr@gnu.org>
12121         Changes to w32 files related to the move of common menu code
12122         to menu.c on 2008-06-08 by Chong Yidong.
12124         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12125         defs to w32gui.h.
12126         (single_keymap_panes, push_menu_item, push_menu_pane):
12127         Make globally visible.
12129         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12130         (local_free, malloc_widget_value, free_widget_value)
12131         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12132         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12133         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12134         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12135         (menu_items, menu_items_allocated, menu_items_used)
12136         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12137         (init_menu_items, finish_menu_items, discard_menu_items)
12138         (grow_menu_items, push_submenu_start, push_submenu_end)
12139         (push_left_right_boundary, push_menu_pane, push_menu_item)
12140         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12141         (free_menubar_widget_tree_value, parse_single_submenu)
12142         (update_submenu_strings): Remove functions.
12143         (xmalloc_widget_value): Remove and declare extern.
12145         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12146         (OBJ1): Build it.
12148         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12149         (local_heap, local_alloc, local_free, malloc_widget_value)
12150         (free_widget_value): Define here.
12152 2008-06-09  Kenichi Handa  <handa@m17n.org>
12154         * font.h (Qascii_0): Extern it.
12156         * font.c (Qascii_0): New variable.
12157         (syms_of_font): DEFSYM it.
12158         (font_open_by_name): If the registry "iso8859-1" fails, try also
12159         "ascii-0".
12161         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12163 2008-06-08  Kenichi Handa  <handa@m17n.org>
12165         * .gdbinit (xfont): New command.
12167 2008-06-08  Andreas Schwab  <schwab@suse.de>
12169         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12170         * Makefile.in (menu.o): Update dependencies.
12172         * Makefile.in (obj): Always add menu.o.
12173         * emacs.c (main): Always call syms_of_menu.
12174         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12176 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
12178         * Makefile.in: Compile menu.c.
12180         * lisp.h: Declare syms_of_menu.
12182         * emacs.c (main): Call syms_of_menu.
12184         * keyboard.h: Relocate platform-independent menu definitions from
12185         xmenu.c.
12187         * menu.c: New file.  Relocate platform-independent menu
12188         definitions from xmenu.c.  Suggested by Adrian Robert.
12190         * xmenu.c: Remove platform-independent menu definitions.
12191         (menu_items, menu_items_inuse, menu_items_allocated)
12192         (menu_items_used, menu_items_n_panes)
12193         (menu_items_submenu_depth): Move to keyboard.h.
12194         (init_menu_items, finish_menu_items, unuse_menu_items)
12195         (discard_menu_items, restore_menu_items, save_menu_items)
12196         (grow_menu_items, push_submenu_start, push_submenu_end)
12197         (push_left_right_boundary, push_menu_pane, push_menu_item)
12198         (keymap_panes, single_keymap_panes, single_menu_item)
12199         (list_of_panes, list_of_items, find_and_call_menu_selection)
12200         (xmalloc_widget_value, free_menubar_widget_value_tree)
12201         (parse_single_submenu, digest_single_submenu)
12202         (update_submenu_strings): Move to menu.c.
12204 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12206         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12208 2008-06-06  Miles Bader  <miles@gnu.org>
12210         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12211         face, not frame default.
12213 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
12215         * window.c (pop_up_windows, pop_up_frames)
12216         (display_buffer_reuse_frames, Vpop_up_frame_function)
12217         (Vdisplay_buffer_function, Veven_window_heights)
12218         (Vspecial_display_buffer_names, Vspecial_display_regexps)
12219         (Vspecial_display_function, Vsame_window_buffer_names)
12220         (Vsame_window_regexps, split_height_threshold)
12221         (Vsplit_window_preferred_function): Move those vars to window.el.
12222         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12223         (Fdisplay_buffer): Move those functions to window.el.
12224         (syms_of_window): Remove corresponding declarations.
12225         (display_buffer): New function.
12226         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12227         * dispnew.c (Flast_nonminibuf_frame): New function.
12228         * buffer.c (Fpop_to_buffer): Move to window.el.
12230 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12234 2008-06-05  Kenichi Handa  <handa@m17n.org>
12236         * coding.c (detect_coding): Fix previous change.
12237         (detect_coding_system): Likewise.
12239 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12241         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12243         * keymap.c (Vminibuffer_local_filename_must_match_map):
12244         Rename from Vminibuffer_local_must_match_filename_map.
12245         (syms_of_keymap):
12246         * minibuf.c (Fcompleting_read): Adjust accordingly.
12247         * commands.h: Rename declaration as well.
12249 2008-06-05  Kenichi Handa  <handa@m17n.org>
12251         * font.c (Ffont_spec): Don't use font_parse_family_registry for
12252         family name.
12253         (Ffont_put): Likewise.
12255         * fontset.c (fontset_find_font): Call font_open_for_lface with the
12256         current font-spec.
12258         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12259         is unspecified.
12261         * xfaces.c (realize_x_face): If the font-related face attributes
12262         are the same as those of default face, realize a new fontset from
12263         default->fontset.
12264         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12266 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12269         (move_it_in_display_line): New wrapper.
12271         * window.c (window_scroll_pixel_based_preserve_x)
12272         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12273         (window_scroll_pixel_based, window_scroll_line_based):
12274         Use them to preserve column positions.
12275         (syms_of_window): Initialize them.
12277         * indent.c (Fvertical_motion): Extend first arg to allow passing an
12278         (HPOS . VPOS) pair.
12280         * dispextern.h (move_it_in_display_line): Declare.
12282 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
12284         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12285         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
12286         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
12288 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
12290         * window.c (Fset_window_parameter): Doc fix.
12291         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12293 2008-06-04  Joakim Verona  <joakim@verona.se>
12295         * window.h (struct window): Add new member window_parameters.
12297         * window.c (Fwindow_parameters, Fwindow_parameter)
12298         (Fset_window_parameter): New defuns.
12299         (syms_of_window): Defsubr the new defuns.
12300         (make_window): Initialize window_parameters to nil.
12302 2008-06-04  John Paul Wallington  <jpw@pobox.com>
12304         * eval.c (Fdefmacro): Doc fix.
12306 2008-06-04  Kenichi Handa  <handa@m17n.org>
12308         * coding.c (detect_coding): Fix handling of coding->head_ascii.
12309         Be sure to call setup_coding_system when we find a proper coding system.
12310         (detect_coding_system): Fix handling of coding->head_ascii.
12312 2008-06-03  Andreas Schwab  <schwab@suse.de>
12314         * font.c (font_prop_validate_spacing): Fix last change.
12316 2008-06-03  Kenichi Handa  <handa@m17n.org>
12318         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12319         (font_parse_fcname): Fix handling of unknown key.
12321         * xfont.c (xfont_list): Try an alias.
12323         * charset.c (char_charset): Return NULL if the arg charset_list is
12324         specified and C doesn't belong to any of them.
12326 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
12328         * font.c (font_pixel_size): Don't take cdr of an integer.
12330 2008-06-02  Jim Meyering  <meyering@redhat.com>
12332         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12333         * alloc.c (xfree): Return right away for a NULL arg.
12334         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12335         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12336         * mac.c (create_apple_event_from_event_ref): Likewise.
12337         (create_apple_event_from_drag_ref, cfstring_create_normalized):
12338         Likewise.
12339         * doprnt.c (doprnt1): Likewise.
12340         * frame.c (frame): Likewise.
12341         * keyboard.c (wipe_kboard): Likewise.
12342         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12343         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12344         * term.c (tty_default_color_capabilities, maybe_fatal)
12345         (delete_tty): Likewise.
12346         * w16select.c (string): Likewise.
12347         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12348         * w32bdf.c (w32_free_bdf_font): Likewise.
12349         * w32fns.c (w32_unload_font): Likewise.
12350         * w32font.c (w32font_close): Likewise.
12351         * window.c (size_window): Likewise.
12352         * xselect.c (receive_incremental_selection): Likewise.
12353         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12354         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12355         * w32.c (stat): Likewise.
12357         Remove useless if-before-free tests.
12358         * editfns.c (Fset_time_zone_rule): Likewise.
12359         * lread.c (nosuffix): Likewise.
12360         * ralloc.c (get_bloc): Likewise.
12361         * regex.c (reg_free): Likewise.
12362         * xftfont.c (xftfont_open, xftfont_close): Likewise.
12363         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12364         * xsmfns.c (smc_save_yourself_CB): Likewise.
12366 2008-06-02  Kenichi Handa  <handa@m17n.org>
12368         * font.c (font_find_for_lface): Handle float font size.
12369         (font_open_for_lface): Likewise.
12371         * xfaces.c (x_supports_face_attributes_p): Check face->font before
12372         comparing the properties.
12374 2008-06-01  Jason Rumney  <jasonr@gnu.org>
12376         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12377         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12378         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12379         Don't add empty script list.
12380         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12382 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
12384         * Makefile.in (dot, dotdot): Remove, update users.
12385         ".." has been used elsewhere in the file for a long time.
12386         (LIBXT_STATIC): Remove conditional based on unused variable.
12388 2008-06-01  Miles Bader  <miles@gnu.org>
12390         * xfaces.c (Vface_remapping_alist): New variable.
12391         (syms_of_xfaces): Initialize it.
12392         (enum named_merge_point_kind): New type.
12393         (struct named_merge_point): Add `named_merge_point_kind' field.
12394         (push_named_merge_point): Make cycle detection respect different
12395         named-merge-point kinds.
12396         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12397         Remove face-name alias resolution.
12398         (lface_from_face_name): New definition using
12399         `lface_from_face_name_no_resolve'.
12400         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12401         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12402         (get_lface_attributes): New definition that layers face-remapping on
12403         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
12404         (lookup_basic_face): New function.
12405         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12406         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12407         `get_lface_attributes'.
12408         (face_at_buffer_position): Use `lookup_basic_face' to lookup
12409         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
12410         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12412         * xdisp.c (init_iterator): Pass base_face_id through
12413         `lookup_basic_face' when we actually use it as a face-id.
12414         (handle_single_display_prop): Use `lookup_basic_face' to lookup
12415         DEFAULT_FACE_ID.
12417         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12418         lookup the initial face-id.
12420         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12422 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
12424         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12425         (Fremove_text_properties): Fix typos in docstrings.
12427 2008-05-31  Kenichi Handa  <handa@m17n.org>
12429         * font.c (font_list_entities): Fix the car part of data to be
12430         stored in the cache.
12432         * ftfont.c (ftfont_font_format): Don't use strcasestr.
12434 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12436         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12437         Add a `test' argument so another predicate than `equal' can be used.
12438         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12439         (map_char_table): Remove unused vars `c' and `i'.
12440         * lisp.h (Foptimize_char_table): Adjust declaration.
12441         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12443 2008-05-30  Kenichi Handa  <handa@m17n.org>
12445         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12446         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12447         defined.
12449 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12452         (Fmake_variable_frame_local): Disallow mixing buffer-local and
12453         frame-local settings for the same variable.
12455 2008-05-30  Kenichi Handa  <handa@m17n.org>
12457         * fontset.c (Ffont_info): Move to font.c.
12458         (syms_of_fontset): Delete defsubr of Sfont_info.
12460         * font.c (font_style_to_value, font_score): Delete casting of the
12461         args to xstcasecmp.
12462         (register_font_driver): Increment num_font_drivers only when
12463         registering the driver globally.
12464         (Ffont_info): Move from fontset.c.  Handle a font object too.
12465         (syms_of_font): Defsubr Sfont_info.
12467 2008-05-29  Kenichi Handa  <handa@m17n.org>
12469         * coding.h (enum define_coding_utf8_arg_index): New enum.
12470         (enum coding_attr_index): Change coding_attr_utf_16_bom to
12471         coding_attr_utf_bom.
12472         (enum utf_bom_type): Rename from utf_16_bom_type.
12473         (struct utf_16_spec): Adjust for the above change.
12474         (struct coding_system): Add utf_8_bom in `spec' union.
12476         * coding.c (CODING_UTF_8_BOM): New macro.
12477         (enum coding_category): Delete coding_category_utf_8, add
12478         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12479         coding_category_utf_8_sig.
12480         (CATEGORY_MASK_UTF_8): Delete it.
12481         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12482         (CATEGORY_MASK_UTF_8_SIG): New macros.
12483         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12484         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12485         CATEGORY_MASK_UTF_8_SIG.
12486         (CATEGORY_MASK_UTF_8): New macro.
12487         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12488         (detect_coding_utf_8): Check BOM.
12489         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12490         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12491         (encode_coding_utf_16): Likewise.
12492         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
12493         (detect_coding, detect_coding_system): Handle utf-8-auto.
12494         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12495         (syms_of_coding): Fix setting up of Vcoding_category_table.
12497 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12499         * process.c (Faccept_process_output): If `millisec' is non-nil,
12500         `seconds' default to 0.
12501         (wait_reading_process_output): Also return non-nil if we read output
12502         from a non-running process.
12504 2008-05-29  Jason Rumney  <jasonr@gnu.org>
12506         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12507         `raster' specified.
12508         (add_font_entity_to_list): Allow non-opentype truetype fonts back
12509         in the uniscribe backend, but disallow any font that has no
12510         unicode subrange support.
12512 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
12514         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12515         Fix typos in docstrings.
12517 2008-05-29  Kenichi Handa  <handa@m17n.org>
12519         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12520         (Fx_family_fonts): Set frame correctly.
12522 2008-05-28  Jason Rumney  <jasonr@gnu.org>
12524         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12526 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12529         calling build_annotations.
12531 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
12533         * coding.c (Fdecode_coding_region, Fencode_coding_region)
12534         (Fencode_coding_string):
12535         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12536         <latin-extra-code-table>: Fix typos in docstrings.
12537         (syms_of_coding) <coding-system-alist>: Doc fix.
12538         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12540 2008-05-28  Kenichi Handa  <handa@m17n.org>
12542         * fontset.c (Ffont_info): Don't call font_close_object.
12544         * font.c (font_parse_family_registry): Use Ffont_put to validate
12545         foundry and family.
12546         (font_delete_unmatched): Don't check spacing.
12547         (font_list_entities): Add spacing to the spec to list fonts.
12549         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12550         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
12552         * coding.c (encode_coding_raw_text): Fix previous change.
12553         (encode_coding_object): When the dst_object is a buffer and is
12554         different from src_object, move gap to PT.
12556 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12558         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12560 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12562         * coding.c (encode_coding_raw_text): Set coding->produced_char for
12563         all branches.  Compute it differently.
12565         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12567 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
12569         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12570         into "else if () ... else ...".
12572 2008-05-27  Jason Rumney  <jasonr@gnu.org>
12574         * w32font.c (w32font_open_internal): Determine if glyph indices
12575         are likely to work here.
12577 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12579         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12580         draw overlap glyphs with appropriate highlighting.
12582 2008-05-27  Kenichi Handa  <handa@m17n.org>
12584         * xfont.c (xfont_open): Fix calculation of font->average_width.
12586 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12588         * casefiddle.c (casify_object): Try to guess better whether the
12589         argument is a byte or a char.
12591 2008-05-26  Andreas Schwab  <schwab@suse.de>
12593         * xselect.c (x_reply_selection_request): Properly handle format == 32.
12594         Always send multiples of format size.
12596         * xterm.c (x_set_frame_alpha): Fix type mismatch.
12598 2008-05-26  Jason Rumney  <jasonr@gnu.org>
12600         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12601         (compute_metrics): Don't set failure if we just cleared the cache.
12602         (w32_weight_table): Remove unused variable.
12603         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12604         backwards compatibility.
12606 2008-05-25  Kenichi Handa  <handa@m17n.org>
12608         * w32term.c (x_draw_glyph_string):
12609         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12611         * xfaces.c: Delete unused function prototypes.
12612         (xstrlwr, font_frame): Delete them.
12613         (clear_face_cache): Delete unused variable.
12615         * xftfont.c (xftfont_open): Delete unused variable.
12616         If underline_thickness is not 1, adjust underline_position.
12618         * ftxfont.c (ftxfont_open): Delete unused variable.
12620         * fontset.c (face_for_char): Optimize for the case of no charset
12621         property.
12623         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12624         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12625         (otf_open, font_otf_capability, generate_otf_features)
12626         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12627         Comment out by surrounding "#if 0" and "#endif" for the moment.
12628         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12629         (syms_of_font): Codes for accessing above commented out.
12631 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
12633         * w32proc.c: Include dispextern.h.
12635         * w32.c: Include dispextern.h.
12637 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
12639         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12640         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12641         Fix typos in docstrings.
12643 2008-05-23  Jason Rumney  <jasonr@gnu.org>
12645         * xsmfns.c: Remove includes that are already included by config.h.
12647 2008-05-23  Kenichi Handa  <handa@m17n.org>
12649         * charset.c (Qemacs, charset_emacs): New variables.
12650         (char_charset): Fix for non-Unicode characters.
12651         (syms_of_charset): Define charset_emacs.
12653         * w32term.c (x_draw_glyph_string): Be sure to update
12654         s->underline_thickness and s->underline_position.  Be sure to draw
12655         underline within the current line area.
12657         * xterm.c (x_draw_glyph_string): Be sure to update
12658         s->underline_thickness and s->underline_position.  Be sure to draw
12659         underline within the current line area.
12661         * fontset.c: Delete unused variables and add casting for char *
12662         throughout the file.
12663         (fontset_font): Try the fallback fonts of the current fontset
12664         before consulting the default fontset.
12666         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12668         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12670 2008-05-22  Jason Rumney  <jasonr@gnu.org>
12672         * font.c: Don't include strings.h.
12674         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12676         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12677         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12678         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12679         to call xstrcasecmp.
12681         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12683         * fontset.c (fs_query_fontset): Use xstrcasecmp.
12685         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12687         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12689 2008-05-22  Kenichi Handa  <handa@m17n.org>
12691         * puresize.h (BASE_PURESIZE): Increase to 1220000.
12693         * font.c (font_prop_validate_style): Adjust for the format
12694         change of font_style_table.
12696         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12697         two args.
12699         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12700         two args.
12702 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12704         * minibuf.c (keys_of_minibuf): Delete.
12705         * lisp.h (keys_of_minibuf): Delete.
12706         * emacs.c (main): Don't call keys_of_minibuf.
12708 2008-05-22  Kenichi Handa  <handa@m17n.org>
12710         * ftfont.c (ftfont_resolve_generic_family): Rename from
12711         ftfont_list_generic_family.  Return a single family for each
12712         generic family.
12713         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12714         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12715         Call font_add_log.
12716         (ftfont_match): Call font_add_log.
12718         * font.h (Ffont_xlfd_name): EXFUN adjusted.
12719         (FONT_DEBUG): Define it.
12720         (font_add_log): Extern it.
12721         (font_assert): Rename from xassert.
12723         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12724         (xfont_list_family): Call font_add_log.
12725         (xfont_match): Likewise.
12726         (memq_no_quit): Delete.
12728         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12729         call of Ffont_xlfd_name.
12731         * xfaces.c (struct table_entry, slant_table, weight_table)
12732         (swidth_table): Move to font.c.
12734         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
12735         xassert are changed to font_assert.  Delete many unused variables.
12736         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12737         New variables.
12738         (struct table_entry): Move from xfaces.c and modified.
12739         (weight_table, slant_table, width_table): Move from xfaces.c and
12740         contents adjusted for the change of struct table_entry.
12741         (font_style_to_value, font_style_symbolic): Adjust for the
12742         format change of font_style_table.
12743         (font_parse_family_registry): Don't overwrite existing foundry and
12744         family of font_spec.
12745         (font_score): Fix calculation of diff for sizes.
12746         (font_sort_entites): Call font_add_log.
12747         (font_delete_unmatched): Return a newly created list.
12748         (font_list_entities): Fix previous change.  Call font_add_log.
12749         (font_matching_entity, font_open_entity, font_close_entity):
12750         Call font_add_log.
12751         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12752         (Finternal_set_font_style_table): Delete.
12753         (BUILD_STYLE_TABLE): New macro.
12754         (build_style_table): New function.
12755         (Vfont_log, font_log_env_checked): New variables.
12756         (font_add_log): New function.
12757         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12758         Declare Lisp variables "font-weight-table", "font-slant-table",
12759         "font-width-table", and "font-log".  Initialize font_style_table.
12761 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
12763         * xterm.c (x_set_frame_alpha): Move declarations before statements.
12765 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
12766             Ryo Yoshitake  <ryo@shiftmode.net>
12768         * frame.c (Qalpha): Add a new frame parameter `alpha'.
12769         (Vframe_alpha_lower_limit): New variable.
12770         (x_set_alpha): New function.
12772         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12774         * xfns.c (x-create-frame, Qalpha):
12775         Initialize the frame parameter `alpha'.
12776         * xterm.c (OPAQUE, OPACITY): New.
12777         (x_set_frame_alpha): New function.
12778         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12780         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12781         * w32fns.c (w32_frame_parm_handlers): Likewise.
12783 2008-05-20  Jason Rumney  <jasonr@gnu.org>
12785         * w32font.c (add_font_entity_to_list): Don't add non-opentype
12786         truetype fonts to opentype list.
12788 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
12790         * fontset.c (Ffontset_info): Doc fix.
12791         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12792         <ignore-relative-composition>: Fix typos in docstrings.
12794         * font.c (syms-of-font) <font-encoding-alist>:
12795         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12796         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12797         (Ffont_otf_alternates): Doc fixes.
12799 2008-05-20  Kenichi Handa  <handa@m17n.org>
12801         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
12802         font.h through out the file.
12803         (FONT_DRIVERS): Rename from FONTOBJ.
12804         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
12805         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12807         * emacs.c (main): Call syms_of_font unconditionally.
12809         * font.h (find_font_encoding): Extern it.
12811         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12812         fontset.c.
12813         (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
12814         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12815         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12816         only when HAVE_WINDOW_SYSTEM is defined.
12817         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12818         when HAVE_WINDOW_SYSTEM is defined.
12820         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12821         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12823         * xfaces.c: Include font.h unconditionally.
12824         (merge_face_ref, merge_face_vectors)
12825         (Finternal_set_lisp_face_attribute): Cancel the previous change.
12827 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
12830         indirect_variable.
12831         * eval.c (lisp_indirect_variable): New fun.
12832         (Fuser_variable_p): Use it.
12834 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12836         * lisp.h (indirect_variable):
12837         * data.c (indirect_variable, let_shadows_buffer_binding_p):
12838         Use Lisp_Symbol pointers rather than Lisp_Object.
12839         Adjust callers.
12840         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
12841         To this end, change calling-convention.
12843         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
12844         if some non-hidden buffers are selected by string&pred.
12846 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
12848         * process.c (wait_reading_process_output): Always check status
12849         when in batch mode.
12851 2008-05-19  Kenichi Handa  <handa@m17n.org>
12853         * font.c (font_list_entities): Fix handling of cache.
12854         (font_matching_entity): Likewise.
12856         * ftfont.c (cs_iso8859_1): Delete.
12857         (ft_face_cache): New variable.
12858         (struct ftfont_info): New member fc_charset_idx.
12859         (ftfont_build_basic_charsets): Delete.
12860         (fc_charset_table): New variable.
12861         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
12862         . FC_CHARSET_IDX) as :font-entity property in the font entity.
12863         Callers changed.
12864         (ftfont_lookup_cache, ftfont_get_charset): New functions.
12865         (ftfont_spec_pattern): New argument fc_charset_idx.
12866         Check registry more rigidly.  Change callers.
12867         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
12868         change of :font-entity property of the font.
12870         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
12871         property of the font.
12873 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
12875         * coding.c (Fcoding_system_p): Rename argument to match docstring.
12876         (Funencodable_char_position, Fcheck_coding_systems_region)
12877         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
12878         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
12879         (Ffind_operation_coding_system, Fset_coding_system_priority)
12880         (Fcoding_system_eol_type): Doc fixes.
12882 2008-05-17  Glenn Morris  <rgm@gnu.org>
12884         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
12886 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
12888         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
12889         and st_gid.
12891         * frame.c (Fdelete_frame): Don't call font_update_drivers if
12892         HAVE_WINDOW_SYSTEM is not defined.
12894         * xfaces.c (merge_face_ref, merge_face_vectors)
12895         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
12896         HAVE_WINDOW_SYSTEM is defined.
12897         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
12899 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
12903 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12905         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
12907 2008-05-15  Kenichi Handa  <handa@m17n.org>
12909         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
12910         preference.
12912 2008-05-15  Glenn Morris  <rgm@gnu.org>
12914         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
12916 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
12918         * fns.c (init_fns): Don't initialize weak_hash_tables here.
12919         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
12921         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
12923 2008-05-15  Kenichi Handa  <handa@m17n.org>
12925         * ftfont.c (ftfont_list): Downcase family name to check generic
12926         families.
12928         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12929         font-spec for QCfont value.
12931         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12932         buffer.  Check the return value of it.
12934 2008-05-14  Jason Rumney  <jasonr@gnu.org>
12936         * w32term.c (w32_get_glyph_overhangs): Remove.
12937         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12939 2008-05-14  Kenichi Handa  <handa@m17n.org>
12941         * font.c (font_prop_validate): Make nil a valid value.
12942         (font_clear_cache): Check if the cached vector of entities is nil
12943         or not.
12945 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12947         * emacs.c (main_thread): Conditionalize on
12948         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12949         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12951         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12952         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12953         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12955 2008-05-14  Kenichi Handa  <handa@m17n.org>
12957         * coding.c (detect_coding_iso_2022): Ignore a coding category that
12958         has no corresponding coding system.
12960 2008-05-14  Jason Rumney  <jasonr@gnu.org>
12962         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12964         * w32font.h (w32font_open_internal): Update declaration.
12966         * w32font.c (w32font_open_internal): Change last argument from
12967         w32font_info struct to font object.  Fill in font object from
12968         font_entity.  Get Outline metrics if possible.  Use them to
12969         calculate underline position and thickness.  Use xlfd name as name
12970         property.  Don't set codepage.
12971         (w32font_open): Pass font_object to w32font_open_internal.  Don't
12972         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12973         (w32font_draw): Use s->font.
12974         (clear_cached_metrics): Don't clear non-existent blocks.
12976         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12977         font was not found.
12978         (x_draw_glyph_string): Use underline position and thickness from font.
12980         * w32uniscribe.c (uniscribe_open): Pass font_object to
12981         w32font_open_internal.
12983 2008-05-14  Kenichi Handa  <handa@m17n.org>
12985         These changes are to delete all legacy font-handling codes, and
12986         make Emacs use only font-backends.
12988         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
12989         (frame.o, image.o, print.o): Depend on $(FONTSRC).
12991         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
12993         * charset.h (Vcharset_non_preferred_head)
12994         (Vcurrent_iso639_language): Extern them.
12996         * charset.c (Vcharset_non_preferred_head): New variable.
12997         (Vcurrent_iso639_language): New variable.
12998         (syms_of_charset): Declare it as a Lisp variable.
12999         (char_charset): Don't check non preferred charsets.  As a last
13000         resort, return charset_unicode.
13001         (Fset_charset_priority): Update Vcharset_non_preferred_head.
13003         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13004         conditionals.  Don't check enable_font_backend.  Delete all codes
13005         used only when USE_FONT_BACKEND is not defined.
13007         * dispextern.h (struct glyph_string): Change type of `font' to
13008         `struct font *'.
13009         (struct glyph_string): New member underline_position and
13010         underline_thickness.
13011         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13012         (struct face): Change type of `font' to `struct font *'.  Remove
13013         members `font_name', `font_info_id'.
13014         (per_char_metric, encode_char): Delete externs.
13015         (calc_pixel_width_or_height): Adjust the prototype.
13017         * emacs.c (enable_font_backend): Delete extern.
13018         (main): Don't set enable_font_backend.  Don't check the command
13019         line argument "-disable-font-backend".
13021         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13022         (enum font_property_index): New members FONT_DPI_INDEX,
13023         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13024         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13025         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
13026         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13027         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13028         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13029         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13030         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13031         (struct font_spec, struct font_entity): New structs.
13032         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13033         (struct font): Many members from old "struct font_info" moved to
13034         here.  Members font and entity deleted.
13035         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13036         the new font-related objects.
13037         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13038         (CHECK_FONT_GET_OBJECT): Likewise.
13039         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13040         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13041         (struct font_driver): New members case_sensitive anc check.  Type
13042         of the member list and open changed.
13043         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13044         (font_symbolic_width, font_find_object, font_get_spec)
13045         (font_set_lface_from_name): Delete extern.
13046         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13048         * font.c: Include <strings.h>.
13049         (enable_font_backend): Delete it.
13050         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13051         (CHECK_VALIDATE_FONT_SPEC): Delete it.
13052         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13053         (null_string): Delete it.
13054         (null_vector): Make it static.
13055         (font_family_alist): Delete it.
13056         (Qnormal): Extern it.
13057         (QCextra, QClanguage): Delete it.
13058         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13059         (font_make_spec, font_make_entity, font_make_object)
13060         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
13061         the string.  Callers changed.
13062         (font_pixel_size): Adjusted for the format change of font-related
13063         objects.
13064         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13065         (font_style_to_value, font_style_symbolic): New function.
13066         (build_font_family_alist): Delete it.
13067         (font_registry_charsets): Use Fassoc_string instead of
13068         assq_no_quit.
13069         (font_prop_validate_symbol): Don't return null_string.
13070         (font_prop_validate_style): Adjusted for the change of
13071         style-related values in a font vector.
13072         (font_property_table): Delete entries for QClanguage and
13073         QCantialias, add entries for QCavgwidth.
13074         (get_font_prop_index): Delete the 2nd argument FROM.
13075         (font_prop_validate): Arguments changed.
13076         (font_put_extra): Adjusted for the change of font-related objects.
13077         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13078         (font_parse_fcname, font_unparse_fcname)
13079         (font_prepare_composition): Likewise.
13080         (font_parse_family_registry): Renamed from font_merge_old_spec.
13081         (otf_open): Delete the 1st arg entity.
13082         (font_otf_capability): Adjusted for the above change.
13083         (font_score): New arg alternate_families.  Adjusted for the change
13084         of font-related objects.
13085         (font_sort_entites): New arg best_only.
13086         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13087         Delete them.
13088         (font_match_p): Check alternate families.
13089         (font_find_object): Delete it.
13090         (font_check_object): New function.
13091         (font_clear_cache): Adjusted for the change of font-related objects.
13092         (font_delete_unmatched): New arg.
13093         (font_list_entities): Call font_driver->list with a spec that
13094         doesn't specify style-related properties.
13095         (font_matching_entity): Arguments changed.  Caller changed.
13096         (font_open_entity): Adjusted for the change of font-related objects.
13097         (font_close_object, font_has_char, font_encode_char)
13098         (font_get_name, font_get_spec): Likewise.
13099         (font_spec_from_name, font_clear_prop, font_update_lface):
13100         New functions.
13101         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13102         (font_prepare_for_face, font_done_for_face, font_open_by_name)
13103         (font_at): Adjusted for the change of font-related objects.
13104         (font_range): New function.
13105         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13106         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13107         (Fcopy_font_spec, Fmerge_font_spec): New function.
13108         (Ffont_family_list): Renamed from list-families.
13109         (Finternal_set_font_style_table): Arguments changed.
13110         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13111         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13112         change of font-related objects.
13113         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
13115         * fontset.h (struct font_info): Delete it.  Most members go to
13116         struct font.
13117         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13118         (enum FONT_SPEC_INDEX): Delete it.
13119         (font_info, list_fonts_func, load_font_func, query_font_func)
13120         (set_frame_fontset_func, find_ccl_program_func)
13121         (get_font_repertory_func, new_fontset_from_font_name): Delete
13122         externs.
13123         (fontset_from_font_name): Extern it.
13124         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13125         (FONT_INFO_FROM_FACE): Deleted.
13126         (face_for_font): Adjust prototype.
13128         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13129         conditionals.  Don't check enable_font_backend.  Delete all codes
13130         used only when USE_FONT_BACKEND is not defined.
13131         (get_font_info_func, list_font_func, load_font_func)
13132         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13133         (get_font_repertory_func): Delete them.
13134         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13135         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13136         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13137         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13138         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13139         (fontset_compare_rfontdef): New function.
13140         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
13141         rfont-defs by qsort.  Adjusted for the change of font-group vector.
13142         (load_font_get_repertory): Deleted.
13143         (fontset_find_font): Use new macros to ref/set elements of
13144         font-def and rfont-def.
13145         (fontset_font): Fix the timing of remembering that no font for C.
13146         (free_face_fontset): Do nothing if the face has no fontset.
13147         (face_suitable_for_char_p): Use new macros to ref/set elements of
13148         rfont-def.
13149         (face_for_char): Likewise.  Call face_for_char with font_object.
13150         (fs_load_font): Delete.  Delete #pragma surrounding it.
13151         (fs_query_fontset): Use strcasecmp instead of strcmp.
13152         (generate_ascii_font_name): Adjusted for the format change of
13153         font-spec.
13154         (Fset_fontset_font): Likewise.  Use new macros to set elements of
13155         font-def.
13156         (Fnew_fontset): Use font_unparse_xlfd to generate
13157         FONTSET_ASCII (fontset).
13158         (new_fontset_from_font_name): Deleted.
13159         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
13160         a fontset is already created for the font.  FIx updating of
13161         Vfontset_alias_alist.
13162         (fontset_ascii_font): Deleted.
13163         (Ffont_info): Adjusted for the format change of font-spec.
13164         (Finternal_char_font): Likewise.
13165         (Ffontset_info): Likewise.
13166         (syms_of_fontset): Don't check load_font_func.
13168         * fns.c (internal_equal): Handle PREV_FONT.
13170         * frame.h: Delete USE_FONT_BACKEND conditional.
13172         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13173         conditionals.  Don't check enable_font_backend.  Delete all codes
13174         used only when USE_FONT_BACKEND is not defined.
13175         (x_set_font): Call x_new_font, not x_new_fontset2.
13176         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13177         already set for the frame.
13179         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
13180         a font-entity by font_make_entity.  Use font_intern_prop instead
13181         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
13182         font property.  If a font is scalable, set avgwidth property to 0.
13183         Set font-entity property by font_put_extra.
13184         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13185         (ffont_driver): Adjusted for the change of struct font_driver.
13186         (ftfont_spec_pattern): New function.
13187         (ftfont_list): Return a list, not vector.
13188         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13189         (ftfont_list_family): Don't downcase names.
13190         (ftfont_free_entity): Deleted.
13191         (ftfont_open): Return a font-object.  Adjusted for the change of
13192         struct font.  Get underline_thickness and underline_position from
13193         font property.  Don't update dpyinfo->smallest_font_height and
13194         dpyinfo->smallest_char_width.
13195         (ftfont_close): Don't free `struct font'.
13196         (ftfont_has_char): Adjusted for the format change of font-entity.
13197         (ftfont_encode_char, ftfont_text_extents): Likewise.
13199         * ftxfont.c (ftxfont_list): Return a list, not vector.
13200         (ftxfont_open): Return a font-object.  Adjusted for the change of
13201         struct font.  Get underline_thickness and underline_position from
13202         font property.  Don't update dpyinfo->smallest_font_height and
13203         dpyinfo->smallest_char_width.
13204         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13205         (ftxfont_draw): Adjusted for the change of struct font.
13207         * image.c (image_ascent): Don't include "charset.h".  Include
13208         "character.h" and "font.h".
13210         * lisp.h (enum pvec_type): New member PREV_FONT.
13211         (Fassoc_string): EXFUN it.
13213         * print.c: Include font.h.
13214         (print_object): Handle font-related objects.
13216         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13217         conditionals.  Don't check enable_font_backend.  Delete all codes
13218         used only when USE_FONT_BACKEND is not defined.
13219         (handle_auto_composed_prop): Do nothing if it->f is not on a
13220         window system.  Check how many following characters can be
13221         displayed by the same font.
13222         (calc_pixel_width_or_height): Type of the 4th arg is changed to
13223         'struct font *'.
13224         (get_char_face_and_encoding): Assign the whole encoding task to
13225         the `encode-char' method of a font driver.
13226         (fill_composite_glyph_string): Adjusted for the change of `struct
13227         face' and `struct glyph_string'.
13228         (fill_glyph_string): Likewise.
13229         (get_per_char_metric): Arguments changed.
13230         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13231         and `struct glyph_string'.
13232         (produce_stretch_glyph, calc_line_height_property)
13233         (x_produce_glyphs): Likewise.
13235         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13236         conditionals.  Don't check enable_font_backend.  Delete all codes
13237         used only when USE_FONT_BACKEND is not defined.  Use
13238         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13239         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13240         (Qp): Extern them.
13241         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13242         Deleted.
13243         (struct font_name): Deleted.
13244         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13245         (compare_fonts_by_sort_order): New function.
13246         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13247         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13248         Deleted.
13249         (Fx_family_fonts): Use font_list_entities, and sort fonts by
13250         compare_fonts_by_sort_order.
13251         (Fx_font_family_list): Call Ffont_family_list.
13252         (face_numeric_value, face_numeric_weight, face_numeric_slant)
13253         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13254         (face_symbolic_slant, face_symbolic_swidth)
13255         (split_font_name_into_vector, build_font_name_from_vector)
13256         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13257         (font_rescale_ratio, split_font_name, build_font_name)
13258         (free_font_names, sort_fonts, x_face_list_fonts)
13259         (face_font_available_p, sorted_font_list, cmp_font_names)
13260         (font_list_1, concat_font_list, font_list, remove_duplicates):
13261         Deleted.
13262         (Fx_list_fonts): Use Ffont_list.
13263         (LFACE_AVGWIDTH): Deleted.
13264         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
13265         by FONTP.
13266         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13267         (set_lface_from_font_name): Delete it.
13268         (set_lface_from_font): Renamed from
13269         set_lface_from_font_and_fontset.  Caller changed.  Don't set
13270         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
13271         for face.
13272         (merge_face_vectors): Copy font-spec if necessary.
13273         Clear properties of the font-spec if necessary.
13274         (merge_face_ref): Clear properties of the font-spec if necessary.
13275         (Finternal_set_lisp_face_attribute): Likewise.
13276         (set_font_frame_param): Use font_load_for_lface to load a
13277         font-object, and call Fmodify_frame_parameters with it.
13278         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
13279         font name by Ffont_xlfd_name.
13280         (Finternal_lisp_face_attribute_values): Don't check QCweight,
13281         QCslant, and QCwidth.
13282         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13283         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13284         Compare fonts by EQ.
13285         (lookup_non_ascii_face): Deleted.
13286         (face_for_font): The 2nd argument changed.
13287         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13288         Check atomic font properties by case insensitive.
13289         (realize_non_ascii_face): Set face->overstrike correctly.
13290         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
13291         (dump_realized_face): Get font name from
13292         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
13294         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13295         conditionals.  Don't check enable_font_backend.  Delete all codes
13296         used only when USE_FONT_BACKEND is not defined.
13297         (xic_create_xfontset): Original code deleted and renamed from
13298         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
13299         (x_make_gc): Don't set GCFont in GCs.
13300         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13301         opened by "fixed".
13302         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13303         find_ccl_program_func, query_font_func, set_frame_fontset_func,
13304         get_font_repertory_func.
13306         * xfont.c: Include <stdlib.h> and "ccl.h".
13307         (struct xfont_info): New structure.
13308         (xfont_query_font): Deleted.
13309         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13310         moved from xterm.c.
13311         (xfont_driver): Adjusted for the change of struct font_driver.
13312         (compare_font_names): New function.
13313         (xfont_list_pattern): Sort font names case insensitively.  Make
13314         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
13315         (xfont_list): Return a list, not vector.
13316         (xfont_match): If the font doesn't have QCname property, generate
13317         a name from the other font properties.
13318         (xfont_open): Return a font-object.  Adjusted for the change of
13319         struct font.  Get underline_thickness and underline_position from
13320         font property.  Don't update dpyinfo->smallest_font_height and
13321         dpyinfo->smallest_char_width.
13322         (xfont_close): Don't free struct font.
13323         (xfont_prepare_face): Adjusted for the change of struct font.
13324         (xfont_done_face): Deleted.
13325         (xfont_has_char): Adjusted for the change of struct font.
13326         (xfont_encode_char, xfont_draw): Likewise.
13327         (xfont_check): New function.
13329         * xftfont.c (xftfont_list): Adjusted for the change of `list'
13330         callback function.
13331         (xftfont_match): Adjusted for the format change of font-entity.
13332         (xftfont_open): Adjusted for the format change of font-entity and
13333         font-object.  Adjusted for the change of struct font.  Return a
13334         font-object.  Don't update dpyinfo->smallest_font_height and
13335         dpyinfo->smallest_char_width.
13336         (xftfont_close): Block input while calling XftFontClose.
13337         (xftfont_prepare_face): Don't block input while calling
13338         xftfont_get_colors.  Adjusted for the change of struct font.
13339         (xftfont_shape): Return value of error case fixed.
13341         * xrdb.c (x_load_resources): Don't setup a fontset resource.
13343         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13344         conditionals.
13345         (FONT_WIDTH): Return (f)->max_width.
13346         (struct x_display_info): Delete member `font'.
13347         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13348         (x_find_ccl_program, x_get_font_repertory): Delete externs.
13349         (struct x_output): Change type of `font' to `struct font *'.
13351         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13352         conditionals.  Don't check enable_font_backend.  Delete all codes
13353         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
13354         (x_per_char_metric, x_encode_char): Deleted.
13355         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13356         (x_compute_glyph_string_overhangs): Adjusted for the change of
13357         `struct face'.
13358         (x_draw_glyph_string_foreground)
13359         (x_draw_composite_glyph_string_foreground): Likewise.
13360         (x_draw_glyph_string): Likewise.  Use font->underline_position and
13361         font->underline_thickness.
13362         (x_new_font): Renamed from x_new_fontset2.
13363         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13364         (x_check_font): Call `check' method of a font driver.
13365         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13366         (x_query_font, x_get_font_repertory): Deleted.
13367         (x_find_ccl_program): Renamed and moved to xfont.c.
13368         (x_redisplay_interface): Adjusted for the change of `struct
13369         redisplay_interface'.
13371         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13372         conditionals.  Don't check enable_font_backend.  Delete all codes
13373         used only when USE_FONT_BACKEND is not defined.  Surround non-used
13374         code by "#ifdef OLD_FONT" and "endif".
13375         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13377         * w32font.h (struct w32font_info): New member.
13378         (FONT_COMPAT): New macro.
13379         (w32font_open_internal): Prototype adjusted.
13381         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13382         OLD_FONT" and "endif".
13384         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13385         conditionals.  Don't check enable_font_backend.  Delete all codes
13386         used only when USE_FONT_BACKEND is not defined.
13387         (w32font_open): Return a font-object.  Make a font-object by
13388         font_make_object.  Adjusted for the change of struct w32font_info.
13389         (w32font_close): Don't free struct font.  Adjusted for the change
13390         of struct w32font_info.
13391         (w32font_encode_char, w32font_text_extents, w32font_draw):
13392         Adjusted for the change of struct w32font_info.
13393         (w32font_draw): Likewise.
13394         (w32font_list_internal): Return a list, not vector.
13395         (w32font_open_internal): Change the 4th arg to font-object.
13396         Adjusted for the change of struct w32font_info and font-object format.
13397         (add_font_name_to_list): Don't downcase names.
13398         (w32_enumfont_pattern_entity): Make a font-entity by
13399         font_make_entity.  Adjusted for the format change of font-entity.
13400         Use FONT_SET_STYLE to set a style-related font property.  If a
13401         font is scalable, set avgwidth property to 0.  Set font-entity
13402         property by font_put_extra.
13403         (font_matches_spec): Adjusted for the format change of font-entity.
13404         (w32_weight_table, w32_decode_weight): New variables.
13405         (w32_encode_weight): New function.
13406         (fill_in_logfont): Adjusted for the format change of font-spec.
13407         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13408         weight value.
13409         (w32font_driver): Adjusted for the change of struct font_driver.
13411         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13412         conditionals.  Don't check enable_font_backend.  Surround non-used
13413         code by "#ifdef OLD_FONT" and "endif".
13414         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13415         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13417         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13418         conditionals.  Don't check enable_font_backend.  Delete all codes
13419         used only when USE_FONT_BACKEND is not defined.  Surround non-used
13420         code by "#ifdef OLD_FONT" and "endif".
13422         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13423         (uniscribe_open): Return value changed to font-object.
13424         Adjusted for the format change of font-object.
13425         (uniscribe_otf_capability): Adjusted for the change of struct font.
13426         (add_opentype_font_name_to_list): Don't downcase names.
13427         (uniscribe_font_driver): Adjusted for the change of struct
13428         font_driver.
13430 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
13432         * dispnew.c (update_frame_1): Check if tty output is still valid
13433         before flushing it.
13435 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
13437         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13438         to Gtk+ menus.
13440 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13442         * dired.c (file_name_completion): Tweak the code so as to always do it
13443         in a single pass.  Tighten the scope of some variables.
13445         * dired.c (Qdefault_directory): New var.
13446         (file_name_completion): Use it instead of Fexpand_file_name.
13447         (syms_of_dired): Initialize it.
13449 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13451         * fileio.c (double_dollars): Remove dead code.
13453 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
13455         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13456         Mention w32-get-true-file-attributes in doc string.
13458         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13460 2008-05-09  Glenn Morris  <rgm@gnu.org>
13462         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13463         2008-04-23.
13465 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
13467         Support for reporting owner and group of each file on MS-Windows:
13468         * dired.c (stat_uname, stat_gname): New functions, with special
13469         implementation for w32.
13470         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13472         * w32.c: Rename the_passwd_* to dflt_passwd_*.
13473         (dflt_group_name): New static variable.
13474         (dflt_group): Rename from the_group.
13475         (init_user_info): Init dflt_group fields.  Get user's group name
13476         from LookupAccountSid.
13477         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13478         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13479         New initialization states.
13480         (globals_of_w32): Initialize them to zero.  Initialize the default
13481         group name to "None".
13482         (GetFileSecurity_Name): New global var, the name of the function
13483         to call for GetFileSecurity.
13484         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13485         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13486         (get_file_security, get_security_descriptor_owner)
13487         (get_security_descriptor_group, is_valid_sid)
13488         (get_file_security_desc, get_rid, get_name_and_id)
13489         (get_file_owner_and_group): New functions.
13490         (stat): Use get_file_security_desc and get_file_owner_and_group to
13491         report the owner and primary group of each file.  Don't ignore the
13492         high 32 bits of file's size, now that st_size is 64-bit wide.
13493         Fix test when to get true file attributes.
13494         (init_user_info): Use get_rid instead of equivalent inline code.
13495         (fstat): Don't ignore the high 32 bits of file's size.
13497 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
13499         * image.c (png_load): Use correct bit-depth for setting background
13500         color.
13502 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
13504         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13505         epa-hook.elc.
13507 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13509         * font.c (Ffont_match_p): Don't use `iff' in docstring.
13511 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
13513         * macfns.c (Fx_create_frame): Make a copy of frame parameters
13514         because the original parameters are in pure storage now.
13515         (mac_window): Remove unused params.  Update callers.
13517 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13519         * lread.c (substitute_object_recurse): Use lower-level primitives.
13520         Don't signal errors when traversing sub-char-tables.
13521         Don't loop over all the possible characters when traversing char-tables.
13523         * print.c (print_preprocess): Add sub-char-tables to the print-table,
13524         just like we do in print.c.
13526 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13528         * minibuf.c (Ftry_completion): Remove code left over from when we used
13529         scmp instead of Fcompare_strings.
13531 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
13533         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13535 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13537         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13538         Create bitmap context in native byte order.
13540         * macterm.c (XDrawLine)
13541         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13542         context in native byte order.
13544 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13546         * config.in: Regenerate.
13548         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13549         New definitions for Image I/O support.
13550         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13551         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13552         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13553         (mac_data_provider_release_data, image_load_image_io)
13554         [USE_MAC_IMAGE_IO]: New functions.
13555         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13556         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13557         (init_image_func_pointer) [MAC_OSX]: Remove function.
13558         (image_load_quartz2d) [MAC_OSX]: Check availability of
13559         CGImageCreateWithPNGDataProvider at compile time.
13560         Use lowercase `false' for boolean constant.
13561         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13562         Use image_load_image_io.
13563         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13564         Don't check MyCGImageCreateWithPNGDataProvider.
13565         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13566         Don't call init_image_func_pointer.
13568         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13570         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13571         Make variable non-static.
13572         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13573         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13575         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13576         (RED_FROM_ULONG): Mask off higher bits.
13577         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13579         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13580         Include AvailabilityMacros.h.
13581         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13582         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13584 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13586         * chartab.c (Fset_char_table_range): If range is t, really set all
13587         chars to that value.
13589 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
13591         * dired.c (Ffile_attributes): Don't allow the device number become
13592         negative.
13594 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
13596         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13598 2008-05-02  Juri Linkov  <juri@jurta.org>
13600         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13601         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13602         DEFAULT argument as a list of default values in docstrings.
13604 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
13606         * puresize.h (BASE_PURESIZE): Increase to 1210000.
13608 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
13610         * dispnew.c (change_frame_size_1): Preserve small windows when
13611         shrinking frames by calling set_window_height|width with third
13612         arg 2.
13614         * window.h (struct window): Replace field too_small_ok by field
13615         resize_proportionally.
13617         * window.c (make_window): Initialize resize_proportionally.
13618         (enlarge_window): Temporarily set resize_proportionally to make
13619         sure that shrink_windows does scale the window proportionally.
13620         (shrink_windows): When window has resize_proportionally set try
13621         to shrink it proportionally by stealing from other windows.
13622         (struct saved_window, Fset_window_configuration)
13623         (compare_window_configurations): Handle resize_proportionally.
13624         (WINDOW_TOTAL_SIZE): New macro.
13625         (window_min_size, shrink_windows, size_window): Use it.
13626         (check_min_window_sizes): Remove.  Invalid values of
13627         window-min-height|width are handled by window_min_size_2 now.
13628         (size_window, Fsplit_window, enlarge_window)
13629         (adjust_window_trailing_edge, grow_mini_window): Don't call
13630         check_min_window_sizes.
13631         (window_min_size_2, window_min_size_1, window_min_size):
13632         New argument safe_p for retrieving "safe" minimum sizes.
13633         (Fdisplay_buffer, Fsplit_window, enlarge_window)
13634         (adjust_window_trailing_edge, grow_mini_window):
13635         Adjust arguments of window_min_size... functions.
13636         (shrink_windows): Argument min_size removed.  New argument
13637         safe_p allows shrinking windows to their safe minimum sizes.
13638         Calculate minimum size and decide whether a window shall be
13639         deleted for each window individually.
13640         (size_window): When nodelete_p equals 2, tell shrink_windows to
13641         delete windows only if their new minimum size is no more safe.
13642         (shrink_window_lowest_first): Call window_min_size_1 to make
13643         sure to preserve modeline of bottom-most window when resizing
13644         the minibuffer.
13645         (Fset_window_configuration, Fcurrent_window_configuration)
13646         (compare_window_configurations): Do not handle
13647         window-min-height|width any more.
13648         (syms_of_window): Clarify window-min-height|width doc-strings.
13650 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13652         * dired.c (file_name_completion): Fix up the encoding/decoding issue
13653         some more.  Copy some of the code from Ftry_completions.
13654         Remove special case code that dates back to initial revision when the
13655         slash was only added when necessary and that can't trigger nowadays.
13657 2008-04-27  Kenichi Handa  <handa@m17n.org>
13659         * font.c (font_prop_validate): Signal `error' instead of `font'.
13661 2008-04-29  Jason Rumney  <jasonr@gnu.org>
13663         * w32fns.c (Fw32_battery_status): New defun.
13664         (syms_of_w32fns): Defsubr it.
13666 2008-04-28  Andreas Schwab  <schwab@suse.de>
13668         * dired.c (file_name_completion): Fix another mixing of encoded
13669         and decoded names.
13671 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
13673         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13675 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
13677         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13679 2008-04-27  Andreas Schwab  <schwab@suse.de>
13681         * dired.c (file_name_completion): Fix inappropriate mixing of
13682         encoded and decoded names.
13684         * xterm.c (XTread_socket): Fix use of uninitialized variable.
13686         * puresize.h (BASE_PURESIZE): Increase to 1200000.
13688 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
13690         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13691         2008-03-31, it's not needed anymore with `struct stat' definition
13692         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
13693         for the same reasons.
13695 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
13697         * m/sparc.h: Additional redefinitions for GNU/Linux.
13699 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13701         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13702         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13703         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13704         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13705         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13706         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13707         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13708         Likewise.
13710         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13711         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13712         (mac_ax_number_of_characters): Add externs.
13713         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13714         [USE_MAC_TSM]: Likewise.
13715         (mac_handle_text_input_event) [MAC_OSX]:
13716         Handle kEventTextInputOffsetToPos for no active input area case.
13717         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13718         (mac_handle_document_access_event)
13719         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13720         (install_application_handler) [MAC_OSX]: Register handlers for
13721         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13722         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13723         Register mac_handle_document_access_event.
13725         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13726         Make functions non-static.
13728 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13730         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13731         (read_file_name_completion_ignore_case, insert_default_directory)
13732         (Qdefault_directory): Move to minibuffer.el.
13733         (Fread_file_name): Call the new `read-file-name' instead.
13735 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13737         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13738         Make function non-static.
13739         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13740         Remove function.
13741         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13742         Move to mactoolbox.c.
13743         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13745         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13746         (mac_rect_make): New macro.
13748         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13749         instead of float.
13750         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13751         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13752         (XSetBackground) [USE_CG_DRAWING]: Likewise.
13753         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13754         CGRectMake.
13755         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13756         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13757         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13758         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13759         instead of WindowRef in argument type.
13760         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13761         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13762         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13763         instead of DISPLAY.  All uses changed.
13764         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13765         (x_calc_absolute_position): Simplify so as not to use
13766         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13768         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13769         instead of WindowRef in argument type.
13770         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13771         [TARGET_API_MAC_CARBON]: Remove externs.
13772         (create_apple_event, mac_event_parameters_to_lisp)
13773         [TARGET_API_MAC_CARBON]: Add externs.
13775         * mactoolbox.c (Vmac_ts_script_language_on_focus)
13776         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13777         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13778         is clicked.
13779         (x_activate_menubar): Remove extern for saved_menu_event_location.
13780         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13781         Move from mac.c.
13783 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13785         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13786         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13788 2008-04-23  Jason Rumney  <jasonr@gnu.org>
13790         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13791         attributes only for local files.
13793         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13794         default to Qlocal.
13796 2008-04-22  Juri Linkov  <juri@jurta.org>
13798         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13799         read-buffer-to-switch instead of using the letter "B".
13801 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13803         * fileio.c (Qdefault_directory): New variable.
13804         (Fread_file_name): Use it to pass `dir' to the completion functions.
13806 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
13808         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13810 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13812         * keyboard.c (Vpre_help_message): Remove.
13813         (show_help_echo): Remove default C code.
13815         * dired.c (directory_files_internal, file_name_completion):
13816         Only call ENCODE_FILE if the string is indeed decoded.
13818 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13820         * Makefile.in (TOOLKIT_DEFINES): Remove.
13821         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13823 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13825         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13826         (mactoolbox.o): New target.
13828         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
13829         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
13831         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
13832         Use mac_set_frame_window_background instead of XSetWindowBackground.
13833         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
13834         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
13835         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
13836         instead of SetWindowTitleWithCFString.
13837         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
13838         Move function to mactoolbox.c.
13839         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
13840         Use mac_set_window_modified instead of SetWindowModified.
13841         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
13842         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
13843         (Fx_focus_frame): Use mac_front_non_floating_window instead of
13844         FrontNonFloatingWindow.  Use mac_activate_window instead of
13845         ActivateWindow.  Use mac_active_non_floating_window instead of
13846         ActiveNonFloatingWindow.
13847         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
13848         Use mac_show_hourglass and mac_hide_hourglass.
13849         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
13850         instead of GetGlobalMouse.
13851         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
13852         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
13853         Use mac_bring_window_to_front instead of BringToFront.
13854         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
13855         mactoolbox.c.
13856         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
13857         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
13858         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
13859         mactoolbox.c.
13861         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
13862         (XtPointer): Move typedef from macmenu.c.
13863         (enum button_type): Move enum from macmenu.c.
13864         (widget_value): Move typedef from macmenu.c.
13865         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
13866         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13867         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13868         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13869         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13870         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13871         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13872         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
13873         (Selection): Move typedef from macselect.c.
13874         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
13875         macterm.c.
13876         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
13877         (mac_is_window_collapsed, mac_bring_window_to_front)
13878         (mac_send_window_behind, mac_hide_window, mac_show_window)
13879         (mac_collapse_window, mac_front_non_floating_window)
13880         (mac_active_non_floating_window, mac_activate_window)
13881         (mac_move_window_structure, mac_move_window, mac_size_window)
13882         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
13884         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
13885         (enum mac_menu_kind): Move enum to mactoolbox.c.
13886         (min_menu_id): Move variable to mactoolbox.c.
13887         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
13888         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
13889         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13890         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13891         [TARGET_API_MAC_CARBON]: Likewise.
13892         (XtPointer): Move typedef to macgui.h.
13893         (enum button_type): Move enum to macgui.h.
13894         (widget_value): Move typedef to macgui.h.
13895         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13896         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13897         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13898         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13899         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13900         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13901         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
13902         (popup_activated_flag): Make variable non-static.
13903         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
13904         (add_menu_item, fill_menu, dispose_menus):
13905         Move functions to mactoolbox.c.
13906         (restore_show_help_function, menu_target_item_handler)
13907         (install_menu_target_item_handler, mac_handle_dialog_event)
13908         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
13909         [TARGET_API_MAC_CARBON]: Likewise.
13910         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
13911         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13912         (find_and_call_menu_selection, name_is_separator): Make function
13913         non-static.
13914         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
13915         to mactoolbox.c.
13916         (set_frame_menubar): Don't call install_menu_quit_handler.
13917         (menu_item_selection): New variable.
13918         (mac_menu_show): Use create_and_show_popup_menu.
13919         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
13920         selection but set variable menu_item_selection.  All uses changed.
13921         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
13922         Call install_menu_quit_handler.  Move to mactoolbox.c.
13924         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13925         (Selection): Move typedef to macgui.h.
13926         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13927         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13928         Make variables non-static.
13929         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13930         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13931         Make functions non-static.
13932         (Vmac_service_selection) [MAC_OSX]: Likewise.
13933         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13934         (mac_valid_selection_target_p, mac_clear_selection)
13935         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13936         (mac_put_selection_value, mac_selection_has_target_p)
13937         (mac_get_selection_value, mac_get_selection_target_list)
13938         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13939         Move functions to mactoolbox.c.
13940         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13941         Likewise.
13942         (copy_scrap_flavor_data, mac_handle_service_event)
13943         (install_service_handler) [MAC_OSX]: Likewise.
13944         (syms_of_macselect) <Vmac_dnd_known_types>:
13945         Use mac_dnd_default_known_types.
13947         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13948         Move to mactoolbox.c.
13949         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13950         (Fx_selection_owner_p): Add EXFUN.
13951         (install_window_handler, remove_window_handler, XSetWindowBackground):
13952         Remove externs.
13953         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13954         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13955         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13956         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13957         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13958         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13959         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13960         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13961         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13962         (create_and_show_popup_menu, mac_get_selection_from_symbol)
13963         (mac_valid_selection_target_p, mac_clear_selection)
13964         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13965         (mac_put_selection_value, mac_selection_has_target_p)
13966         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13967         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13968         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13969         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13970         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13971         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13972         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13973         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13974         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13976         * mactoolbox.c: New file.
13978 2008-04-18  Jason Rumney  <jasonr@gnu.org>
13980         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
13982 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13984         * character.c (Fmultibyte_char_to_unibyte):
13985         Return latin1 chars unchanged.
13987         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
13988         relocated if it points to `name'.
13990 2008-04-17  Kenichi Handa  <handa@m17n.org>
13992         * data.c (Faset): Allow setting a multibyte character in an
13993         ASCII-only unibyte string.
13995         * lisp.h (STRING_SET_MULTIBYTE): New macro.
13997 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13999         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14000         done in config.h.
14002 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
14004         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14005         (Fchar_direction): Add usage in the docstring.
14007 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
14009         * keyboard.c (read_key_sequence): Remove always-true checks.
14011 2008-04-14  Jason Rumney  <jasonr@gnu.org>
14013         * w32font.c (w32font_open_internal): Set max_bounds.descent in
14014         compatibility struct, for better underline positioning.
14016 2008-04-13  David Hansen  <david.hansen@gmx.net>
14018         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14019         string.
14021 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14023         * m/hp800.h (XUINT, XSET): Remove.
14025 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
14027         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14028         previous change.
14030 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14032         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14033         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14035 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14037         * keymap.h (map_keymap_canonical): Declare.
14038         * xmenu.c (single_keymap_panes): Use it.
14040 2008-04-11  Glenn Morris  <rgm@gnu.org>
14042         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14043         set the target's value to that of the alias.
14045 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14047         * term.c (set_tty_color_mode): Left over typo.
14049 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
14051         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14052         only after check for file name handler functions.  Signal, when
14053         native functionality is not supported.
14054         (syms_of_fileio): Declare it unconditionally.
14056 2008-04-10  Jason Rumney  <jasonr@gnu.org>
14058         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14059         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14061         * w32.c (logon_network_drive): Also logon to remote drives that
14062         are mapped to drive letters.
14064 2008-04-10  Glenn Morris  <rgm@gnu.org>
14066         * xdisp.c (truncate-partial-width-windows): Doc fix.
14068 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14070         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14071         Move functions to minibuffer.el.
14072         (syms_of_fileio): Don't declare them.
14074 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14076         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14077         (syms_of_minibuf): Remove its initialization.
14079         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14081 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14083         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14085 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14087         * makefile.w32-in (distclean): Delete makefile too.
14088         (maintainer-clean): New target.
14090         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14092         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14093         for new font backend and composite cases.
14095 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14097         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14098         Most of the code moved to run_timers.
14099         (do_pending_atimers): Call run_timers.
14100         (run_timers): New function.
14102         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14103         run atimers.
14105         * process.c (wait_reading_process_output): The same as above.
14107 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14109         * minibuf.c (last_exact_completion): Remove variable.
14110         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14111         (complete_and_exit_1, complete_and_exit_2)
14112         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14113         (Fdisplay_completion_list, display_completion_list_1)
14114         (Fminibuffer_completion_help, Fself_insert_and_exit)
14115         (Fexit_minibuffer, Fminibuffer_message): Move functions to
14116         minibuffer.el.
14117         (syms_of_minibuf): Remove corresponding initializations.
14119         * keyboard.c (Qdeactivate_mark): New var.
14120         (command_loop_1): Use it to call `deactivate-mark'.
14121         (syms_of_keyboard): Initialize it.
14123         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14124         to another frame.
14125         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14126         Don't call set_tty_color_mode.
14127         (store_frame_param): Reset previous_frame rather than call
14128         set_tty_color_mode.
14129         * term.c (set_tty_color_mode): Rewrite.
14130         * dispextern.h (set_tty_color_mode): New type.
14131         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14133 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14135         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14136         for generic chars, which do not exist any more in emacs-unicode.
14138 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14140         * coding.c (detect_coding_emacs_mule)
14141         (Ffind_operation_coding_system): Fix typo.
14143 2008-04-08  Jason Rumney  <jasonr@gnu.org>
14145         * w32uniscribe.c (SNAME): Extract only symbol name.
14147         * w32font.h (struct w32_metric_cache): New struct.
14148         (w32font_info): Use it.
14149         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14150         (CACHE_BLOCKSIZE): New constants.
14152         * w32font.c (Qja, Qko, Qzh): New symbols.
14153         (syms_of_w32font): Initialise them.
14154         (font_matches_spec): Use them to filter by language.
14155         (recompute_cached_metrics): Remove function.
14156         (compute_metrics, clear_cached_metrics): New functions.
14157         (w32font_encode_char): Use them to manage metric cache.
14158         (w32font_text_extents): Cache metrics for all glyphs on demand.
14159         Delay converting glyph indices to WORD until needed.
14160         (w32font_open_internal): Initialize metric cache to empty.
14161         (registry_to_w32_charset): Charset should always be a symbol.
14162         (fill_in_logfont, list_all_matching_fonts): Family should
14163         always be a symbol.
14165 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14167         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14168         Give up if glyph indices not supported.  Use uniscribe obtained
14169         ABC widths for individual metrics.  Map glyph clusters back to
14170         characters using fClusterStart flag.  Return number of glyphs
14171         produced, not chars processed.
14172         (uniscribe_shape): Map char at FROM to current glyph.
14174 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14176         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14177         Use SetMenuItemHierarchicalMenu.
14179 2008-04-05  Jason Rumney  <jasonr@gnu.org>
14181         * image.c (pbm_load): Allow color values up to 65535.
14182         Throw an error if max_color_idx is outside the supported range.
14183         Report an error when image size is invalid.
14184         Read two bytes at a time when raw images have max_color_idx above 255.
14186 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
14188         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14189         append "CCL: Quitted" when the CCL program is quitted.
14190         (setup_ccl_program): Initialize ccl->quit_silently to zero.
14192         * ccl.h (struct ccl_program): New member quit_silently.
14194 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14196         * search.c (compile_pattern_1): Treat non-nil and non-string of
14197         search-spaces-regexp as nil.
14199         * minibuf.c (Fassoc_string): Tweak docstring.
14201 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
14203         * dired.c (Ffile_attributes): Support inode numbers wider than 32
14204         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
14205         2008-03-14 to force inode be positive.
14207         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14208         _S_* ones, since we now use our own sys/stat.h.
14209         (stat, fstat): Don't mangle the inode number.
14210         (init_user_info): Don't restrict UID and GID to 0-60000 range.
14212 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14214         * frame.h (struct frame): Give one more bit to `visible' since we use
14215         values larger than 1 to indicate obscured frames on ttys.
14217         * keymap.c (Qkeymap_canonicalize): New var.
14218         (Fmap_keymap_internal): New fun.
14219         (describe_map): Use keymap-canonicalize.
14221         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14222         (Fundo_boundary): Set them.
14223         (syms_of_undo): Initialize them.
14224         (record_point): Use them instead of last_point_position*.
14225         (last_undo_buffer): Change type.
14227 2008-04-04  Jason Rumney  <jasonr@gnu.org>
14229         * w32font.c (w32font_text_extents): Use font's ascent and descent.
14230         (recompute_cached_metrics): Don't set ascent and descent per char.
14232         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14233         (uniscribe_check_otf): Add GC protection before consing.
14234         Rearrange loop for counting features.
14236 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14238         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14239         buffer with byte-size of source buffer.
14241 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
14243         * callint.c (Fcall_interactively): Handle temporary region even
14244         when shift-select-mode is off.
14246 2008-04-03  Jason Rumney  <jasonr@gnu.org>
14248         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14250 2008-04-03  Kenichi Handa  <handa@m17n.org>
14252         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14253         (CATEGORY_MASK_UTF_16): Likewise.
14254         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14255         binary file.
14256         (detect_coding): Add null-byte detection for a binary file.
14257         (detect_coding_system): Likewise.
14259 2008-04-03  Jason Rumney  <jasonr@gnu.org>
14261         * w32uniscribe.c: New file.
14263         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14265         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14267         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14268         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14269         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14270         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14271         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14272         (Qphonetic): New symbols.
14273         (syms_of_w32font): Initialize them.
14274         (font_supported_scripts): Use them.
14275         (w32font_list_family): List all charsets.
14276         (w32font_text_extents, recompute_cached_metrics): Fix metric
14277         calculations.
14278         (w32_enumfont_pattern_entity): Make full_type a DWORD.
14279         Give opentype fonts their own format.
14280         (font_matches_spec): New arguments backend and logfont.
14281         Handle :otf spec for uniscribe backend.
14282         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14283         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14285         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14286         font backend.
14287         (globals_of_w32fns): Initialize uniscribe font backend.
14289         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
14290         dependencies.
14291         (w32uniscribe.$(O)): New file to build.
14292         (FONT_OBJ): Include w32uniscribe.$(O).
14293         (LIBS): Add uniscribe libraries.
14295         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14297 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
14299         * callint.c (Vshift_select_mode): New var.
14300         (Finteractive): Document new ^ spec.
14301         (Fcall_interactively): Call handle-shift-selection if the ^ spec
14302         is present.
14304         * keyboard.c (Vthis_command_keys_shift_translated): New var.
14305         (command_loop_1): Avoid running the direct display versions of
14306         forward-char and backward-char if shift-selection may occur.
14307         (read_key_sequence): Set Vthis_command_keys_shift_translated if
14308         shift-translation takes place.
14310         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14311         avoid clobbering by define-minor-mode.
14313         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14314         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14316         * syntax.c (Fforward_word): Add ^ interactive spec.
14318         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14319         (Fscroll_right): Add ^ interactive spec.
14321 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14323         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14325         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14327         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14329 2008-03-31  Juri Linkov  <juri@jurta.org>
14331         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14333 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
14335         * gtkutil.c (xg_set_geometry): Fix indentation.
14336         (xg_resize_outer_widget): Remove.
14337         (x_wm_size_hint_off): Fix indentation.
14338         (xg_frame_set_char_size): Call flush_and_sync after
14339         gtk_window_resize.
14340         (x_wm_set_size_hint): Pass NULL as geometry window to
14341         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14342         Add menu bar and tool bar height to base height.
14343         (xg_update_frame_menubar, free_frame_menubar)
14344         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14345         (update_frame_tool_bar, free_frame_tool_bar):
14346         Change xg_resize_outer_widget to xg_frame_set_char_size.
14348 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
14350         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14351         (Fdbus_call_method): New parameter TIMEOUT.
14352         (dbus-send-signal): Optimize UNGCPRO call.
14354 2008-03-29  Juri Linkov  <juri@jurta.org>
14356         * window.c (Fdisplay_buffer): Move call to
14357         Vsplit_window_preferred_function out of conditions that check
14358         if window is eligible for vertical splitting.
14359         When Vsplit_window_preferred_function is non-nil, call it and use
14360         its non-nil return value as window.  Otherwise, continue doing
14361         vertical splitting using Fsplit_window with arg horflag=nil.
14362         (syms_of_window) <Vsplit_window_preferred_function>: Change the
14363         default value from `split-window' to nil.
14365 2008-03-29  Juri Linkov  <juri@jurta.org>
14367         * callint.c (Fcall_interactively): Revert 2008-03-16 change
14368         for interactive code letters 'b' and 'B'.
14370 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
14372         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14373         multibyte string.
14375 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14377         * keyboard.c (pending_funcalls): New var.
14378         (timer_check): Run it.
14379         (syms_of_keyboard): Initialize it.
14380         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14381         (Vdelete_terminal_functions): New vars.
14382         (syms_of_terminal): Initialize them.
14383         (Fdelete_terminal): Run delete-terminal-functions.
14384         * xdisp.c (safe_eval): Rewrite.
14385         (safe_call2): New fun.
14386         * frame.c (Qdelete_frame_functions): New var.
14387         (syms_of_frame): Initialize it.
14388         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14389         * lisp.h (safe_call2, pending_funcalls): Declare.
14391 2008-03-28  Andreas Schwab  <schwab@suse.de>
14393         * indent.c (Fmove_to_column): Move declaration before statements.
14395 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14397         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
14398         (struct frame): Use bit fields for boolean vars.
14400         * process.c (server_accept_connection): Simplify naming.
14401         (emacs_get_tty_pgrp): Use SDATA.
14403         * coding.c (decode_coding_object): Fix last change.
14405 2008-03-27  Jason Rumney  <jasonr@gnu.org>
14407         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14409 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
14411         * charset.c (Fdefine_charset_internal): Change the way of
14412         registering charsets in Vcharset_order_list.
14413         (syms_of_charset): Make the charset `eight-bit' supplementary.
14415 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
14417         * regex.c (EXTEND_BUFFER): Change order of pointer addition
14418         operations, to avoid having the difference between pointers
14419         overflow.
14421 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14423         * indent.c (check_display_width): New fun.
14424         (scan_for_column): Use it.
14426         * data.c (syms_of_data): Mark most-positive-fixnum and
14427         most-negative-fixnum as constants.
14429         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14431         * indent.c (scan_for_column): Extract from current_column_1.
14432         Merge with the same code from Fmove_to_column.
14433         (current_column_1, Fmove_to_column): Use it.
14435 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14437         * keymap.c (map_keymap_internal): New fun.
14438         (map_keymap): Use it.
14439         (Fmap_keymap_internal): New fun.
14440         (Fmap_keymap): Remove left-out test from before make_save_value.
14442         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14444         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14445         Use XCAR/XCDR.
14447         * process.h (struct Lisp_Process): Remove filter_multibyte.
14448         * process.c (QCfilter_multibyte): Remove.
14449         (setup_process_coding_systems): Don't use filter_multibyte.
14450         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14451         (read_process_output): Don't adjust multibyteness to filter_multibyte.
14452         (Fset_process_filter_multibyte): Change the coding-system to
14453         approximate the previous behavior.
14454         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14455         coding-system.
14457         * coding.c (decode_coding_object): When not decoding into a buffer,
14458         obey the coding system's preference of (uni|multi)byte.
14460 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14462         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14463         every char is changed and has a different byte-length.
14464         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14465         Fix int -> EMACS_INT.
14467 2008-03-23  David Hansen  <david.hansen@gmx.net>
14469         * dbusbind.c (xd_read_message): Remove extra copying of message
14470         strings.  Check for NULL `interface' or `member'.
14472 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
14474         * w32.c (readdir): If FindFirstFile/FindNextFile return in
14475         cFileName a file name that includes `?' characters, use the 8+3
14476         alias in cAlternateFileName instead.
14478 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14480         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14482 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14485         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
14486         work on current_buffer only instead (that was already the case
14487         for some of the code anyway).
14488         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14489         (temp_set_point, temp_set_point_both): Use EMACS_INT.
14490         (SET_PT, SET_PT_BOTH): Adjust.
14491         * intervals.h (set_point, temp_set_point, set_point_both)
14492         (temp_set_point_both): Remove redundant declarations.
14494 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14496         * fileio.c (Finsert_file_contents):
14497         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14498         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
14499         when buffer != current_buffer anyway.
14501 2008-03-20  Andreas Schwab  <schwab@suse.de>
14503         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14504         as default.
14506 2008-03-19  Jason Rumney  <jasonr@gnu.org>
14508         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14509         (syms_of_w32fns): Initialize them.
14510         (HOURGLASS_ID): New constant.
14511         (x_window_to_frame): Don't check hourglass_window.
14512         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14513         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14514         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14515         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14516         Only change the cursor if hourglass is not active.
14517         (Fx_create_frame): Initialize frame's current_cursor.
14518         (hourglass_atimer): Remove.
14519         (hourglass_started): New function.
14520         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14521         (show_hourglass): Adapt to w32, changing argument to frame.
14523         * w32term.h (struct w32_output): Remove hourglass_window.
14524         Add current_cursor.
14526         * eval.c (call_debugger, Fsignal):
14527         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14528         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14529         (Fexecute_extended_command, cancel_hourglass_unwind):
14530         * minibuf.c (read_minibuf):
14531         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14533 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14535         * window.c (run_funs): New fun.
14536         (run_window_configuration_change_hook): Use it to run the buffer-local
14537         and the global part of the hook.
14539         * xdisp.c (format_mode_line_unwind_data): Add window argument.
14540         (unwind_format_mode_line): Restore selected window.
14541         (x_consider_frame_title, Fformat_mode_line): Set selected window.
14543 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14545         * editfns.c (Fchar_equal): Check they are valid characters.
14547         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14549 2008-03-17  Andreas Schwab  <schwab@suse.de>
14551         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14552         against a charset.
14554         * lisp.h (Fbuffer_list): Declare.
14556 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
14558         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14559         handlebox_widget is != 0.
14561 2008-03-16  Juri Linkov  <juri@jurta.org>
14563         * callint.c (Fcall_interactively): For interactive code letters
14564         'b' and 'B' put the buffer list into the list of default "future"
14565         values of the minibuffer.
14567 2008-03-16  Andreas Schwab  <schwab@suse.de>
14569         * keyboard.c (read_key_sequence): Fix downcasing of letters with
14570         modifiers.
14572         * regex.c (re_match_2_internal): Correct matching of a charset
14573         against latin-1 characters.
14575 2008-03-16  Kenichi Handa  <handa@m17n.org>
14577         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14578         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14579         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14580         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14581         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14582         CHAR_STRING_ADVANCE.
14583         (produce_chars): Fix for the case that the source and the
14584         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
14585         instead of CHAR_STRING_ADVANCE.
14586         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14587         STRING_CHAR_ADVANCE.
14589 2008-03-15  Andreas Schwab  <schwab@suse.de>
14591         * regex.c (re_match_2_internal): Correct matching of eight bit
14592         characters in unibyte strings.
14594 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
14596         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14597         at end of range when it coincides with the end of the buffer.
14599 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
14601         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14603         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14605 2008-03-14  Jason Rumney  <jasonr@gnu.org>
14607         * editfns.c (initial_tz): New variable.
14608         (syms_of_editfns): Initialize it.
14609         (Fset_time_zone_rule): Set it when first called.
14610         Use it when TZSTRING is nil.
14612         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14613         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14614         (monitor_from_point_fn, get_monitor_info_fn): New globals.
14615         (globals_of_w32fns): Initialize them.
14616         (compute_tip_xy): Use them to position tooltips.
14618 2008-03-14  Glenn Morris  <rgm@gnu.org>
14620         * emacs.c (main): Revert previous change.
14621         (standard_args): Revert -internal-script back to -scriptload,
14622         and remove the long-option form.
14624 2008-03-13  Glenn Morris  <rgm@gnu.org>
14626         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14627         Remove option -enable-font-backend.
14629 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14631         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14633 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
14635         * xterm.c (x_connection_closed): For GTK: If this is the last
14636         terminal just exit without closing the display.
14638 2008-03-11  Jason Rumney  <jasonr@gnu.org>
14640         * w32font.c (w32font_full_name): Use floor to round.
14642 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
14644         * sound.c (alsa_configure): Declare vol at beginning of block.
14646         * fontset.c (Ffontset_info): Remove extra semicolon.
14648 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14650         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14651         size of resulting string.
14653 2008-03-10  Jason Rumney  <jasonr@gnu.org>
14655         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14657 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14659         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14660         Don't pretend as if characters with display property haven't been
14661         consumed for string-replacing-string case.
14663 2008-03-08  Kim F. Storm  <storm@cua.dk>
14665         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14666         (get_next_display_element, next_element_from_string)
14667         (next_element_from_ellipsis, next_element_from_buffer): Use it.
14669 2008-03-08  Andreas Schwab  <schwab@suse.de>
14671         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14673 2008-03-06  Jason Rumney  <jasonr@gnu.org>
14675         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
14676         when charset not specified.  Only translate ANSI to unicode when
14677         font_type is truetype.
14678         (w32font_coverage_ok): New function.
14679         (add_font_entity_to_list): Use it to filter unsuitable fonts.
14681 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14683         * lread.c (Fread_char): Resolve modifiers.
14684         (Fread_char_exclusive): Likewise.
14686         * character.c (char_resolve_modifier_mask): New function.
14687         (char_string): Use char_resolve_modifier_mask.
14688         (Fchar_resolve_modifiers): New function.
14689         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14690         function.
14692 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14694         * makefile.w32-in: Always include w32font.c in the build.
14695         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14697 2008-03-04  Andreas Schwab  <schwab@suse.de>
14699         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14700         (versionclean): Likewise.
14702 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
14704         * .cvsignore: Add oo.
14706 2008-03-03  Andreas Schwab  <schwab@suse.de>
14708         * coding.c (decode_coding_object): Inhibit gap shrinking while
14709         decoding in place.
14711 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14713         * w32term.c: Remove unused include "gnu.h".
14714         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14716         * gnu.h: Rename to ...
14717         * emacs-icon.h: ... this.
14718         * xterm.c: Use emacs-icon.h instead of gnu.h.
14719         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14721 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14723         * w32font.c: Include math.h.
14725 2008-03-03  Jason Rumney  <jasonr@gnu.org>
14727         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14728         Compute options separately.
14729         (w32font_open_internal): Set glyph_idx before caching metrics.
14731         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14732         Define if system headers don't.
14733         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
14734         (w32font_encode_char): Don't declare here.
14736         * w32font.c (Quniscribe, QCformat): New symbols.
14737         (syms_of_w32font): Define them.
14738         (w32font_has_char): Indicate uncertainty.
14739         (w32font_encode_char): Encode as glyph point.  Make static.
14740         (recompute_cached_metrics): New function.
14741         (w32font_open_internal): Use it.  Set font to use glyph points
14742         initially.  Set format based on type of font.
14743         (w32font_text_extents, w32font_draw): Optionally use glyph points.
14744         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
14745         on it.  Set format based on information available here.
14746         (add_font_entity_to_list): Identify backend based on opentype_only.
14748 2008-03-02  Andreas Schwab  <schwab@suse.de>
14750         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14752         * coding.c (decode_coding_big5, produce_chars):
14753         Fix typos in last change.
14755 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
14757         * gnu.h: New icon.
14759 2008-03-02  Kenichi Handa  <handa@m17n.org>
14761         * coding.c (decode_coding_utf_8): When eol-type of CODING is
14762         `dos', don't decode '\r' if that is the last in the source.
14763         (decode_coding_utf_16, decode_coding_emacs_mule)
14764         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14765         (decode_coding_raw_text, decode_coding_charset): Likewise.
14766         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
14768 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14770         * w32font.c (w32font_full_name): Report point size for scalable fonts.
14772 2008-03-01  Kim F. Storm  <storm@cua.dk>
14774         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14776 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14778         * w32font.c (w32font_full_name): New function.
14779         (w32font_open_internal): Use it.
14781 2008-03-01  Kim F. Storm  <storm@cua.dk>
14783         * dispnew.c (line_draw_cost): Fix invalid glyph check.
14785 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14787         * font.c (font_unparse_fcname): Increase len when style is a symbol.
14789 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
14791         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14792         xg_frame_resized when the event is for the edit widget.
14794         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14796         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14797         set_char_size.
14798         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
14799         operations on widgets here.  Just set frame size if needed.
14800         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14801         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14802         (x_wm_set_size_hint): Set size hints on the edit widget only, not
14803         the whole frame.
14804         (xg_create_tool_bar): Move attachment of the tool bar to
14805         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
14806         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14808 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14810         * w32fns.c (w32_msg_pump): Disable debug code.
14812 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14814         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14816 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
14818         * xdisp.c (next_overlay_string): Don't set
14819         overlay_strings_at_end_processed_p if we're currently reading from
14820         a display string.
14822 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14824         * xdisp.c (get_overlay_strings_1): Fix typo.
14826 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
14828         * xdisp.c (get_overlay_strings_1): Add missing argument type.
14830 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
14832         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
14834         * xdisp.c (display_mode_element): Cancel the previous change.
14835         (decode_mode_spec): Likewise.
14836         (handle_auto_composed_prop): Don't make composition if it->string
14837         is a string.
14839 2008-02-27  Kim F. Storm  <storm@cua.dk>
14841         * lisp.h (GLYPH): Change type from int to struct with separate char
14842         and face_id members.
14843         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
14844         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
14845         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
14846         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
14847         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
14848         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
14849         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
14850         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
14851         handle new Lisp glyph code encoding, either an integer or a cons.
14853         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
14854         (GLYPH_ALIAS): Delete.
14855         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
14856         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
14857         (GLYPH_FROM_CHAR): Replace macro by ...
14858         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
14860         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
14861         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
14862         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
14863         (GLYPH_INVALID_P): New macro.
14864         (spec_glyph_lookup_face): Update prototype.
14866         * dispnew.c (line_draw_cost): Adapt to new glyph type.
14867         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
14868         new glyph code encoding.
14869         (spec_glyph_lookup_face): No return value; update passed glyph instead.
14870         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
14872         * xdisp.c (get_next_display_element, next_element_from_display_vector):
14873         Adapt to new glyph type and new glyph code encoding.
14875         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
14877         * indent.c (current_column, current_column_1, Fmove_to_column)
14878         (compute_motion): Adapt to new glyph code encoding.
14880         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
14882 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
14884         * process.c (wait_reading_process_output): Check for window
14885         changes caused by timers.
14886         Suggested by Johan Bockgård.
14888 2008-02-27  Glenn Morris  <rgm@gnu.org>
14890         * emacs.c (USAGE1): Add `--disable-font-backend'.
14892 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14894         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
14895         is made to the buffer.
14897 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14899         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
14900         (face_at_string_position):
14901         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
14902         (face_at_string_position):
14903         * xdisp.c (display_string, next_overlay_change):
14904         * buffer.h (overlays_at):
14905         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
14906         Update callers.
14908 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
14910         * editfns.c (Fformat): Doc fix.
14912 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
14914         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
14915         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
14916         (Ffont_otf_alternates, Fquery_font): Doc fixes.
14918 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14920         * buffer.c (Fbuffer_swap_text): New function.
14921         (syms_of_buffer): Defsubr it.
14923 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
14925         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14927 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14929         * w32font.c (w32font_draw): Draw one character at a time when padding.
14931 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14933         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14934         Handle a nil arg.  Use run_window_configuration_change_hook.
14935         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14936         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14937         Use run_window_configuration_change_hook.
14939 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14941         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14942         1-pixel width.
14944 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14946         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14947         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14948         if the glyph in the font is zero pixel with.
14950         * dispextern.h (struct glyph_string): New member padding_p.
14952         * w32font.c (w32font_draw): Pay attention to s->padding_p.
14954         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14956         * xfont.c (xfont_draw): Pay attention to s->padding_p.
14958         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14960         * font.c: If the font driver doesn't have `shape' function, return Qnil.
14962 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14964         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14966 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         Allow fine-grained image-cache flushing.
14969         * dispextern.h (struct image): Add `dependencies' field.
14970         (clear_image_caches): Change arg to Lisp_Object.
14971         * image.c (make_image): Initialize `dependencies' field.
14972         (clear_image_cache): Change arg to allow fine-grained flushing.
14973         Perform the flush even if image-cache-eviction-delay is nil.
14974         (clear_image_caches): Change arg to Lisp_Object.
14975         (Fclear_image_cache): Expand meaning of the argument.
14976         (mark_image): Mark `dependencies' field.
14977         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14978         (lface_hash): Use XHASH rather than XFASTINT.
14979         (face_at_buffer_position): Fix int -> EMACS_INT position.
14980         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
14981         (select_frame_for_redisplay): Remove code duplication.
14982         (redisplay_internal): Adapt arg to call to clear_image_caches.
14984 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14986         * s/vms4-0.h:
14987         * s/vms4-2.h:
14988         * s/vms4-4.h:
14989         * s/vms5-5.h: Remove, unused.
14991         * s/irix5-2.h:
14992         * s/irix6-0.h:
14993         * s/riscos5.h:
14994         * s/mach-bsd4-3.h:
14995         * m/mips4.h: Remove files for obsolete systems.
14997         * Makefile.in:
14998         * filelock.c:
14999         * unexmips.c:
15000         * m/hp9000s300.h:
15001         * m/iris4d.h:
15002         * s/aix3-1.h:
15003         * s/hpux.h:
15004         * s/msdos.h:
15005         * s/usg5-0.h:
15006         * s/usg5-2-2.h:
15007         * s/usg5-2.h:
15008         * s/usg5-3.h: Remove references to obsolete variables.
15010         * s/irix5-0.h: Remove, move all the contents ...
15011         * s/irix6-5.h: ... here.  Simplify.
15012         * config.in: Regenerate.
15014 2008-02-24  Jason Rumney  <jasonr@gnu.org>
15016         * w32term.c (x_draw_glyph_string_background): Clear the background
15017         manually when cleartype is in use.
15018         (x_draw_glyph_string_foreground): Draw text transparently when
15019         cleartype is in use.
15021         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15022         a font into it unless we have to.
15024 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15026         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
15027         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
15029 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15031         * w32fns.c (Fw32_shell_execute): Encode parameters.
15033 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
15035         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15037 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
15039         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15041 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
15043         * xterm.c (x_set_offset): Don't change the gravity if
15044         CHANGE_GRAVITY is -1.
15046 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
15048         * fileio.c (auto_save_error_occurred): New var.
15049         (auto_save_error): Set it.
15050         (Fdo_auto_save): Don't overwrite the error message if an auto-save
15051         error occurred.
15053 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
15055         * w32.c (globals_of_w32): Add initializations for
15056         g_b_init_get_sid_sub_authority and
15057         g_b_init_get_sid_sub_authority_count.
15059 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15061         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15062         (font_parse_xlfd): Use them for sanity check.
15063         (Finternal_set_font_style_table): Make sure the table is bijective.
15065         Consolidate the image_cache to the terminal struct.
15066         * termhooks.h (P_): Remove redundant def.
15067         (struct terminal): New field `image_cache'.
15068         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
15069         of FRAME_X_IMAGE_CACHE.
15070         * xterm.h (struct x_display_info): Remove image_cache field.
15071         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
15072         * w32term.h (struct w32_display_info): Remove image_cache field.
15073         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
15074         * macterm.h (struct mac_display_info): Remove image_cache field.
15075         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
15076         * xterm.c (x_term_init):
15077         * w32term.c (w32_term_init):
15078         * macterm.c (mac_term_init): Set the image_cache in the terminal.
15079         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15080         Remove declarations.
15081         (clear_image_caches, mark_image_cache): New declarations.
15082         * xfaces.c (clear_face_cache):
15083         * xdisp.c (redisplay_internal): Use clear_image_caches.
15084         * image.c (clear_image_cache): Don't check that a frame is on
15085         a window-system before checking if it shares the same cache.
15086         (clear_image_caches): New function.
15087         (Fclear_image_cache): Use it.
15088         (mark_image): Move from allo.c.
15089         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15090         * alloc.c (mark_image, mark_image_cache): Move to image.c.
15091         (mark_object): Don't call mark_image_cache for frames.
15092         (mark_terminals): Call mark_image_cache.
15094         * lisp.h (Fdelete_terminal): Declare.
15096         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15097         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15098         wrong_type_argument.
15100 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15102         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15103         malayalam.el, and tamil.el.  Add sinhala.el.
15105 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15107         * xterm.c (x_connection_closed): Consolidate identical tests.
15108         (x_delete_terminal): Don't crash if called via x_connection_closed.
15110 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15112         * xdisp.c (decode_mode_spec): New arg string.
15113         (display_mode_element): Adjust for the above change.
15115 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15117         * callint.c (Fcall_interactively): Use AREF.
15119 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15123 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
15125         * xfns.c (Fx_show_tip): Set string to " " if empty.
15127 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15129         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15130         with Qt.
15132 2008-02-17  Kenichi Handa  <handa@m17n.org>
15134         * ftfont.c (ftfont_shape): Return Lispy number.
15136         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15137         for GCs.
15138         (Finternal_set_font_selection_order): Call font_update_sort_order
15139         only when enable_font_backend is set.
15140         (realize_x_face): Set face->font_info to that of default face only
15141         when enable_font_backend is set.
15143         * xdisp.c (handle_composition_prop): Set it->c to the fist
15144         character of the composed region.
15145         (fill_composite_glyph_string): Set base_face->font_info to
15146         s->font_info.  Get a face for ascii from base_face->ascii_face.
15147         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15148         with a face already decided.
15149         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15150         non-negative.
15151         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15152         call font_prepare_composition unconditionally.
15154         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15156         * xterm.h (struct x_display_info): New member font.
15158         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15159         (x_set_mouse_face_gc, x_new_font): Likewise.
15160         (x_term_init): Setup display_info->font.
15161         (x_delete_terminal): Free display_info->font.
15163         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15165         * ftxfont.c (ftxfont_default_fid): Delete it.
15166         (ftxfont_open): Set xfont->fid to 0.
15167         (ftxfont_end_for_frame): Clear data specific to the frame and the
15168         font-driver.
15170         * xftfont.c (xftfont_default_fid): Delete it.
15171         (xftfont_open): Set xfont->fid to 0.
15173         * fontset.c (FONTSET_OBJLIST): New macro.
15174         (fontset_find_font): Update font-object list of the fontset.
15175         (free_realized_fontset): New function.
15176         (free_face_fontset): Call free_realized_fontset.
15177         (Ffont_info): Call font_close_object only when enable_font_backend
15178         is set.
15180         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15181         [HAVE_NTGUI]: Include w32term.h.
15182         [MAC_OS]: Include macterm.ch.
15183         (font_otf_ValueRecord): Use make_number.
15184         (font_finish_cache): Fix handling of reference count.
15185         (font_clear_cache): Update num_fonts.
15186         (font_open_entity): Update smallest_char_width and
15187         smallest_font_height of the frame.
15188         (font_close_object): Update num_fonts.
15189         (Fclear_font_cache): Fix finding the target cache data.
15191 2008-02-16  Glenn Morris  <rgm@gnu.org>
15193         * fontset.c (Finternal_char_font): Fix compilation warning.
15195 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
15197         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15198         instead of char arrays.  Enlarge the size of array passed to
15199         get_token_information.
15201         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15202         warnings.
15204 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
15206         * .gdbinit: Don't set `args', it breaks gdb --args.
15208 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15210         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15211         within a narrowed buffer.
15213 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
15215         * coding.c (decode_coding_object, encode_coding_object):
15216         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
15218 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15220         * coding.c (coding_set_destination): Use BEG_BYTE rather than
15221         hardcoding 1.
15222         (detect_coding_system):
15223         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15224         (string_char_to_byte, string_byte_to_char, insert_from_gap):
15225         * insdel.c (insert_from_gap):
15226         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15227         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15228         (string_to_multibyte):
15229         * character.c (chars_in_text, multibyte_chars_in_text):
15230         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15232         * character.h (FETCH_STRING_CHAR_ADVANCE)
15233         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15234         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15235         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15237         * casefiddle.c (casify_region): Only call after-change and composition
15238         functions on the part of the region that was changed.
15240         * keyboard.c (read_avail_input):
15241         * frame.c (Fdelete_frame): Call Fdelete_terminal.
15243 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15245         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15246         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15248 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
15250         * w32menu.c (push_submenu_start, push_submenu_end)
15251         (push_left_right_boundary, push_menu_pane, push_menu_item):
15252         * keyboard.c (read_key_sequence): Don't pass args with side effects
15253         to AREF, it fails when compiling with -DENABLE_CHECKING.
15255 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
15257         * Makefile.in (${lispsource}international/charprop.el):
15258         Delete this target.
15260         * search.c (boyer_moore): Fix incorrect synching of the trunk and
15261         emacs-unicode-2.
15263 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * terminal.c (Fdelete_terminal): Clean up the `force' path.
15267 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15269         * frame.c (Qnoelisp): New symbol.
15270         (syms_of_frame): Initialize it.
15271         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15272         harmless Elisp code, from a strong `force' from x_connection_closed.
15273         * frame.h (Qnoelisp): Declare.
15274         * xterm.c (x_connection_closed): Pass `noelisp'.
15276         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15277         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15278         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15279         rather than `int' for the type of `type'.
15281 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15283         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15285         * Makefile.in (GNUC): Remove support for gcc-1.x.
15287 2008-02-10  Richard Stallman  <rms@gnu.org>
15289         * lisp.h (ASET): Use AREF, not ASLOT.
15291 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15293         * lisp.h (ASET): Check bounds.
15295 2008-02-10  Glenn Morris  <rgm@gnu.org>
15297         * buffer.c (mode-name): Doc fix.
15299 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15301         * Makefile.in:
15302         * emacs.c:
15303         * gmalloc.c:
15304         * keyboard.c:
15305         * lisp.h:
15306         * m/ibm370aix.h:
15307         * process.c:
15308         * regex.c:
15309         * s/hpux.h:
15310         * sysdep.c:
15311         * sysselect.h:
15312         * systty.h:
15313         * unexec.c:
15314         * w32term.c:
15315         * xsmfns.c:
15316         * xterm.c: Remove code that deals with obsolete variables.
15318         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15320         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15321         nothing else needs it anymore.
15323 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
15325         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15326         instead of unibyte_char_to_multibyte.
15328 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15330         * s/gnu-linux.h: Remove commented out code.
15332         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15334         * Makefile.in: Update what RMS says about using autoconf.
15335         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15336         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15337         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15338         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15340 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15342         * keymap.c (Fkey_description): Move side effect outside of macro call.
15344         * xfaces.c (Finternal_make_lisp_face):
15345         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15347         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15348         (syms_of_fontset): Use ASET.
15350         * fns.c (concat): Move side effect outside of macro call.
15351         (hash_clear): Use ASET.
15353 2008-02-08  Richard Stallman  <rms@gnu.org>
15355         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15356         If FORCE, and frame has a surrogate minibuffer for another frame,
15357         delete the other frame first.
15359 2008-02-07  Timo Savola  <timo.savola@iki.fi>
15361         * xterm.c (x_detect_focus_change): Handle embed client message.
15362         (handle_one_xevent): Ditto.
15363         (handle_one_xevent): If embedded and we get a button press/release,
15364         request focus.
15365         (xembed_set_info, xembed_send_message): New functions.
15366         (x_make_frame_visible): Call xembed_set_info if embedded.
15367         (x_make_frame_invisible): Call xembed_set_info if embedded.
15368         (x_term_init): Initialize Xatom_XEMBED.
15369         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15370         (x_iconify_frame): Ditto.
15372         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15373         (enum xembed_info, enum xembed_message, enum xembed_focus)
15374         (enum xembed_modifier, enum xembed_accelerator): New.
15375         (xembed_set_info, xembed_send_message): Declare.
15376         (FRAME_X_EMBEDDED_P): New.
15378         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15379         gtk_plug_new.
15381         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15382         window ID of a frame.
15383         (x_window): Reparent frame if embedded.
15384         (Fx_create_frame): Don't set border width if embedded.
15386         * emacs.c (USAGE3): Add --parent-id.
15387         (standard_args): Ditto.
15389 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
15391         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15393 2008-02-07  Jim Meyering  <meyering@redhat.com>
15395         Use "do...while (0)", not "if (1)...else" in macro definitions.
15396         The latter provokes a warning from gcc about the empty else, when
15397         followed by ";".  Also, without that trailing semicolon, it would
15398         silently swallow up any following statement.
15399         * syntax.h (SETUP_SYNTAX_TABLE)
15400         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15401         * buffer.h (DECODE_POSITION): Likewise.
15402         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15403         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15404         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15405         (FETCH_CHAR_ADVANCE): Likewise.
15406         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15408 2008-02-07  Jim Meyering  <meyering@redhat.com>
15410         * lread.c [lint]: Don't include <sys/inode.h>.
15412 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15414         * xselect.c (x_handle_dnd_message):
15415         * xmenu.c (digest_single_submenu, xmenu_show):
15416         * xdisp.c (with_echo_area_buffer_unwind_data)
15417         (format_mode_line_unwind_data, unwind_format_mode_line)
15418         (display_menu_bar):
15419         * eval.c (Ffetch_bytecode):
15420         * doc.c (store_function_docstring):
15421         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15422         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15423         * buffer.c (add_overlay_mod_hooklist): Use ASET.
15425 2008-02-07  Kenichi Handa  <handa@m17n.org>
15427         * ftxfont.c (ftxfont_open): Don't set
15428         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15430         * ftfont.c (ftfont_open): Fix previous change.
15432 2008-02-06  Jason Rumney  <jasonr@gnu.org>
15434         * w32font.c (w32font_text_extents): Fill in lbearing metric.
15435         Use cached metrics for ASCII characters.
15436         (w32font_open_internal): Don't set font's owning_frame.
15437         Cache metrics for ASCII characters.
15439         * w32font.h (struct w32font_info): Add ascii_metrics.
15440         Remove owning_frame.
15442 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
15444         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15445         to negative value.
15447         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15449         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15451         * charset.c (syms_of_charset): Set QCtest and Qeq.
15453 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15455         * process.c (Fstart_process):
15456         * callproc.c (Fcall_process): Handle the case where
15457         Funhandled_file_name_directory returns nil.
15459         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15460         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15461         * font.c (check_gstring): Use them and AREF to access the vector before
15462         we know it's really a gstring.
15463         (Ffont_shape_text): Fix typo.
15464         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15466         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15467         Declare.
15469         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15471 2008-02-05  Jason Rumney  <jasonr@gnu.org>
15473         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15474         Set smallest_font_height and smallest_char_width in display info.
15476 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
15478         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15480 2008-02-05  Miles Bader  <miles@gnu.org>
15482         * xfaces.c (get_lface_attributes, merge_named_face)
15483         (lookup_named_face, lookup_derived_face, realize_named_face):
15484         Revert 2008-02-01 change by cyd@stupidchicken.com.
15486 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
15488         * fontset.c (Ffontset_info): Handle the case of inhibitting the
15489         fallback fonts.
15490         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15492 2008-02-04  Jason Rumney  <jasonr@gnu.org>
15494         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15495         set full_name.
15496         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15498 2008-02-03  Jason Rumney  <jasonr@gnu.org>
15500         * makefile.w32-in (OBJ1): Include font.o here.
15501         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15503 2008-02-02  Jason Rumney  <jasonr@gnu.org>
15505         * makefile.w32-in (temacs): Bump EMHEAP to 21.
15507 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15509         * s/cygwin.h: Define VIRT_ADDR_VARIES.
15511         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15513 2008-02-01  Andreas Schwab  <schwab@suse.de>
15515         * Makefile.in (shortlisp, lisp): Update for rename of
15516         ../lisp/language/myanmar.el.
15518 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
15520         * xfaces.c (get_lface_attributes): Delete function.
15521         (merge_named_face, lookup_named_face, lookup_derived_face)
15522         (realize_named_face): Call lface_from_face_name directly, and use
15523         the fact that merge_face_vectors does not alter its FROM argument.
15525 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15527         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15528         input in the default locale.  Handle non-Unicode multibyte input.
15530 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15532         * fontset.c (reorder_font_vector): Exclude nil elements from the
15533         font group.  Don't try multiple fonts.
15534         (fontset_font): Adjust for the above change.
15535         (Finternal_char_font): Return nil if the found font doesn't
15536         contain the character ch.
15538         * Makefile.in (lisp, shortlisp): Add cham.el.
15540 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15542         * font.h (FONTP): Make it return 1 also for a font-object.
15544         * .gdbinit (xfontset): New function.
15546         * font.c (font_find_for_lface): Check if the character C is
15547         supported or not only for the first font.
15549         * fontset.c (reorder_font_vector): Fix typo.
15550         (fontset_find_font): Don't add a font-spec specifying a script.
15551         Use 0 (not Qt) for the indication of empty font-group.  Change the
15552         format of RFONT-DEF.  Return Qt if no font in the font-group
15553         support the character.
15554         (fontset_font): Adjust for the above change.  If no font was
15555         found the character, remember that.
15556         (face_for_char): Adjust for the change of RFONT-DEF.
15557         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15558         no font for the target.
15559         (Finternal_char_font): Adjust for the change of RFONT-DEF.
15561 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15563         * font.c (font_load_for_face): Handle the case that the font in
15564         face->lface is a string.
15566 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15568         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15570 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15572         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15573         Fix previous change.  If the frame is not on a window system,
15574         signal an error.
15576 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15578         * coding.c (decode_coding_object, encode_coding_object): Adjust
15579         marker positions after conversion.
15581         * lisp.h (struct Lisp_Marker): New member need_adjustment.
15583 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15585         * font.c (font_find_for_lface): Fix the handling of the return
15586         value of font_has_char.
15587         (Ffont_shape_text): Fix previous change.
15589         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15590         (fontset_ref_and_range): Delete it.
15591         (fontset_find_font): Call char_table_ref_and_range instead of
15592         FONTSET_REF_AND_RANGE.
15593         (make_fontset): Don't setup font groups of Latin here.
15594         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15595         (new_fontset_from_font): Make the specified font the default for
15596         all Latin characters.
15598 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15600         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15601         is on a window system before accessing the fontset of the frame.
15603 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15605         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15607         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15608         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15610         * font.c (Ffont_shape_text): If the font driver doesn't have a
15611         shaper function, make zero-width glyphs to have at least one-pixel
15612         width.  Fix setting of `to' field of glyphs.
15614 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15616         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15617         glyphs.
15619         * font.h (struct font_driver): Improve docstring of member `shape'.
15621 2008-02-01  Kenichi Handa  <handa@m17n.org>
15623         * composite.c (syms_of_composite): Fix docstring of
15624         auto-composition-function.
15626         * font.h (LGLYPH_SIZE): New macro.
15628         * font.c (Ffont_fill_gstring): Stop filling when a character not
15629         supported by the font is found.
15630         (Ffont_shape_text): When a shape callback function returns nil,
15631         try at most two more times with larger gstring.
15632         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
15634         * xdisp.c (handle_auto_composed_prop): Change the argument to
15635         auto-composition-function.
15637         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15638         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15639         Lispy glyph and store it in the lgstring.
15641         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15643         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15645 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15647         * font.c (Ffont_shape_text): Avoid unnecessary composition.
15649         * fontset.c (Vfont_encoding_charset_alist): New variable.
15650         (syms_of_fontset): DEFVAR it.
15651         (reorder_font_vector, fontset_find_font): Optimize for the case of
15652         no need of reordering.
15653         (face_for_char): Map the charset property by
15654         Vfont_encoding_charset_alist.
15656 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15658         * w32font.c (logfonts_match): Don't check adstyle here.
15659         (font_matches_spec): Check here against physical font instead.
15660         (add_font_entity_to_list): Avoid some substitutions.
15662         * font.c (font_parse_fcname): Default weight and slant to normal.
15663         (font_score): Prefer normal fonts if weight or slant unspecified.
15664         (font_score) [WINDOWSNT]: Scale weight difference down to closer
15665         match freetype scores.
15667 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15669         * w32font.c (w32font_text_extents): Don't use the frame stored in the
15670         font, as it may have been deleted.
15671         (w32_enumfont_pattern_entity): Map generic family to adstyle using
15672         most common hyphenless variation.
15673         (logfonts_match): Check generic family.
15674         (font_matches_spec): Don't check generic family here.
15675         (fill_in_logfont): Set generic family based on adstyle.
15677         * w32font.h (w32font_get_cache): Update declaration.
15679 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15681         * ftfont.c (ftfont_get_cache): Adjust the argument type.
15683         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15684         If none of the new drivers are available, call font_update_drivers
15685         with the old drivers.
15687         * w32font.c (w32font_get_cache): Adjust the argument type.
15689         * xfont.c (xfont_get_cache): Adjust the argument type.
15691         * font.h (struct font_driver): Change argument type of get_cache.
15693         * xftfont.c (xftfont_start_for_frame): Delete prototype.
15695         * font.c (Ffont_get): Fix arguments to Fassoc.
15696         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15697         (font_clear_cache): New function.
15698         (font_list_entities, font_matching_entity): Use font_get_cache.
15699         (font_update_drivers): Call font_clear_cache when finishing a driver.
15701         * fontset.c (fontset_find_font): Fix previous change.
15703 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15705         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15706         dpyinfo->font_table.
15707         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15708         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15710         * font.c (font_at): Handle the case that the arg C is negative.
15711         Handle the unibyte case.
15712         (Ffont_at): Call font_at with the arg C -1.
15714         * xdisp.c (handle_auto_composed_prop): Don't get a character at
15715         the position here, and call font_at with the arg C -1.
15716         Don't check the range of the existing composition at the point.
15718 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15720         * fontset.c (fontset_add): New args charset_id and family.
15721         Change caller.
15722         (load_font_get_repertory, fontset_find_font): Assume that
15723         font_spec is always a font-spec object.
15724         (Fset_fontset_font): Always store a font-spec object in a fontset.
15726         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15727         instead of get_property_and_range.
15729 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15731         * xftfont.c (struct xftfont_info): Delete the member ft_face.
15732         (xftfont_open): Don't keep locking face.
15733         (xftfont_close): Don't unlock face.
15734         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15736         * fontset.c (fontset_find_font): Don't prefer a font of
15737         supplementary charset.
15739 2008-02-01  Kenichi Handa  <handa@m17n.org>
15741         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15742         script, langsys_tag to langsys, new member script.
15743         (OTF_TAG_STR): Terminate by '\0'.
15744         (ftfont_get_open_type_spec): If :otf prop is spec, limit the
15745         listing to the script specified in that property.  Fix arg to
15746         OTF_check_features.
15748 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15750         * w32font.h: New file.
15752         * w32font.c: Include it.
15753         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
15754         (w32font_open): Set owning_frame.
15755         (w32font_text_extents): Use owning_frame.
15756         (struct font_callback_data): Add opentype_only field.
15757         (add_font_entity_to_list): Use it to filter fonts.
15758         Don't check against full name.
15759         (w32font_list_internal): New function.
15760         (w32font_list): Use it.
15761         (w32font_match_internal): New function.
15762         (w32font_match): Use it.
15763         (w32font_open_internal): New function.
15764         (w32font_open): Use it.
15765         (w32font_get_cache, w32font_close, w32font_has_char)
15766         (w32font_encode_char, w32font_text_extents, w32font_draw):
15767         Make non-static.
15769         * makefile.w32-in (w32font.o): Depend on w32font.h.
15771 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15773         * charset.c (Fdefine_charset_internal): Record a supplementary
15774         charset at the tail of Vcharset_order_list.
15776         * font.c (Ffont_shape_text): Fix the return value.
15778         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15780         * xdisp.c (handle_auto_composed_prop): Fix previous change.
15782 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15784         * ftfont.c (struct OpenTypeSpec): New struct.
15785         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15786         (ftfont_get_open_type_spec): New function.
15787         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15789         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15791 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15793         * w32font.c (add_font_entity_to_list): Compare only the beginning
15794         of full name.
15796 2008-02-01  Kenichi Handa  <handa@m17n.org>
15798         * xdisp.c (handle_auto_composed_prop): Simplify the code.
15799         Never return HANDLED_RECOMPUTE_PROPS.
15801 2008-02-01  Kenichi Handa  <handa@m17n.org>
15803         * font.c (font_gstring_produce): Delete it.
15805         * composite.h (COMPOSITION_METHOD):
15806         Handle COMPOSITION_WITH_GLYPH_STRING.
15808 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15810         * xfont.c (Qx): Delete.
15811         (syms_of_xfont): Don't initialize Qx.
15813         * composite.h (enum composition_method):
15814         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15816 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15818         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15819         (choose_face_font): Accept new form of font-spec.
15821         * frame.h (font_driver_list): Declare it unconditionally.
15822         (struct frame): Define members font_driver_list and font_data_list
15823         unconditionally.
15825         * fontset.c: Include "font.h" unconditionally.
15826         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
15827         (Fset_fontset_font): Accept a font-spec object.
15829         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
15830         PIXEL_SIZE part a wild card.
15832         * dispextern.h (struct glyph_string): Define members clip and
15833         num_clips unconditionally.
15834         (struct face): Define members font_info and extra unconditionally.
15836         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
15837         ftfont_info only when HAVE_LIBOTF is defined.
15839 2008-02-01  Andreas Schwab  <schwab@suse.de>
15841         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
15842         and end.
15844 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15846         * w32font.c (w32font_driver): Add new fields.
15848 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15850         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
15851         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
15852         (LIBES): Add @M17N_FLT_CFLAGS@.
15854         * composite.c (compose_text): Don't treat the new style
15855         composition specially.
15857         * emacs.c (main): Call syms_of_font unconditionally.
15859         * font.h (FONT_ENTITY_NOT_LOADABLE)
15860         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15861         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
15862         (struct font_driver): New member shape.
15863         (font_registry_charsets): Extern it.
15864         (font_find_for_lface, font_prepare_composition): Adjust prototype.
15865         (font_otf_capability, font_drive_otf): Delete their externs.
15867         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
15868         (font_charset_alist, font_registry_charsets): Move from xfont.c
15869         and rename.
15870         (font_prop_validate_otf): New function.
15871         (font_property_table): Register it for QCotf.
15872         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15873         (font_drive_otf): Delete.
15874         (font_prepare_composition): New arg F.  Adjust for the change of
15875         lispy gstring.
15876         (font_find_for_lface): New arg C.
15877         (font_load_for_face): Adjust for the change of font_find_for_lface.
15878         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
15879         lispy gstring.
15880         (Ffont_shape_text): New function.
15881         (Fopen_font): If the font size is not given, use 12-pixel.
15882         (Ffont_at): New arg STRING.
15883         (syms_of_font): Initalize font_charset_alist.
15884         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
15885         conditionally.
15887         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
15888         fonts of the same font-spec.  Change the format of RFONT-DEF.
15889         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
15890         Adjust for the change of RFONT-DEF.
15891         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
15893         * ftfont.h: New file.
15895         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
15896         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15897         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15898         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
15899         font_otf_capability and font_drive_otf, set ftfont_shape.
15900         (ftfont_list): Adjust for the change of :otf property value.
15901         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
15902         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
15903         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
15904         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15905         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
15906         (otf_gstring, gstring, m17n_flt_initialized): New variables.
15908         * w32term.c (x_draw_composite_glyph_string_foreground):
15909         Adjust for the change of lispy gstring.
15911         * xdisp.c (handle_composition_prop): Adjust for the change of
15912         lispy gstring.  Call a function for auto-composition with the
15913         third arg it->window.
15914         (fill_composite_glyph_string): Adjust for the change of lispy string.
15915         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
15917         * xfaces.c (set_font_frame_param): Adjust for the change of
15918         font_find_for_lface.
15920         * xfont.c (x_font_charset_alist): Move to font.c and rename.
15921         (xfont_registry_charsets): Likewise.  Change caller.
15922         (syms_of_xfont): Don't handle x_font_charset_alist.
15924         * xftfont.c: Include "ftfont.h".
15925         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15926         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15927         (xftfont_close) [HAVE_LIBOTF]: Close otf.
15928         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15929         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15930         Set xftfont_driver.shape to xftfont_shape.
15932         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15933         the change of lispy gstring.
15935 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15937         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15939 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15941         * w32font.c (w32font_draw): Fill background manually.
15943 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15945         * font.c (Qfontp): Remove unused symbol.
15946         (QCantialias): New symbol.
15947         (syms_of_font): Define it.
15948         (font_property_table): Set a validator for QCantialias.
15950         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15951         Define if not already.
15952         (QCfamily): Share with xfaces.c.
15953         (Qstandard, Qsubpixel, Qnatural): New symbols.
15954         (syms_of_w32font): Define them.  Don't define QCfamily here.
15955         (w32_antialias_type, lispy_antialias_type): New functions.
15956         (w32_enumfont_pattern_entity): New arg requested_font.
15957         Set antialias parameter if non-default was requested.
15958         (fill_in_logfont): Fill in lfQuality if :antialias specified.
15960 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15962         * lread.c (read1): Undo the previous change.
15964 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
15966         * frame.c (Fdelete_frame): Call font_update_drivers only when
15967         USE_FONT_BACKEND is defined.
15969 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
15971         * font.h (struct font_bitmap): New member bits_per_pixel.
15972         (struct font_driver): New members start_for_frame and end_for_frame.
15973         (struct font_data_list): New struct.
15974         (font_put_frame_data, font_get_frame_data): Extern them.
15976         * frame.h (struct frame): New member font_data_list.
15978         * font.c (font_update_drivers): Call driver->start_for_frame and
15979         driver->end_for_frame at proper timings.
15980         (font_put_frame_data, font_get_frame_data): New functions.
15981         (Ffont_spec): Add usage in the docstring.
15983         * frame.c (make_frame): Initialize f->font_data_list to NULL.
15984         (Fdelete_frame): Call font_update_drivers.
15986         * xftfont.c (struct xftface_info): Delete the member xft_draw.
15987         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
15988         (xftfont_get_xft_draw): New function.
15989         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
15990         (xftfont_end_for_frame): New function.
15991         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
15993         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
15994         Change argument.  Cache GCs in the per-frame data.
15995         (struct ftxfont_frame_data): New struct.
15996         (ftxfont_draw_bitmap): New arg gc_fore and flush.
15997         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15998         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
15999         (ftxfont_end_for_frame): New function.
16000         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16002         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16004 2008-02-01  Kenichi Handa  <handa@m17n.org>
16006         * xselect.c (Vselection_coding_system)
16007         (Vnext_selection_coding_system): Delete them.
16008         (syms_of_xselect): Don't declare selection-coding-system and
16009         next-selection-coding-system.  They are declared in select.el.
16011 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16013         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16015         * w32fns.c: Include imm.h.
16016         (get_composition_string_fn, get_ime_context_fn): New optional
16017         system functions.
16018         (globals_of_w32fns): Load them from imm32.dll.
16019         (ignore_ime_char): New flag.
16020         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16021         WM_IME_ENDCOMPOSITION messages.
16023         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16024         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16026 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
16028         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16029         (READCHAR_REPORT_MULTIBYTE): New macro.
16030         (readchar): New 2nd arg MULTIBYTE.
16031         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16032         Make symbol's name multibyte according to the multibyteness of the
16033         source.
16035 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
16037         * xfaces.c (face_for_overlay_string): Call lookup_face with
16038         correct arguments (fix of synching with the trunk).
16040 2008-02-01  Kenichi Handa  <handa@m17n.org>
16042         * font.c (font_prop_validate_symbol, font_prop_validate_style)
16043         (font_prop_validate_non_neg, font_prop_validate_spacing):
16044         Delete argument prop_index.
16045         (font_property_table): Change arguments to validater.  Change Callers.
16046         (font_lispy_object): Delete.
16047         (font_at): Use font_find_object instead fo font_lispy_object.
16049 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
16051         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16052         and file names.
16054 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16056         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16057         (font_matches_spec): Remove debug output.
16058         (add_font_entity_to_list): Avoid using substituted fonts.
16060 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16062         * doc.c (Fsnarf_documentation):
16063         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16065 2008-02-01  Miles Bader  <miles@gnu.org>
16067         * dispextern.h (struct glyph_row): Only define "clip" field if
16068         HAVE_WINDOW_SYSTEM is defined.
16070 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16072         Fix up multi-tty merge.
16074         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16075         and indentation.
16077         * xfaces.c (free_realized_face, clear_face_gcs):
16078         Include font_done_for_face in the input_blocked section, just in case.
16080         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16081         (get_char_face_and_encoding): Undo last change and remove the *other*
16082         duplicate definition (i.e. keep the one that's better scoped and that
16083         includes code for the font-backend).
16085         * terminal.c (create_terminal): Default keyboard_coding to
16086         `no-conversion' and terminal_coding to `undecided'.
16088         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16090         * fontset.c (free_realized_fontsets): Check that the table entry does
16091         contain a fontset before trying to compare it to `base'.
16093         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16094         syms_of_charset, and syms_of_coding earlier because init_window_once
16095         now needs Vcoding_system_hash_table to be setup.
16097         * coding.h (default_buffer_file_coding): Remove.
16099         * coding.c (default_buffer_file_coding): Remove.
16100         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16101         than ->symbol, and use the terminal-local coding system.
16102         (syms_of_coding): Don't setup the coding-systems that are not
16103         terminal-local.
16104         (Fdefine_coding_system_internal): Use XCAR/XCDR.
16106         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16107         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16109         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
16110         in chartab.c and were re-added here by mistake.
16111         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16113         * doc.c (Fsnarf_documentation):
16114         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16115         src to etc.
16117         * ChangeLog.10: Add mistakenly removed entry.
16119 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
16121         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16123 2008-02-01  Miles Bader  <miles@gnu.org>
16125         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16126         Add extra args to FACE_FOR_CHAR.
16128 2008-02-01  Kenichi Handa  <handa@m17n.org>
16130         * keymap.c (where_is_internal_1): If key is a cons, store the copy
16131         in sequence.
16133         * chartab.c (map_sub_char_table, map_char_table): If the range
16134         contains just one character, call the function with that character
16135         even if the depth is not 3.
16137 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16139         * w32font.c (w32font_text_extents): Calculate metrics for the
16140         whole string.
16142 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16144         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16146 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16148         * w32term.c (x_set_glyph_string_clipping): Use
16149         get_glyph_string_clip_rects.
16150         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16151         Adjust for the change of struct glyph_string.
16153         * w32font.c (w32font_draw): Do clipping here.
16155 2008-02-01  Kenichi Handa  <handa@m17n.org>
16157         * xftfont.c (xftfont_draw): Adjust for the change of struct
16158         glyph_string.
16160         * xterm.c (x_set_glyph_string_clipping): Use
16161         get_glyph_string_clip_rects.
16162         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16163         Adjust for the change of struct glyph_string.
16165         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16166         the resulting clip(s}.
16167         (expose_overlaps): Add arg r.  Change callers.  Set it to
16168         row->clip temporarily.
16169         (expose_window): Redraw rows overlapping the exposed area.
16171         * dispextern.h (struct glyph_row): New member clip.
16172         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16173         clip_height, new member clip, and num_clips.
16175 2008-02-01  Kenichi Handa  <handa@m17n.org>
16177         * data.c (Fchar_or_string_p): Fix docstring.
16179 2008-02-01  Kenichi Handa  <handa@m17n.org>
16181         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16182         create a temporary XftDraw object.
16184 2008-02-01  Kenichi Handa  <handa@m17n.org>
16186         * font.c (Ffontp): Fix docstring.
16188         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16189         strong evidence of ISO-2022.
16191 2008-02-01  Kenichi Handa  <handa@m17n.org>
16193         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16194         SYNTAX_ENTRY_FOLLOW_PARENT.
16196 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16198         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16199         its type.
16200         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16201         Update to the new type of weak_hash_tables and next_weak.
16203         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16204         a plain C pointer to Lisp_Hash_Table.
16206         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16207         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16208         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16209         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16210         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16211         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16212         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16213         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16214         (GC_EQ): Remove since they've been identical to their non-GC_
16215         alter-egos ever since the markbit was eradicated.
16217         * alloc.c:
16218         * buffer.c:
16219         * buffer.h:
16220         * data.c:
16221         * fileio.c:
16222         * filelock.c:
16223         * fns.c:
16224         * frame.h:
16225         * lisp.h:
16226         * macterm.c:
16227         * print.c:
16228         * process.c:
16229         * w32fns.c:
16230         * w32menu.c:
16231         * w32term.c:
16232         * xfns.c:
16233         * xmenu.c:
16234         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16236 2008-02-01  Kenichi Handa  <handa@m17n.org>
16238         * chartab.c (map_sub_char_table): Make it work for the top-level
16239         char-table.  Fix handling of parent char-table.
16240         (map_char_table): Adjust for the above change.
16242 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16244         * w32font.c (Qgdi): Rename from Qw32.
16246 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16248         * w32bdf.c (get_quoted_string): Make function static.
16250 2008-02-01  Kenichi Handa  <handa@m17n.org>
16252         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16253         bigger ascent and descent than those of the font, use them as
16254         font's ascent and descent.
16256 2008-02-01  Kenichi Handa  <handa@m17n.org>
16258         * Makefile.in (${lispsource}international/charprop.el): Move this
16259         target within "#ifdef HAVE_UNIDATA" and "#endif".
16261 2008-02-01  Kenichi Handa  <handa@m17n.org>
16263         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16264         (shortlisp): Add ../lisp/language/tai-viet.el.
16266 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
16268         * Makefile.in (${lispsource}international/charprop.el): Depend on
16269         temacs${EXEEXT}.
16271 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16273         * w32font.c (w32font_close): Delete the GDI font object.
16275         * w32menu.c: Include character.h.
16277         * w32proc.c: Likewise.
16279         * w32select.c: Likewise.
16281         * makefile.w32-in (w32proc.o): Depend on character.h.
16283 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16285         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16287         * w32menu.c (syms_of_w32menu): Likewise.
16289         * w32proc.c (syms_of_ntproc): Likewise.
16291         * w32select.c (syms_of_w32select): Likewise.
16293         * w32term.c (syms_of_w32term): Likewise.
16295 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16297         * w32font.c (w32font_draw): Delete brush after using it.
16299 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16301         * w32font.c (w32font_open): Don't set font_idx.
16302         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16303         to font settings.
16304         (w32font_draw): Fill background explicitly.
16306 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16308         * w32term.c (w32_initialize): Don't call w32font_initialize.
16310         * w32font.c (w32font_info): Remove subranges.
16311         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16312         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16313         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16314         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16315         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16316         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16317         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16318         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16319         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16320         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16321         New symbols.
16322         (font_callback_data): New struct.
16323         (w32font_list, w32font_match): Use it.
16324         (w32font_open): Don't populate subranges.
16325         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16326         (w32font_encode_char): Always return unicode code-point as-is.
16327         (w32font_text_extents): Supply a transformation matrix to
16328         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
16329         twice.  Use unicode version of GetTexExtentPoint32 instead of
16330         glyph index version.
16331         (set_fonts_frame): Remove.
16332         (w32_enumfont_pattern_entity): Add frame parameter, use it to
16333         set frame parameter.  Use backward compatible fake foundries.
16334         Save generic family in extra slot under QCfamily.  Make width slot
16335         constant.  Save QCspacing value.  Save list of scripts instead of
16336         binary subranges.
16337         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16338         (add_font_entity_to_list): Use font_callback_data struct.  Filter
16339         unwanted fonts.
16340         (add_one_font_entity_to_list): Use font_callback_data struct.
16341         (w32_registry): Default to iso10646_1.
16342         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
16343         string font registries.  Don't fill in font name if it is a generic
16344         family name, fill family instead.  Use spacing, family and script
16345         extra info to fill pitch, family and charset fields.
16346         (list_all_matching_fonts): Use font_callback_data struct.
16347         (unicode_range_for_char): Remove.
16348         (font_supported_scripts): New function.
16349         (w32font_initialize): Remove.
16350         (syms_of_w32font): Update which symbols are defined.
16352 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16354         * font.c (font_pixel_size): Reverse assq_no_quit args.
16356         * w32term.h (FONT_WIDTH): Report max width, not average.
16357         (FONT_MAX_WIDTH): Remove.
16358         (FONT_AVG_WIDTH): New macro.
16360         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16361         redefinition of FONT_WIDTH.
16363         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16364         (w32_cache_char_metrics): Use FONT_WIDTH.
16366         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16368 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16370         * w32font.c (w32font_open): Make lfHeight negative.
16372         * w32fns.c (x_default_font_parameter): Use new style font name.
16373         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16375 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16377         * w32font.c (QCsubranges): New symbol.
16378         (w32font_open, w32font_has_char): Get subranges from subproperty
16379         of extra.
16380         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16381         (syms_of_w32font): Define :subranges symbol.
16383         * font.c (font_put_extra): Expose externally.
16385         * font.h (font_put_extra): Move declaration from font.c.
16387         * font.c (Ffont_get): Use font driver to determine otf capability.
16388         (adjust_anchor): Check if driver defines anchor_point before using.
16390         * w32font.c (w32font_open): Handle size, height and pixel_size better.
16391         (w32font_draw): Use options.
16392         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16393         Fix detection of truetype fonts.
16394         (registry_to_w32_charset): Handle charsets other than iso8859-1
16395         expressed as lisp symbols.
16396         (w32_registry): Express charset as lisp symbol.
16397         (fill_in_logfont): Reverse pixel and point height logic.
16398         Don't set width here.  Set quality to default.
16400         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16401         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16403         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16404         Remove redundant loop and allocation.
16406         * makefile.w32-in (font.o, w32font.o): New objects.
16407         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16408         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16410         * xdisp.c (fill_composite_glyph_string): Make the first arg to
16411         STORE_XCHARB a valid l-value.
16413         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16414         calculations for non-Truetype fonts.
16415         (x_draw_glyph_string): Sync with xterm.c.
16416         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16417         Remove redundant code.
16418         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16420         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16421         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16423         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16424         (x_to_w32_charset, w32_to_x_charset): Expose externally.
16426         * w32font.c: New file for w32 font backend.
16428 2008-02-01  Kenichi Handa  <handa@m17n.org>
16430         * term.c: Don't include "buffer.h" twice.
16432 2008-02-01  Kenichi Handa  <handa@m17n.org>
16434         * character.c (Funibyte_string): New function.
16435         (syms_of_character): Defsubr it.
16437 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16439         * w32term.c [USE_FONT_BACKEND]:
16440         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16441         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16442         (x_draw_glyph_string, x_draw_glyph_string_foreground)
16443         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16444         (x_free_frame_resources): Sync with xterm.c.
16446 2008-02-01  Andreas Schwab  <schwab@suse.de>
16448         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16449         char-table size.
16451 2008-02-01  Kenichi Handa  <handa@m17n.org>
16453         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16455 2008-02-01  Kenichi Handa  <handa@m17n.org>
16457         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16458         font_otf_gpos, add font_drive_otf.
16460         * fontset.c (fontset_find_font): Pay attention to font size
16461         specified for a font.
16462         (reorder_font_vector): Check contents of font_def.
16464         * font.c (struct otf_list): Delete it.
16465         (otf_list): Make it a lisp variable.
16466         (otf_open): Use lispy otf_list.
16467         (generate_otf_features): Rename from parse_gsub_gpos_spec.
16468         (check_otf_features): New function.
16469         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16470         New functions.
16471         (font_drive_otf): New function merging font_otf_gsub and
16472         font_otf_gpos.
16473         (font_open_for_lface): New arg spec.  Change argument order.
16474         (font_load_for_face): Adjust for the change of font_open_for_lface.
16475         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16476         Ffont_otf_gpos.
16477         (syms_of_font): Staticpro otf_list.  Delete defsubr of
16478         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
16480         * xfaces.c (set_font_frame_param): Adjust for the change of
16481         font_open_for_lface.
16483         * font.h (font_open_for_lface): Adjust prototype.
16484         (struct font_driver): Delete members otf_gsub and otf_gpos, add
16485         member otf_drive.
16486         (font_otf_gsub, font_otf_gpos): Delete externs.
16487         (font_drive_otf): Extern it.
16489 2008-02-01  Kenichi Handa  <handa@m17n.org>
16491         * font.c (font_at): If the window W is not on a window system,
16492         return Qnil.
16494         * coding.c (produce_chars, encode_coding): Don't call
16495         insert_from_gap if no characters to produce.
16497 2008-02-01  Kenichi Handa  <handa@m17n.org>
16499         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16500         Fclear_face_cache.
16502         * xfaces.c (face_for_font): Check also face->font==font->font.font.
16504 2008-02-01  Miles Bader  <miles@gnu.org>
16506         * emacs.c (main): Change default value of `enable_font_backend' to 1.
16507         Parse "--disable-font-backend" option.
16508         (standard_args): Add "--disable-font-backend" option.
16510 2008-02-01  Kenichi Handa  <handa@m17n.org>
16512         * fontset.c (fontset_find_font): New function.
16513         (fontset_font): Use fontset_find_font.
16514         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16515         Register the specified font for all Latin characters.
16516         (new_fontset_from_font): Register the specified font for all Latin
16517         characters.
16518         (dump_fontset): For a realized fontset, include the base fontset
16519         name in the returned vector.
16521 2008-02-01  Kenichi Handa  <handa@m17n.org>
16523         * character.h (CHAR_STRING): Cast C to unsigned on calling
16524         char_string.
16526         * character.c (char_string): Type of arg C changed to unsigned.
16527         Signal an error if C is an invalid character code.
16529         * editfns.c (general_insert_function, Fchar_to_string):
16530         Use CHARACTERP, not INTEGERP.
16532 2008-02-01  Kenichi Handa  <handa@m17n.org>
16534         * character.h (MIN_MULTIBYTE_LEADING_CODE)
16535         (MAX_MULTIBYTE_LEADING_CODE): New macros.
16537         * regex.c (analyse_first): Fix for multibyte characters in "case
16538         charset:" and "case categoryspec:".
16540 2008-02-01  Andreas Schwab  <schwab@suse.de>
16542         * Makefile.in (LIBES): Move standard libraries to the end.
16544 2008-02-01  Kenichi Handa  <handa@m17n.org>
16546         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16547         nonzero, don't shrink the buffer nextb.
16549         * buffer.h (struct buffer_text): New member inhibit_shrinking.
16551         * coding.c (coding_alloc_by_making_gap): New arg offset.
16552         (alloc_destination): Call coding_alloc_by_making_gap with the arg
16553         offset.
16554         (decode_coding_iso_2022): Update coding->safe_charsets.
16555         (decode_coding_gap): Temporarily set
16556         current_buffer->text->inhibit_shrinking to 1.
16558 2008-02-01  Kenichi Handa  <handa@m17n.org>
16560         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16561         indexing into elements of s->cmp and s->char2b.
16563 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
16565         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16567 2008-02-01  Kenichi Handa  <handa@m17n.org>
16569         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16570         target_multibyte instead of multibyte.
16571         (re_match_2_internal): Call bcmp_translate with target_multibyte.
16572         (bcmp_translate): Change the argument name from multibyte to
16573         target_multibyte.
16575 2008-02-01  Kenichi Handa  <handa@m17n.org>
16577         These changes are to compile a regexp into a pattern that can be
16578         used both for multibyte and unibyte targets.
16580         * Makefile.in (search.o): Depend on charset.h.
16582         * character.c (multibyte_char_to_unibyte_safe): New function.
16584         * search.c: Include "charset.h".
16585         (compile_pattern_1): Delete argument multibyte.  Don't set
16586         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
16587         (compile_pattern): Don't compare cp->buf.target_multibyte.
16588         Compare cp->buf.charset_unibyte.
16589         (compile_pattern): Set cp->buf.target_multibyte.
16591         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16593         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16595         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16596         multibyte.  Change callers.
16597         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16598         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
16599         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16600         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16601         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16602         (regex_compile): Make the compiled pattern usable both for
16603         multibyte and unibyte targets.
16604         (analyse_first): Make the fastmap usable both for multibyte and
16605         unibyte targets.
16606         (TRANSLATE_VIA_MULTIBYTE): Delete.
16607         (re_match_2_internal): Pay attention to the case that the
16608         multibyteness of bufp and target may be different.
16610 2008-02-01  Kenichi Handa  <handa@m17n.org>
16612         * xdisp.c (x_produce_glyphs): When a font is not found, make the
16613         empty box occupy at least one column width.
16615 2008-02-01  Miles Bader  <miles@gnu.org>
16617         * Makefile.in: Remove redundant HAVE_XFT clause.
16619 2008-02-01  Kenichi Handa  <handa@m17n.org>
16621         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16623 2008-02-01  Kenichi Handa  <handa@m17n.org>
16625         * fontset.c (Finternal_char_font): Fix for the case of POSITION
16626         being nil.
16628 2008-02-01  Kenichi Handa  <handa@m17n.org>
16630         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16632 2008-02-01  Kenichi Handa  <handa@m17n.org>
16634         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16636 2008-02-01  Kenichi Handa  <handa@m17n.org>
16638         * search.c (simple_search): Fix previous change.
16640 2008-02-01  Kenichi Handa  <handa@m17n.org>
16642         * xftfont.c (ftfont_font_format): Extern declaration.
16644         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16646         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16647         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16649         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16650         (ftfont_font_format): Fix previous change.
16652         * font.h (Ffont_xlfd_name): EXFUN it.
16654         * font.c (font_parse_xlfd): Fix the array size of `f'.
16655         (register_font_driver): Use EQ to compare driver->type.
16657         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16658         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16659         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16661 2008-02-01  Kenichi Handa  <handa@m17n.org>
16663         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16664         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16666 2008-02-01  Kenichi Handa  <handa@m17n.org>
16668         * xfont.c (xfont_open): Set font->format.
16670         * xftfont.c (xftfont_open): Set font->format.
16672         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16673         (ftfont_list): Include FC_FONTFORMAT in FcObject.
16674         (ftfont_open): Set font->format.
16675         (ftfont_font_format): New function.
16677         * font.h (struct font): New member format.
16679         * font.c (Qopentype): New variable.
16680         (syms_of_font): Defsym it.
16681         (Fquery_font): Change the format of the last element of the return
16682         value.
16684 2008-02-01  Kenichi Handa  <handa@m17n.org>
16686         * xfns.c (xic_create_xfontset): Try the default fontset name as a
16687         last resort.
16689 2008-02-01  Kenichi Handa  <handa@m17n.org>
16691         * coding.c (detect_coding_charset): Fix detection of multi-byte
16692         charset.
16694 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
16696         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16698 2008-02-01  Kenichi Handa  <handa@m17n.org>
16700         * xdisp.c (get_next_display_element): Set it->face_id for the
16701         first component of a composition.
16702         (x_produce_glyphs): Check if the font is changed or not for composition.
16704 2008-02-01  Kenichi Handa  <handa@m17n.org>
16706         * fontset.c (Qlatin): New variable.
16707         (syms_of_fontset): Define it as a lisp symbol.
16708         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16710 2008-02-01  Kenichi Handa  <handa@m17n.org>
16712         * font.c (font_unparse_fcname): Pay attention to the case that
16713         some of font property is a null string.
16715 2008-02-01  Kenichi Handa  <handa@m17n.org>
16717         * term.c: Include "composite.h".
16718         (encode_terminal_code): Output all components of composition.
16719         Check the size of encode_terminal_src.
16720         (produce_glyphs): For composition, call produce_composite_glyph.
16721         (append_composite_glyph, produce_composite_glyph): New functions.
16723         * xdisp.c (x_produce_glyphs): In handling composition, if a font
16724         is not found, get font_info from the current ascii face.
16726 2008-02-01  Kenichi Handa  <handa@m17n.org>
16728         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16729         buffer-file-name to Qnil before calling insert_from_buffer.
16731         * font.c (font_unparse_fcname): Pay attention to the case that
16732         foundry is a null string.
16734 2008-02-01  Kenichi Handa  <handa@m17n.org>
16736         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16738         * font.c (Qunicode_sip): New variable.
16739         (syms_of_font): Declare it as a Lisp symbol.
16741         * font.h (Qunicode_sip): Extern it.
16743 2008-02-01  Kenichi Handa  <handa@m17n.org>
16745         * composite.c (get_composition_id): Pay attention to TAB component.
16747         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16748         TAB.  Adjust for the change of s->char2b which always points to
16749         the first element of allocated memory.
16751         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16753         * xdisp.c (handle_composition_prop): Set it->c to the first
16754         non-TAB component.
16755         (fill_composite_glyph_string): Change argument.
16756         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16757         (x_produce_glyphs): Fix handling of left/right padding.
16759 2008-02-01  Kenichi Handa  <handa@m17n.org>
16761         * coding.c (detect_coding_system): Fix for handling off
16762         inhibit_iso_escape_detection.  Fix for the case that no coding
16763         system is defined for a specific coding category.
16765 2008-02-01  Kenichi Handa  <handa@m17n.org>
16767         * font.c (font_matching_entity): Delete unused local var.
16769         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16770         opening a font.
16772         * fileio.c (Finsert_file_contents): On recovering a file, assume
16773         Unix-like eol.
16774         (choose_write_coding_system): On auto-saving a file, force
16775         Unix-like eol.
16777         * coding.c (setup_coding_system): Fix setting of
16778         coding->common_flags based on eol_type.
16779         (coding_inherit_eol_type): If PARENT is not nil, be sure to
16780         inherit from it.
16782 2008-02-01  Kenichi Handa  <handa@m17n.org>
16784         * alloc.c (NSTATICS): Increas to 0x600.
16786 2008-02-01  Kenichi Handa  <handa@m17n.org>
16788         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16789         (ftfont_list): Don't check :name property.
16790         (ftfont_match): New function.
16791         (ftfont_pattern_entity): If the pattern doesn't contain
16792         FC_SPACING, don't assume FC_MONO.
16794         * font.h (struct font_driver): New member `match'.
16795         (font_update_drivers): Adjust prototype.
16797         * font.c (font_parse_fcname, font_parse_name): Don't change :name
16798         property of FONT.
16799         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16800         them unconditionally.
16801         (font_matching_entity): New function.
16802         (font_open_by_name): Try font_matching_entity if exact match is
16803         not found.
16804         (font_update_drivers): Delete the arg FONT.  Return a list of
16805         actually used backends.  Don't free faces, font caches here.
16806         Don't store data in frame parameters.  Don't call x_set_font.
16807         (Ffont_spec): Store :name property as is.
16808         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16809         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16810         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16811         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16812         Call font->driver->otf_gsub instead of font_otf_gsub.
16814         * frame.c (x_set_font_backend): Do more works that were done in
16815         font_update_drivers before.
16817         * xfont.c (xfont_match): New function.
16818         (xfont_driver): Set xfont_driver.match to xfont_match.
16819         (xfont_draw): Set font in GC if necessary.
16821         * ftxfont.c (ftxfont_match): New function.
16822         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16824         * xftfont.c (xftfont_match): New function.
16825         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16827 2008-02-01  Kenichi Handa  <handa@m17n.org>
16829         * font.h (struct font): New member scalable.
16830         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
16831         (font_otf_gsub): Adjust prototype.
16833         * font.c (font_otf_capability): Fix handling of the default langsys.
16834         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
16835         Check the contents of SPEC.
16836         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
16837         (check_gstring): New function.
16838         (REPLACEMENT_CHARACTER): New macro.
16839         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
16840         glyph codes of GSTRING.
16841         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
16842         (font_prepare_composition): Set cmp->glyph_len.
16843         (font_open_entity): Set font->scalable.
16844         (Ffont_get): Handle :otf property.
16845         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
16846         functions.
16847         (Fquery_font): Use font->font.full_name.
16848         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
16849         Sfont_otf_alternates.
16851         * ftfont.c (ftfont_open): Set font->font.full_name and
16852         font->font.name properly.  Fix calculation of font->font.height
16853         and font->min_width.
16855         * ftxfont.c (ftxfont_create_gcs): New function.
16856         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
16857         (ftxfont_draw_backgrond): Fix filling region.
16858         (ftxfont_default_fid): New function.
16859         (ftxfont_open): Set xfont->fid to the return value of
16860         ftxfont_default_fid.
16861         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
16862         (ftxfont_done_face): Free only GCs that are created by
16863         ftxfont_create_gcs.
16864         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
16866         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
16867         Clip to src->width, etc (not src->clip_XXX).
16869         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
16870         FontBackend frame parameter.
16872 2008-02-01  Kenichi Handa  <handa@m17n.org>
16874         * font.h (struct font_driver_list): New member `on'.
16875         (Fclear_font_cache): EXFUN it.
16876         (font_update_drivers): Extern it.
16878         * font.c (font_unparse_fcname): Fix typo (swidth->width).
16879         (font_list_entities): Check driver_list->on.
16880         (register_font_driver): Initalize `on' member to 0.
16881         (font_update_drivers): New function.
16882         (Fclear_font_cache): Check driver_list->on.
16884         * frame.h (Qfont_backend): Extern it.
16885         (x_set_font_backend): Extern it.
16887         * frame.c (Qfont_backend): New variable.
16888         (frame_parms): New element for font-backend.
16889         (x_set_font_backend): New function.
16891         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
16892         FontBackend frame parameter.
16893         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
16894         x_set_font_backend.
16896         * xfont.c (xfont_list): Don't try listing by :name property if the
16897         name is not for XLFD.
16899 2008-02-01  Kenichi Handa  <handa@m17n.org>
16901         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
16902         (LGLYPH_SET_TO): New macros.
16903         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
16904         element of G is vector or not.
16905         (font_at): Extern it.
16907         * font.c: Include window.h.
16908         (font_lispy_object): New function.
16909         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
16910         end of valid glyph.
16911         (font_close_object): Fix getting (struct font *).
16912         (font_at): New function.
16913         (Ffont_get): If FONT is a font-object, get entity from it.
16914         (Ffont_make_gstring): Initialize elements of glyphs with nil.
16915         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
16916         range check.
16917         (Ffont_at): New function.
16918         (syms_of_font): Defsubr Sfont_at.
16920         * xdisp.c (it_props): Move the entry for Qauto_composed to just
16921         before the entry for Qcomposition.
16922         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16923         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16924         the font in gstring.
16925         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16926         LGLYPH_FORM (g) to detect the end of valid glyph.
16927         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16928         we are composing with gstring.
16930         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16931         Check if adjustment is vector or not.
16933         * Makefile.in (font.o): Make it depends on window.h.
16935 2008-02-01  Kenichi Handa  <handa@m17n.org>
16937         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16938         adjustment is vector or not.
16940 2008-02-01  Miles Bader  <miles@gnu.org>
16942         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16944 2008-02-01  Kenichi Handa  <handa@m17n.org>
16946         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16947         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16948         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16950         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16951         (DEVICE_DELTA): Fix typo.
16952         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16953         LGLYPH format.
16955         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16956         the change of LGLYPH format.
16958 2008-02-01  Kenichi Handa  <handa@m17n.org>
16960         * ftfont.c (ftfont_list): Fix typo.
16961         (ftfont_build_basic_charsets): Don't include letters with diacritics.
16963 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
16965         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16967         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16968         xftface_info is non-NULL.
16970 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
16972         * ftfont.c (ftfont_list): Move misplaced #endif.
16974 2008-02-01  Kenichi Handa  <handa@m17n.org>
16976         * ftfont.c (ftfont_list): Pay attention to the case that
16977         FC_CAPABILITY is not defined.
16979 2008-02-01  Kenichi Handa  <handa@m17n.org>
16981         * xftfont.c (xftfont_open): Set charset related members to -1.
16983         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
16984         QCname.
16985         (ftfont_open): Set charset related members to -1.
16987         * fontset.c (Votf_script_alist): New variable.
16988         (syms_of_fontset): Initialize it.
16989         (fontset_font): Delete unused variable.
16991         * fontset.h (Votf_script_alist): Extern it.
16993         * font.c (font_find_for_lface): Optimize code.
16995         * font.h (font_close_object, font_merge_old_spec): Extern them.
16997 2008-02-01  Kenichi Handa  <handa@m17n.org>
16999         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17000         (syms_of_font): Initialize them.
17001         (font_pixel_size): Allow float value in dpi.
17002         (font_prop_validate_type): Delete.
17003         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17004         Change caller.
17005         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17006         (font_prop_validate_extra): Delete.
17007         (font_prop_validate_spacing): New function.
17008         (font_property_table): Add elements for all known properties.
17009         (get_font_prop_index): Rename from check_font_prop_name.  New
17010         argument FROM.  Change caller.
17011         (font_prop_validate): Validate all known properties.
17012         (font_put_extra): Delete argument force.  Change caller.
17013         (font_expand_wildcards): Make it static.  Fix the way of shrinking
17014         the possible range.
17015         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
17016         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
17017         Change caller.
17018         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17019         (font_parse_fcname): Delete argument merge.  Fix parsing of point
17020         size.  Don't validate properties values here.  Change caller.
17021         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17022         (font_open_by_name): Delete unused variable.
17023         (Ffont_spec): Likewise.  Validate property values.
17024         (Ffont_match_p): New function.
17026         * font.h (QCscalable): Extern it.
17027         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17029         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17031         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17032         (xfont_list_pattern): New function.
17033         (xfont_list): Use xfont_list_pattern.
17035 2008-02-01  Kenichi Handa  <handa@m17n.org>
17037         * font.h (Flist_fonts): EXFUN it.
17039 2008-02-01  Jason Rumney  <jasonr@gnu.org>
17041         * w32term.c (w32_initialize): Add back smoothing_type and
17042         smoothing_enabled definitions.
17044 2008-02-01  Kenichi Handa  <handa@m17n.org>
17046         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17047         s->face->font on determining underline position.
17049 2008-02-01  Kenichi Handa  <handa@m17n.org>
17051         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17052         (font_has_char): Accept font-object too.
17053         (font_find_for_lface): Try at first with a size specified in face.
17055 2008-02-01  Kenichi Handa  <handa@m17n.org>
17057         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17058         font_open_by_name.
17060 2008-02-01  Kenichi Handa  <handa@m17n.org>
17062         * font.h (QCspacing, QCdpi): Extern them.
17063         (enum font_spacing): New enum.
17064         (FONT_PIXEL_SIZE_QUANTUM): New macro.
17066         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17067         (QCspacing, QCdpi): New variables.
17068         (syms_of_font): Initialize them.
17069         (font_pixel_size): New function.
17070         (font_put_extra): New function.
17071         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
17072         in FONT_EXTRA.
17073         (font_parse_fcname): Handle enumerated values (e.g. bold).
17074         Fix handling font size.  Add QCname property that contains only
17075         unknown properties.
17076         (font_score): Change argument.  Change caller.  Pay attention to
17077         FONT_PIXEL_SIZE_QUANTUM.
17078         (font_sort_entites, font_list_entities, font_find_for_lface)
17079         (font_open_for_lface, font_open_by_name): Fix handling of font size.
17080         (Ffont_spec): Add QCname property that contains only unknown properties.
17082         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
17083         include weight in listing pattern, instead check weight of each
17084         listed font.  Don't include scalable in pattern.  Pay attention to
17085         FONT_PIXEL_SIZE_QUANTUM.
17087 2008-02-01  Kenichi Handa  <handa@m17n.org>
17089         * font.c (font_parse_fcname): Fix parsing of point-size.
17090         (font_unparse_fcname): Produce symbolic names for style properties.
17091         (font_list_entities): Handle float size correctly.
17092         (font_open_by_name): Prefer `normal' property values if the name
17093         doesn't specify them.
17095         * fontset.c (Finternal_char_font): Use font_get_name, not
17096         Ffont_xlfd_name.
17098         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17099         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17100         pattern.  Don't force scalable.
17102         * xftfont.c (xftfont_open): For generating a name, start from
17103         96-byte buffer.
17105 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
17107         * frame.h (x_new_fontset2): Fix prototype.
17109 2008-02-01  Kenichi Handa  <handa@m17n.org>
17111         * font.h (struct font_driver): Delete member parse_name.
17112         (font_match_p, font_get_spec, font_parse_fcname)
17113         (font_unparse_fcname): Extern them.
17114         (font_get_name): Adjust prototype.
17116         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17117         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17118         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
17119         unnecessary checks for weight, slant, and swidth.
17120         (font_parse_fcname): New function.
17121         (font_unparse_fcname): New function.
17122         (font_parse_name): New function.
17123         (font_match_p): New function.
17124         (font_get_name): Change return value to Lisp string.
17125         (font_get_spec): New function.
17126         (Qunspecified, Qignore_defface): Don't extern them.
17127         (font_find_for_lface): Assume that LFACE is fully specified.
17128         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17129         object, use it for FACE.
17130         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
17131         driver->parse_name.
17132         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17134         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17135         prototype.
17137         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17138         argument F.  Don't call Fnew_fontset.  Instead, directly call
17139         make_fontset.
17141         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17143         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17144         of x_new_fontset2.
17146         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17147         (Qsans__serif): New variables.
17148         (ftfont_generic_family_list): New variable.
17149         (syms_of_ftfont): Initialize the above variables.
17150         (ftfont_pattern_entity): Delete argument NAME.
17151         (ftfont_list_generic_family): New function.
17152         (ftfont_parse_name): Delete this function.
17153         (ftfont_list): Try generic family only when FcFontList found no font.
17154         (ftfont_list_family): Fix args to FcObjectSetBuild.
17156         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17157         object in attrs[LFACE_FONT_INDEX].
17158         (set_lface_from_font_name): Cancel all changes for font-backend.
17159         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17160         function.
17161         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17162         font object in QCfont attribute.
17163         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17164         (realize_default_face) [USE_FONT_BACKEND]: Call
17165         set_lface_from_font_and_fontset.
17167         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17168         "fixed", and signal error here if no suitable font was found.
17170         * xfont.c (xfont_parse_name): Delete this function.
17172         * xftfont.c (xftfont_open): Change coding style of error
17173         handling.  Generate fontconfig's fontname pattern.
17175         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17176         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17178         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17179         Both args FONTSET and FONT_OBJECT must be existing ones.
17181 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17183         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17185 2008-02-01  Kenichi Handa  <handa@m17n.org>
17187         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17189         * font.h (struct font): Fix typo.
17191         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17192         XLFD_XXX_INDEX.
17193         (enum xlfd_field_mask): New enum.
17194         (intern_font_field): Changed argument.  Change caller.  If digits
17195         are followed by non-digits, return a symbol.
17196         (font_expand_wildcards): New function.
17197         (font_parse_xlfd): Fix wildcard handling.
17198         (Ffont_spec): If :name is specified, reflect the info in the other
17199         properties.
17201         * ftfont.c (ftfont_pattern_entity): Fix typo.
17202         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17203         locale.
17205 2008-02-01  Kenichi Handa  <handa@m17n.org>
17207         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17209         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17210         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
17211         registry doesn't specify encoding part.
17212         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17213         (font_open_by_name): At first try parsing the name.
17214         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17215         as Lisp symbols.
17217         * fontset.c (reorder_font_vector): Pay attention to the case that
17218         the 3rd element of font_def is nil.
17219         (fontset_font): For the default fontset, append one more fontset
17220         elements for a script-based font specification.  Don't add script
17221         attribute on finding a font.
17222         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17223         font name.
17224         (fontset_ascii_font): If a font can't be opened, return nil.
17226         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17227         (ftfont_pattern_entity): New function.
17228         (ftfont_get_cache): Assume that freetype_font_cache is already
17229         initialized.
17230         (ftfont_list): Handle the case that a file is specified in font
17231         name.  Use ftfont_pattern_entity to generate entities.
17232         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17233         (syms_of_ftfont): Initialize freetype_font_cache.
17235         * xftfont.c (xftfont_open): Make the font name fontconfig's
17236         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
17237         (xftfont_close): Free font->font.name if not NULL.
17239         * xfont.c (xfont_list): If script is specified for a font, return
17240         null_vector.
17241         (xfont_list_family): Declare argument type.
17243         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17244         name, set LFACE_FONT (lface) to nil.
17246         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17247         return Qnil.
17249 2008-02-01  Kenichi Handa  <handa@m17n.org>
17251         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17252         (standard_args): Add "-enable-font-backend".
17254 2008-02-01  Kenichi Handa  <handa@m17n.org>
17256         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17257         (struct xftdraw_list, xftdraw_list): Delete them.
17258         (register_xftdraw, check_xftdraw): Delete them.
17259         (xftfont_prepare_face): Don't call register_xftdraw.
17260         (xftfont_done_face): Don't call check_xftdraw.
17261         (xftfont_draw): Get background color only when with_background is
17262         nonzero.
17264         * xfont.c (xfont_encode_char): Fix calculation of char2b.
17266 2008-02-01  Kenichi Handa  <handa@m17n.org>
17268         These changes are for the new font handling codes.
17270         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17271         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17272         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17273         (FONTSRC, FONTOBJ): New variables.
17274         (obj): Add $(FONTOBJ).
17275         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17276         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17277         @LIBOTF_LIBS@.
17278         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17279         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17281         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17283         * character.h (Vscript_representative_chars): Extern it.
17285         * character.c (Vscript_representative_chars): New variable.
17286         (syms_of_character): Declare it as a Lisp variable.
17288         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17289         enable_font_backend is nonzero, accept the composition method
17290         COMPOSITION_WITH_GLYPH_STRING.
17292         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17293         enumeration COMPOSITION_WITH_GLYPH_STRING.
17295         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17296         members clip_x, clip_y, clip_width, and clip_height.
17297         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17299         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17300         --enable-font-backend.  Call syms_of_font.
17302         * fns.c (assoc_no_quit): New function.
17304         * fontset.h (FONT_INFO_FROM_FACE): New macro.
17305         (face_for_font, new_fontset_from_font)
17306         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17308         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17309         (fontset_font, fontset_ascii, face_for_char)
17310         (make_fontset_for_ascii_face, Ffont_info)
17311         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17312         is nonzero, use font-backend mechanism.
17313         (find_font_encoding): Make it non-static.
17314         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17315         New functions.
17317         * frame.h (struct frame): New members resx and resy.
17318         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17319         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17321         * frame.c [USE_FONT_BACKEND]: Include "font.h".
17322         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17324         * lisp.h (assoc_no_quit): Extern it.
17326         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17327         Through out the file, use FONT_INFO_FROM_FACE instead of
17328         FONT_INFO_FROM_ID, use get_per_char_metric instead of
17329         rif->per_char_metric.
17330         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17331         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17332         (get_glyph_face_and_encoding, fill_composite_glyph_string)
17333         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17334         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17335         nonzero, use font-backend mechanism.
17336         (get_per_char_metric): New function.
17338         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17339         (set_lface_from_font_name)
17340         (set_font_frame_param, free_realized_face)
17341         (prepare_face_for_display, clear_face_gcs)
17342         (Finternal_set_font_selection_order, realize_x_face)
17343         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17344         font-backend mechanism.
17345         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17346         (load_face_font) [USE_FONT_BACKEND]: Abort.
17347         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17348         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17350         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17351         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17352         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17353         nonzero, register all available font drivers.  Call
17354         x_default_font_parameter for deciding a font.
17355         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17357         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17358         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17359         (x_set_glyph_string_clipping_exactly)
17360         (x_compute_glyph_string_overhangs)
17361         (x_draw_glyph_string_foreground)
17362         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17363         (x_free_frame_resources) [USE_FONT_BACKEND]: If
17364         enable_font_backend is nonzero, use font-backend mechanism.
17365         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17367 2008-02-01  Kenichi Handa  <handa@m17n.org>
17369         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17370         system_eol_type.
17371         (syms_of_coding): Initialize system_eol_type.
17373         * process.c (Fset_process_coding_system): Inherit system's eol
17374         format if necessary.
17376 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17378         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17380 2008-02-01  Kenichi Handa  <handa@m17n.org>
17382         * coding.c (decode_eol): Pay attention to buffer relocation in
17383         del_range_2.
17384         (decode_coding): Call decode_eol before restoring undo_list.
17386 2008-02-01  Kenichi Handa  <handa@m17n.org>
17388         * charset.c (Fdefine_charset_internal): Fix setting of
17389         emacs_mule_bytes.
17391 2008-02-01  Kenichi Handa  <handa@m17n.org>
17393         * keyboard.c (read_char): Check if C is a character or not before
17394         looking up Vkeyboard_translate_table.
17396 2008-02-01  Kenichi Handa  <handa@m17n.org>
17398         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17399         condition to terminate the loop.
17401 2008-02-01  Kenichi Handa  <handa@m17n.org>
17403         * coding.c (produce_composition): Compare charbuf[i] instead of
17404         args[i] against 0.
17405         (Fterminal_coding_system): Use EQ to compare Lisp objects.
17407 2008-02-01  Kenichi Handa  <handa@m17n.org>
17409         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17410         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17411         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17412         detect_coding.
17413         (emacs_mule_char): Handle old style (Emacs 20) component character
17414         of a composition.
17415         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17416         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17417         composition rule.
17418         (decode_coding_emacs_mule): Handle invalid bytes correctly.
17420 2008-02-01  Kenichi Handa  <handa@m17n.org>
17422         * coding.c (encode_coding_ccl): Allocate destination dynamically
17423         when necessary.
17425 2008-02-01  Kenichi Handa  <handa@m17n.org>
17427         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17428         the loop.  When quitted, show a proper error message.
17430 2008-02-01  Kenichi Handa  <handa@m17n.org>
17432         * xterm.c (x_set_glyph_string_clipping_exactly): Set
17433         src->clip_head and src->clip_tail temporarily instead of src->hl.
17435         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17436         character sequence.
17437         (Fccl_execute_on_string): Use ASET, not XSET.
17439 2008-02-01  Kenichi Handa  <handa@m17n.org>
17441         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17443 2008-02-01  Kenichi Handa  <handa@m17n.org>
17445         * coding.c (decode_coding): Fix the condition of terminating the
17446         decoding loop.
17448 2008-02-01  Kenichi Handa  <handa@m17n.org>
17450         * data.c (Faset): On setting a character bigger than 255 in a
17451         unibyte string, signal an error instead of make the string multibyte.
17453 2008-02-01  Kenichi Handa  <handa@m17n.org>
17455         * charset.c (map_charset_chars): Fix for ascii-compatible charset
17456         made by a mapping table.
17458 2008-02-01  Kenichi Handa  <handa@m17n.org>
17460         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17461         not.
17462         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17463         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17465         * xterm.c (x_draw_composite_glyph_string_foreground): Check
17466         s->face is NULL or not.
17468 2008-02-01  Kenichi Handa  <handa@m17n.org>
17470         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17471         (x_draw_glyph_string): Fix drawing of right_overhang and
17472         left_overhang around/on cursor.
17474         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17476 2008-02-01  Kenichi Handa  <handa@m17n.org>
17478         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17480 2008-02-01  Kenichi Handa  <handa@m17n.org>
17482         * coding.c (Fdefine_coding_system_internal)
17483         (Fdefine_coding_system_alias): Avoid a duplicated element in
17484         Vcoding_system_alist.
17486 2008-02-01  Kenichi Handa  <handa@m17n.org>
17488         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17490         * coding.c (Qcoding_system_define_form): New variable.
17491         (syms_of_coding): Intern and staticpro it.
17492         (Fcoding_system_p): Check Qcoding_system_define_form.
17493         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17495         * coding.h (CODING_SYSTEM_P): If ID is not available, call
17496         Fcoding_system_p.
17497         (CHECK_CODING_SYSTEM): If ID is not available, call
17498         Fcheck_coding_system.
17499         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17500         Try also Fcheck_coding_system.
17502 2008-02-01  Kenichi Handa  <handa@m17n.org>
17504         * coding.c (code_conversion_restore): GCPRO arg.
17506 2008-02-01  Kenichi Handa  <handa@m17n.org>
17508         * character.c (lisp_string_width): Check multibyteness of STRING.
17510 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17512         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17513         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
17514         (decode_mac_font_name): Use decode_coding_c_string instead of
17515         decode_coding.
17516         (x_load_font): Initialize fontp->fontset to -1.  Set
17517         fontp->encoding_type.
17519 2008-02-01  Kenichi Handa  <handa@m17n.org>
17521         * search.c (search_buffer): Give up BM search on case-fold-search
17522         if one of a target character has a case-equivalence of different
17523         byte length even if that target charcter is an ASCII.
17524         (simple_search): Fix calculation of byte length of matched text.
17525         (boyer_moore): Fix handling of case-equivalent multibyte characters.
17527 2008-02-01  Kenichi Handa  <handa@m17n.org>
17529         * coding.c (decode_coding): Fix handling of invalid bytes.
17531 2008-02-01  Kenichi Handa  <handa@m17n.org>
17533         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17534         Unicode characters.
17536 2008-02-01  Kenichi Handa  <handa@m17n.org>
17538         * coding.c (encode_coding_object): If a pre-write-conversion
17539         function makes a new buffer, kill it.
17541 2008-02-01  Kenichi Handa  <handa@m17n.org>
17543         * coding.c (QCascii_compatible_p): New variable.
17544         (syms_of_coding): Initialize it.
17545         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17546         calling string_char.
17547         (record_conversion_result): Add `default:' case.
17548         (coding_charset_list): Delete unused variable `coding_type'.
17549         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17550         property in the plist of the coding system.
17551         (Fcoding_system_put): Check QCascii_compatible_p.
17553 2008-02-01  Miles Bader  <miles@gnu.org>
17555         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17556         removed calculation of frame `f', as it's now used.
17558 2008-02-01  Kenichi Handa  <handa@m17n.org>
17560         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17561         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17562         (UNIDATA): New variable.
17563         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17564         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
17565         $(RUN_TEMACS) unconditionally.
17567 2008-02-01  Kenichi Handa  <handa@m17n.org>
17569         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17570         (admindir): New variable.
17571         ($(lispsource)international/charprop.el): New target.
17573 2008-02-01  Miles Bader  <miles@gnu.org>
17575         * character.c (chars-in-region): Remove obsolete function.
17576         (syms_of_character): Remove its initialization.
17578 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
17580         * w32select.c (validate_coding_system)
17581         (setup_windows_coding_system): New functions.
17582         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17583         setup_windows_coding_system.
17584         (setup_config, Fw32_get_clipboard_data): Use
17585         validate_coding_system.
17586         (Fx_selection_exists): Move call to setup_config to a place
17587         where signals are allowed.
17589         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17590         (Fcheck_coding_system): Add declarations.
17592 2008-02-01  Kenichi Handa  <handa@m17n.org>
17594         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17596 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17598         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17599         string as the second argument for x_new_fontset.
17601 2008-02-01  Kenichi Handa  <handa@m17n.org>
17603         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17604         (encode_coding_object): Use safe_call instead of call2.
17606 2008-02-01  Kenichi Handa  <handa@m17n.org>
17608         * fontset.c (Fset_fontset_font): Check family element of a given vector.
17610         * Makefile.in (lisp): Include charprop.el.
17612 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17614         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17615         Not sure if it's unnecessary.
17617 2008-02-01  Steven Tamm  <steventamm@mac.com>
17619         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17620         some possibly unnecessary fontset checking code that crashed
17621         when creating a new frame.
17623 2008-02-01  Kenichi Handa  <handa@m17n.org>
17625         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17626         lookup_face.
17628         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17630         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17632 2008-02-01  Kenichi Handa  <handa@m17n.org>
17634         * coding.c: Cancel the change done in HEAD on 2008-02-01.
17635         (coding_charset_list): New function.
17637         * coding.h (coding_charset_list): Extern it.
17639 2008-02-01  Kenichi Handa  <handa@m17n.org>
17641         * fontset.c (Fset_fontset_font): Call find_font_encoding with
17642         concatenation of family and registry.
17644 2008-02-01  Kenichi Handa  <handa@m17n.org>
17646         * character.h (BYTE8_STRING): Fix typo.
17648         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17649         string to multibyte (sync to HEAD).
17651         * casefiddle.c (casify_region): Handle changes in byte-length
17652         using replace_range_2 (sync to HEAD).
17654 2008-02-01  Andreas Schwab  <schwab@suse.de>
17656         * chartab.c (map_char_table): GCPRO table and arg.
17658 2008-02-01  Kenichi Handa  <handa@m17n.org>
17660         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17661         already at limit.
17663 2008-02-01  Kenichi Handa  <handa@m17n.org>
17665         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17666         instead of fast_c_string_match_ignore_case.
17667         (find_font_encoding): Change argument to Lisp_Object.  Use
17668         fast_string_match_ignore_case instead of
17669         fast_c_string_match_ignore_case.  Change caller.
17671 2008-02-01  Kenichi Handa  <handa@m17n.org>
17673         * xdisp.c (get_next_display_element): In unibyte case, decide to
17674         display in octal form by checking a character by
17675         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17677         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17679         * character.c (unibyte_has_multibyte_table): New variable.
17681         * character.h (unibyte_has_multibyte_table): Extern it.
17682         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17684 2008-02-01  Kenichi Handa  <handa@m17n.org>
17686         * coding.c (encode_coding_iso_2022): Fix handling of charset
17687         annotation.
17689 2008-02-01  Kenichi Handa  <handa@m17n.org>
17691         * coding.c (setup_coding_system): If coding_system is nil, use
17692         Qundecided.
17693         (Fterminal_coding_system): Return nil if terminal coding system is
17694         `undecided'.
17695         (syms_of_coding): Define coding-system `undecided' here.  Setup
17696         terminal_coding as `undecided'.
17698 2008-02-01  Kenichi Handa  <handa@m17n.org>
17700         * xdisp.c (message_dolog, set_message_1): Call
17701         unibyte_char_to_multibyte with arg type int.
17703         * lread.c (read1): Fix reading of a char-table.
17705         * print.c (print_object): Include sub char-table in circularities
17706         detection.
17708 2008-02-01  Kenichi Handa  <handa@m17n.org>
17710         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17711         Append the found sequences in car of ARGS instead of prepending.
17713 2008-02-01  Kenichi Handa  <handa@m17n.org>
17715         * fileio.c (report_file_error): Make a unibyte string from
17716         strerror (errorno).
17717         (Fsubstitute_in_file_name): Fix the arg to
17718         unibyte_char_to_multibyte.  It is evaluated twice.
17720 2008-02-01  Kenichi Handa  <handa@m17n.org>
17722         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17724 2008-02-01  Kenichi Handa  <handa@m17n.org>
17726         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17727         BOM is not found.
17728         (detect_coding, detect_coding_system): Optimization for ISO-2022
17729         when no 8-bit data is found.
17731 2008-02-01  Jason Rumney  <jasonr@gnu.org>
17733         * w32fns.c (x_to_w32_font): Update to use new coding struct.
17735 2008-02-01  Kenichi Handa  <handa@m17n.org>
17737         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17738         CHARS.
17740 2008-02-01  Steven Tamm  <steventamm@mac.com>
17742         * macterm.c (mac_encode_char): Add charset argument and update
17743         to use encoding_type.
17744         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17745         switch to pure fontset.
17746         (decode_mac_font_name): Temporarily remove decoding.
17747         (x_font_name_to_mac_font_name): Temporarily remove encoding.
17748         (x_load_font): Temporarily remove encoding.
17750 2008-02-01  Kenichi Handa  <handa@m17n.org>
17752         * xfaces.c (Fface_font): If frame is not on a window system,
17753         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
17754         refer to face->font.
17755         (split_font_name_into_vector, build_font_name_from_vector)
17756         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17757         when HAVE_WINDOW_SYSTEM is defined.
17759 2008-02-01  Kenichi Handa  <handa@m17n.org>
17761         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17762         (x_produce_glyphs): Fix setting of members of cmp in case
17763         cmp->glyph_len is zero.
17765         * fontset.c (Fset_fontset_font): Fix docstring.
17766         (Ffontset_info): Make it backward compatible.  New arg ALL.
17768 2008-02-01  Kim F. Storm  <storm@cua.dk>
17770         * process.c (read_process_output): Grow decoding_buf when needed;
17771         this could cause a crash in allocate_string and compact_small_strings.
17773 2008-02-01  Kenichi Handa  <handa@m17n.org>
17775         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17777 2008-02-01  Kenichi Handa  <handa@m17n.org>
17779         * coding.c (setup_coding_system): Set coding->common_flags
17780         correctly for raw-text.
17781         (consume_chars): On encoding unibyte text by raw-text, don't check
17782         multibyte form.
17783         (encode_coding): On encoding by raw-text, never use translation tables.
17785         * fileio.c (e_write): Short cut for the case of no encoding.
17787 2008-02-01  Kenichi Handa  <handa@m17n.org>
17789         * coding.c (detect_coding, detect_coding_system): Delete unused
17790         variables.
17792 2008-02-01  Kenichi Handa  <handa@m17n.org>
17794         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17795         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17797 2008-02-01  Kenichi Handa  <handa@m17n.org>
17799         * coding.c (Ffind_coding_systems_region_internal): Include
17800         raw-text and no-conversion in the result.
17802 2008-02-01  Kenichi Handa  <handa@m17n.org>
17804         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17805         (load_font_get_repertory): Delete unnecessary check of ENCODING of
17806         FONT_DEF.
17807         (font_def_arg, add_arg, from_arg, to_arg): New args.
17808         (set_fontset_font): Change argument.
17809         (Fset_fontset_font): Fix for the case that TARGET is a script
17810         name and charset name.
17811         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17813 2008-02-01  Kenichi Handa  <handa@m17n.org>
17815         * fontset.c (fontset_font): Rename from fontset_face.  Change return
17816         value.
17817         (face_suitable_for_char_p, face_for_char): Adjust for the change
17818         of fontset_font.
17819         (make_fontset_for_ascii_face): Fix setting of the fontset element
17820         for ASCII.
17821         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17822         to get a font name.
17823         (Ffontset_info): Adjust for the change of fontset_font.
17825         * coding.c (emacs_mule_char): Check invalid code more rigidly.
17827         * character.h (LEADING_CODE_LATIN_1_MIN)
17828         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
17830 2008-02-01  Kenichi Handa  <handa@m17n.org>
17832         * editfns.c (check_translation): New function.
17833         (Ftranslate_region_internal): Handle M:N mapping.
17835 2008-02-01  Kenichi Handa  <handa@m17n.org>
17837         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
17839 2008-02-01  Kenichi Handa  <handa@m17n.org>
17841         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
17842         goto invalid_code.
17843         (decode_coding_iso_2022): Fix handling of invalid designation.
17845         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
17846         after calling code_conversion_save.
17848 2008-02-01  Kenichi Handa  <handa@m17n.org>
17850         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
17852         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
17854         * fontset.c: Include "intervals.h".
17855         (fontset_face): Fix comparing of Lisp_Objects.
17856         (free_face_fontset, new_fontset_from_font_name): Fix
17857         Lisp_Object/int mixup.
17859         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
17861         * coding.c: Add many prototypes for static functions.
17862         (get_translation_table): Allow max_lookup to be NULL.
17863         (decode_coding, Ffind_coding_systems_region_internal)
17864         (Funencodable_char_position, Fcheck_coding_systems_region): Call
17865         get_translation_table with max_lookup NULL.
17867 2008-02-01  Kenichi Handa  <handa@m17n.org>
17869         * coding.c (get_translation_table): Declare it as Lisp_Object.
17870         (LOOKUP_TRANSLATION_TABLE): New macro.
17871         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
17872         instead of CHAR_TABLE_REF.
17874 2008-02-01  Kenichi Handa  <handa@m17n.org>
17876         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
17877         annotation data format.
17878         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
17879         Change arguments FROM and TO to single argument NCHARS.  Change caller.
17880         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
17881         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17882         (decode_coding_ccl, decode_coding_charset): Pay attention to
17883         coding->charbuf_used.
17884         (get_translation): New function.
17885         (produce_chars): New arguments translation_table and last_block.
17886         Translate characters here.  Return number of carryover chars.
17887         Change caller.
17888         (produce_composition): New argument pos.  Change caller.
17889         Adjust for the change of annotation data format.
17890         (produce_charset, produce_annotation): Likewise.
17891         (decode_coding, encode_coding): Don't call translate_chars.
17892         (consume_chars): New arg translation_table.  Change caller.
17893         (translate_chars): Delete.
17894         (syms_of_coding): Make translation-table's number of extra slots 2.
17896 2008-02-01  Kenichi Handa  <handa@m17n.org>
17898         * search.c (simple_search): Fix setting this_pos_byte in backward
17899         search.
17901         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
17902         byte sequence.
17903         (detect_coding_ccl): Fix setting of the variable valids.
17905 2008-02-01  Kenichi Handa  <handa@m17n.org>
17907         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
17909         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
17911         * editfns.c (Ftranslate_region_internal): Rename from
17912         Ftranslate_region.  Accept a char-table in TABLE.
17913         (syms_of_editfns): Defsubr Stranslate_region_internal.
17915         * xfaces.c (set_lface_from_font_name): If a font is specified for
17916         a frame, generate a fontset from the font.
17917         (build_scalable_font_name): If the scalable font is requested for
17918         a specific size, don't change that size.
17919         (try_font_list): Try a scalable font also in the case that a
17920         pattern string is specified.
17922 2008-02-01  Kenichi Handa  <handa@m17n.org>
17924         * xfaces.c (Fface_font): New optional arg CHARACTER.
17926 2008-02-01  Kenichi Handa  <handa@m17n.org>
17928         * charset.h (CHARSET_OFFSET): New macro.
17930 2008-02-01  Kenichi Handa  <handa@m17n.org>
17932         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17934         * fontset.c (fontset_face): Handle the case that repertory is a
17935         char-table.
17936         (find_font_encoding): Return nil for unknown encoding.
17937         (Fset_fontset_font): Ignore a font of unknown encoding.
17939 2008-02-01  Kenichi Handa  <handa@m17n.org>
17941         * keymap.c (describe_vector): Handle default value of a char table.
17943         * fontset.c (fontset_face): Handle fallback fonts correctly.
17944         (Ffontset_info): Return infomation about fallback fonts.
17946 2008-02-01  Kenichi Handa  <handa@m17n.org>
17948         * fontset.c (FONTSET_DEFAULT): New macro.
17949         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17950         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17951         the case that it is nil.
17952         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17953         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17955         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17956         subset or superset.
17958 2008-02-01  Kenichi Handa  <handa@m17n.org>
17960         * emacs.c (main): Call init_charset after syms_of_XXX.
17962         * charset.c (Vcharset_map_directory): Delete.
17963         (Vcharset_map_path): New variable.
17964         (load_charset_map_from_file): Use Vcharset_map_path instead.
17965         (init_charset): Initialize Vcharset_map_path.
17966         (syms_of_charset): Delete declaration of "charset-map-directory",
17967         add declaration of "charset-map-path".
17969 2008-02-01  Kenichi Handa  <handa@m17n.org>
17971         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17972         ASCII only string.
17974         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17976         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17977         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17979 2008-02-01  Kenichi Handa  <handa@m17n.org>
17981         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
17983         * coding.c (QCmnemonic, QCdefalut_char)
17984         (QCdecode_translation_table, QCencode_translation_table)
17985         (QCpost_read_conversion, QCpre_write_conversion): New variables.
17986         (get_translation_table): Return a list of translation tables if
17987         necessary.
17988         (decode_coding): Call get_translation_table with ENCODEP 0.
17989         (char_encodable_p): If translation_table is non-nil, always call
17990         translate_char.
17991         (Fdefine_coding_system_internal): Accept list of translation
17992         tables as :encode-translation-table and :decode-translation-table.
17993         (Fcoding_system_put): New function.
17994         (syms_of_coding): Declare new symbols.  Defsubr
17995         Scoding_system_put.
17996         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
17997         typically JISX0212.
17999         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18000         when the charset is superset type.
18002         * character.c (translate_char): Accept list of translation tables.
18004 2008-02-01  Kenichi Handa  <handa@m17n.org>
18006         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18007         (CODING_ATTR_TRANS_TBL): New macro.
18009         * coding.c (get_translation_table): New function.
18010         (translate_chars): Fix the bug of skipping annotation data.
18011         (decode_coding, encode_coding): Utilize get_translation_table.
18012         (char_encodable_p, Funencodable_char_position): Translate char if
18013         necessary.
18014         (Ffind_coding_systems_region_internal)
18015         (Fcheck_coding_systems_region): Setup translation table for encode
18016         in a coding system attribute vector in advance.
18017         (Fdefine_coding_system_internal): Allow a symbol as translation
18018         table.  For shift-jis type coding system, allow 4th charset.
18020 2008-02-01  Kenichi Handa  <handa@m17n.org>
18022         * coding.c (decode_coding_sjis): Check the first byte rigidly.
18024         * xdisp.c (get_next_display_element): Pass -1 as POS to
18025         FACE_FOR_CHAR if displaying a C-string.
18027 2008-02-01  Kenichi Handa  <handa@m17n.org>
18029         * composite.c (get_composition_id): Handle xoff and yoff in a
18030         composition rule.
18032         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18033         (struct composition): New member lbearing and rbearing.
18035         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18036         (x_get_glyph_overhangs): Handle a composition glyph.
18037         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18039         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18040         composition glyph.
18042 2008-02-01  Kenichi Handa  <handa@m17n.org>
18044         * print.c: Include charset.h.
18045         (Vprint_charset_text_property): New variable.
18046         (Qdefault): Extern it.
18047         (PRINT_STRING_NON_CHARSET_FOUND)
18048         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18049         (print_check_string_result): New variable.
18050         (print_check_string_charset_prop): New function.
18051         (print_prune_charset_plist): New variable.
18052         (print_prune_string_charset): New function.
18053         (print_object): Call print_prune_string_charset if
18054         Vprint_charset_text_property is not t.
18055         (print_interval): Print nothing if interval->plist is nil.
18056         (syms_of_print): Declare Vprint_charset_text_property as a lisp
18057         variable.  Init and staticpro print_prune_charset_plist.
18059 2008-02-01  Kenichi Handa  <handa@m17n.org>
18061         * fontset.c (new_fontset_from_font_name): Use the specified font
18062         for all characters in the new fontset.
18064         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18065         OBJECT args.
18067         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18068         OBJECT args for composition too.
18070         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18071         OBJECT args.
18073 2008-02-01  Kenichi Handa  <handa@m17n.org>
18075         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18077         * fontset.c (reorder_font_vector): Adjust for the change of
18078         FONT_DEF format.
18079         (fontset_face): New arg id.  Change caller.
18080         (face_for_char): New args pos and object.
18081         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18082         (fs_query_fontset): Check NAME by Fassoc too.
18083         (Fset_fontset_font): Allow non-XLFD font name.
18084         (Ffontset_info): Adjust for the change of FONT_DEF format.
18086         * fontset.h (face_for_char): Adjust prototype.
18088         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18089         (append_space, extend_face_to_end_of_line)
18090         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18091         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18093         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18094         POS and OBJECT args.
18096         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18097         POS and OBJECT args.
18099 2008-02-01  Jason Rumney  <jasonr@gnu.org>
18101         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18102         of GlobalAlloc'ed memory.
18104 2008-02-01  Kenichi Handa  <handa@m17n.org>
18106         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18108         * charset.h (charset_table_used): Delete extern.
18110         * charset.c (charset_table_used): Make it static.
18111         (map_charset_chars): Fix args to c_function with.
18113         * chartab.c (map_sub_char_table_for_charset): Fix args to
18114         c_function with.
18116         * coding.h (enum coding_result_code): Delete
18117         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18119         * coding.c (Qinsufficient_source, Qinconsistent_eol)
18120         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18121         (Vlast_code_conversion_error): New variables.
18122         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18123         (ONE_MORE_BYTE): Record error if any instead of signaling an
18124         error.  If non-ASCII multibyte char is found, return the negative
18125         value of the code.  All callers changed to check it.
18126         (ONE_MORE_BYTE_NO_CHECK): Likewise.
18127         (record_conversion_result): New function.  Change all codes setting
18128         coding->result to call this function.
18129         (detect_coding_utf_8, decode_coding_utf_8)
18130         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18131         Don't use the local variable incomplete.
18132         (emacs_mule_char): Change the second arg to `const'.
18133         (decode_coding): Fix of flushing out unprocessed data.
18134         (make_conversion_work_buffer): Fix making of a work buffer.
18135         (decode_coding_object): Return coding->dst_object.
18137         * fontset.c (set_fontset_font): Fix args.
18139         * lisp.h (CHARACTERBITS): Define as 22.
18141         * process.c (send_process): Be sure to set coding->src_multibyte.
18143         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18145 2008-02-01  Kenichi Handa  <handa@m17n.org>
18147         * xdisp.c (handle_auto_composed_prop): Give limit to
18148         Fnext_single_char_property_change.
18150 2008-02-01  Kenichi Handa  <handa@m17n.org>
18152         * composite.c (syms_of_composite): Don't make the composition hash
18153         table weak.
18155         * fontset.c (Fset_fontset_font): Fix docstring.
18157         * lisp.h (detect_coding_system): Adjust prototype.
18159         * fileio.c (kill_workbuf_unwind): Delete this function.
18160         (Finsert_file_contents): Adjust the call of detect_coding_system.
18161         Get conversion_buffer by code_conversion_save.  Use the macro
18162         CODING_MAY_REQUIRE_DECODING.  After decoding, update
18163         coding_system.
18165         * coding.h (make_conversion_work_buffer): Delete extern.
18166         (code_conversion_save): Extern it.
18168         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18169         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
18170         (decode_coding_utf_8): Don't do eol converion.
18171         (detect_coding_utf_16): Check coding->src_chars, not
18172         coding->src_bytes.  Add heuristics for those that have no signature.
18173         (decode_coding_emacs_mule, decode_coding_iso_2022)
18174         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18175         Don't do eol converion.
18176         (adjust_coding_eol_type): Return a new coding system.
18177         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
18178         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18179         each change.
18180         (decode_coding): Pay attention to undo_list.  Do eol conversion for
18181         all types of coding-systems (if necessary).
18182         (Vcode_conversion_work_buf_list): Delete it.
18183         (Vcode_conversion_reused_workbuf): Rename from
18184         Vcode_conversion_reused_work_buf.
18185         (Vcode_conversion_workbuf_name): New variable.
18186         (reused_workbuf_in_use): New variable.
18187         (make_conversion_work_buffer): Delete the arg DEPTH.
18188         (code_conversion_restore): Change argument to cons.
18189         (code_conversion_save): Delete the argument BUFFER.  Change callers.
18190         (detect_coding_system): New argument src_chars.  Change callers.
18191         Fix for utf-16 detection.
18192         (init_coding_once): Don't use ISO_carriage_return.
18193         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18194         reused_workbuf_in_use.
18196 2008-02-01  Kenichi Handa  <handa@m17n.org>
18198         * keymap.c (store_in_keymap): Pay attention to the case that idx
18199         is a cons specifying a character range.
18201 2008-02-01  Kenichi Handa  <handa@m17n.org>
18203         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18204         HANDLED_RECOMPUTE_PROPS.
18206         * coding.c (Fdefine_coding_system_internal): Fix checking of
18207         ascii compatibility.
18209 2008-02-01  Kenichi Handa  <handa@m17n.org>
18211         * charset.c (find_charsets_in_text): Delete unused locale variable.
18212         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18214         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18215         Resync charset_list to Vemacs_mule_charset_list.
18217         * keymap.c (store_in_keymap): Pay attention to the case that idx
18218         is a cons specifying a character range.
18220 2008-02-01  Kenichi Handa  <handa@m17n.org>
18222         * composite.c (update_compositions): Bind inhibit-read-only, etc
18223         to t before calling remove-list-of-text-properties.
18225         * print.c (print_object): Always print ASCII chars as is.
18227 2008-02-01  Kenichi Handa  <handa@m17n.org>
18229         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18231         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18232         is a char table.
18234 2008-02-01  Kenichi Handa  <handa@m17n.org>
18236         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18238 2008-02-01  Kenichi Handa  <handa@m17n.org>
18240         * xfaces.c (set_lface_from_font_name): Fix for the case that
18241         FONTNAME is not fontset name.
18243 2008-02-01  Kenichi Handa  <handa@m17n.org>
18245         * fns.c (base64_encode_1): Fix previous change.
18247 2008-02-01  Kenichi Handa  <handa@m17n.org>
18249         * fontset.c (set_fontset_font): New function.
18250         (Fset_fontset_font): If a font is specified for a charset, use
18251         map_charset_chars to store the font spec in a fontset.
18253 2008-02-01  Kenichi Handa  <handa@m17n.org>
18255         * fontset.c (fontset_face): Create a fallback fontset on demand.
18256         (make_fontset): Don't create a fallback fontset here.
18257         (free_face_fontset): Free a fallback fontset (if any) too.
18258         (n_auto_fontsets): Delete this variable.
18259         (auto_fontset_alist): New variable.
18260         (new_fontset_from_font_name): Check auto_fontset_alist.
18261         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18262         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18263         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18264         Defsubr Sfontset_list_all.
18266 2008-02-01  Kenichi Handa  <handa@m17n.org>
18268         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18270 2008-02-01  Kenichi Handa  <handa@m17n.org>
18272         * fontset.c (Fnew_fontset): Check NAME more rigidly.
18274 2008-02-01  Kenichi Handa  <handa@m17n.org>
18276         * editfns.c (Fgoto_char): Fix docstring.
18278 2008-02-01  Kenichi Handa  <handa@m17n.org>
18280         * insdel.c (insert_from_gap): Adjust intervals correctly.
18282 2008-02-01  Jason Rumney  <jasonr@gnu.org>
18284         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18285         (pfnGetFontUnicodeRanges): New dynamically loaded function.
18286         (w32_initialize): Try to load it.
18287         (x_get_font_repertory): Use it if available.
18288         (w32_encode_char): Add shortcut for unicode output.
18290         * w32fns.c (w32_load_system_font): Default charset to -1.
18291         (x_to_w32_charset): Match all fonts for unicode.
18292         (w32_to_x_charset): New parameter matching.  Don't return partial
18293         or wildcard charsets.
18294         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18295         (w32_codepage_for_font): Return CP_UNICODE for unicode.
18296         (w32_to_x_font): Match charset to real charset.
18297         (enum_font_cb2): Always list unicode versions.
18299         * makefile.w32-in (temacs): Increase EMHEAP.
18301 2008-02-01  Jason Rumney  <jasonr@gnu.org>
18303         * w32term.c (w32_encode_char): New charset parameter.
18304         font_info.encoding becomes encoding_type.
18305         (x_get_font_repertory): New function.  Warning: stub only!
18306         (x_new_font): Return quickly if font already set.
18307         (x_new_fontset): fontsetname parameter is Lisp_Object.
18308         Use new fs_query_fontset.  Try new_fontset_from_font_name.
18309         Use fontset_name for return value.
18311         * w32term.h: Declare x_get_font_repertory.
18313         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18314         place of find_charset_in_text.  Use encode_coding_object in place
18315         of encode_coding.
18316         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18317         decode_coding.
18319         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18320         of x_new_fontset.
18321         (w32_load_system_font): Initialize charset as unicode.
18322         font_info.encoding becomes encoding_type.
18323         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18324         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18325         (syms_of_w32fns): Set get_font_repertory_func.
18327         * w32console.c: Include character.h.  Use terminal_encode_buffer
18328         from term.c.
18329         (write_glyphs): Use new version of encode_terminal_code.  Use
18330         encode_coding_object in place of encode_coding.
18332         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18333         encoding becomes encoding_type.
18335         * term.c (terminal_encode_buffer): Make externally visible.
18337         * makefile.w32-in: Add character.h dependancies.
18338         (character.o, chartab.o): New targets.
18340 2008-02-01  Kenichi Handa  <handa@m17n.org>
18342         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18343         CODING_ID_EOL_TYPE.
18345 2008-02-01  Andreas Schwab  <schwab@suse.de>
18347         * coding.c (produce_chars): Revert last change.
18349 2008-02-01  Kenichi Handa  <handa@m17n.org>
18351         * charset.h (charset_unicode): Extern it.
18353         * charset.c (string_xstring_p): Check by (C >= 0x100).
18354         (find_charsets_in_text): Change format of the arc CHARSETS.  New
18355         arg MULTIBYTE.
18356         (Ffind_charset_region, Ffind_charset_string): Adjust for the
18357         change of find_charsets_in_text.
18358         (Fsplit_char): Fix doc.  Never return unknown.
18360         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18362         * coding.c (Fdefine_coding_system_alias): Update
18363         Vcoding_system_list.
18365         * fontset.c (load_font_get_repertory): Pay attention to the case
18366         that ENCODING of a font is specified by a char-table.
18368         * xterm.c (x_get_font_repertory): Handle the case that the
18369         encoding of font is other than Unicode.
18371 2008-02-01  Kenichi Handa  <handa@m17n.org>
18373         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
18374         if a character is encodable by the terminal coding system.  If
18375         not, produces proper number of `?'s.  Update
18376         terminal_encode_buffer and terminal_encode_buf_size if necessary.
18377         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18379 2008-02-01  Kenichi Handa  <handa@m17n.org>
18381         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18382         variables.
18383         (encode_terminal_code): Change argument.  Encode multiple
18384         characters at once.  Store the result of encoding in
18385         terminal_encode_buffer.
18386         (write_glyphs, insert_glyphs): Adjust for the change of
18387         encode_terminal_code.
18388         (term_init): Initialize terminal_encode_buffer and
18389         terminal_encode_buf_size.
18391         * coding.c (consume_chars): If coding->src_object is nil, don't
18392         check annotation.
18394 2008-02-01  Kenichi Handa  <handa@m17n.org>
18396         * character.c (char_string): Use ASCII_CHAR_P instead of
18397         SINGLE_BYTE_CHAR_P.
18399 2008-02-01  Kenichi Handa  <handa@m17n.org>
18401         * xdisp.c (handle_auto_composed_prop): Check if the last
18402         characters of auto-composed region is newly composed with the
18403         following characters.
18404         (handle_composition_prop): Fix checking of point being inside
18405         composition.
18407 2008-02-01  Kenichi Handa  <handa@m17n.org>
18409         * fns.c (concat): Don't change multibyteness of the result by
18410         concatenating an 8-bit character.
18412         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
18413         multibyteness of the result when newelt is an 8-bit character.
18415 2008-02-01  Dave Love  <fx@gnu.org>
18417         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18418         EMACS_INT.
18420         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18422         * xfaces.c (face_numeric_value): Declare dim size_t.
18423         (Finternal_lisp_face_equal_p): Remove unused f.
18425         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18426         (MATRIX_ROW): Remove unused vars.
18427         (draw_glyphs, x_insert_glyphs, fast_find_position)
18428         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18429         byte/char counts.
18431         * regex.c (regex_compile): Remove unused var.
18433         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18435         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18436         (Faccessible_keymaps, where_is_internal): Remove unused vars.
18438         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18440         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18442         * fileio.c (Fwrite_region): Remove unused var.
18444         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18445         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18447         * composite.c (Fremove_list_of_text_properties): Declare.
18449         * coding.c (inhibit_pre_post_conversion): Remove (unused).
18450         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18451         (coding_inherit_eol_type): Remove unused attrs.
18452         (detect_coding): Cast arg of detect_eol.
18454         * charset.c (syms_of_charset): Remove unused var p.
18455         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18456         byte/char counts.
18458         * casetab.c (set_case_table): Remove unused var.
18460         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18461         unused vars.
18463 2008-02-01  Dave Love  <fx@gnu.org>
18465         * xterm.c (x_bitmap_mask): Declare.
18467 2008-02-01  Dave Love  <fx@gnu.org>
18469         * xterm.c (x_term_init): Fix type error.
18471         * lisp.h: Add Funibyte_char_to_multibyte.
18473         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18474         (Fset_coding_system_priority): Doc fix.
18476         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18478         * indent.c (check_composition): Make start and end EMACS_INT.
18480         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18482         * xdisp.c (handle_composition_prop, check_point_in_composition):
18483         Make buffer positions EMACS_INT.
18485         * composite.c (find_composition, run_composition_function)
18486         (update_compositions, Ffind_composition_internal): Make buffer
18487         positions EMACS_INT.
18489         * composite.h (find_composition, update_compositions): Make
18490         position args EMACS_INT.
18492         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18494         * intervals.c (get_property_and_range):
18495         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18497         * unexalpha.c: Don't include varargs.h.
18499 2008-02-01  Dave Love  <fx@gnu.org>
18501         * coding.h (ENCODE_UTF_8): New.
18503         * Makefile.in (gtkutil.o): Depend on coding.h.
18505         * coding.c (Fset_coding_system_priority): Doc fix.
18507 2008-02-01  Kenichi Handa  <handa@m17n.org>
18509         * fileio.c (Finsert_file_contents): Call setup_coding_system in
18510         the case of auto saving.
18512 2008-02-01  Andreas Schwab  <schwab@suse.de>
18514         * chartab.c (map_char_table, map_char_table_for_charset): Protect
18515         `range' from GC.
18517 2008-02-01  Kenichi Handa  <handa@m17n.org>
18519         * coding.c (decode_coding_sjis): Check bytes more rigidly.
18521 2008-02-01  Kenichi Handa  <handa@m17n.org>
18523         * fileio.c (choose_write_coding_system): Return a decided coding system.
18524         (Fwrite_region): Set Vlast_coding_system_used to the return value
18525         of choose_write_coding_system.
18527 2008-02-01  Kenichi Handa  <handa@m17n.org>
18529         * charset.c (Fset_charset_priority): Pay attention to duplicated
18530         arguments.
18532         * coding.c (QCcategory): New variable.
18533         (syms_of_coding): Defsym it.  Set all elements of
18534         Vcoding_category_table and their symbol values.
18535         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
18536         coding-category-XXX, and coding-category-list.
18537         (Fdefine_coding_system_internal): Add category in the plist.
18539 2008-02-01  Kenichi Handa  <handa@m17n.org>
18541         * callproc.c (Fcall_process): Handle carryover correctly.
18543         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18544         (raw_text_coding_system): Check NILP (coding_system).
18545         (coding_inherit_eol_type): Check NILP (coding_system) and
18546         NILP (parent).
18547         (consume_chars): Fix for the case of raw-text.
18549         * process.c (read_process_output): Handle carryover correctly.
18551 2008-02-01  Dave Love  <fx@gnu.org>
18553         * regex.c (re_search_2): Fix last change.
18555 2008-02-01  Kenichi Handa  <handa@m17n.org>
18557         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18558         target_multibyte.  Even in a unibyte case, return a converted
18559         multibyte char.
18560         (GET_CHAR_AFTER): New macro.
18561         (PATFETCH): Translate via multibyte char.
18562         (HANDLE_UNIBYTE_RANGE): Delete this macro.
18563         (SETUP_MULTIBYTE_RANGE): New macro.
18564         (regex_compile): Setup compiled code so that its multibyteness
18565         matches that of a target.  Fix the handling of "[X-YZ]" using
18566         SETUP_MULTIBYTE_RANGE.
18567         (analyse_first) <charset>: For filling fastmap for all multibyte
18568         characters, don't check by BASE_LEADING_CODE_P.
18569         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
18570         the same as RE_MULTIBYTE_P (bufp) now.
18571         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18572         (TARGET_CHAR_AND_LENGTH): Delete this macro.
18573         (TRANSLATE_VIA_MULTIBYTE): New macro.
18574         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18575         It is the same as RE_MULTIBYTE_P (bufp) now.
18576         <exactn>: Translate via multibyte.
18577         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
18578         translate it.
18579         <charset, charset_not>: Fetch a character by
18580         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
18581         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18582         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18583         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18584         by GET_CHAR_AFTER.
18585         (bcmp_translate): Likewise.
18587         * search.c (compile_pattern): Check the member target_multibyte,
18588         not the member multibyte of buf.
18590         * lread.c (read1): While reading a string, set force_singlebyte
18591         and force_multibyte correctly.
18593         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18594         up of unibyte_to_multibyte_table.
18596 2008-02-01  Kenichi Handa  <handa@m17n.org>
18598         * coding.c (setup_coding_system): If coding has
18599         post-read-conversion or pre-write-conversion, set
18600         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18601         respectively.
18602         (decode_coding_gap): Run post-read-conversion if any.
18604         * fileio.c (Finsert_file_contents): Even if we read into a
18605         unibyte buffer, check if we must decode the result or not.
18607 2008-02-01  Kenichi Handa  <handa@m17n.org>
18609         * coding.c (make_conversion_work_buffer): Change the work buffer
18610         name to the same one as that of Emacs 21.
18612 2008-02-01  Kenichi Handa  <handa@m17n.org>
18614         * coding.h (make_conversion_work_buffer): Adjust prototype.
18615         (code_conversion_restore): Don't extern it.
18617         * coding.c (detected_mask): Delete unused variable.
18618         (decode_coding_iso_2022): Pay attention to the byte sequence of
18619         CTEXT extended segment, and retain those bytes as is.
18620         (decode_coding_ccl): Delete unused variable `valids'.
18621         (setup_coding_system): Delete unused variable `category'.
18622         (consume_chars): Delete unused variable `category'.  Make it work
18623         for non-multibyte case.
18624         (make_conversion_work_buffer): Change argument.
18625         (saved_coding): Delete unused variable.
18626         (code_conversion_restore): Don't check saved_coding->destination.
18627         (code_conversion_save): New function.
18628         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18629         instead of record_unwind_protect.
18630         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
18631         (detect_coding_system): Delete unused variable `mask'.
18632         (Fdefine_coding_system_internal): Delete unused variable id.
18634         * fileio.c (kill_workbuf_unwind): New function.
18635         (Finsert_file_contents): On replacing, call
18636         make_conversion_work_buffer with correct args, and call
18637         record_unwind_protect with the first arg kill_workbuf_unwind.
18639         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18641 2008-02-01  Kenichi Handa  <handa@m17n.org>
18643         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18644         (fontset_add): Fix for the case that TO is less than TO1.
18645         (Ffontset_info): Don't use fallback fontset on checking the
18646         default fontset.
18647         (dump_fontset): New function for debugging.
18649         * coding.c (Fdefine_coding_system_internal): Fix for the case that
18650         coding_type is Qcharset.
18652 2008-02-01  Kenichi Handa  <handa@m17n.org>
18654         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18655         (map_char_table): Don't inherit the value from the parent on
18656         initializing VAL.  Adjust for the above change.
18658 2008-02-01  Kenichi Handa  <handa@m17n.org>
18660         * coding.c (Qsignature, Qendian): Delete these variables.
18661         (syms_of_coding): Don't initialize them.
18662         (CATEGORY_MASK_UTF_16_AUTO): New macro.
18663         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18664         detect_info->found.
18665         (decode_coding_utf_16): Don't detect BOM here.
18666         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18667         is NOT utf_16_without_bom.
18668         (setup_coding_system): For a coding system of type utf-16, check
18669         if the attribute :endian is Qbig or not (not nil or not), and set
18670         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18671         (detect_coding): If coding type is utf-16 and BOM detection is
18672         required, detect it.
18673         (Fdefine_coding_system_internal): For a coding system of type
18674         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18676 2008-02-01  Kenichi Handa  <handa@m17n.org>
18678         * coding.c (coding_set_source): Fix for the case that the current
18679         buffer is different from coding->src_object.
18680         (decode_coding_object): Don't use the conversion work buffer if
18681         DST_OBJECT is a buffer.
18683 2008-02-01  Dave Love  <fx@gnu.org>
18685         * lread.c (read_emacs_mule_char) [len==2]: Index
18686         emacs_mule_charset correctly.
18688 2008-02-01  Dave Love  <fx@gnu.org>
18690         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18691         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18692         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
18693         treated specially.)
18694         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18695         (detected_mask): Remove Big5 bits.
18697 2008-02-01  Kenichi Handa  <handa@m17n.org>
18699         The following changes are to make the font rescaling facility
18700         compatible with Emacs 21.
18702         * xfaces.c (Vface_font_rescale_alist): Rename from
18703         Vface_resizing_fonts.
18704         (struct font_name): Rename member resizing_ratio to rescale_ratio.
18705         (font_rescale_ratio): Rename from font_resizing_ratio.
18706         (split_font_name): Set font->rescale_ratio.
18707         (better_font_p): Pay attention to font->rescale_ratio.
18708         (build_scalable_font_name): Likewise.  Change RESX, and RESY
18709         fields.
18710         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18712 2008-02-01  Kenichi Handa  <handa@m17n.org>
18714         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18715         (Qutf_16_le): Remove these variables.
18716         (syms_of_coding): Don't DEFSYM them.
18717         (decode_coding_utf_16): Fix handling of BOM.
18718         (encode_coding_utf_16): Fix handling of BOM.
18720 2008-02-01  Kenichi Handa  <handa@m17n.org>
18722         * fileio.c (Finsert_file_contents): On replacing, before decoding
18723         the file into the work buffer, set point of the work buffer to the end.
18725 2008-02-01  Dave Love  <fx@gnu.org>
18727         * coding.c (Fcheck_coding_systems_region): Fix type errors.
18729 2008-02-01  Dave Love  <fx@gnu.org>
18731         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18732         and fix C types.
18734 2008-02-01  Kenichi Handa  <handa@m17n.org>
18736         * xdisp.c (SKIP_GLYPHS): New macro.
18737         (set_cursor_from_row): Pay attention to string display properties.
18739         * category.c (copy_category_entry): Fix for the case that RANGE
18740         is an integer.
18742         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18744         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18746 2008-02-01  Kenichi Handa  <handa@m17n.org>
18748         * charset.c (Fcharset_id_internal): New function.
18749         (syms_of_charset): Defsubr it.
18751         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18752         with the last arg charset_list acquired from coding.
18753         (Fdefine_coding_system_internal): For ccl-based coding system, fix
18754         the attribute coding_attr_ccl_valids.
18756         * coding.h (enum define_coding_ccl_arg_index): Set the first
18757         member coding_arg_ccl_decoder to coding_arg_max.
18759         * ccl.h (ccl_driver): Adjust prototype.
18761         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18762         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
18763         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
18764         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18765         last arg Qnil.
18767 2008-02-01  Kenichi Handa  <handa@m17n.org>
18769         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18770         call encode_char.
18772         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18774 2008-02-01  Dave Love  <fx@gnu.org>
18776         * composite.c (syms_of_composite): Make composition_hash_table weak.
18778 2008-02-01  Kenichi Handa  <handa@m17n.org>
18780         * dispextern.h (check_face_attributes, generate_ascii_font_name)
18781         (font_name_registry): Don't extern them.
18782         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18784         * fontset.h (Qfontset): Don't extern it.
18785         (new_fontset_from_font_name): Extern it.
18787         * fontset.c: Give 8 extra slots to fontset objects.
18788         (Qfontset_info): New variable.
18789         (syms_of_fontset): Defsym it.
18790         (FONTSET_FALLBACK): New macro.
18791         (fontset_face): Try also the default fontset.
18792         (make_fontset): Realize a fallback fontset from the default fontset.
18793         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
18794         using split_font_name_into_vector and build_font_name_from_vector.
18795         (Fset_fontset_font): Access the elements of font_spec by enum
18796         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
18797         name by using split_font_name_into_vector.
18798         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18799         generate a proper font name from the fontset name.  Update
18800         Vfontset_alias_alist.
18801         (n_auto_fontsets): New variable.
18802         (new_fontset_from_font_name): New function.
18803         (Ffont_info): Store the information about fonts generated from the
18804         default fontset in the first extra slot of the returned char-table.
18806         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18807         (font_name_registry): Delete function.
18808         (split_font_name_into_vector): New function.
18809         (build_font_name_from_vector): New function.
18810         (font_list): The argument REGISTRY is now a list of registry names.
18811         (choose_face_font): If we are choosing an ASCII font, and ATTRS
18812         specifies an explicit font name, return the name as is.  Make a
18813         list of registy names.
18815         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18816         of x_new_fontset.
18817         (Fx_create_frame): Don't call x_new_fontset here.  Just use
18818         x_list_fonts to check the existence of fonts.
18820         * xterm.h (x_new_fontset): Adjust prototype.
18822         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18823         string.  Use new_fontset_from_font_name to create a fontset from a
18824         font name.
18826 2008-02-01  Kenichi Handa  <handa@m17n.org>
18828         * syntax.c (Vfind_word_boundary_function_table): New name for
18829         Vnext_word_boundary_function_table.
18830         (find-word-boundary-function-table): New name for
18831         next-word-boundary-function-table.
18833 2008-02-01  Dave Love  <fx@gnu.org>
18835         * Makefile.in: Fix some dependencies.
18837         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
18838         set it to nil before returning.
18840         * composite.c (update_compositions): Fix type error.
18842         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
18844 2008-02-01  Kenichi Handa  <handa@m17n.org>
18846         * xterm.c (x_new_font): Optimize for the case that the font is
18847         already set for the frame.
18849 2008-02-01  Kenichi Handa  <handa@m17n.org>
18851         * chartab.c (char_table_ascii): Check if the char table contents
18852         is sub-char-table or not.
18853         (char_table_set, char_table_set_range): Fix argument to
18854         char_table_ascii.
18856         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
18857         (detect_coding_utf_8, detect_coding_utf_16)
18858         (detect_coding_emacs_mule, detect_coding_iso_2022)
18859         (detect_coding_sjis, detect_coding_big5)
18860         (detect_coding_ccl, detect_coding_charset): Change argument MASK
18861         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
18862         sequence is valid in this coding system.  Change callers.
18863         (MAX_ANNOTATION_LENGTH): New macro.
18864         (ADD_ANNOTATION_DATA): New macro.
18865         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
18866         ADD_ANNOTATION_DATA.  Change the format of annotation data.
18867         (ADD_CHARSET_DATA): New macro.
18868         (emacs_mule_char): New argument ID.  Change callers.
18869         (decode_coding_emacs_mule, decode_coding_iso_2022)
18870         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18871         Produce charset annotation data in coding->charbuf.
18872         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
18873         to charset annotation data in coding->charbuf.
18874         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
18875         coding->common_flags if the coding system is iso-2022 based and
18876         uses designation.
18877         (produce_composition): Adjust for the new annotation data format.
18878         (produce_charset): New function.
18879         (produce_annotation): Handle charset annotation.
18880         (handle_composition_annotation, handle_charset_annotation): New
18881         functions.
18882         (consume_chars): Handle charset annotation.  Utilize the above two
18883         functions.
18884         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
18885         buffer, get the deleted text as a string and set
18886         coding->src_object to that string.
18887         (detect_coding, detect_coding_system): Use the new struct
18888         coding_detection_info.
18890         * coding.h (struct coding_detection_info): New structure.
18891         (struct coding_system): Adjust prototype of the member `detector'.
18892         (CODING_ANNOTATE_CHARSET_MASK): New macro.
18894 2008-02-01  Kenichi Handa  <handa@m17n.org>
18896         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
18898 2008-02-01  Dave Love  <fx@gnu.org>
18900         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
18901         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
18902         to new local and nullify apropos_accumulate before returning.
18903         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
18905 2008-02-01  Kenichi Handa  <handa@m17n.org>
18907         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
18908         correctly.
18910 2008-02-01  Dave Love  <fx@gnu.org>
18912         * fns.c (Flanginfo): Call synchronize_system_time_locale.
18914 2008-02-01  Kenichi Handa  <handa@m17n.org>
18916         The following changes are to make character composition happen
18917         automatically on displaying.
18919         * Makefile.in (lisp, shortlisp): Add composite.elc.
18921         * composite.h (Qauto_composed, Vauto_composition_function)
18922         (Qauto_composition_function): Extern them.
18924         * composite.c (Vcomposition_function_table)
18925         (Qcomposition_function_table): Delete variables.
18926         (Qauto_composed, Vauto_composition_function)
18927         (Qauto_composition_function): New variables.
18928         (run_composition_function): Don't call
18929         compose-chars-after-function.
18930         (update_compositions): Clear `auto-composed' text property.
18931         (compose_chars_in_text): Delete this function.
18932         (syms_of_composite): Staticpro Qauto_composed and
18933         Qauto_composition_function.  Declare Vauto_composition_function as
18934         a Lisp variable.
18936         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18938         * xdisp.c (it_props): Add an entry for Qauto_composed.
18939         (handle_auto_composed_prop): New function.
18941         * xselect.c (selection_data_to_lisp_data): Don't call
18942         compose_chars_in_text.
18944 2008-02-01  Dave Love  <fx@gnu.org>
18946         * keyboard.c (read_char): Modify checking around use of
18947         Vkeyboard_translate_table.
18949         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18950         and fix C types.
18952 2008-02-01  Kenichi Handa  <handa@m17n.org>
18954         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18955         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18956         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18957         the case that the last byte is '\r' correctly.
18958         (decode_coding): Flush out the unprocessed data correctly.
18959         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18961 2008-02-01  Dave Love  <fx@gnu.org>
18963         * xterm.c (XTread_socket): Fix changes for defined keysyms.
18964         Add XK_ISO... case.
18965         (xaw_scroll_callback): Revert last change.
18967 2008-02-01  Kenichi Handa  <handa@m17n.org>
18969         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18971 2008-02-01  Kenichi Handa  <handa@m17n.org>
18973         * xfaces.c (Vface_resizing_fonts): New variable.
18974         (struct font_name): New member `resizing_ratio'.
18975         (font_resizing_ratio): New function.
18976         (split_font_name): Set font->resizing_ratio.
18977         (better_font_p): Pay attention to font->resizing_ratio.
18978         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
18979         RESX, and RESY fields.
18980         (try_alternative_families): Try scalable fonts if
18981         Vscalable_fonts_allowed is not Qt.
18982         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
18984 2008-02-01  Dave Love  <fx@gnu.org>
18986         * xterm.c (xaw_scroll_callback): Cast correctly.
18988 2008-02-01  Dave Love  <fx@gnu.org>
18990         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
18991         (lispy_kana_keys): Comment out.
18992         (make_lispy_event) [XK_kana_A]: Comment out.
18994         * xterm.c (xaw_scroll_callback): Cast call_data.
18995         (XTread_socket): Deal with ASCII keysyms.
18996         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
18998 2008-02-01  Dave Love  <fx@gnu.org>
19000         * xterm.c (Vx_keysym_table): New.
19001         (syms_of_xterm): Initialize it.
19002         (XTread_socket): Use it.
19003         From head: Eliminate incorrect optimization that tried to avoid
19004         decoding the output of X*LookupString.
19005         (x_get_font_repertory): Delete charset declaration.
19007 2008-02-01  Kenichi Handa  <handa@m17n.org>
19009         * coding.c (detect_coding_charset): If only ASCII bytes are found,
19010         return 0.
19011         (Fdefine_coding_system_internal): Setup
19012         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19014 2008-02-01  Dave Love  <fx@gnu.org>
19016         * coding.c (Fcheck_coding_system): Doc fix.
19018         * editfns.c (Finsert_byte): Return a proper value.
19020 2008-02-01  Kenichi Handa  <handa@m17n.org>
19022         * coding.c (decode_coding): Fix args to translate_chars.  Pay
19023         attention to Vstandard_translation_table_for_decode.
19024         (encode_coding): Fix args to translate_chars.  Pay attention to
19025         Vstandard_translation_table_for_encode.
19027         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19028         SINGLE_BYTE_CHAR_P.
19030         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19031         not by SINGLE_BYTE_CHAR_P.
19033         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19034         SINGLE_BYTE_CHAR_P.
19036         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19037         SINGLE_BYTE_CHAR_P.
19039         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19040         by SINGLE_BYTE_CHAR_P.
19042         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19043         SINGLE_BYTE_CHAR_P.
19045 2008-02-01  Dave Love  <fx@gnu.org>
19047         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19049 2008-02-01  Dave Love  <fx@gnu.org>
19051         * fns.c (Flanginfo): Fix typo.
19053         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19055 2008-02-01  Kenichi Handa  <handa@m17n.org>
19057         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19058         (detect_coding_emacs_mule, detect_coding_iso_2022)
19059         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19060         incomplete byte sequence.  Don't update *mask when correctly detected.
19061         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19062         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19063         (detect_coding, detect_coding_system): Adjust for the changes above.
19065 2008-02-01  Kenichi Handa  <handa@m17n.org>
19067         * character.c (char_string): Rename from
19068         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
19069         (string_char): Rename from string_char.
19071         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19072         if C is greater than MAX_3_BYTE_CHAR.
19073         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19074         string_char instead of string_char_with_unification.
19076 2008-02-01  Dave Love  <fx@gnu.org>
19078         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19080 2008-02-01  Kenichi Handa  <handa@m17n.org>
19082         * keymap.c (push_key_description): Pay attention to force_multibyte.
19084         * regex.c (re_search_2): Fix for the case of unibyte buffer.
19086 2008-02-01  Dave Love  <fx@gnu.org>
19088         * charset.c (define_charset_internal): Rename `supprementary'.
19090         * Makefile.in (lisp, shortlisp): Remove latin-N.
19092 2008-02-01  Dave Love  <fx@gnu.org>
19094         * xfns.c (x_window, x_window): Use use_xim.
19096         * xterm.c (use_xim): Initialize.
19097         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19098         (x_term_init): Maybe set use_xim.
19100         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19102 2008-02-01  Kenichi Handa  <handa@m17n.org>
19104         * search.c (search_buffer): Fix case-fold-search of multibyte
19105         characters.
19106         (boyer_moore): Rename the last argument to char_high_bits.
19108 2008-02-01  Kenichi Handa  <handa@m17n.org>
19110         * xdisp.c (display_string): Fix for the case of zero width glyph.
19112         * xfns.c (x_set_font): Change the error message of the case that
19113         x_new_fontset returns Qt.
19115         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19116         (Finternal_set_lisp_face_attribute): Use signal_error for the
19117         error of invalid fontset.
19119         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19120         fontset, return Qt.
19122 2008-02-01  Dave Love  <fx@gnu.org>
19124         * unexelf.c (unexec): Make .got handling not SGI-specific.
19126         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19128         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19130         * keyboard.c (read_key_sequence): Fix type error.
19132         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19133         type error.
19135         * fontset.c (fontset_add): Return Lisp_Object.
19137 2008-02-01  Dave Love  <fx@gnu.org>
19139         * charset.h (charset_ordered_list_tick): Declare extern.
19141 2008-02-01  Kenichi Handa  <handa@m17n.org>
19143         The following changes (and some of 2008-02-01 changes of mine) are
19144         for handling syntax, category, and case conversion for unibyte
19145         characters by converting them to multibyte on the fly.  With these
19146         changes, we don't have to setup syntax and case tables for unibyte
19147         characters in each language environment.
19149         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19150         multibyte if necessary.
19152         * bytecode.c (Fbyte_code): Likewise.
19154         * character.h (LEADING_CODE_LATIN_1_MIN)
19155         (LEADING_CODE_LATIN_1_MAX): New macros.
19156         (unibyte_to_multibyte_table): Extern it.
19157         (unibyte_char_to_multibyte): New macro.
19158         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19159         (CHAR_LEADING_CODE): New macro.
19160         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19162         * character.c (unibyte_to_multibyte_table): New variable.
19163         (unibyte_char_to_multibyte): Move to character.h and define as macro.
19164         (multibyte_char_to_unibyte): If C is an eight-bit character,
19165         convert it to the corresponding byte value.
19167         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19168         not 1, signals an error.  Update the elements of
19169         unibyte_to_multibyte_table.
19170         (init_charset_once): Initialize unibyte_to_multibyte_table.
19171         (syms_of_charset): Define the charset `iso-8859-1'.
19173         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19174         as is without converting it to unibyte.  In a unibyte buffer,
19175         convert C to multibyte before checking the syntax.
19177         * lisp.h (unibyte_char_to_multibyte): Delete extern.
19179         * minibuf.c (Fminibuffer_complete_word): Use the macro
19180         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19182         * regex.h (struct re_pattern_buffer): New member target_multibyte.
19184         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19185         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
19186         that is zero, convert an eight-bit char to multibyte.
19187         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19188         non-emacs case.
19189         (PATFETCH): Convert an eight-bit char to multibyte.
19190         (HANDLE_UNIBYTE_RANGE): New macro.
19191         (regex_compile): Setup the compiled pattern for multibyte chars
19192         even if the given regex string is unibyte.  Use PATFETCH_RAW
19193         instead of PATFETCH in many places.  To handle `charset'
19194         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
19195         only for ASCII chars.
19196         (analyse_first) <exactn>: Simplify because the compiled pattern
19197         is multibyte.
19198         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19199         <charset>: Use CHAR_LEADING_CODE to get leading codes.
19200         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19201         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19202         multibyte always 1.
19203         (re_search_2): In emacs, set the locale variable multibyte to 1,
19204         otherwise to 0.  New local variable target_multibyte.  Check it
19205         to decide the multibyteness of STR1 and STR2.  If
19206         target_multibyte is zero, convert unibyte chars to multibyte
19207         before translating and checking fastmap.
19208         (TARGET_CHAR_AND_LENGTH): New macro.
19209         (re_match_2_internal): In emacs, set the locale variable multibyte
19210         to 1, otherwise to 0.  New local variable target_multibyte.  Check
19211         it to decide the multibyteness of STR1 and STR2.  Use
19212         TARGET_CHAR_AND_LENGTH to fetch a character from D.
19213         <charset, charset_not>: If multibyte is nonzero, check fastmap
19214         only for ASCII chars.  Call bcmp_translate with
19215         target_multibyte, not with multibyte.
19216         <begline>: Declare the local variable C as `unsigned'.
19217         (bcmp_translate): Change the last arg name to target_multibyte.
19219         * search.c (compile_pattern_1): Don't adjust the multibyteness of
19220         the regexp pattern and the matching target.  Set cp->buf.multibyte
19221         to the multibyteness of the regexp pattern.  Set
19222         cp->but.target_multibyte to the multibyteness of the matching target.
19223         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19224         FETCH_STRING_CHAR_ADVANCE.
19225         (Freplace_match): Convert unibyte chars to multibyte.
19227         * syntax.c (char_quoted, back_comment, scan_words)
19228         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19229         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19230         unibyte chars to multibyte.
19231         (skip_chars): Delete the arg syntaxp, and move the code for
19232         handling syntaxes to skip_syntaxes.  Change callers.
19233         Fix the case that the multibyteness of STRING and the current
19234         buffer doesn't match.
19235         (skip_syntaxes): New function.
19236         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19237         SINGLE_BYTE_CHAR_P.
19239 2008-02-01  Kenichi Handa  <handa@m17n.org>
19241         * xfaces.c (QCfontset): New variable.
19242         (LFACE_FONTSET): New macro.
19243         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19244         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19245         (Finternal_set_lisp_face_attribute)
19246         (Finternal_get_lisp_face_attribute): Handle QCfontset.
19247         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19248         check also LFACE_FONTSET_INDEX.
19249         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19250         attrs[LFACE_FONT_INDEX].
19251         (syms_of_xfaces): Intern and staticpro QCfontset.
19253         * dispextern.h (enum lface_attribute_index): New member
19254         LFACE_FONTSET_INDEX.
19256         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19258 2008-02-01  Kenichi Handa  <handa@m17n.org>
19260         * coding.c (coding_set_destination): Fix coding->destination for
19261         the case converting a region.
19262         (encode_coding_utf_8): Encode eight-bit chars as single byte.
19263         (encode_coding_object): Fix coding->dst_pos and
19264         coding->dst_pos_byte for the case converting a region.
19266         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19268         * character.h (BYTE8_STRING): New macro.
19270         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19272 2008-02-01  Kenichi Handa  <handa@m17n.org>
19274         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19275         characters by octal form.
19277         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19279         * buffer.h (_fetch_multibyte_char_len): Delete extern.
19280         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19281         _fetch_multibyte_char_len.
19282         (FETCH_CHAR_AS_MULTIBYTE): New macro.
19284         * casetab.c (set_canon, set_identity, shuffle): Simplify.
19286         * casefiddle.c (casify_object): Simplify.  Handle the case that
19287         the case conversion change the byte length.
19288         (casify_region): Likewise.
19290         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19292         * character.c (_fetch_multibyte_char_len): Delete this variable.
19293         (syms_of_character): Setup Vprintable_chars.
19295         * editfns.c (Fchar_equal): Fix for the unibyte case.
19296         (Finsert_byte): New function.
19297         (syms_of_editfns): Defsubr it.
19299         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19300         of direct code 0x3ffff.
19302         * search.c (Freplace_match): Fix for the unibyte case.
19304 2008-02-01  Kenichi Handa  <handa@m17n.org>
19306         * lread.c (safe_to_load_p): Fix the logic.
19308         * syntax.c (scan_words): Don't treat characters belonging to
19309         different scripts as constituting a word.
19311         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19313         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19315         * emacs.c (main): In the case of --unibyte, instead of aborting on
19316         finding non-empty buffer, make it unibyte.
19318 2008-02-01  Kenichi Handa  <handa@m17n.org>
19320         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19321         to create a fontset.
19323 2008-02-01  Dave Love  <fx@gnu.org>
19325         * character.c (Funibyte_char_to_multibyte): Doc fix.
19327         * xfns.c [HAVE_STDLIB_H]: Fix last change.
19329 2008-02-01  Kenichi Handa  <handa@m17n.org>
19331         * fontset.c (fontset_add): Make the type `int'.
19332         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19334         * character.c (unibyte_char_to_multibyte)
19335         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19336         charset_unibyte, not charset_primary.
19338         * charset.h (charset_unibyte): Extern it instead of charset_primary.
19340         * charset.c (charset_unibyte): Rename from charset_primary.
19341         (Funibyte_charset): Rename from Fprimary_charset.
19342         (Fset_unibyte_charset): Rename from Fset_primary_charset.
19343         (syms_of_charset): Adjust for the above changes.
19345         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19346         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
19347         it->multibyte_p is zero.
19349         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19350         Delete extern.
19352 2008-02-01  Kenichi Handa  <handa@m17n.org>
19354         * coding.c (Fdefine_coding_system_internal): Fix category setting
19355         for a coding system of type iso-2022.
19357 2008-02-01  Kenichi Handa  <handa@m17n.org>
19359         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19361 2008-02-01  Kenichi Handa  <handa@m17n.org>
19363         * syntax.c (Vnext_word_boundary_function_table): New variable.
19364         (next-word-boundary-function-table): Declare it as a Lisp variable
19365         in syms_of_syntax.
19366         (scan_words): Call functions in Vnext_word_boundary_function_table
19367         if any.
19369         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19371         * fontset.c (fs_load_font): If fontp->charset is not negative,
19372         return fontp without setting its members.
19374 2008-02-01  Dave Love  <fx@gnu.org>
19376         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19378         * m/sparc.h (HAVE_ALLOCA): Delete.
19380         * s/irix6-5.h: Don't include strings.h.
19381         (bcopy, bzero, bcmp): Don't undef.
19383         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19385         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19386         (TIOCSIGSEND): Don't test IRIX6.
19387         (bcopy, bzero, bcmp): Define conditionally.
19389 2008-02-01  Kenichi Handa  <handa@m17n.org>
19391         * buffer.c (Qas, Qmake, Qto): New variables.
19392         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
19393         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19395         * callproc.c (Fcall_process): Don't call insert_1_both directly if
19396         we are inserting a process output into a multibyte buffer.
19398         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19399         multibyte_char_to_unibyte.
19401         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19402         by the primary charset, make it eight-bit char.
19403         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19405         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19406         (charset_8_bit__control, charset_8_bit_graphic)
19407         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19408         (define_charset_internal): New function.
19409         (syms_of_charset): Call define_charset_internal for pre-defined
19410         charsets.
19412         * charset.h (charset_8_bit): Extern it.
19414         * coding.c (make_conversion_work_buffer): Adjust for the change
19415         of Fset_buffer_multibyte.
19416         (encode_coding_raw_text): Increment p0 in the loop.
19418         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19420         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19421         for the change of Fset_buffer_multibyte.
19423         * fns.c (Fstring_to_multibyte): New function.
19424         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19426 2008-02-01  Dave Love  <fx@gnu.org>
19428         * xfns.c (x_put_x_image): Declare args.
19430         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19431         (try_font_list): Declare an arg.
19433         * xdisp.c (message2_nolog, set_message): Declare an arg.
19435         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
19437         * syntax.c (scan_sexps_forward): Declare an arg.
19439         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19440         Declare an arg.
19442         * lisp.h (Fnew_fontset): Declare.
19444         * keymap.c (push_key_description): Call CHARACTERP correctly.
19446         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
19447         (face_for_char): Delete unused vars.
19448         (Fset_fontset_font): Doc fix.  Delete unused vars.
19450         * doc.c (Fsubstitute_command_keys): Delete unused vars.
19452         * composite.c (update_compositions): Declare arg.
19454         * cm.c (calccost, cmgoto): Declare args.
19456         * charset.c: Remove `emacs' conditional.  Doc fixes.
19457         (map_char_table_for_charset): Declare.
19459         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19461         * ccl.c: Remove `emacs' conditional.
19463 2008-02-01  Kenichi Handa  <handa@m17n.org>
19465         The following changes are to allow specifying multiple font
19466         patterns for a character range (specified by script or charset).
19468         * Makefile.in (abbrev.o): Depend on syntax.h.
19469         (xfaces.o): Depend on charset.h.
19471         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19472         SINGLE_BYTE_CHAR_P.
19474         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19476         * character.h (Vchar_script_table): Extern it.
19478         * character.c (Vscript_alist): Delete.
19479         (Vchar_script_table, Qchar_script_table): New variable.
19480         (syms_of_character): Declare Vchar_script_table as a lisp variable
19481         and initialize it.
19483         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
19484         have property char-table-extra-slots, make no extra slot.
19486         * dispextern.h (struct face): Delete member `charset'.
19487         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19488         SINGLE_BYTE_CHAR_P.
19489         (choose_face_font, lookup_non_ascii_face, font_name_registry):
19490         Add prototypes.
19491         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19492         (generate_ascii_font_name): Rename from generate_ascii_font.
19494         * fontset.h (get_font_repertory_func): New prototype.
19495         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19496         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19498         * fontset.c (Qprepend, Qappend): New variables.
19499         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19500         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19501         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19502         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19503         (fontset_ref_and_range, fontset_add, reorder_font_vector)
19504         (load_font_get_repertory): New functions.
19505         (fontset_set): Delete.
19506         (fontset_face): New arg FACE.  Return face ID, not face.
19507         Complete re-write to handle new fontset structure.  Change caller.
19508         (free_face_fontset): Use ASET istead of AREF (X) = Y.
19509         (face_for_char): Don't call lookup_face.
19510         (make_fontset_for_ascii_face): New arg FACE.
19511         (fs_load_font): New arg CHARSET_ID.  Don't check
19512         Vfont_encoding_alist here.
19513         (find_font_encoding): New function.
19514         (list_fontsets): Use STRINGP, not ! NILP.
19515         (accumulate_script_ranges): New function.
19516         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19517         re-written to handle new fontset structure.
19518         (Ffontset_font): Return a copy of element.
19519         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
19520         docstring of font-encoding-alist.
19522         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19523         (Fset_fotset_font): Fix arguments to 5.
19525         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19527         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19528         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19529         (highlight_trailing_whitespace): Adjust for the change of
19530         lookup_named_face.
19532         * xfaces.c: Include charset.h.
19533         (load_face_font): Delete argument C.  Change caller.
19534         (generate_ascii_font_name): Rename from generate_ascii_font.
19535         (font_name_registry): New function.
19536         (cache_face): Store ascii faces before non-ascii faces in buckets.
19537         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
19538         Lookup only ascii faces.
19539         (lookup_non_ascii_face): New function.
19540         (lookup_named_face): Delete argument C.  Change caller.
19541         (lookup_derived_face): Delete argument C.  Change caller.
19542         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
19543         a string, just call font_list with it.
19544         (choose_face_font): Delete arguments FACE and C.  New arg
19545         FONT_SPEC.  Change caller.
19546         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19547         Change caller.
19548         (realize_non_ascii_face): New function.
19549         (realize_x_face): Call load_face_font here.
19550         (realize_tty_face): Delete argument C.  Change caller.
19551         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19552         get a face ID.
19553         (dump_realized_face): Don't print charset of FACE.
19555         * xfns.c (x_set_font): Always call x_new_fontset and
19556         store_frame_parameter.
19557         (Fx_create_frame): Call x_new_fontset, not x_new_font.
19558         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19560         * xterm.h (x_get_font_repertory): Extern it.
19562         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19563         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
19564         it->multibyte_p is zero.
19565         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19566         (x_new_fontset): If FONTSETNAME doesn't match any existing
19567         fontsets, create a new one.
19568         (x_get_font_repertory): New function.
19570 2008-02-01  Kenichi Handa  <handa@m17n.org>
19572         * coding.c (Ffind_coding_systems_region_internal): Detect an
19573         ASCII only string correctly.
19575         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19576         version is 0.
19578 2008-02-01  Kenichi Handa  <handa@m17n.org>
19580         * lread.c: Include "coding.h".
19581         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19582         (load_each_byte, unread_char): New variables.
19583         (readchar_backlog): Delete.
19584         (readchar): Return a character unless load_each_byte is nonzero.
19585         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19586         cons.  If unread_char is not -1, simply return it.
19587         (unreadchar): Handle the case that readcharfun is
19588         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
19589         (read_multibyte): Delete.
19590         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19591         (read_emacs_mule_char): New functions.
19592         (Fload): Even if the file doesn't have the extension ".elc", if
19593         safe_to_load_p returns a positive version number, assume that the
19594         file contains bytecompiled code.  If the version is less than 22,
19595         load the file while decoding multibyte sequences by emacs-mule.
19596         (readevalloop): Don't use readchar_backlog.
19597         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
19598         (Fread_from_string): Pay attention to the case that STREAM is a cons.
19599         (read_escape): Delete the arg BYTEREP.
19600         (read1): Set load_each_byte to 1 temporarily while handling
19601         #@NUMBER.  Don't call read_multibyte.
19602         (read_vector): Call Fread with a cons.  If readcharfun is
19603         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19604         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19605         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19606         and Qload_force_doc_strings.
19608 2008-02-01  Kenichi Handa  <handa@m17n.org>
19610         * xdisp.c (face_before_or_after_it_pos): Call
19611         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19613 2008-02-01  Kenichi Handa  <handa@m17n.org>
19615         * character.h (TRAILING_CODE_P): New macro.
19616         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19617         (string_char_with_unification): Fix prototype.
19618         (Vscript_alist): Extern it.
19620         * character.c (Vscript_alist): New variable.
19621         (string_char_with_unification, str_as_unibyte)
19622         (string_escape_byte8): Add `const' to local variables.
19623         (syms_of_character): Declare script-alist as a Lisp variable.
19625         * charset.h (Vcharset_ordered_list): Extern it.
19626         (charset_ordered_list_tick): Extern it.
19627         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19628         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19629         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19630         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19631         (Funify_charset): Adjust for the change of Funify_charset.
19633         * charset.c (charset_ordered_list_tick): New variable.
19634         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19635         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
19636         deunify intead of unify a charset.
19637         (string_xstring_p): Add `const' to local variables.
19638         (find_charsets_in_text): Add `const' to arguments and local variables.
19639         (encode_char): Adjust for the change of Funify_charset.  Fix
19640         detecting of invalid code.
19641         (Fset_charset_priority): Increment charset_ordered_list_tick.
19642         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19643         and TO_CODE.
19645         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19646         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19647         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19648         (decode_coding_ccl, consume_chars)
19649         (Ffind_coding_systems_region_internal)
19650         (Fcheck_coding_systems_region): Add `const' to local variables.
19652         * print.c (print_object): Use octal form for printing the
19653         contents of a bool vector.
19655 2008-02-01  Dave Love  <fx@gnu.org>
19657         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19658         <version == 20>: Refuse to load.
19660 2008-02-01  Dave Love  <fx@gnu.org>
19662         * fns.c: Move coding.h.
19663         (Qcodeset, Qdays, Qmonths): New.
19664         (concat): Use CHARACTERP instead of INTEGERP.
19665         (Flocale_codeset): Delete.
19666         (Flanginfo): New function.
19667         (syms_of_fns): Change accordingly.
19669         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19671 2008-02-01  Dave Love  <fx@gnu.org>
19673         * casetab.c (init_casetab_once, init_casetab_once): Fix
19674         CHAR_TABLE_SET call.
19676         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19678         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19680         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
19681         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19682         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19684         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19686         * coding.c (ENCODE_DESIGNATION, decode_eol)
19687         (make_conversion_work_buffer, code_conversion_restore)
19688         (Fdefine_coding_system_internal): Convert Lisp types.
19689         (code_conversion_restore): Use EQ, not ==.
19690         (Fencode_coding_string): Fix code_convert_string call.
19692         * coding.h (code_convert_region): Fix prototype.
19694         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19696         * fontset.c (fontset_ref, fontset_set, fs_load_font)
19697         (Ffontset_info): Convert Lisp types.
19699         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19701         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19703         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19705         * chartab.c: Include "...h", not <...h> in some cases.
19707         * callproc.c (Fcall_process): Remove unused variables.
19709 2008-02-01  Dave Love  <fx@gnu.org>
19711         * coding.c (Fset_coding_system_priority): Allow null arg list.
19713 2008-02-01  Dave Love  <fx@gnu.org>
19715         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19716         (Fself_insert_and_exit): Use CHARACTERP.
19718         * callproc.c (Fcall_process): Remove unused vars.
19720         * xterm.c (XTread_socket): Add extra dead keysyms.
19722         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19724         * dispextern.h: Remove prototypes for redraw_frame,
19725         redraw_garbaged_frames.
19727         * cmds.c (Fself_insert_command): Use CHARACTERP.
19729         * chartab.c (make_sub_char_table): Remove unused var.
19730         (Fset_char_table_default, Fmap_char_table): Doc fix.
19732         * keymap.c (access_keymap): Remove generic char code.
19733         (push_key_description): Use CHARACTERP.
19735 2008-02-01  Dave Love  <fx@gnu.org>
19737         * charset.c: Doc fixes.
19738         (Funify_charset): Extra checking.
19740 2008-02-01  Dave Love  <fx@gnu.org>
19742         * lread.c: Remove some unused variables.
19743         (safe_to_load_p): If safe, return the magic number version byte.
19744         (Fload): Maybe use load-with-code-conversion.
19746 2008-02-01  Kenichi Handa  <handa@m17n.org>
19748         * category.c (Fmodify_category_entry): Don't modify the contents
19749         of category_set for characters out of the range.  Avoid
19750         unnecessary modification.
19752         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19753         Vchar_unify_table.  The default value of the table is now nil.
19755         * character.c (syms_of_character): Setup Vchar_width_table for
19756         eight-bit-control and raw-byte chars.
19758         * charset.h (enum define_charset_arg_index): Delete
19759         charset_arg_parents and add charset_arg_subset and
19760         charset_arg_superset.
19761         (enum charset_attr_index): Delete charset_parents and add
19762         charset_subset and charset_superset.
19763         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19764         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19765         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19766         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19767         (CHARSET_SUPERSET): New macros.
19768         (charset_work): Extern it.
19769         (ENCODE_CHAR): Use charset_work.
19770         (CHAR_CHARSET_P): Adjust for the change of encoder format.
19771         (map_charset_chars): Extern it.
19773         * charset.c (load_charset_map): Set the default value of encoder
19774         and deunifier char-tables to nil.
19775         (map_charset_chars): Change argument.  Change callers.  Use
19776         map_char_table_for_charset instead of map_char_table.
19777         (Fmap_charset_chars): New optional args from_code and to_code.
19778         (Fdefine_charset_internal): Adjust for the change of
19779         `define-charset' (:parents -> :subset or :superset).
19780         (charset_work): New variable.
19781         (encode_char, syms_of_charset): Adjust for the change of
19782         Fdefine_charset_internal.
19783         (Ffind_charset_string): Setup the vector `charsets' correctly.
19785         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
19786         the previous change.
19787         (char_table_ref_and_range): Adjust for the above change.
19788         (map_sub_char_table_for_charset): New function.
19789         (map_char_table_for_charset): New function.
19791         * keymap.c (describe_vector): Handle a char-table directly here.
19792         (describe_char_table): Delete.
19794         * lisp.h (map_charset_chars): Delete.
19796 2008-02-01  Dave Love  <fx@gnu.org>
19798         * fns.c (count_combining): Comment out (unused).
19799         (Flocale_codeset): New.
19800         (syms_of_fns): Defsubr it.
19802         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19803         (size_t): Remove.
19805 2008-02-01  Dave Love  <fx@gnu.org>
19807         * Makefile.in (chartab.o): Depend on charset.h.
19809 2008-02-01  Kenichi Handa  <handa@m17n.org>
19811         * character.c (syms_of_character): Set the default value of
19812         Vprintable_chars to Qnil.
19814 2008-02-01  Dave Love  <fx@gnu.org>
19816         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19818 2008-02-01  Kenichi Handa  <handa@m17n.org>
19820         * charset.c (load_charset_map): Handle the case that from < to
19821         correctly.
19823         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19824         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19825         Pay attention to raw-8-bit chars.
19827 2008-02-01  Kenichi Handa  <handa@m17n.org>
19829         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
19830         It is not bytecompiled now.
19832         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
19833         (charset_jisx0208): New variables.
19834         (Fdefine_charset_internal): Setup them if appropriate.
19835         (init_charset_once): Initialize them to -1.
19837         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
19838         (charset_jisx0208): Extern them.
19840         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
19841         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
19842         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
19843         (setup_iso_safe_charsets): Fix arguments to Fassq.
19844         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
19845         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
19846         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
19847         (encode_coding_iso_2022): Change the 1st arg to
19848         ENCODE_ISO_CHARACTER to a variable.
19850 2008-02-01  Kenichi Handa  <handa@m17n.org>
19852         * charset.h (enum define_charset_arg_index): New enums
19853         charset_arg_min_code and charset_arg_max_code.
19854         (struct charset): New member char_index_offset.
19856         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
19857         Take charset->char_index_offset into account.
19858         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
19859         args[charset_arg_max_code].  Setup charset.char_index_offset.
19860         (syms_of_charset): Fix args to Fdefine_charset_internal.
19862 2008-02-01  Dave Love  <fx@gnu.org>
19864         * coding.c (decode_coding_utf_8): Reject overlong sequences.
19866 2008-02-01  Dave Love  <fx@gnu.org>
19868         * coding.c: Doc fixes.
19869         (Fcoding_system_aliases): Fix return value.
19870         (Qmac): Remove (duplicated) definition.
19872 2008-02-01  Dave Love  <fx@gnu.org>
19874         * charset.c (Fcharset_priority_list, Fset_charset_priority):
19875         New functions.
19877         * character.c (Fstring): Doc fix.
19879         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
19881         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not ids.
19882         (font-encoding-alist): Doc fix.
19884 2008-02-01  Dave Love  <fx@gnu.org>
19886         * term.c (costs_set): Declare static, non-initialized for pcc.
19887         (encode_terminal_code): Remove unused var.
19889         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19890         for K&R.
19892         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
19894         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
19895         (suffixes): Move out of make_subsidiaries for K&R.
19897         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
19899         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
19901 2008-02-01  Dave Love  <fx@gnu.org>
19903         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
19905         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
19907 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
19909         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
19911         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
19913 2008-02-01  Kenichi Handa  <handa@m17n.org>
19915         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
19916         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
19918 2008-02-01  Kenichi Handa  <handa@m17n.org>
19920         * coding.c (decode_coding_charset): Adjust for the change of
19921         Fdefine_coding_system_internal.
19922         (Fdefine_coding_system_internal): For a coding system of
19923         `charset' type, store a list of charset IDs in
19924         `charset_attr_charset_valids' element of coding attributes.
19926 2008-02-01  Kenichi Handa  <handa@m17n.org>
19928         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19929         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
19930         caller.  Handle 2-byte and 3-byte charsets correctly.
19931         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19932         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
19933         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19934         (DECODE_EMACS_MULE_21_COMPOSITION): Call
19935         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
19936         sequence.
19937         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
19938         `src' and `consumed_chars' correctly before calling emacs_mule_char.
19939         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19940         and alt&rule composition.
19941         (decode_coding_iso_2022): Handle composition correctly.
19942         (init_coding_once): Setup emacs_mule_bytes for private charsets.
19944         * charset.c (Fdefine_charset_internal): Fix bug for the case of
19945         re-defining a charset.  If the charset has :emacs-mule-id, setup
19946         emacs_mule_bytes.
19947         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19949 2008-02-01  Kenichi Handa  <handa@m17n.org>
19951         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19952         (encode_coding_big5, encode_coding_charset): If coding requires safe
19953         encoding, produce a character specified by
19954         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19956 2008-02-01  Dave Love  <fx@gnu.org>
19958         * xterm.c (XSetIMValues): Declare.
19960         * process.c: Conditionally include sys/wait.h, pty.h.
19962         * print.c (print_object): Fix print format for 64-bit systems.
19964         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19966         * buffer.c (emacs_strerror): Declare.
19968         * fontset.c (Fclear_face_cache): Declare.
19969         (accumulate_font_info): Comment-out (unused).
19970         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19971         variables.
19973         * character.h (string_escape_byte8): Declare.
19975         * charset.c (load_charset_map, load_charset_map_from_file): Remove
19976         unused vars.
19977         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19978         (Fmap_charset_chars): Doc fix.
19980         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
19981         (Fset_coding_system_priority, Fset_coding_system_priority)
19982         (Fdefine_coding_system_internal): Doc fix.
19984 2008-02-01  Dave Love  <fx@gnu.org>
19986         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
19988 2008-02-01  Kenichi Handa  <handa@m17n.org>
19990         * character.c (string_escape_byte8): Make multibyte string with
19991         correct size.
19993         * charset.c (Fmake_char): Delete unnecessary code.
19995 2008-02-01  Kenichi Handa  <handa@m17n.org>
19997         * xfns.c (x_encode_text): Allocate coding.destination here, and
19998         call encode_coding_object with dst_object Qnil.
20000         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20001         multibyte form correctly.
20003         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20004         against Vfont_encoding_alist.
20006         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
20007         handling of charset list.
20008         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20009         (decode_coding_object): Move point to coding->dst_pos before
20010         calling post-read-conversion function.
20011         (encode_coding_object): Give correct arguments to
20012         pre-write-conversion.  Ignore the return value of
20013         pre-write-conversion function.  Pay attention to the case that
20014         pre-write-conversion changes the current buffer.  If dst_object is
20015         Qt, even if coding->src_bytes is zero, allocate at least one byte
20016         to coding->destination.
20018         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20020         * charset.c (Fmake_char): Make it more backward compatible.
20021         (Fmap_charset_chars): Fix docstring.
20023 2008-02-01  Dave Love  <fx@gnu.org>
20025         * coding.c: Doc fixes.
20026         (Fdefine_coding_system_alias): Use names, not symbols, in
20027         coding-system-alist.
20029 2008-02-01  Kenichi Handa  <handa@m17n.org>
20031         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20032         of calling free_realized_face.
20034 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
20036         * charset.c (read_hex): Don't treat SPC as a comment starter.
20037         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20038         (Fdecode_char): Fix typo.
20040 2008-02-01  Kenichi Handa  <handa@m17n.org>
20042         * charset.h (struct charset): New member `code_space_mask'.
20044         * coding.c (coding_set_source): Delete the local variable beg_byte.
20045         (encode_coding_charset, Fdefine_coding_system_internal):
20046         Delete the local variable charset.
20047         (Fdefine_coding_system_internal): Setup
20048         attrs[coding_attr_charset_valids] correctly.
20050         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20051         member to check if CODE is valid or not.
20052         (Fdefine_charset_internal): Initialize `code_space_mask' member.
20053         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20054         is within the range of charset->min_code and carset->max_code.
20056 2008-02-01  Dave Love  <fx@gnu.org>
20058         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20060         * dispextern.h (generate_ascii_font): Fix return type.
20062         * xfaces.c (generate_ascii_font): Fix arg declaration.
20064         * coding.c (coding_inherit_eol_type)
20065         (Fset_terminal_coding_system_internal)
20066         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20068 2008-02-01  Kenichi Handa  <handa@m17n.org>
20070         * coding.c (decode_coding_charset, encode_coding_charset): Handle
20071         multiple charsets correctly.
20073 2008-02-01  Kenichi Handa  <handa@m17n.org>
20075         * search.c (boyer_moore): Fix handling of multibyte character
20076         translation.
20078         * xdisp.c (display_mode_element): When the variable `elt' is
20079         changed, update `this' and `lisp_string'.
20081 2008-02-01  Kenichi Handa  <handa@m17n.org>
20083         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20085         * callproc.c (Fcall_process): Be sure to give the current buffer
20086         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
20088         * charset.c (struct charset_map_entries): New struct.
20089         (load_charset_map): Rename from parse_charset_map.  New args
20090         entries and n_entries.  Change caller.
20091         (load_charset_map_from_file): Rename from load_charset_map.
20092         Change caller.  New arg control_flag.  Call load_charset_map at
20093         the tail.
20094         (load_charset_map_from_vector): New function.
20095         (Fdefine_charset_internal): Setup charset.compact_codes_p.
20096         (encode_char): If the charset is compact, change a character index
20097         to a code point.
20099         * coding.c (coding_alloc_by_making_gap): Check the case that the
20100         source and destination are the same correctly.
20101         (decode_coding_raw_text): Set coding->consumed_char and
20102         coding->consumed to 0.
20103         (produce_chars): If coding->chars_at_source is nonzero, update
20104         coding->consumed_char and coding->consumed before calling
20105         alloc_destination.
20106         (Fdefine_coding_system_alias): Register ALIAS in
20107         Vcoding_system_alist.
20108         (syms_of_coding): Define `no-conversion' coding system at the tail.
20110         * fileio.c (Finsert_file_contents): Set coding_system instead of
20111         val.  If the current buffer is multibyte, always call
20112         decode_coding_gap.
20114         * xfaces.c (try_font_list): Give higher priority to fontset's
20115         family than face's family.
20117 2008-02-01  Kenichi Handa  <handa@m17n.org>
20119         * callproc.c (Fcall_process): Be sure to give the current buffer
20120         to decode_coding_c_string.
20122         * xfaces.c (try_font_list): Give a family specified in a fontset
20123         higher priority than a family specified in a face.
20125 2008-02-01  Kenichi Handa  <handa@m17n.org>
20127         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20128         Fix arguments to insert_from_buffer.
20130         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20132 2008-02-01  Kenichi Handa  <handa@m17n.org>
20134         * coding.c (produce_chars): Set the variable `multibytep' correctly.
20135         (decode_coding_gap): Set coding->dst_multibyte correctly.
20137 2008-02-01  Kenichi Handa  <handa@m17n.org>
20139         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20140         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20141         (encode_coding_utf_16): Substitute coding->default_char for
20142         non-Unicode characters.
20143         (decode_coding): Don't call record_insert here.
20144         (setup_coding_system): Initialize `surrogate' of
20145         coding->spec.utf_16 to 0.
20146         (EMIT_ONE_BYTE): Fix for multibyte case.
20148         * insdel.c (insert_from_gap): Call record_insert.
20150 2008-02-01  Kenichi Handa  <handa@m17n.org>
20152         * casefiddle.c (casify_region): Fix multibyte case.
20154         * character.c (c_string_width): Add return type `int'.
20155         (char_string_with_unification): Delete arg ADVANCED.
20157         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20158         (CHAR_STRING): Adjust for the change of char_string_with_unification.
20159         (CHAR_STRING_ADVANCE): Make it do-while statement.
20161         * chartab.c (sub_char_table_set_range): Optimize for the case
20162         DEPTH == 3.  Add workaround code for a GCC optimization bug.
20164         * charset.c (parse_charset_map): Remove an unused variable.
20166         * coding.c: Delete unused variables.
20168         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20169         earlier.  If inserted is zero and the coding system doesn't
20170         require flushing, don't call decode_coding_gap.
20172         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20174 2008-02-01  Kenichi Handa  <handa@m17n.org>
20176         The following changes are for using Unicode as an internal
20177         character model, and use UTF-8 format for buffer/string
20178         representation.
20180         * .gdbinit (xchartable): Adjust for the change of char table structure.
20181         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20183         * Makefile.in (obj): Add character.o and chartab.o.
20184         (lisp, shortlisp): Remove utf-8.elc.
20185         (*.o): For many files, change dependency on charset.h to
20186         character.h, and add dependency on character.h.
20187         (character.o, chartab.o): New targets.
20189         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20190         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20191         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20192         of "charset.h".
20194         * dired.c, filelock.c: Include "character.h".
20196         * alloc.c: Include "character.h" instead of "charset.h".
20197         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20198         (syms_of_alloc): Remove defsubr for Smake_char_table.
20200         * buffer.c: Include "character.h" instead of "charset.h", don't
20201         include "coding.h".
20202         (Fset_buffer_multibyte): Adjust for UTF-8.
20204         * buffer.h: EXFUN Fbuffer_live_p.
20206         * callproc.c: Include "character.h" instead of "charset.h".
20207         (Fcall_process): Big change for the new code-conversion APIs.
20209         * casetab.c: Include "character.h" instead of "charset.h".
20210         (set_canon, set_identity, shuffle): Adjust for the new
20211         map_char_table spec.
20212         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20213         accessing the char table structure.
20215         * chartab.c: New file that implements char table.
20217         * category.c: Include "character.h".
20218         (copy_category_entry): New function.
20219         (copy_category_table): Call map_char_table and copy_category_entry.
20220         (Fmake_category_table): Initialize all top-level slots.
20221         (char_category_set): New function.
20222         (modify_lower_category_set): Delete.
20223         (Fmodify_category_entry): Call char_table_ref_and_range.
20225         * category.h (CATEGORY_SET): Just call char_category_set.
20227         * ccl.c: Include "character.h".
20228         (Qccl, Qcclp): New variables.
20229         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20230         it's less than 256.
20231         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20232         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20233         and DST type.
20234         (ccl_driver): Change types of argument, adjust code accordingly.
20235         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20236         ccl_driver.
20237         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20239         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20240         New members src_multibyte, dst_multibyte, consumed, and produced.
20241         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
20242         (CODING_SPEC_CCL_PROGRAM): New macro.
20243         (ccl_driver): Update prototype.
20244         (Qccl, Qcclp, Fccl_program_p): Extern them.
20245         (CHECK_CCL_PROGRAM): New macro.
20247         * character.c, character.h, chartab.c: New files.
20249         * charset.c: Mostly re-written.  Move character and multibyte sequence
20250         handling codes to character.c.
20252         * charset.h: Mostly re-written.  Move character and multibyte sequence
20253         handling codes to character.h.
20255         * coding.c, coding.h: Mostly re-written.
20257         * composite.c: Include "character.h" instead of "charset.h".
20258         (CHAR_WIDTH): Move to character.h.
20259         (HASH_KEY, HASH_VALUE): Delete.
20261         * composite.h (enum composition_method): Change order of enumeration
20262         symbols.
20264         * data.c: Include "character.h" instead of "charset.h".
20265         (Faref): Call CHAR_TABLE_REF for a char table.
20266         (Faset): Call CHAR_TABLE_SET for a char table.
20268         * dispextern.h (free_realized_face, check_face_attribytes)
20269         (generate_ascii_font): Extern them.
20270         (free_realized_multibyte_face): Delete extern.
20272         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20273         table structure.
20275         * editfns.c: Include "character.h" instead of "charset.h".
20276         (Fchar_to_string): Always call CHAR_STRING.
20278         * emacs.c (main): Call init_charset_once, init_charset,
20279         syms_of_chartab, and syms_of_character.
20281         * fileio.c: Include "character.h" instead of "charset.h".
20282         (Finsert_file_contents): Big change for the new code-conversion API.
20283         (choose_write_coding_system, Fwrite_region): Likewise.
20284         (build_annotations_2): Delete.
20285         (e_write): Big change for the new code-conversion API.
20287         * fns.c: Include "character.h" instead of "charset.h".
20288         (copy_sub_char_table): Move to chartab.c.
20289         (Fcopy_sequence): Call copy_char_table for a char table.
20290         (concat): Delete codes calling count_multibyte.
20291         (string_char_to_byte, string_byte_to_char): Adjust for the new
20292         multibyte form.
20293         (internal_equal): Adjust for the change of char table structure.
20294         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20295         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20296         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20297         (char_table_translate, optimize_sub_char_table)
20298         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20299         chartab.c.
20300         (char_table_ref_and_index): Delete.
20301         (HASH_KEY, HASH_VALUE): Move to lisp.h.
20302         (Fmd5): Call preferred_coding_system instead of accessing
20303         Vcoding_category_list.  Adjust for the new code-conversion API.
20304         (syms_of_fns): Move defsubr for char table related functions to
20305         chartab.c.
20307         * fontset.c: Mostly re-written.
20309         * fontset.h (struct font_info): Change type of the member encoding_type.
20310         (enum FONT_SPEC_INDEX): New enum.
20311         (fontset_font_pattern, fs_load_font): Update prototype.
20312         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20314         * indent.c: Include "character.h" instead of "charset.h".
20315         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20317         * insdel.c: Include "character.h" instead of "charset.h".
20318         (copy_text): Don't refer to Vnonascii_translation_table.
20319         (insert_from_gap): New function.
20321         * keyboard.c: Include "character.h" instead of "charset.h".
20322         (command_loop_1): Never call direct_output_forward_char before
20323         a non-ASCII character.
20324         (read_char): If Vkeyboard_translate_table is a char table, always
20325         translate a character.
20327         * keymap.c: Include "character.h".
20328         (store_in_keymap): Handle the case that IDX is a cons.
20329         (Fdefine_key): Handle the case that KEY is a cons and the car part
20330         is also a cons (range).
20331         (push_key_description): Adjust for the new character code.
20332         (describe_vector): Call describe_char_table for a char table.
20333         (describe_char_table): New function.
20335         * keymap.h (describe_char_table): Extern it.
20337         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20338         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20339         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20340         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20341         Delete.
20342         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20343         structure.
20344         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20345         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20346         (CHARTAB_SIZE_BITS_3): New macros.
20347         (chartab_size): Extern it.
20348         (struct Lisp_Char_Table): Re-design.
20349         (struct Lisp_Sub_Char_Table): New structure.
20350         (HASH_KEY, HASH_VALUE): Move from fns.c.
20351         (CHARACTERBITS): Define as 22.
20352         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20353         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20354         (GC_SUB_CHAR_TABLE_P): New macro.
20355         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20356         (code_convert_string_norecord): Deleted extern.
20357         (init_character_once, syms_of_character, init_charset)
20358         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20360         * lread.c: Include "character.h".
20361         (read_multibyte): New arg NBYTES.
20362         (read_escape): Change the meaning of returned *BYTEREP.
20363         (to_multibyte): Delete.
20364         (read1): Adjust the handling of char table and string.
20366         * print.c: Include "character.h" instead of "charset.h".
20367         (print_string): Convert 8-bit raw bytes to octal form by
20368         string_escape_byte8.
20369         (print_object): Adjust for the new multibyte form.  Print 8-bit
20370         raw bytes always in octal form.  Handle sub char table correctly.
20372         * process.c: Include "character.h" instead of "charset.h".
20373         (read_process_output, send_process): Adjust for the new
20374         code-conversion API.
20376         * puresize.h (BASE_PURESIZE): Increase.
20378         * regex.c: Include "character.h" instead of "charset.h".
20379         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20380         (regex_compile): Accept a range whose starting and ending
20381         character have different leading bytes.
20382         (analyse_first): Adjust for the above change.
20384         * search.c: Include "character.h" instead of "charset.h".
20385         (search_buffer, boyer_moore): Adjust for the new multibyte form.
20386         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20388         * syntax.c: Include "character.h" instead of "charset.h".
20389         (syntax_parent_lookup): Delete.
20390         (Fmodify_syntax_entry): Accept a cons as CHAR.
20391         (skip_chars): Adjust for the new multibyte form.
20392         (init_syntax_once): Call char_table_set_range instead of directly
20393         accessing the structure of a char table.
20395         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20396         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20397         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20398         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20400         * term.c: Include "buffer.h" and "character.h".
20401         (encode_terminal_code, write_glyphs): Adjust for the new
20402         code-conversion API.
20403         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20405         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20407         * xdisp.c: Include "character.h".
20408         (get_next_display_element): Adjust for the new multibyte form.
20409         (disp_char_vector): Adjust for the new char table structure.
20410         (decode_mode_spec_coding): Adjust for the new structure of
20411         coding system.
20412         (decode_mode_spec): Adjust for the new code-conversion API.
20414         * xfaces.c: Include "character.h" instead of "charset.h".
20415         (load_face_font): Adjust for the change of choose_face_font and
20416         FS_LOAD_FONT.
20417         (generate_ascii_font): New function.
20418         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20419         (set_font_frame_param): Adjust for the change of choose_face_font.
20420         (free_realized_face): Make it public.
20421         (free_realized_faces_for_fontset): Rename from
20422         free_realized_multibyte_face.  Free also faces realized for ASCII.
20423         (choose_face_font): Change arguments.  Adjust for the change of
20424         fontset_font_pattern and FS_LOAD_FONT.
20426         * xfns.c: Include "character.h".
20427         (x_encode_text): Adjust for the new code-conversion API.
20429         * xselect.c: Don't include "charset.h".
20430         (selection_data_to_lisp_data): Adjust for the new code conversion API.
20432         * xterm.c: Include "character.h".
20433         (x_encode_char): New argument CHARSET.  Change caller.
20434         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20435         Call ENCODE_CHAR instead of SPLIT_CHAR.
20436         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20437         CHAR_WIDTH instead of CHARSET_WIDTH.
20438         (XTread_socket): Adjust for the new code-conversion API.
20439         (x_new_font): Adjust for the change of FS_LOAD_FONT.
20440         (x_load_font): Adjust for the change of struct font.
20442 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20444         * xfaces.c (face_at_buffer_position): Remove unused vars.
20446 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
20448         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20449         Fix overflow checking.
20451 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
20453         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20454         Cancel previous change.
20456 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
20458         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20459         ccl->eight_bit_control.  Fix check for buffer overflow.
20460         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20461         (ccl_driver): Initialize extra_bytes to 0.
20463 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
20465         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20466         return it ORed with ctrl_modifier.
20468 2008-01-29  Miles Bader  <miles@gnu.org>
20470         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20472 2008-01-28  Jason Rumney  <jasonr@gnu.org>
20474         * w32.c (stat): Don't double check for networked drive.
20476 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20478         * window.c (run_window_configuration_change_hook): New function.
20479         Code extracted from set_window_buffer.  Set the selected frame.
20480         (set_window_buffer): Use it.
20481         * window.h (run_window_configuration_change_hook): Declare.
20482         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20484         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20486 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
20488         * Makefile.in: Remove references to unused macros.
20490 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
20492         * w32.c (g_b_init_get_sid_sub_authority)
20493         (g_b_init_get_sid_sub_authority_count): New static variables.
20494         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20495         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20496         (init_user_info): Use them to retrieve uid and gid.
20497         Use 500/513, the Windows defaults, as Administrator's uid/gid.
20498         (fstat): Use pw_uid and pw_gid from the_passwd structure for
20499         st_uid and st_gid of the file.
20501 2008-01-26  Jason Rumney  <jasonr@gnu.org>
20503         * w32.c (logon_network_drive): New function.
20504         (stat): Use it.
20506 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
20508         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20509         invisible text covered with an ellipsis.
20511 2008-01-25  Richard Stallman  <rms@gnu.org>
20513         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20514         jump back to beginning.  Move some other initializations after that.
20515         (Qwindow_text_change_functions, Vwindow_text_change_functions):
20516         New variables.
20517         (syms_of_xdisp): Init them.
20519         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20521         * buffer.c (reset_buffer_local_variables):
20522         Implement `permanent-local-hook'.
20523         (Qpermanent_local_hook): New variable.
20524         (syms_of_buffer): Init and staticpro it.
20526 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
20528         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20530 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
20532         * fns.c (Fclrhash): Return TABLE.
20534 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20536         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20537         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20538         is set even without positional changes.
20539         (x_scroll_bar_clear): Set bar->redraw_needed_p.
20541         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20543 2008-01-23  Jason Rumney  <jasonr@gnu.org>
20545         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20547         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20548         the unicode range available in MULE by locale-coding-system.
20549         Improve dbcs lead byte detection.  Set event timestamp and modifiers
20550         earlier.
20552 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20554         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20555         [MAC_OSX] (init_mac_osx_environment): Initialize it.
20556         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20557         when used on child processes.
20559 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
20561         * dbusbind.c (Fdbus_method_return_internal): Rename from
20562         Fdbus_method_return.
20563         (Fdbus_unregister_object): Move to dbus.el.
20564         (Fdbus_call_method, Fdbus_method_return_internal)
20565         (Fdbus_send_signal): Improve debug messages.
20567 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
20569         * undo.c (undo_inhibit_record_point): New variable.
20570         (syms_of_undo): Initialize it.
20571         (record_point): Don't record point when undo_inhibit_record_point
20572         is set.
20574 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20576         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20578         * xdisp.c (Qauto_hscroll_mode): New var.
20579         (syms_of_xdisp): Initialize it.
20580         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20581         window's buffer.
20582         (hscroll_windows): Don't check automatic_hscrolling_p here.
20584         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20585         vscroll if we're setting window-buffer to the value it already has.
20587 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
20589         * m/intel386.h: Remove references to XENIX.
20591 2008-01-17  Andreas Schwab  <schwab@suse.de>
20593         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20594         instead of HAVE_X86_64_LIB64_DIR.
20595         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20597 2008-01-17  Glenn Morris  <rgm@gnu.org>
20599         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20600         to HAVE_X86_64_LIB64_DIR.
20602 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
20604         * s/irix3-3.h:
20605         * s/irix4-0.h:
20606         * s/386-ix.h:
20607         * s/domain.h:
20608         * s/hpux9-x11r4.h:
20609         * s/hpux9shxr4.h: Remove files for systems no longer supported.
20611         * sysdep.c: Remove code containing references to symbols defined
20612         by unsupported systems.
20614 2008-01-16  Glenn Morris  <rgm@gnu.org>
20616         * coding.c (select-safe-coding-system-function): Doc fix.
20618 2008-01-15  Glenn Morris  <rgm@gnu.org>
20620         * config.in: Revert 2008-01-13 change: this is a generated file.
20622 2008-01-13  Tom Tromey  <tromey@redhat.com>
20624         * lisp.h: Fix typo.
20626 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
20628         * m/sequent-ptx.h:
20629         * m/sequent.h:
20630         * s/ptx.h:
20631         * s/ptx4-2.h:
20632         * s/ptx4.h: Remove files for systems no longer supported.
20634         * callproc.c (Fcall_process): Fix previous change.
20636 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
20638         * unexsunos4.c: Remove file, system not supported anymore.
20640         * m/mips.h:
20641         * m/intel386.h:
20642         * callproc.c:
20643         * config.in:
20644         * ecrt0.c:
20645         * emacs.c:
20646         * fileio.c:
20647         * frame.c:
20648         * getpagesize.h:
20649         * keyboard.c:
20650         * lread.c:
20651         * process.c:
20652         * puresize.h:
20653         * sysdep.c:
20654         * systty.h:
20655         * syswait.h:
20656         * unexec.c:
20657         * xdisp.c:
20658         * alloc.c: Remove code containing references to symbols defined by
20659         unsupported systems.
20661 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
20663         * coding.c (detect_coding_mask): Fix previous change.
20665 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
20667         * coding.c (detect_coding_iso2022): New arg
20668         latin_extra_code_state.  Allow Latin extra codes only
20669         when *latin_extra_code_state is nonzero.
20670         (detect_coding_mask): If there is a NULL byte, detect the encoding
20671         as UTF-16 or binary.  If Latin extra codes exist, detect the
20672         encoding as ISO-2022 only when there's no other proper encoding is
20673         found.
20675 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20677         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20678         #ifdef MAC_OS.
20680 2008-01-08  Richard Stallman  <rms@gnu.org>
20682         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20684 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
20686         * keyboard.c (parse_menu_item): Don't enclose key bindings on
20687         menu bar in parentheses.
20689 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
20691         * m/7300.h:
20692         * m/acorn.h:
20693         * m/alliant-2800.h:
20694         * m/alliant.h:
20695         * m/alliant1.h:
20696         * m/alliant4.h:
20697         * m/altos.h:
20698         * m/amdahl.h:
20699         * m/apollo.h:
20700         * m/att3b.h:
20701         * m/aviion-intel.h:
20702         * m/aviion.h:
20703         * m/celerity.h:
20704         * m/clipper.h:
20705         * m/cnvrgnt.h:
20706         * m/convex.h:
20707         * m/cydra5.h:
20708         * m/delta88k.h:
20709         * m/dpx2.h:
20710         * m/dual.h:
20711         * m/elxsi.h:
20712         * m/f301.h:
20713         * m/gould-np1.h:
20714         * m/gould.h:
20715         * m/i860.h:
20716         * m/ibmps2-aix.h:
20717         * m/ibmrt-aix.h:
20718         * m/ibmrt.h:
20719         * m/irist.h:
20720         * m/is386.h:
20721         * m/isi-ov.h:
20722         * m/mega68.h:
20723         * m/mg1.h:
20724         * m/news-r6.h:
20725         * m/news-risc.h:
20726         * m/news.h:
20727         * m/nh3000.h:
20728         * m/nh4000.h:
20729         * m/ns16000.h:
20730         * m/ns32000.h:
20731         * m/nu.h:
20732         * m/orion.h:
20733         * m/orion105.h:
20734         * m/paragon.h:
20735         * m/pfa50.h:
20736         * m/plexus.h:
20737         * m/pyramid.h:
20738         * m/pyrmips.h:
20739         * m/sh3el.h:
20740         * m/sps7.h:
20741         * m/sr2k.h:
20742         * m/stride.h:
20743         * m/sun1.h:
20744         * m/sun2.h:
20745         * m/sun3-68881.h:
20746         * m/sun3-fpa.h:
20747         * m/sun3-soft.h:
20748         * m/sun3.h:
20749         * m/sun386.h:
20750         * m/symmetry.h:
20751         * m/tad68k.h:
20752         * m/tahoe.h:
20753         * m/targon31.h:
20754         * m/tek4300.h:
20755         * m/tekxd88.h:
20756         * m/tower32.h:
20757         * m/tower32v3.h:
20758         * m/ustation.h:
20759         * m/wicat.h:
20760         * m/xps100.h:
20761         * s/cxux.h:
20762         * s/cxux7.h:
20763         * s/dgux.h:
20764         * s/dgux4.h:
20765         * s/dgux5-4-3.h:
20766         * s/dgux5-4r2.h:
20767         * s/esix.h:
20768         * s/esix5r4.h:
20769         * s/hiuxmpp.h:
20770         * s/hiuxwe2.h:
20771         * s/iris3-5.h:
20772         * s/iris3-6.h:
20773         * s/isc2-2.h:
20774         * s/isc3-0.h:
20775         * s/isc4-0.h:
20776         * s/isc4-1.h:
20777         * s/newsos5.h:
20778         * s/newsos6.h:
20779         * s/osf1.h:
20780         * s/osf5-0.h:
20781         * s/riscix1-1.h:
20782         * s/riscix12.h:
20783         * s/sco4.h:
20784         * s/sco5.h:
20785         * s/sunos4-0.h:
20786         * s/sunos4-1.h:
20787         * s/sunos413.h:
20788         * s/sunos4shr.h:
20789         * s/umax.h:
20790         * s/unipl5-2.h:
20791         * s/xenix.h:
20792         * cxux-crt0.s:
20793         * unexapollo.c:
20794         * unexconvex.c:
20795         * unexenix.c:
20796         * unexsni.c: Remove files for systems no longer supported.
20798         * m/intel386.h: Remove references to unsupported systems.
20800         * w32.c (get_emacs_configuration): Remove reference to i860.
20802         * sysdep.c: Remove dead code.
20804 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
20806         * s/rtu.h:
20807         * m/masscomp.h: Remove files.  Platform is obsolete.
20809 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
20811         * dbusbind.c (Fdbus_method_return): New function.
20812         (xd_read_message): Add the serial number to the event.
20813         (Fdbus_register_method): Activate the function.
20815 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20817         * keyboard.c (read_key_sequence): Fix typo.
20819 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
20821         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20822         (xd_signature, xd_append_arg): Handle element type detection for
20823         empty arrays.
20824         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20825         SDATA () calls; this must be solved more general.
20826         (Fdbus_register_signal): Use SBYTES instead of strlen.
20828 2008-01-03  Magnus Henoch  <magnus@zemdatav>
20830         * dbusbind.c (xd_append_arg): Use unsigned char instead of
20831         unsigned int for byte values (necessary for big-endian platform).
20832         (Fdbus_call_method): Handle the case of no returned arguments.
20834 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
20836         * dbusbind.c (xd_read_message): Use non-static input_event struct.
20838 2007-12-31  Magnus Henoch  <mange@freemail.hu>
20840         * dbusbind.c (xd_signature): Signature of variant is just "v".
20842 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
20844         * dbusbind.c: Fix several errors and compiler warnings.
20845         Reported by Tom Tromey <tromey@redhat.com>.
20846         (XD_ERROR, XD_DEBUG_MESSAGE)
20847         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
20848         (xd_append_arg): Part for basic D-Bus types rewritten.
20849         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
20850         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
20851         appropriate.
20852         (xd_read_message): Return Qnil.  Don't signal an error; it is not
20853         useful during event reading.
20854         (Fdbus_register_signal): Signal an error if the check for
20855         FUNCTIONP fails.
20856         (Fdbus_register_method): New function.  The implementation is not
20857         complete, the call of the function signals an error therefore.
20858         (Fdbus_unregister_object): New function, renamed from
20859         Fdbus_unregister_signal.  The initial check signals an error, if
20860         the object is not well formed.
20862 2007-12-30  Richard Stallman  <rms@gnu.org>
20864         * textprop.c (get_char_property_and_overlay):
20865         Signal error if POSITION is out of range in a buffer.
20867 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
20869         * w32fns.c (Fx_create_frame): Make copy of frame parameters
20870         because the original parameters are in pure storage now.
20872 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20874         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
20876 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
20878         * callint.c (syms_of_callint) <command-history>: Add reference to
20879         history-length in the doc string.
20881 2007-12-17  Jason Rumney  <jasonr@gnu.org>
20883         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
20884         before passing as wParam.
20886 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
20888         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
20889         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
20890         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
20891         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
20892         as number.
20893         (Fdbus_call_method): Fix docstring.
20895 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
20897         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
20898         New macros.
20899         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
20900         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
20901         Simplify.
20902         (xd_signature): New function.
20903         (xd_append_arg): Compute also signatures.  Major rewrite.
20904         (xd_retrieve_arg): Make debug messages friendly.
20905         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
20906         Check for signatures of arguments.
20908 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
20910         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
20911         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
20912         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
20913         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
20914         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
20915         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
20916         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20917         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20918         (xd_retrieve_value): Remove.  Functionality included in ...
20919         (xd_append_arg): New function.
20920         (Fdbus_call_method, Fdbus_send_signal): Apply it.
20922 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
20924         * dbusbind.c (top): Include <stdio.h>.
20925         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20926         dbus_message_new_method_call and dbus_message_new_signal.
20927         (Fdbus_register_signal): Rename unique_name to uname.
20928         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
20929         non-existing unique name.  Fix typos in matching rule.  Return an
20930         object which is useful in Fdbus_unregister_signal.
20931         (Fdbus_unregister_signal): Reimplementation, in order to remove
20932         only the corresponding entry.
20933         (Vdbus_registered_functions_table): Change the order of entries.
20934         Apply these changes in xd_read_message and Fdbus_register_signal.
20936 2007-12-16  Andreas Schwab  <schwab@suse.de>
20938         * fileio.c (Finsert_file_contents): Fix overflow check to not
20939         depend on undefined integer overflow.
20941 2007-12-14  Jason Rumney  <jasonr@gnu.org>
20943         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20944         for characters above 127.
20946 2007-12-13  Jason Rumney  <jasonr@gnu.org>
20948         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20949         before dereferencing array.
20950         (lookup_vk_code): Remove zero comparison.
20952 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
20954         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20955         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20956         Use `unsigned int' instead of `uint'.
20957         (xd_read_message, Fdbus_register_signal): Split expressions into
20958         multiple lines before operators "&&" and "||", according to the
20959         GNU Coding Standards.
20961 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
20963         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20965 2007-12-12  Juri Linkov  <juri@jurta.org>
20967         * buffer.c (Frename_buffer): In interactive spec replace
20968         `read-buffer' with `read-string' that uses `buffer-name-history'
20969         as history, and the current buffer's name as default.
20971 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20973         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20974         manipulating the backtrace manually.
20975         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20976         (struct backtrace, backtrace_list): Remove.
20977         (command_loop_1): Remove dead var `no_direct'.
20979         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
20980         preserve non-built-in buffer-local variables.
20981         (Fkill_all_local_variables): Don't re-create&re-set permanent
20982         buffer-local variables.
20984 2007-12-09  Juri Linkov  <juri@jurta.org>
20986         * buffer.c (Frename_buffer): Change interactive spec from "s" to
20987         Lisp code that uses `read-buffer' with current buffer as default.
20989 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
20991         * dbusbind.c (xd_read_message): Generate an event for every
20992         registered handler.  There might be several handlers registered
20993         for the same signal.
20994         (Fdbus_register_signal): Don't overwrite a registration for the
20995         same signal.  Add a new registration if handlers are different.
20996         (Vdbus_registered_functions_table): Rework doc string.
20998 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
21000         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21001         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21002         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21003         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21004         Unify argument lists.
21005         (xd_read_message, Fdbus_register_signal): Reorder and extend event
21006         arguments and hash table keys.  Use unique name for service.
21007         (Fdbus_unregister_signal): Remove checks.
21008         (Vdbus_registered_functions_table): Fix doc string.
21010 2007-12-05  Magnus Henoch  <mange@freemail.hu>
21012         * process.c (make_process): Initialize pty_flag to 0.
21014 2007-12-05  Jason Rumney  <jasonr@gnu.org>
21016         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21017         specified XBMs.
21019 2007-12-05  Richard Stallman  <rms@gnu.org>
21021         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21023 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21025         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21026         New variable.
21027         (mac_try_close_socket) [MAC_OSX]: New function.
21028         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21029         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
21031         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21032         Use mac_try_close_socket.
21034 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21036         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
21037         reloc_base.
21038         (copy_dysymtab): Compute relocation base here.
21039         (rebase_reloc_address) [__ppc64__]: New function.
21040         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21041         changed.
21043 2007-12-05  Jason Rumney  <jasonr@gnu.org>
21045         * w32proc.c (sys_spawnve): Quote args with wildcards.
21047 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21049         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21050         __objc_* sections.
21051         (unrelocate) [_LP64]: Set relocation base to address of data segment.
21053 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
21055         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21056         Move check for Vdbus_registered_functions_table to
21057         xd_read_queued_messages.
21058         (xd_read_queued_messages): Protect xd_read_message calls by
21059         internal_condition_case_1.
21061 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
21063         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21064         Qdbus_system_bus and Qdbus_session_bus, respectively.
21065         (Vdbus_intern_symbols): Remove.
21066         (Vdbus_registered_functions_table): New hash table.
21067         (XD_SYMBOL_INTERN_SYMBOL): Remove.
21068         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21069         Rewrite in order to manage registered functions by hash table
21070         Vdbus_registered_functions_table.
21072 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
21074         * xterm.c: Update URL to Window Manager Specification in comment.
21076 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
21078         * config.in (HAVE_DBUS): Add.
21080         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21081         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21082         (obj): Add $(DBUS_OBJ).
21083         (LIBES): Add $(DBUS_LIBS).
21084         (dbusbind.o): New target.
21086         * dbusbind.c: New file.
21088         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21090         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21091         (Qdbus_event): New Lisp symbol.
21092         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21093         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
21094         (keys_of_keyboard): Define dbus-event.
21096         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21098 2007-12-01  Richard Stallman  <rms@gnu.org>
21100         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21102 2007-11-30  Jason Rumney  <jasonr@gnu.org>
21104         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21105         (w32con_reset_terminal_modes): Clear screen buffer.
21106         (w32_face_attributes): Don't use color indexes that are out of range.
21107         Only reverse the default colors.
21109         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21110         WINDOWSNT.
21112         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21114 2007-11-29  Jason Rumney  <jasonr@gnu.org>
21116         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21117         (w32_face_attributes): Use Vtty_defined_color_alist to determine
21118         if the terminal colors are initialized.
21119         (unspecified_fg, unspecified_bg): Remove unused declarations.
21121 2007-11-29  Andreas Schwab  <schwab@suse.de>
21123         * keyboard.c (apply_modifiers): Fix typo.
21125 2007-11-29  Richard Stallman  <rms@gnu.org>
21127         * keymap.c (Fcurrent_local_map): Doc fix.
21129 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
21131         * s/gnu-kfreebsd.h: New file.
21133 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21135         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21136         Don't cast redundantly.
21138         * keyboard.c (KEY_TO_CHAR): New macro.
21139         (parse_modifiers, apply_modifiers): Accept integer arguments.
21140         (read_key_sequence): Use them to unify the "shift->unshift" mapping
21141         for chars and symbol keys.
21142         After doing such remapping, apply function-key-map again.
21144 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
21146         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21147         compiled anymore.
21149 2007-11-26  Andreas Schwab  <schwab@suse.de>
21151         * process.c (list_processes_1): Fix indentation level of the
21152         command column.
21154 2007-11-23  Andreas Schwab  <schwab@suse.de>
21156         * editfns.c (Fformat): Handle %c specially since it requires the
21157         argument to be of type int.
21159 2007-11-23  Markus Triska  <markus.triska@gmx.at>
21161         * emacs.c (main): Call init_editfns before init_process, since
21162         init_process sets Vprocess_connection_type depending on OS release.
21164 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21166         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21167         (find_symbol_value): Use do_symval_forwarding.
21169         * data.c (set_internal): Set the value in the `cons-cell' (for
21170         Buffer_Local_values) not only for frame-local variables.
21172 2007-11-22  Andreas Schwab  <schwab@suse.de>
21174         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21175         values to sprintf.
21176         * keymap.c (Fsingle_key_description): Likewise.
21177         * print.c (print_object): Likewise.
21179 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
21181         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21182         file for image is nil.
21184 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
21186         * term.c: Include stdarg.h.
21187         (fatal): Implement using varargs.
21188         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
21190 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21192         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21193         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21194         Update call to buffer_slot_type_mismatch.
21195         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21196         (buffer_slot_type_mismatch): Update.
21197         * buffer.c (buffer_local_types): Remove.
21198         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21199         (defvar_per_buffer): Set the type in the buffer_objfwd.
21201 2007-11-21  Jason Rumney  <jasonr@gnu.org>
21203         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21204         CreateFileMapping returns NULL on failure.
21206 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21208         * search.c (Fset_match_data): Remove the `evaporate' feature.
21209         (unwind_set_match_data): Don't use the `evaporate' feature.
21211 2007-11-21  Jason Rumney  <jasonr@gnu.org>
21213         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21215         * w32console.c (w32con_write_glyphs): Remove unused variables.
21217 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
21219         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21221         * s/darwin.h (MULTI_KBOARD): Remove.
21223         * macfns.c (x_create_tip_frame, Fx_create_frame)
21224         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21226 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21228         * buffer.c (Fbuffer_local_value): Remove redundant test.
21229         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21230         than in `current-buffer' to match the comment.
21231         Do the swap using swap_in_global_binding.
21233         * data.c (store_symval_forwarding, set_internal):
21234         * eval.c (specbind): Remove dead code.
21236         * coding.c (detect_coding, Fupdate_coding_systems_internal):
21237         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21238         Since we do not want to see internal Lisp_*fwd objects here.
21240 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
21242         * sysdep.c (init_system_name): Use getaddrinfo if available.
21244         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21245         (x_scroll_bar_note_movement): start, end, with, height in struct
21246         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21248 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
21250         * puresize.h (BASE_PURESIZE): Increase to 1190000.
21252 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21254         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21255         This undoes Richard's change of 14-Oct-2002.
21257         * alloc.c (allocate_other_vector):
21258         * lisp.h (allocate_other_vector): Remove.
21260         * window.c (struct save_window_data): Move non-lisp data to the end
21261         and make it `int' rather than Lisp_Object.
21262         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21263         Done wrap/unwrap integer values.
21264         (Fset_window_configuration, compare_window_configurations):
21265         Update use of fields to their new types.
21267         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21268         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
21269         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21270         (SET_SCROLL_BAR_X_WINDOW): Remove.
21271         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21272         Access the new x_window field directly.
21273         * xterm.c (x_scroll_bar_create): Use a pseudovector.
21274         Don't wrap/unwrap integers into Lisp_Objects.
21275         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21276         (x_scroll_bar_report_motion):
21277         Don't wrap/unwrap integers into Lisp_Objects.
21278         (x_term_init): Use SDATA.
21279         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21280         (x_scroll_bar_set_handle, x_scroll_bar_remove)
21281         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21282         (x_scroll_bar_report_motion, x_scroll_bar_clear):
21283         * xfns.c (x_set_background_color):
21284         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21285         Access the new x_window field directly.
21287         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21288         (allocate_pseudovector): Make non-static.
21290         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21291         (allocate_pseudovector): Declare.
21292         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21294 2007-11-15  Andreas Schwab  <schwab@suse.de>
21296         * editfns.c (Fformat): Correctly format EMACS_INT values.
21297         Also take precision into account when formatting an integer.
21299         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21301 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21303         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21304         (syms_of_keyboard): Defsubr it.
21306         * data.c (swap_in_global_binding): Fix longstanding bug where
21307         store_symval_forwarding was not called with the right second argument,
21308         thus causing objfwd-ing from being dropped.
21310 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
21312         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21313         (Fx_display_pixel_height, Fx_display_planes)
21314         (Fx_display_color_cells, Fx_server_max_request_size)
21315         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21316         (Fx_display_visual_class, Fx_display_save_under):
21317         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21318         (Fx_display_pixel_height, Fx_display_planes)
21319         (Fx_display_color_cells, Fx_server_max_request_size)
21320         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21321         (Fx_display_mm_height, Fx_display_mm_width)
21322         (Fx_display_backing_store, Fx_display_visual_class)
21323         (Fw32_select_font, Fx_display_save_under):
21324         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21325         (Fx_display_pixel_height, Fx_display_planes)
21326         (Fx_display_color_cells, Fx_server_max_request_size)
21327         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21328         (Fx_display_save_under): Fix typos in docstrings.
21330 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
21332         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21333         corresponding to deleted entries; they are an implementation detail.
21334         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21335         Remove variables.
21336         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21337         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21338         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21339         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21340         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21341         (Fw32_define_rgb_color, Fw32_load_color_file)
21342         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21343         Fix typos in docstrings.
21344         (Fx_server_version): Reflow docstring.
21345         (Fw32_shell_execute): Doc fixes.
21347 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
21349         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21350         if w32_parse_hot_key returned nil.
21352 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21354         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21356 2007-11-09  Jason Rumney  <jasonr@gnu.org>
21358         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21360         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21362         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21363         Remove W32_SCROLL_BAR_CLICK_EVENT.
21365         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21366         Add MULTIMEDIA_KEY_EVENT.
21368         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21369         (lispy_multimedia_keys) [WINDOWSNT]: New array.
21370         (make_lispy_event) [WINDOWSNT]: Use it to translate
21371         MULTIMEDIA_KEY_EVENT.
21373         * w32term.h (WM_APPCOMMAND): Define if not already.
21374         (GET_APPCOMMAND_LPARAM): Likewise.
21376         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21377         WM_APPCOMMAND.
21379         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21380         (syms_of_w32fns): Export and initialize it.
21381         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21383 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
21385         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21386         twice.
21388         * xdisp.c (handle_face_prop): Fix last change.
21390 2007-11-09  Richard Stallman  <rms@gnu.org>
21392         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21393         not just for after-strings and before-strings.
21394         Call face_for_overlay_string and pass the overlay to it.
21395         (handle_display_prop): Determine whether property came from an overlay.
21396         Pass OVERLAY arg to handle_single_display_spec.
21397         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21398         (load_overlay_strings): Fill in it->string_overlays.
21399         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21401         * xfaces.c (face_for_overlay_string): Function renamed from
21402         face_at_buffer_position_no_overlays, and add arg OVERLAY.
21404         * dispextern.h (struct it): New elt string_overlays.
21405         New elt from_overlay, also in stack.
21406         Rearrange a few elements.
21407         (face_for_overlay_string): Decl renamed from
21408         face_at_buffer_position_no_overlays, and add argument.
21410 2007-11-09  Richard Stallman  <rms@gnu.org>
21412         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21413         to get the base face for an overlay string.
21415         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21417         * xfaces.c (face_at_buffer_position_no_overlays): New function.
21419         * xdisp.c (handle_stop): Move some code out of loop.
21421 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21423         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21424         Fix conversion from Lisp object to ATSUFontID.
21426 2007-11-09  Jason Rumney  <jasonr@gnu.org>
21428         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21430 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21432         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21433         Don't assume regions are aligned to page boundary.
21434         (print_load_command_name): Add LC_UUID if defined.
21436 2007-11-09  Richard Stallman  <rms@gnu.org>
21438         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21440 2007-11-07  Jason Rumney  <jasonr@gnu.org>
21442         * s/windows95.h: Remove.
21444 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
21446         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21447         abort with a message on unhandled store_type values.
21449 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
21451         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21452         Remove HAVE_X11R5 and HAVE_X11R4.
21454 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
21456         * Makefile.in: Remove references to sunfns.c and sunfns.o.
21458 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
21460         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21461         Don't set s->stippled_p here, since it has already been set by
21462         x_set_glyph_string_gc from x_draw_glyph_string.
21464 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
21466         * sunfns.c: Remove file.
21468         * m/sun386.h:
21469         * m/sun2.h:
21470         * m/sparc.h: Remove Sun windows code.
21472 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21474         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21475         (init_keyboard): Set current_kboard's window-system to nil.
21476         (tty_read_avail_input): Typo.
21477         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21479 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21481         * s/usg5-4.h:
21482         * s/usg5-3.h:
21483         * s/ptx.h:
21484         * m/is386.h:
21485         * m/ibmps2-aix.h:
21486         * Makefile.in: Remove all mentions of X10.
21488         * dispnew.c (syms_of_display): Don't mention version 10.
21490 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
21492         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21493         ($(BLD)/abbrev.$(O)): Remove.
21495 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21497         Rewrite abbrev.c in Elisp.
21498         * image.c (Qcount): Don't declare as extern.
21499         (syms_of_image): Initialize and staticpro `Qcount'.
21500         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21501         * emacs.c (main): Don't call syms_of_abbrev.
21502         * Makefile.in (obj): Remove abbrev.o.
21503         (abbrev.o): Remove.
21504         * abbrev.c: Remove.
21506 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
21508         * window.c (window_min_size_2): Don't count header-line.
21510 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21512         * frame.h (struct frame): Move all bit fields after the first bit
21513         field to take advantage of the available space.  Group all the
21514         chars together to reduce wasted space due to padding.
21516 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
21518         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21520         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21521         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21522         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21523         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21524         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21525         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21526         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21527         (last_marked, mark_object_loop_halt): Make static.
21529         * frame.c (syms_of_frame) <delete-frame-functions>:
21530         Fix typo in docstring.
21532 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
21534         * w32.c (init_environment): Fix tiny memory leak.
21535         (w32_get_resource): Remove unused variable `ok'.
21537 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21539         Make `window-system' into a keyboard-local variable (rather than
21540         frame-local as done originally by multi-tty).
21542         * keyboard.h (struct kboard): Add Vwindow_system.
21543         * keyboard.c (init_kboard): Set a default for Vwindow_system.
21544         (mark_kboards): Mark Vwindow_system.
21546         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21547         (init_display): Don't set the obsolete `window-system' frame-param.
21549         * xterm.c (x_term_init):
21550         * w32term.c (w32_create_terminal):
21551         * term.c (init_tty): Set Vwindow_system.
21552         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21553         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
21555         * xfns.c (Fx_create_frame, x_create_tip_frame):
21556         * w32fns.c (Fx_create_frame, x_create_tip_frame):
21557         * macfns.c (Fx_create_frame):
21558         Don't set the obsolete `window-system' frame-param.
21560         * frame.h (Qwindow_system): Remove.
21561         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
21562         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21564 2007-10-24  Richard Stallman  <rms@gnu.org>
21566         * frame.c (x_figure_window_size): For fullscreen case,
21567         set USPosition | PPosition without clobbering rest of window_prompting.
21569         * keyboard.c (Fcurrent_idle_time): Doc fix.
21571         * print.c (Fwith_output_to_temp_buffer): Doc fix.
21573 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21575         * process.c (unwind_request_sigio): Only define if __ultrix__.
21577         * callproc.c (child_setup): Remove spurious *.
21579         * lisp.h (Fget_text_property): Declare.
21580         (have_menus_p): Declare it here rather than in sys-dep header files.
21581         * macterm.h (have_menus_p):
21582         * msdos.h (have_menus_p):
21583         * xterm.h (have_menus_p): Remove.
21585         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21586         (Fmake_variable_frame_local): Just check the variable's const-ness
21587         rather than checking nil or t.
21589 2007-10-22  Jason Rumney  <jasonr@gnu.org>
21591         * w32fns.c: Include math.h.
21592         (w32_abort): Declaration moved to nt/config.nt.
21594         * s/ms-w32.h (HAVE_STDLIB_H): Define.
21595         (abort): Redefinition moved to nt/config.nt.
21597         * m/windowsnt.h: Remove.
21599 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
21601         * emacs.c (Fdump_emacs): Fix typo in message.
21602         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21603         <installation-directory>: Reflow docstring.
21605 2007-10-22  Juri Linkov  <juri@jurta.org>
21607         * minibuf.c: Allow minibuffer default to be a list of default values.
21608         With empty input use the first element of this list as returned default.
21609         (string_to_object)
21610         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21611         (read_minibuf): If defalt is cons, set histstring to its car.
21612         (Fread_string): If default_value is cons, set val to its car.
21613         (Fread_buffer): If def is cons, use its car.
21614         (Fcompleting_read): If defalt is cons, set val to its car.
21616 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
21618         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21620 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
21622         * doc.c (Fdocumentation): Check for advice in all cases.
21624 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
21626         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21628 2007-10-19  Richard Stallman  <rms@gnu.org>
21630         * doc.c (Fdocumentation): Check for and handle an advised function.
21632 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
21634         * process.c (Fset_process_filter): Doc fix.
21636 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21638         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21639         which caused key-translation-map to applied repeatedly (thus breaking
21640         double-mode).
21642 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21644         * xselect.c (x_own_selection, x_handle_selection_clear)
21645         (x_clear_frame_selections):
21646         * w32menu.c (list_of_panes, list_of_items):
21647         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21648         * textprop.c (validate_plist, interval_has_all_properties)
21649         (interval_has_some_properties, interval_has_some_properties_list)
21650         (add_properties, text_property_list):
21651         * process.c (Fget_buffer_process, list_processes_1, status_notify):
21652         * minibuf.c (Fassoc_string):
21653         * macselect.c (x_own_selection, x_clear_frame_selections)
21654         (Fx_disown_selection_internal):
21655         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21656         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21658 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
21660         * process.c: Link to libs for calling res_init() if available.
21661         (Fmake_network_process): Call res_init() before getaddrinfo or
21662         gethostbyname, if possible.
21664 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21666         * lread.c (read1): Set pvectype for char_tables.
21668         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21669         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21670         Add type checks.
21671         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21673         * alloc.c (free_misc): Use XMISCTYPE.
21674         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21676 2007-10-17  Glenn Morris  <rgm@gnu.org>
21678         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21679         (syms_of_minibuf): Add Qcompletion_ignore_case.
21680         * dired.c (Qcompletion_ignore_case): Change to external.
21681         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21682         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21683         (Fread_file_name): Use it rather than intern'ing.
21685         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21686         (Fread_coding_system): Ignore case of user input.
21688 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21690         * xdisp.c (handle_display_prop): Ignore display specs after
21691         replacing one when string text is being replaced.
21692         (handle_single_display_spec): Pretend as if characters with display
21693         property haven't been consumed only when buffer text is being replaced.
21695 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21697         * xfns.c (Fx_create_frame, Fx_display_list):
21698         * window.c (window_fixed_size_p, enlarge_window)
21699         (shrink_window_lowest_first):
21700         * macterm.c (init_font_name_table):
21701         * macfns.c (Fx_create_frame, Fx_display_list):
21702         * lread.c (close_load_descs):
21703         * keyboard.c (read_char_x_menu_prompt):
21704         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21705         * coding.c (code_convert_region_unwind): Test the type of an object
21706         rather than just !NILP before extracting data from it.
21708         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21710         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21711         (XMISCANY): New macro.
21712         (XMISCTYPE): Use it.
21713         (struct Lisp_Misc_Any): New type.
21714         (union Lisp_Misc): Use it.
21715         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21716         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21717         (find_symbol_value, set_internal, default_value, Fset_default)
21718         (Fmake_variable_buffer_local, Fmake_local_variable)
21719         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21720         (Flocal_variable_if_set_p, Fvariable_binding_locus):
21721         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21722         * alloc.c (allocate_buffer): Set the size and tag.
21723         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21724         Use XMISCANY.
21725         (die): Follow the GNU convention for error messages.
21726         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21727         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21728         tag any more.
21729         (set_buffer_internal_1):
21730         * frame.c (store_frame_param):
21731         * eval.c (specbind):
21732         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21734         * doc.c (Fsnarf_documentation): Simplify.
21736 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
21738         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21739         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21741 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21743         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21745 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
21747         * eval.c (do_autoload): Don't save autoloads.
21749         * data.c (Ffset): Save autoload of the function being set.
21751 2007-10-07  John Paul Wallington  <jpw@pobox.com>
21753         * xfns.c (x_create_tip_frame): Set the `display-type' frame
21754         parameter before setting up faces.
21756 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
21758         * ccl.c (Fregister_code_conversion_map):
21759         * keyboard.c (append_tool_bar_item): Reformat last change.
21761         * lisp.h (eabs): Rename from `abs'.  All callers changed.
21763 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
21765         * buffer.c (add_overlay_mod_hooklist):
21766         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21767         * fontset.c (make_fontset):
21768         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21769         (append_tool_bar_item):
21770         * macmenu.c (grow_menu_items):
21771         * w32menu.c (grow_menu_items):
21772         * xmenu.c (grow_menu_items): Use larger_vector.
21774 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
21776         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21777         selected frame'' on MSDOS).
21779 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
21781         * frame.c (Qexplicit_name): New variable.
21782         (x_report_frame_params): Report it in parameter alist.
21783         (syms_of_frame): Intern and staticpro it.
21785 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
21787         * macfns.c (x_create_tip_frame): Set terminal for frame.
21789 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21791         * frame.c (Qenvironment): Remove.
21792         (syms_of_frame) <Qenvironment>: Don't initialize.
21793         (Fdelete_frame): Don't treat the `environment' param specially.
21794         * frame.h (Qenvironment): Don't declare.
21795         * callproc.c (set_initial_environment): Don't set unused frame param.
21797         * frame.c (Fframe_with_environment): Remove.
21798         (syms_of_frame) <Sframe_with_environment>: Don't declare.
21800         * lisp.h (Fframe_with_environment): Don't declare.
21802 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
21804         * indent.c (indent_tabs_mode, last_known_column)
21805         (last_known_column_modified): Make static.
21806         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21808 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21810         * puresize.h (BASE_PURESIZE): Increase to 1170000.
21812 2007-10-09  Jason Rumney  <jasonr@gnu.org>
21814         * w32term.c (x_set_window_size): Disable code that attempts to tell
21815         Lisp code about a size change before it actually happens.
21817 2007-10-09  Richard Stallman  <rms@gnu.org>
21819         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21820         return HANDLED_RETURN.
21822 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
21824         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21825         when there's an unread command event.
21827         * frame.c (focus_follows_mouse): Move here from frame.el to allow
21828         window autoselection act appropriately when leaving selected frame.
21829         (syms_of_frame): Initialize focus_follows_mouse.
21830         * frame.h (focus_follows_mouse): Extern it.
21831         * macterm.c (XTread_socket): When focus_follows_mouse is nil
21832         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
21833         * msdos.c (dos_rawgetc): Likewise.
21834         * w32term.c (w32_read_socket): Likewise.
21835         * xterm.c (handle_one_xevent): Likewise.
21836         * xdisp.c (syms_of_xdisp): In doc-string of
21837         mouse-autoselect-window mention focus-follows-mouse.
21839 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21841         * macterm.c (mac_load_query_font): Fix missing return value.
21842         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
21843         Add BLOCK_INPUT.
21845 2007-10-08  Richard Stallman  <rms@gnu.org>
21847         * xdisp.c (get_window_cursor_type): Implement documented behavior
21848         for cursor-in-non-selected-windows = t.
21850 2007-10-08  Jason Rumney  <jasonr@gnu.org>
21852         * w32.c (w32_get_resource): Always close registry keys.
21854 2007-10-08  Jason Rumney  <jasonr@gnu.org>
21856         * makefile.w32-in (LIBS): Add COMCTL32.
21858         * w32fns.c (globals_of_w32fns): Init common controls.
21860 2007-10-08  Richard Stallman  <rms@gnu.org>
21862         * image.c (our_memory_buffer): Rename from omfib_buffer.
21864 2007-10-08  Richard Stallman  <rms@gnu.org>
21866         * buffer.c (Foverlays_at): Doc fix.
21868 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21870         * fns.c (Fplist_put): Preserve uneven tail data.
21872 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
21874         * termhooks.h (enum event_kind): Remove trailing comma.
21876         * frame.h (enum): Remove trailing comma.
21878 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
21880         * w32proc.c (delete_child): Don't terminate threads of zombies.
21882 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
21884         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
21886         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
21887         last-repeatable-command.
21888         (init_kboard): Initialize Vlast_repeatable_command.
21889         (command_loop_1): Set it to real_this_command unless that was
21890         bound to an input event.
21891         (mark_kboards): Mark it.
21893 2007-10-08  Richard Stallman  <rms@gnu.org>
21895         * eval.c (condition-case): Doc fix.
21897 2007-10-08  Masatake YAMATO  <jet@gyve.org>
21899         * xfaces.c (tty_supports_face_attributes_p): Fix code
21900         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
21901         was copied and not edited.
21903 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21905         Add new `input-decode-map' keymap and use it for terminal
21906         escape sequences.
21907         * keyboard.h (struct kboard): Add Vinput_decode_map.
21908         Remove Vlocal_key_translation_map.
21909         * keyboard.c (read_key_sequence): Add support for input-decode-map.
21910         (init_kboard): Init input-decode-map.
21911         Replace local-key-translation-map back with key-translation-map.
21912         (syms_of_keyboard): Declare input-decode-map.
21913         Remove local-key-translation-map.  Update docstrings.
21914         (mark_kboards): Mark Vinput_decode_map.
21915         Don't mark Vlocal_key_translation_map.
21916         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21917         Replace local-key-translation-map back with key-translation-map.
21918         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21919         Bind in input-decode-map rather than function-key-map.
21921         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21922         This was made redundant by the previous introduction of XSETPVECTYPE.
21924 2007-10-09  Richard Stallman  <rms@gnu.org>
21926         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21928 2007-09-29  Richard Stallman  <rms@gnu.org>
21930         * eval.c (internal_condition_case_2, internal_condition_case_1)
21931         (internal_condition_case): Reenable abort if x_catching_errors ()
21932         to see if that really happens and why.
21934 2007-10-06  Andreas Schwab  <schwab@suse.de>
21936         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21938 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
21940         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21942 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21944         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21946 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21948         * window.h (struct window):
21949         * window.c (struct save_window_data, struct saved_window):
21950         * termhooks.h (struct terminal):
21951         * process.h (struct Lisp_Process):
21952         * frame.h (struct frame):
21953         * buffer.h (struct buffer):
21954         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21955         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21956         The size field of (pseudo)vectors is now unsigned.
21957         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21959         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21960         Turn `count' into an integer.
21962         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21963         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21964         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21965         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21966         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21968         * alloc.c (allocate_pseudovector): New fun.
21969         (ALLOCATE_PSEUDOVECTOR): New macro.
21970         (allocate_window, allocate_terminal, allocate_frame)
21971         (allocate_process): Use it.
21972         (mark_vectorlike): New function.
21973         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21974         (mark_terminals): Use it.
21975         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21976         (Fmake_byte_code): Use XSETPVECTYPE.
21978         * frame.c (Fframe_parameters): Minor simplification.
21980         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
21982         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
21984         * buffer.c (Fget_buffer_create, init_buffer_once):
21985         * lread.c (defsubr):
21986         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
21988         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
21989         defined differently in the m/*.h files.
21990         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
21991         (XSETPVECTYPE): New macro.
21992         (XSETPSEUDOVECTOR): Use it.
21994         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
21995         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
21997         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
21998         * lread.c (defvar_per_buffer):
21999         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22001         * window.c (candidate_window_p): Only consider as visible frames that
22002         are on the same terminal.
22004         * m/ibms390x.h (MARKBIT): Remove unused macro.
22006 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
22008         * lread.c (Fload): Fix typo in docstring.
22010 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
22012         * floatfns.c (Fexpt): Manually check for overflows, so that a power
22013         of a non-zero value can't yield zero.
22015 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22017         * term.c (term_clear_mouse_face, term_mouse_highlight)
22018         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22020         * print.c (safe_debug_print): Use XHASH.
22022         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22023         Lisp elements such as tags.
22024         (XHASH): New macro.
22025         (EQ): Use it.
22026         (SREF, SSET, STRING_COPYIN): Use SDATA.
22027         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22029         * alloc.c (mark_terminal): Remove left-over declaration.
22030         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22031         (allocate_vectorlike): Remove type argument.  Adjust callers.
22032         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22033         Only handle the one remaining MEM_TYPE_VECTORLIKE.
22035         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22036         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22037         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22038         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22039         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22040         Use them.
22042         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22043         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22044         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22046 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
22048         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22049         loaded by default.
22051 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22053         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22054         on this tty.
22055         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22057         * term.c (mouse_face_window): Rename from Qmouse_face_window.
22058         Update all users.
22059         (handle_one_term_event): Use Gpm_DrawPointer.
22060         (Fgpm_mouse_start): Rename from Fterm_open_connection.
22061         Signal errors instead of returning nil.  Always return nil.
22062         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22063         Make it a noop if gpm-mouse was not activated.
22064         (syms_of_term): Update names.
22066 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22068         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22069         (init_sys_modes): Check that gpm_tty is the current tty.
22071         * alloc.c (allocate_terminal): Set the vector size to only count the
22072         lisp fields.  Initialize those to nil.
22073         (mark_object): Don't treat terminals specially.
22074         (mark_terminal): Remove.
22075         (mark_terminals): Use mark_object instead.
22077         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22078         the GC to the beginning.
22080         * indent.h:
22081         * indent.c: Use EMACS_INT for ints coming from Elisp data.
22083         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22085 2007-09-25  Jason Rumney  <jasonr@gnu.org>
22087         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22089         * w32console.c (create_w32cons_output): Remove.
22091         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22093         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22094         (reset_sys_modes): Use reset_terminal_modes_hook.
22096 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22098         * eval.c (do_autoload): Don't output any message.
22100 2007-09-24  Juri Linkov  <juri@jurta.org>
22102         * emacs.c (standard_args): Change priority of "--no-splash"
22103         from 40 to 3.  Add "--no-desktop" with the same priority.
22105 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
22107         * alloc.c (gc_sweep): Check cons cell mark bits word by word
22108         and optimize the case where they are all 1.
22110 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
22112         * lisp.h (abs): Define if not defined.
22113         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22114         Don't define `abs', since it's defined in lisp.h.
22116 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
22118         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
22119         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22120         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22121         (init_tty): Use DEV_TTY instead of "/dev/tty".
22122         [WINDOWSNT]: No need to protect from NAME arg being null.
22124 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22126         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22127         up the tty state.
22129 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22131         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
22132         (gpm_tty): Change its type.
22133         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
22134         (gpm_tty): Change its type and initialize it.
22135         (Fterm_open_connection): Check the frame is indeed a tty.
22136         Use the new gpm_tty.
22137         (Fterm_close_connection): Use the new gpm_tty.
22138         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22139         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22141 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
22143         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22144         underline_color, to draw strike-through.
22146 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22148         * lisp.h (allocate_terminal): Declare.
22150         * window.c (candidate_window_p): Consider frames that are being placed
22151         by the user as somewhere between visible and iconified.
22152         (window_loop): Prefer windows on the current frame.
22153         (Fselect_window): Move the use of select-frame to the beginning so we
22154         can just delegate all the work (it'll call us back anyway).
22156         * frame.c (Qdisplay_environment_variable):
22157         * frame.h (Qdisplay_environment_variable): Delete.
22159         * .gdbinit (xbacktrace): Print the arg's address rather than the value
22160         of the first arg, since that value may be a union.
22162         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22163         parameter rather than Qdisplay_environment_variable.  If all else
22164         fails, look for DISPLAY in initial-environment.
22166 2007-09-21  Glenn Morris  <rgm@gnu.org>
22168         * Makefile.in (emacstool): Remove target.
22169         (lisp, shortlisp): Remove termdev.elc.
22171 2007-09-21  Markus Triska  <markus.triska@gmx.at>
22173         * xterm.c (x_delete_display): Compile session management conditionally.
22175 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22177         * callproc.c (getenv_internal_1): New function.
22178         (getenv_internal): Use it.
22179         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
22181         * terminal.c (get_terminal): Don't accept ints to represent terminals.
22182         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22183         (Fset_terminal_parameter): Work with dead terminals as well.
22184         (Fmodify_terminal_parameters): Remove.
22186         * terminal.c (get_terminal): Handle terminals.
22187         Make sure the terminal returned is live.
22188         (create_terminal): Use allocate_terminal.
22189         (mark_terminals): Move to alloc.c.
22190         (delete_terminal): Use terminal->name as liveness status.
22191         NULL out fields after freeing their contents.
22192         Don't deallocate the object.
22193         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
22194         rather than an int.
22195         (Fterminal_live_p): Accept non-integer arguments.
22196         (Fterminal_list): Return terminal objects rather than an ints.
22198         * alloc.c (enum mem_type): New member for `terminal' objects.
22199         (allocate_terminal): New function.
22200         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22201         Handle terminals.
22202         (mark_terminal): New fun.
22203         (mark_terminals): Move from terminal.c.
22205         * term.c (get_tty_terminal): Don't treat output_initial specially.
22206         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22207         (delete_tty): Use terminal->name as liveness status.
22209         * termhooks.h (struct terminal): Make it into a pseudovector.
22210         Remove `deleted' replaced by checking `name's nullness.
22212         * print.c (print_object): Handle terminals.
22214         * lisp.h (enum pvec_type): New `terminal' pseudovector.
22215         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22217         * frame.c (make_terminal_frame):
22218         * keyboard.c (tty_read_avail_input):
22219         * w32term.c (x_delete_terminal):
22220         * xfns.c (Fx_create_frame, x_create_tip_frame):
22221         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22223 2007-09-20  Glenn Morris  <rgm@gnu.org>
22225         * process.c (Fmake_network_process): Doc fix.
22227 2007-09-19  Jason Rumney  <jasonr@gnu.org>
22229         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22231 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
22233         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22234         Fix a C warning regarding variable constness.
22236         * xterm.c (handle_one_xevent): Fix a C warning.
22238 2007-09-18  Jason Rumney  <jasonr@gnu.org>
22240         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22242 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
22244         * gtkutil.c (gdpy_def): New variable.
22245         (xg_initialize): Initialize gdpy_def.
22246         (xg_display_close): If no other display exists, set gdpy_def to a
22247         new connection.
22249 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
22251         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22252         when we have no file name for the icon.
22253         (xg_tool_bar_expose_callback): Remove.
22254         (xg_create_tool_bar): Don't connect expose signal to
22255         xg_tool_bar_expose_callback.
22256         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22258 2007-09-16  Andreas Schwab  <schwab@suse.de>
22260         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22261         values instead of zapping them.
22263 2007-09-14  Glenn Morris  <rgm@gnu.org>
22265         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22266         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22267         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22268         scope and rename to omfib_buffer for clarity.
22269         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22271 2007-09-14  Kenichi Handa  <handa@m17n.org>
22273         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22275 2007-09-13  Jason Rumney  <jasonr@gnu.org>
22277         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22279         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22281         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22282         (mac_term_init): Call here instead, passing rif.
22284 2007-09-13  Glenn Morris  <rgm@gnu.org>
22286         * s/hpux.h: No longer define `static' as nothing.
22288 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
22290         * callint.c (Fcall_interactively): Remove unused var `fun'.
22292 2007-09-12  Romain Francoise  <romain@orebokech.com>
22294         * window.c (prefer_window_split_horizontally, display_buffer):
22295         Revert 2007-09-08 change.
22297 2007-09-12  Glenn Morris  <rgm@gnu.org>
22299         * alloca.c: Remove file.
22300         * Makefile.in (alloca): Do not undef.
22301         (allocaobj, alloca.o): Remove.
22302         (otherobj): Remove allocaobj.
22303         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22304         * regex.c (C_ALLOCA): Remove all references and code that was only
22305         used when this was defined.
22306         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22307         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22308         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22310         * Makefile.in (SOURCES, unlock, relock): Delete.
22312         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22313         (menu_grab_callback): All uses changed.
22315         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22316         (x_reply_selection_request): All uses changed.
22318 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22320         * lread.c (load_warn_old_style_backquotes): Change message to look
22321         better when it appears in the middle of byte-compiler messages.
22323 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
22325         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22327         * xterm.c (x_create_terminal): Add comment.
22329         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22331 2007-09-10  Richard Stallman  <rms@gnu.org>
22333         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22335 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
22337         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22338         (DEFUN): Document `intspec', use it instead of `prompt'.
22340         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22342         * data.c (Finteractive_form): If the interactive specification starts
22343         with a `(', use it as a Lisp form.
22345         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22346         name and file modes.
22348         * callint.c (Fcall_interactively): Comment fixes.
22350 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22352         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22353         and compiled functions.
22355 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
22357         * window.c (prefer_window_split_horizontally): New variable.
22358         (display_buffer): Consider splitting window horizontally depending
22359         on prefer_window_split_horizontally.
22361 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
22363         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22365 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22367         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22369         * frame.c (x_set_frame_parameters): Check number is positive before
22370         using XFASTINT.
22372         * window.c (freeze_window_start): Don't presume selected_window holds
22373         a window object.
22374         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22376 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
22378         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22380 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22382         * window.c (Vsplit_window_preferred_function): New var.
22383         (Fdisplay_buffer): Use it.
22384         (syms_of_window): Export, and initialize it.
22386 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
22388         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22390 2007-09-06  Glenn Morris  <rgm@gnu.org>
22392         * gtkutil.c (menu_grab_callback) <cnt>:
22393         * xselect.c (x_reply_selection_request) <cnt>: Move static
22394         variable to file scope.
22396 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22398         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22399         consistent values of selected_frame and selected_window.
22401 2007-09-04  Jason Rumney  <jasonr@gnu.org>
22403         * w32console.c (initialize_w32_display): Zero unused hooks.
22405 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
22407         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22408         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22410 2007-09-04  Jason Rumney  <jasonr@gnu.org>
22412         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22413         in w32console.c.  Set up input.  Remove XXX comments that have been
22414         confirmed as correct.
22416         * s/ms-w32.h (MULTI_KBOARD): Define.
22418         * w32console.c (one_and_only_w32cons): Remove.
22419         (initialize_w32_display): Take terminal argument.
22421         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22422         initialize_w32_display.
22423         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22425         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22427         * keyboard.c (discard_mouse_events): Discard it.
22428         (make_lispy_event): Translate it to a lisp event.
22429         (lispy_wheel_names): Add wheel-left and right events.
22430         (syms_of_keyboard): Enlarge wheel_syms.
22432         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22433         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22435         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22437         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22438         from WM_MOUSEHWHEEL.
22439         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22441         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22442         terminal.
22444         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22445         keyboard for the terminal.
22447 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
22449         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22450         (Vresume_tty_hook): Rename from Vresume_tty_functions.
22451         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22452         and resume-tty-function to resume-tty-hook.
22453         (Fsuspend_tty, Fresume_tty): Use new names.
22455 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
22457         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22458         if it starts with "n:".
22460 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
22462         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22464 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22466         * frame.h:
22467         * frame.c (Qterm_environment_variable): Remove.
22468         (syms_of_frame): Don't init and staticpro it.
22470         * callproc.c (getenv_internal): Remove special case for $TERM.
22472         * callproc.c (Vinitial_environment): New variable.
22473         (set_initial_environment): Initialize it.
22474         (syms_of_callproc): Declare it.
22475         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22476         TERM under which a process runs is never related to the TERM in which
22477         Emacs is running.
22479 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
22481         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22482         * s/darwin.h: ... do it here.
22484 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22486         * lisp.h (set_initial_environment): Rename from set_global_environment.
22488         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22489         removed by mistake on the multi-tty branch.
22491         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22492         (Fmodify_frame_parameters): Return a value.
22494         * image.c (png_load): Comment-out var only used in commented-out code.
22496         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22497         before passing it to mark_object.
22499         * xfaces.c (internal_resolve_face_name): Return a value.
22500         (internal_resolve_face_name, resolve_face_name_error): Comment out.
22502         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22503         (x_icon): Comment-out var only used in commented-out code.
22505 2007-08-29  Romain Francoise  <romain@orebokech.com>
22507         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22508         QUIT hasn't been provided.
22510 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
22512         * callproc.c (child_setup, getenv_internal): Use the
22513         display-environment-variable and term-environment-variable frame params.
22514         (set_initial_environment): Initialise Vprocess_environment.
22516         * config.in: Disable multi-keyboard support on a mac.
22518         * frame.c (Qterm_environment_variable)
22519         (Qdisplay_environment_variable): New variables.
22520         (syms_of_frame): Intern and staticpro them.
22521         (Fmake_terminal_frame): Disable output method test.
22523         * frame.h: Declare them here.
22525         * macfns.c (x_set_mouse_color): Get rif from the frame.
22526         (x_set_tool_bar_lines): Don't use updating_frame.
22527         (mac_window): Add 2 new parameters for consistency with other systems.
22528         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
22529         frame parameters following what is done in X11 and w32.  Don't use
22530         FRAME_MAC_DISPLAY_INFO.
22531         (Fx_open_connection, start_hourglass): Remove window-system check.
22532         (x_create_tip_frame): Get the keyboard from the terminal.
22534         * macmenu.c: Reorder includes.
22535         (Fx_popup_menu): Use terminal specific mouse_position_hook.
22537         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22538         terminal parameter.
22539         (x_clear_frame): Add a frame parameter.
22540         (note_mouse_movement): Get rif from the frame.
22541         (mac_term_init): Initialize the terminal.
22542         (mac_initialize): Make static and move terminal initialization ...
22543         (mac_create_terminal): ... to this new function.
22545         * macterm.h (struct mac_display_info): Add terminal.
22546         (mac_initialize): Delete declaration.
22548         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22550         * sysdep.c: Comment out text after #endif.
22552         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22553         is defined.  Better initialize ttys in windows.  Use terminal
22554         specific mouse_position_hook.
22556         * termhooks.h (union display_info): Add mac_display_info.
22558         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22559         Set the default minibuffer frame, window_system and the rest of the
22560         frame parameters following what is done in X11.
22562         * w32term.c (w32_initialize): Make static.
22564         * xselect.c (x_handle_selection_clear): Only access
22565         terminal->kboard when MULTI_KBOARD is defined.
22567         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22568         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22570 2007-08-29  Jason Rumney  <jasonr@gnu.org>
22572         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22573         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22575         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22576         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22578         * keyboard.c (restore_kboard_configuration): Only define when
22579         MULTI_KBOARD defined.
22581         * makefile.w32-in: Update dependancies from Makefile.in.
22582         (OBJ1): Add terminal.$(O)
22584         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22585         Don't define function body.
22586         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22588         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22590         * w32.c (request_sigio, unrequest_sigio): Remove.
22592         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22593         (w32con_clear_frame, w32con_clear_end_of_line)
22594         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22595         (w32con_delete_glyphs, w32con_set_terminal_window)
22596         (scroll_line, w32_sys_ring_bell): Add frame arg.
22597         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22598         Add terminal arg.
22599         (PICK_FRAME): Remove.
22600         (w32con_write_glyphs): Use frame specific terminal coding.
22601         (one_and_only_w32cons): New global variable.
22602         (initialize_w32_display): Use it for storing hooks.
22603         (create_w32cons_output): New function.
22605         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22606         arg a frame.
22608         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22609         Set window_system.
22610         (x_set_tool_bar_lines): Don't use updating_frame.
22611         (Fx_create_frame): Set terminal and ref count.
22612         (Fx_open_connection): Remove window-system check.
22614         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22616         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22617         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22618         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22619         Add frame arg.
22620         (x_delete_terminal, w32_create_terminal): New functions.
22621         (w32_term_init): Create a terminal.
22622         (w32_initialize): Move terminal specific initialization to
22623         w32_create_terminal.
22625         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22626         (w32_clear_rect, w32_clear_area): Use background from frame.
22627         (w32_display_info): Add terminal.
22628         (w32_sys_ring_bell, x_delete_display): Declare here.
22630         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22632         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22634 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
22636         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22637         Fix get_named_tty calls for the controlling tty.
22639 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22641         * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
22643 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
22645         * term.c (tty_insert_glyphs): Add missing first parameter.
22647 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
22649         * buffer.c (Fbuffer_list, Fbury_buffer):
22650         Take frame->buried_buffer_list into account.
22652         * cm.c (current_tty): New variable, for cmputc().
22653         (cmputc): Use it.
22654         (cmcheckmagic): Add tty parameter, look up terminal streams there.
22655         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
22656         (cmgoto): Add tty parameter.  Pass it on to calccost().
22657         Use emacs_tputs() instead of tputs().
22659         * cm.h (emacs_tputs): New macro to set current_tty, and then call
22660         tputs().
22661         (current_tty): New variable, for cmputc().
22662         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22664         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22665         (internal_condition_case, internal_condition_case_1)
22666         (internal_condition_case_2): Don't abort when x_catching_errors.
22668         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22669         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
22670         prevent crashes caused by bogus longjmps in read_char.
22672         * keymap.h (Fset_keymap_parent): Add EXFUN.
22674         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22675         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22676         Remove redundant definition.
22678         * macfns.c (x_set_mouse_color, x_make_gc):
22679         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22681         * w32term.c (x_free_frame_resources):
22682         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22683         (w32_initialize): Use the accessor macros for terminal characteristics.
22685         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22686         Use the accessor macros for terminal characteristics.
22687         * msdos.c (internal_terminal_init): Use the accessor macros for
22688         terminal characteristics.
22689         (ScreenVisualBell, internal_terminal_init):
22690         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22692         * termopts.h (no_redraw_on_reenter): Declare.
22694         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22695         (mark_terminals, mark_ttys): Declare.
22696         (Fgarbage_collect): Call them.
22697         (mark_object): Mark buried_buffer_list.
22699         * prefix-args.c: Include stdlib.h for exit.
22701         * syssignal.h: Add comment.
22703         * indent.c: Include stdio.h.
22705         * window.h (Vinitial_window_system): Declare.
22706         (Vwindow_system): Delete declaration.
22708         * fontset.c (Finternal_char_font): Use FRAME_RIF.
22710         * image.c (lookup_image): Don't initialize `c' until the xasserts
22711         have been run.
22713         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22714         FRAME_FOREGROUND_PIXEL.
22716         * print.c (print_preprocess): Don't lose print_depth levels while
22717         iterating.
22719         * widget.c (update_from_various_frame_slots):
22720         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22722         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22723         frames.
22724         (window_internal_height): Remove bogus make_number call.
22725         (init_window_once): Call make_terminal_frame with two zero parameters.
22727         * fileio.c (Fread_file_name): Update comment.
22729         * callint.c (Fcall_interactively):
22730         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22731         Make sure it is correctly unwound.
22733         * xsmfns.c (x_session_close): New function.
22735         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22736         Delete declarations.
22738         * xterm.h: Remove declaration for x_fully_uncatch_errors.
22739         (x_output): Remove background_pixel and foreground_pixel fields.
22740         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
22741         (x_delete_device, x_session_close): Declare.
22743         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
22744         (read_filtered_event): Call `read_char' with a local
22745         `wrong_kboard_jmpbuf'.
22747         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22748         Don't call single_kboard_state.  Use FRAME_RIF.
22750         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22751         systems.
22753         * lisp.h (set_process_environment): Rename to `set_global_environment'.
22754         (Fframe_with_environment, Fset_input_meta_mode)
22755         (Fset_quit_char): EXFUN.
22756         (x_create_device, tty_output, terminal, tty_display_info): Declare.
22757         (init_sys_modes, reset_sys_modes): Update prototypes.
22758         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22760         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22761         Vlocal_key_translation_map, and Vkeyboard_translate_table.
22762         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22763         Delete declarations.
22764         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22765         (temporarily_switch_to_single_kboard, tty_read_avail_input):
22766         New declarations.
22768         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22769         already does that during init_display().  Call syms_of_keymap
22770         before syms_of_keyboard.  Call `syms_of_terminal'.
22771         Call set_initial_environment, not set_process_environment.
22772         (shut_down_emacs): Call reset_all_sys_modes() instead of
22773         reset_sys_modes().
22775         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22776         (internal_resolve_face_name, resolve_face_name_error): New functions.
22777         (resolve_face_name): Protect against loops and errors thrown by Fget.
22778         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22779         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22781         * scroll.c: Replace CURTTY() with local variables throughout the
22782         file (where applicable).
22783         (calculate_scrolling, calculate_direct_scrolling)
22784         (scrolling_1, scroll_cost): Use the accessor macros for terminal
22785         characteristics.
22787         * keymap.c (Vfunction_key_map): Remove.
22788         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22789         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22790         (Vkey_translation_map): Remove.
22791         (syms_of_keymap): Remove DEFVAR for key-translation-map.
22792         (Fdescribe_buffer_bindings)
22793         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22794         Update for terminal-local key-translation-map.
22796         * Makefile.in (callproc.o): Update dependencies.
22797         (lisp, shortlisp): Add termdev.elc.
22798         (obj): Add terminal.o.
22799         (terminal.o): Add dependencies.
22800         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22801         (data.o, fns.o): Add termhooks.h dependency.
22802         (SOME_MACHINE_LISP): Add dnd.elc.
22803         (minibuf.o): Fix typo.
22804         Update dependencies.
22806         * data.c (do_symval_forwarding, store_symval_forwarding)
22807         (find_symbol_value): Use the selected frame's keyboard, not
22808         current_kboard.
22810         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22811         Vwindow_system.
22813         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22814         Fmenu_bar_open.
22815         (syms_of_xmenu): Update defsubr.
22816         (mouse_position_for_popup, Fx_popup_menu)
22817         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22818         (set_frame_menubar, free_frame_menubar)
22819         (create_and_show_popup_menu, xmenu_show)
22820         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22821         an X frame.
22823         * xselect.c (x_own_selection): Abort if not an X frame.
22824         (some_frame_on_display): Check if it is an X frame.
22825         (x_handle_selection_clear): Deal with MULTI_KBOARD.
22827         * coding.c: Include frame.h and termhooks.h.
22828         (terminal_coding, keyboard_coding): Delete.
22829         (Fset_terminal_coding_system_internal)
22830         (Fset_keyboard_coding_system_internal)
22831         (Fkeyboard_coding_system)
22832         (Fterminal_coding_system): Add a terminal parameter.
22833         Get terminal_coding from the terminal.
22834         (init_coding_once): Don't call setup_coding_system here.
22836         * dispextern.h (set_scroll_region, turn_off_insert)
22837         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
22838         (tty_clear_end_of_line, tty_setup_colors)
22839         (delete_tty, updating_frame)
22840         (produce_special_glyphs, produce_glyphs, write_glyphs)
22841         (insert_glyphs): Remove.
22842         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
22843         (tty_turn_off_highlight, get_tty_size): Add declaration.
22844         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
22846         * frame.h (enum output_method): Add output_initial.
22847         (struct x_output): Delete.
22848         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22849         Access foreground_pixel and background_pixel directly from the frame.
22850         (tty_display): Delete.
22851         (struct frame): Add buried_buffer_list, foreground_pixel,
22852         background_pixel and terminal.  Delete kboard.
22853         (union output_data): Add tty.
22854         (FRAME_KBOARD): Get the kboard from the terminal.
22855         (FRAME_INITIAL_P): New macro.
22856         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
22857         (Qterm_environment_variable, Qdisplay_environment_variable)
22858         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
22859         New declarations.
22861         * termchar.h (tty_output, tty_display_info): New structures.
22862         (tty_list): Declare.
22863         (FRAME_TTY, CURTTY): New macros.
22864         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
22865         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
22866         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
22867         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
22869         * callproc.c: Include frame.h and termhooks.h, for terminal
22870         parameters.
22871         (add_env): New function.
22872         (child_setup): Use it.
22873         (child_setup, getenv_internal): Handle the new Vprocess_environment.
22874         (getenv_internal): Fix get_terminal_param call.
22875         (Fgetenv_internal, egetenv): Update doc.
22876         (syms_of_callproc): Initialize Vprocess_environment to nil.
22877         Register and initialize them.  Remove obsolete defvars.  Update doc
22878         strings.
22879         (child_setup): Handle Vlocal_environment_variables.
22880         (getenv_internal): Add terminal parameter.
22881         Handle Vlocal_environment_variables.
22882         (Fgetenv_internal): Add terminal parameter.
22883         (child_setup, getenv_internal, Fgetenv_internal): Store the local
22884         environment in a frame (not terminal) parameter.  Update doc strings.
22885         (set_initial_environment): Rename from set_global_environment.
22886         Store Emacs environment in initial frame parameter.
22888         * xdisp.c (redisplay_internal): Update references to
22889         `previous_terminal_frame'.
22890         (display_mode_line, Fformat_mode_line): Replace calls to
22891         `push_frame_kboard' with `push_kboard'.
22892         (get_glyph_string_clip_rects): Add extra parentheses and
22893         braces to prevent compiler warnings.
22894         (calc_pixel_width_or_height): Add xassert to check that the
22895         frame is alive.  Don't call `lookup_image' on a termcap frame.
22896         (message2_nolog, message3_nolog, redisplay_internal)
22897         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
22898         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
22899         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
22900         (Fx_display_pixel_width, Fx_display_pixel_height)
22901         (Fx_display_planes, Fx_display_color_cells)
22902         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
22903         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
22904         (Fx_display_backing_store, Fx_display_visual_class)
22905         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
22906         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
22908         * xfns.c (x_set_foreground_color x_set_background_color)
22909         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
22910         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22911         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
22912         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
22913         terminal that is being deleted.
22914         (Fx_create_frame): Use `store_frame_param' to set `window-system'
22915         frame parameter, and make sure it overrides any user-supplied setting.
22916         (Fx_close_connection, Fx_synchronize): Unify argument names with
22917         the rest of the DEFUNs.
22919         * dispnew.c (Fsend_string_to_terminal): Update call to
22920         `get_tty_terminal'.
22921         (Fredraw_frame, Fsend_string_to_terminal)
22922         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22923         FRAME_TERMCAP_P and FRAME_TTY.
22924         (window_change_signal): Don't believe width/height values that are
22925         impossibly small.
22926         (Vinitial_window_system): Rename from Vwindow_system.
22927         (termscript, Wcm, rif): Delete.
22929         * termhooks.h (struct terminal): New struct containing the
22930         previously global text display hooks and new members NAME,
22931         DELETED and PARAM_ALIST.
22932         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22933         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22934         (FRAME_RIF): New macros.
22935         (get_terminal_param, get_device): New declarations.
22936         (termscript): Delete declaration.
22938         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22939         (XTflash, x_free_frame_resources, x_scroll_bar_create)
22940         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22941         FRAME_FOREGROUND_PIXEL.
22942         (x_fully_uncatch_errors): Disable definition.
22943         (x_scroll_bar_expose): Fix reference to foreground pixel.
22944         (XTread_socket): Disable loop on all X displays.
22945         (x_delete_terminal): Don't set terminal->deleted and let
22946         delete_terminal delete the frames on the terminal.
22947         (x_delete_display): Doc update to reflect changes in
22948         delete_terminal.
22949         (x_display_info) <terminal>: Move member earlier in the struct.
22950         (deleting_tty): Remove old variable.
22951         (Fsuspend_tty): Call clear_tty_hooks.
22952         (Fresume_tty, init_tty): Call set_tty_hooks.
22953         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22954         errors on X frames.
22955         (x_catch_errors_unwind): Abort if x_error_message is NULL.
22956         (handle_one_xevent): Initialize `f' to NULL.
22957         (x_delete_terminal, x_create_terminal): New functions.
22958         (XTset_terminal_modes, XTreset_terminal_modes)
22959         (XTread_socket, x_connection_closed, x_term_init)
22960         (x_term_init, x_delete_display): Add terminal parameter.
22961         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22962         X connections.
22964         * frame.c: Include termchar.h.
22965         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22966         (Qwindow_system, Qenvironment, Qterm_environment_variable)
22967         (Qdisplay_environment_variable): New vars.
22968         (Fframep): Deal with output_initial.
22969         (Fframe-live-p): Doc fix.
22970         (Fwindow-system): New function.
22971         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22972         (make_terminal_frame): Don't create frames on a terminal that is
22973         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22974         (store_frame_param): Check for found_for_frame before calling XFRAME.
22975         (Fmake_terminal_frame): Handle NULL tty names correctly.
22976         (syms_of_frame): Enhance doc string of `default-frame-alist'.
22977         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
22978         frames to refer to a deleted frame in their 'environment parameter.
22979         (Fframe_with_environment): New function.
22980         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
22981         (get_future_frame_param): New function.
22982         (Fmake_terminal_frame): Use it.
22983         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
22985         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
22986         * sysdep.c (reset_sys_modes): Update for renames.
22988         * keyboard.c (tty_read_avail_input): New function.
22989         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
22990         (syms_of_keyboard): Defsubr them.
22991         (Fset_input_meta_mode, Fset_quit_char): New functions.
22992         (Fset_input_mode): Split to above functions.
22993         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
22994         parameter.  Use it in call to `read_char'.
22995         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
22996         Set wrong_kboard_jmpbuf correctly in recursive calls.
22997         Use current_kboard to access Vkeyboard_translate_table.
22998         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
22999         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23000         Update longjmp invocations.  Remember the original current_kboard,
23001         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23002         changes it.  Comment out unnecessary calls to
23003         `record_single_kboard_state' and `any_kboard_state'.
23004         Update recursive calls.
23005         (wrong_kboard_jmpbuf): Remove global variable.
23006         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23007         Handle deleted interrupted_kboards correctly; that is a legal
23008         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
23009         and read_char calls.  Abort if interrupted_kboard died in read_char.
23010         (any_kboard_state, single_kboard_state)
23011         (push_frame_kboard): Remove function.
23012         (pop_kboard): Switch out of single_kboard mode if the kboard has
23013         been deleted.  Remove unused variable.  Help debugging by not
23014         changing current_kboard unnecessarily.  Set current_kboard to the
23015         kboard of the selected frame when the stored kboard object has
23016         been deleted before pop_kboard.
23017         (temporarily_switch_to_single_kboard): Change first parameter to a
23018         frame pointer.  Throw an error when caller wants to change kboards
23019         while in single_kboard mode.  Don't push_kboard if we weren't in
23020         single kboard state.  Don't pop_kboard if we popped into any
23021         kboard state.
23022         (restore_kboard_configuration): Abort if pop_kboard changed the
23023         kboard in single_kboard mode.  Call pop_kboard only after setting
23024         up single_kboard mode.
23025         (Frecursive_edit): Switch to single_kboard mode only in nested
23026         command loops.
23027         (cmd_error, command_loop, command_loop_1, timer_check):
23028         Comment out unnecessary call to `any_kboard_state' and
23029         `record_single_kboard_state'.
23030         (delete_kboard): Exit single_kboard mode if we have just deleted
23031         that kboard.  Use FRAME_KBOARD.
23032         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23033         `fatal_error_signal'.
23034         (record_single_kboard_state): Don't push_kboard if we weren't in
23035         single kboard state.  Don't pop_kboard if we popped into any
23036         kboard state.
23037         (push_frame_kboard): Rename to push_kboard.
23038         (kbd_buffer_get_event): Use FRAME_TERMINAL.
23039         (read_avail_input): Read input from all terminals.
23040         (mark_kboards): Also mark Vkeyboard_translate_table.
23041         (kbd_buffer_store_event_hold): Simplify condition.
23042         (read_key_sequence): Reinitialize fkey and keytran at each replay.
23043         (Vkeyboard_translate_table): Move to struct kboard.
23044         (init_kboard): Initialize Vkeyboard_translate_table.
23045         (syms_of_keyboard): Use DEFVAR_KBOARD to define
23046         Vkeyboard_translate_table.  Update doc strings.  Update docs of
23047         local-function-key-map and function-key-map.
23049         * terminal.c: New file.
23051         * term.c: Include errno.h.
23052         (Vring_bell_function, device_list, initial_device)
23053         (next_device_id, ring_bell, update_begin, update_end)
23054         (set_terminal_window, cursor_to, raw_cursor_to)
23055         (clear_to_end, clear_frame, clear_end_of_line)
23056         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23057         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23058         (syms_of_term): Move their initialization to terminal.c.
23059         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23060         (Ftty_display_color_cells)
23061         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23062         (clear_tty_hooks, set_tty_hooks)
23063         (init_tty, maybe_fatal): New functions.
23064         (Ftty_type): Return nil if terminal is not on a tty instead of
23065         throwing an error.  Doc update.
23066         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23067         Doc update.  Initialize new subrs and variables.
23068         (delete_tty): Use terminal->deleted.
23069         (tty_set_terminal_modes): Rename from set_terminal_modes.
23070         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23071         (set_scroll_region): Rename to `tty_set_scroll_region'.
23072         (turn_on_insert): Rename to `tty_turn_on_insert'.
23073         (turn_off_insert): Rename to `tty_turn_off_insert'.
23074         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23075         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23076         (toggle_highligh): Rename to `tty_toggle_highlight'.
23077         (background_highlight): Rename to `tty_background_highlight'.
23078         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23079         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23080         (tty_set_scroll_region, tty_background_highlight)
23081         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23082         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23083         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23084         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23085         Add static modifier.
23086         (tty_reset_terminal_modes, tty_set_terminal_window)
23087         (tty_set_scroll_region, tty_background_highlight)
23088         (tty_highlight_if_desired, tty_cursor_to)
23089         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23090         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23091         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23092         renames.
23094 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
23096         * keyboard.c: Qrtl is new.
23097         (parse_tool_bar_item): Handle :rtl keyword.
23098         (syms_of_keyboard): Intern :rtl keyword.
23100         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23102         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23103         so no Lisp code is executed.
23104         (file_for_image, find_rtl_image): New functions.
23105         (xg_get_image_for_pixmap): Use file_for_image.
23106         (update_frame_tool_bar): If direction is RTL, use RTL image if
23107         defined.  Use Gtk stock images if defined.
23109 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23111         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23112         for nonexistent or zero-width glyph in composition glyph.
23114 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23116         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23118         * xdisp.c (Finvisible_p): New function.
23119         (syms_of_xdisp): defsubr it.
23121 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
23123         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23124         Doc fixes.
23126 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23128         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23130 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
23132         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23133         whether decoding has modified buffer contents.
23135 2007-08-24  Jason Rumney  <jasonr@gnu.org>
23137         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23138         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23139         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23140         (init_svg_functions) [HAVE_NTGUI]: New function.
23141         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23142         (svg_load_image): Use them.
23143         (svg_load_image) [HAVE_NTGUI]: Implement background.
23145 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23147         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23148         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23149         (LIBX): Remove @RSVG_LIBS@.
23150         (LIBES): Add $(RSVG_LIBS).
23152         * image.c (svg_load_image): Blend with specified background if exists.
23153         Use IMAGE_BACKGROUND.  Add Mac OS Support.
23155         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23156         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23157         Remove macros.
23158         [MAC_OSX] (socket_callback): Do nothing.
23159         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23160         ReceiveNextEvent.
23161         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
23162         socket_callback.
23163         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23165 2007-08-22  Glenn Morris  <rgm@gnu.org>
23167         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23169 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
23171         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23173         * image.c: Add support for SVG images.  Some additional comments
23174         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
23175         (svg_image_p): New function to test for SVG image.
23176         (svg_load): New function to load SVG image.
23177         (svg_load_image): New function, helper for svg_load.
23178         (Qsvg): New Lisp_object.
23179         (svg_keyword_index): New enum.
23180         (svg_format): New static `image_keyword' struct.
23181         (svg_type): New static `image_type' struct.
23182         (librsvg/rsvg.h): Include it.
23184 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23186         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23188 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23190         * lread.c (Qold_style_backquotes): New var.
23191         (syms_of_lread): Init and staticpro it.
23192         (load_warn_old_style_backquotes): New fun.
23193         (Fload): Use them to warn about old style backquotes.
23194         (end_of_file_error, Fload): Remove unused vars.
23196         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23198         * lread.c (Vold_style_backquotes): New var.
23199         (syms_of_lread): Init and export it to Elisp.
23200         (read1): Set it when we find an old-style (back)quote.
23202 2007-08-22  Jason Rumney  <jasonr@gnu.org>
23204         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23206 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23208         * puresize.h (BASE_PURESIZE): Increase to 1140000.
23210 2007-08-19  Richard Stallman  <rms@gnu.org>
23212         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23214 2007-08-19  Andreas Schwab  <schwab@suse.de>
23216         * alloc.c (pure): Round PURESIZE up.
23218 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
23220         * xterm.c (handle_one_xevent): Remove check that mouse click is in
23221         active frame.
23223 2007-08-16  Richard Stallman  <rms@gnu.org>
23225         * eval.c (Fcommandp): Add parens to clarify.
23227         * minibuf.c (Fall_completions): Use enum for type of table.
23229         * emacs.c (USAGE2): Improve text.
23231 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
23233         * term.c (tty_default_color_capabilities): Declare static
23234         variables in file scope, to avoid HPUX compiler problem.
23236 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
23238         * gtkutil.c (update_frame_tool_bar): Use -1 as index
23239         to gtk_toolbar_insert.
23241 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23243         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23245         * insdel.c (reset_var_on_error): New fun.
23246         (signal_before_change, signal_after_change):
23247         Use it to reset (after|before)-change-functions to nil in case of error.
23248         Bind inhibit-modification-hooks to t.
23249         Don't bind (after|before)-change-functions to nil while they run.
23251 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23253         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23254         filling pixmap with stippled background.
23256 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23258         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23259         Don't use invisible frame as parent window for repositioning.
23261 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23263         * print.c (new_backquote_output): Rename from old_backquote_output.
23264         (print): Inverse its logic (according to its name) so as to match the
23265         behavior of new_backquote_flag in lread.c.
23267 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23269         * gmalloc.c (posix_memalign): New function.
23271         * macterm.c (frame_highlight, frame_unhighlight): Don't call
23272         ActivateControl/DeactivateControl here.
23273         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23274         frame-notice-user-settings is non-nil.
23275         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23276         for kEventParamFMFontStyle.
23277         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23278         mac_pass_command_to_system and mac_pass_control_to_system here.
23279         (XTread_socket): Call ActivateControl/DeactivateControl here.
23280         (XTread_socket) [TARGET_API_MAC_CARBON]:
23281         Check mac_pass_command_to_system and mac_pass_control_to_system here.
23282         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23283         for window repositioning.
23285 2007-08-08  Glenn Morris  <rgm@gnu.org>
23287         * Replace `iff' in doc-strings and comments.
23289 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
23291         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23293 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
23295         * fileio.c (Finsert_file_contents): Run format-decode and
23296         after_insert_file_functions on entire buffer when REPLACE is
23297         non-nil and inhibit modification_hooks and point_motion_hooks.
23298         For consistency, run after_insert_file_functions iff something
23299         got inserted.  Move signal_after_change and update_compositions
23300         after code running after_insert_file_functions.  Make sure that
23301         undo_list doesn't record intermediate steps of the decoding process.
23303 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23305         * emacs.c (main)
23306         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23307         Call malloc_enable_thread on interactive startup.
23309         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23310         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23311         [USE_PTHREAD]: Conditionalize with it.
23312         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23313         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23314         New functions.
23316 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
23318         * xdisp.c (redisplay_window): When restoring original buffer
23319         position, make sure it is still valid.
23321         * image.c (png_load): Ignore png-supplied background color.
23323 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23325         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23326         Use kCFAbsoluteTimeIntervalSince1970.
23328         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23329         New variable.
23330         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23331         event loop should be quit.
23332         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23333         Quit dialog event loop if quit_dialog_event_loop is set.
23335         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23336         (Selection): New typedef.  Use instead of ScrapRef.
23337         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23338         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23339         (mac_clear_selection): Rename from clear_scrap.
23340         (get_flavor_type_from_symbol): New argument SEL and subsume function of
23341         scrap_has_target_type.  All uses changed.
23342         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23343         (mac_selection_has_target_p): New functions.
23344         (mac_put_selection_value): Rename from put_scrap_string.
23345         (mac_get_selection_value): Rename from get_scrap_string.
23346         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23347         (put_scrap_private_timestamp, scrap_has_target_type)
23348         (get_scrap_private_timestamp): Remove functions.
23349         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23350         (x_own_selection, x_get_local_selection):
23351         Use mac_valid_selection_value_p.
23352         (x_own_selection): Don't use put_scrap_private_timestamp.
23353         Record OWNERSHIP-INFO into Vselection_alist instead.
23354         (x_get_local_selection): Don't check type if request is local.
23355         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23356         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23358 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
23360         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23361         add comment explaining why.
23363 2007-08-03  Richard Stallman  <rms@gnu.org>
23365         * fileio.c (Fvisited_file_modtime): Use make_time.
23367 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
23369         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23370         build.
23372 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23374         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23376 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23378         * puresize.h (BASE_PURESIZE): Increase to 1130000.
23380 2007-07-30  Richard Stallman  <rms@gnu.org>
23382         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23384 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
23386         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
23388 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
23390         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23391         remote default-directory.
23393         * buffer.c (mode-line-format): Update doc string.
23395 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23397         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23398         scroll bar gap.
23399         (x_scroll_bar_create): Set bar->fringe_extended_p.
23400         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23401         on frame edge.  Check fringe background extension.  Don't clear
23402         extended fringe background area.
23404         * w32term.h (struct scroll_bar): New member fringe_extended_p.
23405         (w32_fill_area): Enclose multiple statements with do ... while (0).
23407         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23408         Extend fringe background to scroll bar gap.
23409         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23410         Set bar->fringe_extended_p.
23411         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23412         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
23413         background extension.  Don't clear extended fringe background area.
23415         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23416         New member fringe_extended_p.
23418 2007-07-25  Glenn Morris  <rgm@gnu.org>
23420         * Relicense all FSF files to GPLv3 or later.
23422         * COPYING: Switch to GPLv3.
23424 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23426         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23428         * data.c (Finteractive_form): Check for the presence of an
23429         `interactive-form' symbol property more thoroughly.
23431         * data.c (Finteractive_form): Use an `interactive-form' property if
23432         present, analogous to the function-documentation property.
23434 2007-07-24  Jason Rumney  <jasonr@gnu.org>
23436         * w32fns.c (x_real_positions): Get real position from OS instead of
23437         calculating it.
23439 2007-07-23  Jason Rumney  <jasonr@gnu.org>
23441         * filelock.c (current_lock_owner): Allow for @ sign in username.
23443 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
23445         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23446         remote default-directory.
23448         * buffer.c (mode-line-format): Describe above case in doc string.
23450 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
23452         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23453         Define if not defined.
23455 2007-07-18  Jason Rumney  <jasonr@gnu.org>
23457         * w32proc.c (w32_executable_type): Handle 64 bit executables.
23459 2007-07-18  Richard Stallman  <rms@gnu.org>
23461         * data.c (Fsetq_default): Doc fix.
23463         * eval.c (Fsetq): Doc fix.
23465 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
23467         * coding.c (Ffind_operation_coding_system):
23468         * eval.c (For, Fand): Doc fixes.
23469         Reported by Johan Bockgård.
23471 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
23473         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23475         * xterm.h: Declare x_ewmh_activate_frame.
23477         * xterm.c (x_ewmh_activate_frame): New function.
23478         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23480 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
23482         * window.c (Fdisplay_buffer): If largest or LRU window is the
23483         only window, split it even if it is not eligible for splitting.
23484         This restores the original behavior broken by the 2007-07-15
23485         change.
23487 2007-07-17  Glenn Morris  <rgm@gnu.org>
23489         * abbrev.c (abbrev_check_chars): New function.
23490         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23491         Call abbrev_check_chars to check abbrev characters are word
23492         constituents.  Doc fix.
23494 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23496         * process.c (Fstart_process, Fmake_network_process)
23497         (read_process_output): Fix up last changes.
23499 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
23501         * makefile.w32-in (clean): Don't delete *~.
23503 2007-07-16  Andreas Schwab  <schwab@suse.de>
23505         * window.c (Fdisplay_buffer): Use NILP.
23506         (Fset_window_scroll_bars): Likewise.
23508 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
23510         * window.c (window_min_size_2): New function.
23511         (window_min_size_1, size_window, Fdisplay_buffer)
23512         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23513         windows without mode- or header-lines when window-min-height is
23514         too small.
23515         (size_window): Reset nodelete_p after testing it, following an
23516         earlier note by Kim F. Storm.
23517         (display_buffer): Do not set split_height_threshold to twice the
23518         value of window_min_height to avoid changing the value of a
23519         customizable variable.  Rather explicitly check whether the
23520         height of the window that shall be splitted is at least as large
23521         as split_height_threshold.
23522         (Fwindow_full_width_p): New defun.
23523         (syms_of_window): Defsubr it.
23525         * window.h: Add EXFUN for Fwindow_full_width_p.
23527 2007-07-14  Jason Rumney  <jasonr@gnu.org>
23529         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23531 2007-07-14  Richard Stallman  <rms@gnu.org>
23533         * eval.c (maybe_call_debugger): New function.
23534         (find_handler_clause): Use maybe_call_debugger.
23535         Call it when the handler says `debug'.
23536         Eliminate DEBUGGER_VALUE_PTR.
23537         (Fsignal): Eliminate debugger_value.
23538         (Qdebug): New variable.
23539         (syms_of_eval): Initialize it.
23541 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
23543         * eval.c (Fprogn):
23544         * keyboard.c (Ftrack_mouse):
23545         * print.c (Fwith_output_to_temp_buffer):
23546         * window.c (Fsave_window_excursion): Doc fix.
23548 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23550         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23552 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23554         * process.h (struct Lisp_Process): Turn slots infd, outfd,
23555         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23556         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23557         read_output_delay, and read_output_skip from Lisp_Objects to ints.
23558         Remove unused encoding_carryover.
23559         * process.c: Adjust all functions accordingly.
23561 2007-07-12  Richard Stallman  <rms@gnu.org>
23563         * term.c: Include unistd.h only if HAVE_UNISTD_H.
23565 2007-07-11  Jason Rumney  <jasonr@gnu.org>
23567         * makefile.w32-in (LIBS): Include OLE32.
23569         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23570         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23572 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23574         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23575         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23576         from a Lisp_Object into a bare pointer.
23577         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23578         Adjust the code correspondingly.
23580         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23582         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23583         (term_show_mouse_face): Remove unused var `j'.
23584         (handle_one_term_event): Remove unused vars `i' and `j'.
23585         Don't cast return value of ttyname since it's not necessary.
23587 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23589         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23590         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23592         * fns.c (map_char_table): Use an array of int for `indices' rather than
23593         an array of Lisp_Objects (which are only ever integers anyway).
23594         (Fmap_char_table): Update caller.
23595         * lisp.h: Update prototype.
23596         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23597         * fontset.c (Ffontset_info):
23598         * casetab.c (set_case_table): Update callers.
23600         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23602         * keymap.c (struct accessible_keymaps_data)
23603         (struct where_is_internal_data): New structures.
23604         (accessible_keymaps_1, where_is_internal_1): Use them to change
23605         interface to adhere to the one used by map_keymap.
23606         (Faccessible_keymaps, where_is_internal): Use map_keymap.
23607         (accessible_keymaps_char_table, where_is_internal_2): Remove.
23609         * keymap.h (map_keymap_function_t): More informative prototype.
23611 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
23613         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23614         (looking_at_1): Don't change search_regs and last_thing_searched
23615         if `inhibit-changing-match-data' is non-nil.
23616         (string_match_1, search_buffer, set_search_regs): Likewise.
23617         (syms_of_search): Add Lisp level definition for
23618         `inhibit-changing-match-data' and set it to nil.
23619         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23620         start and end of the match, instead of using values in search_regs.
23622 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23624         * minibuf.c (Fcompleting_read): New value `confirm-only'
23625         for `require-match'.
23627 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23629         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23630         part of the 2007-06-27 change to syms_of_fileio.
23632 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23634         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23635         Check WINDOWP before using XWINDOW.  Consolidate return statements.
23637 2007-06-27  Richard Stallman  <rms@gnu.org>
23639         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23641 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
23643         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23645 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23647         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23648         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23649         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23650         (_free_internal, memalign): Use them.
23651         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23652         Initialize to PTHREAD_MUTEX_INITIALIZER.
23653         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23654         (morecore_nolock): Rename from morecore.  All uses changed.
23655         Use only nolock versions of internal allocation functions.
23656         (_malloc_internal_nolock, _realloc_internal_nolock)
23657         (_free_internal_nolock): New functions created from
23658         _malloc_internal, _realloc_internal, and _free_internal.
23659         (_malloc_internal, _realloc_internal, _free_internal): Use them.
23660         Copy hook value to automatic variable before its use.
23661         (memalign): Copy hook value to automatic variable before its use.
23663 2007-06-26  Kenichi Handa  <handa@m17n.org>
23665         * coding.c (Ffind_operation_coding_system): Docstring improved.
23666         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23668 2007-06-25  David Kastrup  <dak@gnu.org>
23670         * keymap.c (Fcurrent_active_maps): Add `position' argument.
23671         (Fwhere_is_internal): Adjust call to `current-active-maps' to
23672         cater for additional parameter.
23674         * keymap.h: Adjust number of parameters to `current-active-maps'.
23676         * doc.c (Fsubstitute_command_keys): Adjust call of
23677         `current-active-maps'.
23679 2007-06-25  David Kastrup  <dak@gnu.org>
23681         * callint.c (Fcall_interactively): Make the parsing of interactive
23682         specs somewhat more readable.
23684 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23686         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23687         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
23688         if extended background has already been filled.
23690 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23692         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23693         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23695         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23696         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23697         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23698         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23699         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23700         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
23701         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23702         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23703         Run timers during dialog popup.
23704         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23706 2007-06-21  Jason Rumney  <jasonr@gnu.org>
23708         * image.c (convert_mono_to_color_image): Swap fore and background.
23710 2007-06-20  Jason Rumney  <jasonr@gnu.org>
23712         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23713         (w32_free_bdf_font): Unmap memory not handle.
23715 2007-06-20  Sam Steingold  <sds@gnu.org>
23717         * gmalloc.c (__morecore): Fix the declaration to comply with the
23718         definition.
23720 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
23722         * w32term.c (w32_delete_display): Remove leftover declaration.
23723         (w32_define_cursor, w32_initialize): Make static.
23725         * w32.c (_wsa_errlist): Fix typo in error message.
23726         (init_environment): Ignore any environment variable from the
23727         registry having a null value.
23729 2007-06-20  Glenn Morris  <rgm@gnu.org>
23731         * Makefile.in (LIBGIF): Default to -lgif.
23733 2007-06-17  Jason Rumney  <jasonr@gnu.org>
23735         * w32menu.c (add_menu_item): Don't use multibyte string functions on
23736         unicode strings.
23738 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
23740         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23741         Fix typo in docstring.
23743 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
23745         * w32menu.c (add_menu_item): Escape `&' characters in menu items
23746         and their keybindings.
23748 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
23750         * composite.c (update_compositions): Fix last fix.
23752 2007-06-14  Jason Rumney  <jasonr@gnu.org>
23754         * w32.c (get_process_times_fn): New function pointer.
23755         (globals_of_w32): Intialize it if present in kernel32.dll.
23756         (w32_get_internal_run_time): New function.
23758         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23760 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
23762         * composite.c (update_compositions): Check the validness of
23763         compositions.
23765 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23767         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23768         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23770         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23771         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23773         * macgui.h (USE_MAC_TOOLBAR): New define.
23775         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23776         Return immediately unless popup is activated.
23778         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23779         background to scroll bar gap.
23780         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23781         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23782         scroll bars on frame edge.  Check fringe background extension.
23783         Don't clear extended fringe background area.
23784         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23785         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23786         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23787         [USE_MAC_TOOLBAR]: New macros.
23788         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23789         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23790         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23791         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23792         [USE_MAC_TOOLBAR]: New functions.
23793         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23794         manually if previous repositioning has failed.
23795         (mac_handle_keyboard_event): Use precomputed event kind.
23796         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23797         as tool bar item click.  Handle mouse movement over tool bar items.
23799         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23800         toolbar_win_gravity.
23801         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23802         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23803         Add externs.
23805         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23806         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23808 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
23810         * image.c (search_image_cache): Remove unused variable.
23812 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
23814         * xfns.c, xmenu.c: Link to xaw3d if available.
23816 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23818         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23819         frame_foreground and frame_background.
23821         * image.c (lookup_image): Save frame foreground and background colors.
23822         (search_image_cache): Check if saved and current frame colors match.
23824 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23826         * regex.c (regex_compile): Remove the `regnum' counter.
23827         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
23829 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23831         * term.c: Include intervals.h to declare Fget_text_property.
23833 2007-06-10  Jason Rumney  <jasonr@gnu.org>
23835         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
23837 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
23839         * callint.c (Fcall_interactively):
23840         * editfns.c (Fdelete_and_extract_region):
23841         * fileio.c (Fread_file_name):
23842         * fns.c (Fmapconcat):
23843         * keyboard.c (cmd_error_internal):
23844         * keymap.c (Fkey_description):
23845         * lread.c (openp):
23846         * minibuf.c (read_minibuf):
23847         * search.c (wordify):
23848         * sunfns.c (sel_read):
23849         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
23850         * xfns.c (x_default_scroll_bar_color_parameter):
23851         * xmenu.c (menu_help_callback):
23852         * xselect.c (Fx_get_atom_name):
23853         * xterm.c (x_term_init): Use empty_unibyte_string.
23855 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
23857         * alloc.c (init_strings): Initialize canonical empty strings.
23858         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
23859         canonical empty string when the requested size is 0.
23861         * emacs.c (empty_unibyte_string): Rename from empty_string.
23862         (empty_multibyte_string): New canonical empty string.
23863         (syms_of_emacs): Don't initialize empty_string.
23865         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
23866         string, if appropriate.
23867         (empty_unibyte_string, empty_multibyte_string): New externs.
23868         (empty_string): Remove extern.
23870         * lread.c (syms_of_lread): Use empty_unibyte_string.
23872 2007-06-07  Jason Rumney  <jasonr@gnu.org>
23874         * s/ms-w32.h: Don't define HAVE_TZNAME.
23876         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
23878 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23880         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
23882         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
23883         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
23885         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23886         Don't call next handler.
23887         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
23888         Remove argument.  Install handler to application.
23889         (set_frame_menubar): Don't change deep_p.
23890         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
23891         FRAME_OUTER_TO_INNER_DIFF_Y.
23892         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
23893         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
23894         [HAVE_DIALOGS]: New macros.
23895         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
23896         Use them.
23897         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
23899         * macselect.c [MAC_OSX] (install_service_handler): Rename from
23900         init_service_handler.  All callers changed.  Return OSStatus value.
23902         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
23903         All callers changed so as not to call SetPortWindowPort.
23904         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
23905         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
23906         mac_draw_string_common.
23907         (mac_draw_image_string_qd): Likewise.
23908         (mac_draw_string_common): Use them.  Add INLINE.
23909         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
23910         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
23911         GetGlobalMouse.
23912         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
23913         and FRAME_OUTER_TO_INNER_DIFF_Y.
23914         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
23915         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
23916         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23917         repositioning window to mac_handle_window_event.
23918         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23919         saving window location to mac_handle_window_event
23920         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23921         (install_menu_target_item_handler): Remove argument in extern.
23922         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23923         Also accept command events.
23924         (do_keystroke): New function created from XTread_socket.
23925         (init_command_handler): Remove functions.
23926         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23927         and save window location by kEventWindowShowing and kEventWindowHiding
23928         handlers here.  Don't call next handler for window state change and
23929         focus events.
23930         (mac_handle_application_event, mac_handle_keyboard_event)
23931         [TARGET_API_MAC_CARBON]: New functions.
23932         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23933         kEventWindowShowing and kEventWindowHiding events.  Move installation
23934         of mouse, font, text input and menu target item handlers to
23935         install_application_handler.
23936         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23937         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23938         New function.
23939         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23940         Register it.
23941         (XTread_socket) [TARGET_API_MAC_CARBON]:
23942         Consolidate SendEventToEventTarget calls.
23943         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23944         Move application activation handler to mac_handle_application_event.
23945         Move keyboard handler to mac_handle_keyboard_event.
23946         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23947         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23948         init_command_handler.  Call install_application_handler.
23950         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23951         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23953 2007-06-07  Glenn Morris  <rgm@gnu.org>
23955         * emacs.c (main): Use `emacs-copyright' in --version output.
23957 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
23959         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23961 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23963         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23965         * macgui.h: Replace WindowPtr with WindowRef.
23967         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23968         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
23969         Replace ControlHandle with ControlRef.
23970         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23972         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23973         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
23974         Replace ControlHandle with ControlRef.
23975         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
23976         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23978         * macterm.h (struct scroll_bar): Rename member control_handle_low
23979         and control_handle_high to control_ref_low and control_ref_high.
23980         All uses changed.
23981         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
23982         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
23983         respectively.  All uses changed.
23984         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
23985         (install_window_handler, remove_window_handler): Replace WindowPtr
23986         with WindowRef in externs.
23988 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
23990         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
23992 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
23994         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
23996         * frame.c (Fmouse_position, Fmouse_pixel_position):
23997         Condition on HAVE_GPM too.
23999         * term.c (term_mouse_highlight): Remove unused variables.
24000         (Fterm_open_connection): Set gpm_zerobased to 1.
24001         (term_mouse_movement, term_mouse_click, handle_one_term_event):
24002         Use zero based co-ordinates.
24003         (handle_one_term_event): Report a drag as mouse movement too.
24005         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24007 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
24009         * image.c (search_image_cache): New function.  Require background
24010         color match if background color is unspecified in the image spec.
24011         (uncache_image, lookup_image): Use it.
24013 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
24015         * window.c (Fshrink_window): Reflow docstring.
24017 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
24019         * Version 22.1 released.
24021 2007-06-01  Richard Stallman  <rms@gnu.org>
24023         * xfns.c (x_encode_text): Add GCPRO.
24025 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24027         * xfns.c (x_set_name_internal): Save encoded name before
24028         x_encode_text in case string data is relocated.
24030 2007-05-31  Richard Stallman  <rms@gnu.org>
24032         * buffer.c (syms_of_buffer): Doc fix.
24034 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
24036         * sysdep.c (init_sys_modes): Add rather than replace with
24037         O_NONBLOCK.
24039         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24040         term_mouse_moveto.
24042         * termhooks.h (term_mouse_moveto): New extern.
24044         * term.c (mouse_face_window): Rename...
24045         (Qmouse_face_window): ...to this.
24046         (term_show_mouse_face, term_clear_mouse_face)
24047         (term_mouse_highlight): Use Qmouse_face_window.
24048         (term_mouse_moveto): New function.
24049         (term_mouse_position): Make it work.
24050         (syms_of_term): Uncomment assignment to mouse_position_hook.
24051         Staticpro Qmouse_face_window.
24053 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24055         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24056         around current_column call.
24058 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
24060         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24061         * xdisp.c (next_element_from_buffer):
24062         * window.c (delete_window):
24063         * term.c (term_mouse_highlight):
24064         * msdos.c (getdefdir):
24065         * macterm.c (mac_create_bitmap_from_bitmap_data)
24066         (init_font_name_table):
24067         * fns.c (Fsxhash):
24068         * data.c (Fmake_local_variable):
24069         * ccl.c (ccl_driver): Likewise.
24071 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24073         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24074         Call mac_wakeup_from_rne on window size change.
24076 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
24078         * image.c (uncache_image): Fix typo.
24080 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
24082         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24084 2007-05-22  Richard Stallman  <rms@gnu.org>
24086         * xterm.c (x_connection_closed): Remove NO_RETURN.
24088 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
24090         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24092 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
24094         * image.c (uncache_image): New function.
24095         (Fimage_refresh): New function.
24097 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
24099         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24101 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
24103         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24104         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24106 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
24108         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24109         conditional on [HAVE_GPM_H].
24111 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24113         * syntax.c (skip_chars): Update syntax-table only after we checked that
24114         the new location is valid.
24116 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24118         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24119         mac_get_window_bounds.
24121 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
24123         * Makefile.in (LIBGPM): Allow it to be set from configure.
24124         If set then link Emacs with it.
24126         * config.in: Regenerate.
24128         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24129         New externs.
24131         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24132         Include gpm.h.
24133         (handle_one_term_event, term_gpm): New externs.
24135         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24136         and allow it to be interrupted by SIGIO.
24138         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24139         (wait_reading_process_output): Wait on gpm_fd too.
24140         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24141         (add_gpm_wait_descriptor_called_flag): New variable.
24142         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24144         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24145         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24146         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24147         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24148         (make_lispy_event): Add case GPM_CLICK_EVENT.
24149         (read_avail_input): Handle mouse input.
24151         * term.c (write_glyphs_with_face): New function.
24152         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24153         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24154         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24155         (mouse_face_face_id, term_gpm, pos_x, pos_y)
24156         (last_mouse_x, last_mouse_y): New variables.
24157         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24158         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24159         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24160         (Fterm_close_connection): New functions.
24161         (term_init): Initialise mouse_face_window.
24163 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
24165         * xdisp.c (redisplay_window): If first window line is a
24166         continuation line, recompute the new window start instead of
24167         recentering.
24169 2007-05-18  Glenn Morris  <rgm@gnu.org>
24171         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24172         Suggested by Alfred M. Szmidt <ams@gnu.org>.
24174 2007-05-17  Glenn Morris  <rgm@gnu.org>
24176         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24178 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24180         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24181         dead key repeat and up events.
24183 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
24185         * image.c (pbm_load): Check image size for monochrome pbm.
24187 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
24189         * xterm.c (XTread_socket): Revert last change.
24191 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
24193         * image.c (pbm_load): Correctly check image size for greyscale pbm.
24195         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24197 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24199         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24200         mixup (YAILOM).
24202 2007-05-07  Andreas Schwab  <schwab@suse.de>
24204         * keymap.c (Flookup_key): Fix typo in last change.
24206 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24208         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24209         mapping for unibyte strings.
24211 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24213         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24214         (Fx_popup_dialog) [MAC_OSX]: Likewise.
24216 2007-04-29  Richard Stallman  <rms@gnu.org>
24218         * insdel.c (replace_range): For undo, record insertion first.
24220 2007-04-29  Andreas Schwab  <schwab@suse.de>
24222         * lisp.h (VECSIZE): Use OFFSETOF.
24224 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24226         * xdisp.c (try_window_reusing_current_matrix): Fix number of
24227         disabled lines.
24229 2007-04-28  Richard Stallman  <rms@gnu.org>
24231         * lread.c (read_escape): In a string, \s is always space.
24233 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
24235         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24237         * gtkutil.c (xg_update_menubar, create_menus): Create empty
24238         submenu for menu bar items.
24240 See ChangeLog.10 for earlier changes.
24242 ;; Local Variables:
24243 ;; coding: utf-8
24244 ;; add-log-time-zone-rule: t
24245 ;; End:
24247     Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
24249   This file is part of GNU Emacs.
24251   GNU Emacs is free software: you can redistribute it and/or modify
24252   it under the terms of the GNU General Public License as published by
24253   the Free Software Foundation, either version 3 of the License, or
24254   (at your option) any later version.
24256   GNU Emacs is distributed in the hope that it will be useful,
24257   but WITHOUT ANY WARRANTY; without even the implied warranty of
24258   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24259   GNU General Public License for more details.
24261   You should have received a copy of the GNU General Public License
24262   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24264 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40