* dbusbind.c (Fdbus_call_method): Unbreak usage line.
[emacs.git] / src / ChangeLog
bloba601b361d5aa3f854cdf6cb63cd54ac5483d8e95
1 2008-10-16  Magnus Henoch  <mange@freemail.hu>
3         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
4         (Fdbus_call_method_asynchronously): Ditto.
5         This change makes C-h f display the argument list.
7 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
9         * fileio.c (Fexpand_file_name): Doc fix.
11         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12         of :foreground and :background equivalent to unspecified (20.x
13         compatibility).
15 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
17         * buffer.c (syms_of_buffer): Doc fix.
19 2008-10-14  Kenichi Handa  <handa@m17n.org>
21         * font.c (font_clear_prop): When clearing font width, clear the
22         average width field too.
24 2008-10-12  Andreas Schwab  <schwab@suse.de>
26         * ftfont.c (ftfont_shape_by_flt): Make static.
27         * ftfont.h (ftfont_shape_by_flt): Don't declare.
29         * font.c: Don't include <m17n-flt.h>.
31 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
33         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
35 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
37         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
38         away code.
40 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
42         * dispnew.c (update_text_area): Avoid looping due to large glyph
43         overhangs (bug#1070).
45 2008-10-09  Kenichi Handa  <handa@m17n.org>
47         * fontset.c (face_for_char): If face->fontset is negative, just
48         return ascii_face.
50         * font.c (font_delete_unmatched): Fix previous change.  Don't
51         reject an entity if DPI and AVGWIDTH of an entity are 0.
53 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
55         * frame.c (Fraise_frame): On text-only terminals select frame in
56         order to make it visible.  (Bug#1061)
58 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
60         * fontset.c (fontset_find_font): Check frame validity.
62 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
64         * gtkutil.c (xg_display_open): Reset default display if none
65         exists.
66         (xg_display_close): Allow Emacs to close all displays (bug#985).
68 2008-10-06  Andreas Schwab  <schwab@suse.de>
70         * sysdep.c (sys_signal): Always set SA_RESTART when
71         noninteractively.
73 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
75         * emacs.c (Vbefore_init_time, Vafter_init_time): Moved from
76         startup.el.
78         * lisp.h: (Vbefore_init_time, Vafter_init_time): Declare.
80         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
81         during initialization.
83 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
85         * xdisp.c (redisplay_internal): If frame switched, redisplay the
86         whole thing on MSDOS frames as well as on a TTY.
88         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
89         well as for TTY.
90         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
91         well as on a TTY.
93         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
94         as well as for TTY.
96         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
98         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
99         MSDOS frames as well.
101 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
103         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
104         correct arguments.
105         * menu.c (find_and_return_menu_selection) Add cast.
107 2008-10-03  Glenn Morris  <rgm@gnu.org>
109         * emacs.c (USAGE1): Add --daemon.
111 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
113         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
114         100, so it's in percents as advertised.
116 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
118         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
119         (ns_output.current_cursor, ns_output.desired_cursor)
120         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
121         (FRAME_NEW_CURSOR_COLOR): Remove.
123         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
124         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs
125         enumeration (HOLLOW_BOX_CURSOR, etc.).
127         * nsterm.m (ns_frame_rehighlight): Remove commented code.
128         (draw_window_cursor): Simplify code.
129         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't
130         change cursor type. In latter, call rehighlight instead of doing
131         updates manually.
132         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use
133         core emacs cursor types.
135         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under
136         NS.
138 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
140         * process.c (Faccept_process_output): Fix doc-string.
142 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
144         * gmalloc.c (__sbrk): Also define for uClibc.
146         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
147         for uClibc.
149 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
151         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
152         styles.
153         (nsfont_open): Reenable the cache.
155 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
157         * font.c (font_matching_entity): Reflect ATTRS in font selection.
158         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
160 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
163         a suspended terminal.
165 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
167         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
169 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
171         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
173 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
175         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
176         in a continued line coincides with a line beginning.
178 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
180         * nsfont.m (nsfont_trait_distance): Fix bug.
181         (nsfont_list): Return a list rather than a vector (syncs with Handa
182         changes of 2008-05-14).
183         (nsfont_open): Improve logging.
185 2008-09-29  Andreas Schwab  <schwab@suse.de>
187         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
189 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
191         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
192         name as char-resolve-modifiers.
193         Reported by: Markus Triska <markus.triska@gmx.at>
195 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
197         * dispnew.c (init_display): Return earlier when running as a daemon.
199 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
201         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
203 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
205         * composite.c (Fcomposition_get_gstring)
206         (Fcompose_region_internal, Fcompose_string_internal)
207         (Ffind_composition_internal): Doc fix.
208         (syms_of_composite) <compose-chars-after-function>: Doc fix.
209         (syms_of_composite) <auto-composition-function>: Doc fix.
210         (syms_of_composite) <composition-function-table>: Doc fix.
212 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
214         * search.c (wordify): New argument for lax word-ends.
215         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
217 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
219         * lisp.h (is_daemon): Declare.
220         * dispnew.c (init_display): Do not try to initialize the terminal
221         when running as a daemon.
223 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
225         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
226         x_display_pixel_height.
228 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
230         * undo.c (record_point): Don't call Fundo_boundary for first
231         change.  (Bug#731)
233 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
235         * emacs.c (Fdaemonp): Doc fix.
237 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
239         * emacs.c (main): Place #ifdef in the proper place.
241 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
243         * emacs.c (standard_args): Add --daemon.
244         (main): Disconnect from the terminal when --daemon is passed.
245         (is_daemon): New variable.
246         (Fdaemonp): New function.
247         (syms_of_emacs): Defsubr it.
249 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
251         * xdisp.c (get_next_display_element): Handle string display
252         correctly when checking for the end of a box run.
254 2008-09-20  Glenn Morris  <rgm@gnu.org>
256         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
257         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
258         (Frename_file): Avoid copying to trash if a rename involves
259         a delete.  (Bug#964).
261 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
263         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
264         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
265         frames as well as termcap frames.
266         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
267         get_named_tty.
269 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
271         * process.c (procfs_system_process_attributes): Fix cmdline in
272         case /proc/PID/cmdline is empty.
274         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
275         x_display_pixel_height.
277 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
279         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
281         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
282         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
284 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
286         * dispextern.h (struct it): Move line_wrap away from the middle of
287         bitfields.  Move voffset in struct iterator_stack_entry after the
288         bitfields.  Move tab_width near after another short.
290 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
292         * frame.h (struct frame): Move alpha from the middle of bitfields.
294         * window.h (struct window): Move frozen_window_start_p after the
295         rest of the bitfields to reduce padding.
297 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
299         * xterm.h (x_display_info): Remove `height' and `width' members.
301         * nsterm.h (ns_display_info): Remove `height' and `width' members.
303         * w32term.h (w32_display_info): Remove `height', `width',
304         `height_in', and `width_in' members.
306         * xterm.c (x_display_pixel_height, x_display_pixel_width): New
307         functions.
308         (x_calc_absolute_position): Use them.
309         (x_term_init): Omit removed `height' and `width' members.
311         * w32term.c (x_display_pixel_height, x_display_pixel_width): New
312         functions.
313         (w32_read_socket, x_calc_absolute_position): Use them.
314         (w32_initialize_display_info, w32_term_init): Omit removed members
315         of w32_display_info.
317         * nsterm.m (x_display_pixel_height, x_display_pixel_width): New
318         functions.
319         (ns_initialize_display_info): Omit removed members of
320         ns_display_info.
322         * xterm.c (x_display_pixel_height, x_display_pixel_width): New
323         functions.
324         (x_calc_absolute_position): Use them.
325         (x_term_init): Omit removed `height' and `width' members.
327         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
328         (compute_tip_xy): Use x_display_pixel_height and
329         x_display_pixel_width.
331         * frame.c (x_fullscreen_adjust): Use x_display_pixel_height and
332         x_display_pixel_width.
334         * xmenu.c (menu_position_func): Use x_display_pixel_height and
335         x_display_pixel_width.
337 2008-09-18  Kenichi Handa  <handa@m17n.org>
339         * composite.c (fill_gstring_header): Don't check FROM and TO here.
340         (composition_compute_stop_pos): Fix handling of static composition.
341         (Fcomposition_get_gstring): Check FROM and TO at first.
343 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject
346         mixup (YAILOM).
348 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
350         * indent.c (Fvertical_motion): Use position reported by iterator
351         instead of PT for determining screen motion (bug#943).
353 2008-09-17  Romain Francoise  <romain@orebokech.com>
355         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
357 2008-09-17  Kenichi Handa  <handa@m17n.org>
359         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
361         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
362         if necessary.
364 2008-09-16  Kenichi Handa  <handa@m17n.org>
366         * coding.c (make_conversion_work_buffer): Avoid calling
367         Fget_buffer_create if it is not necessary.
369 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
371         * window.c (Fselect_window): Don't update window_select_count and
372         use_time when norecord is not nil.
374 2008-09-14  Kenichi Handa  <handa@m17n.org>
376         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
377         specpdl_ptr.
379 2008-09-12  Kenichi Handa  <handa@m17n.org>
381         * indent.c (scan_for_column): Don't handle automatic composition
382         if the current buffer is not associated with a window.
384         * composite.c (composition_reseat_it): If the current buffer is
385         not associated with a window, ignore the automatic composition.
386         (find_automatic_composition): Likewise.
388 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
391         (Fgpm_mouse_stop): Use it.
392         * termhooks.h (close_gpm): Declare.
393         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
394         connection if Gpm_GetEvent fails.
396         * window.c (set_window_buffer): Always preserve current-buffer.
398 2008-09-12  Glenn Morris  <rgm@gnu.org>
400         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
402 2008-09-11  Glenn Morris  <rgm@gnu.org>
404         * charset.c (charset-map-path): Doc fix.
406 2008-09-10  Kenichi Handa  <handa@m17n.org>
408         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
410         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
411         compose a grapheme cluster with the preceding base glyph.
413         * composite.c (composition_compute_stop_pos): Fix previous change.
414         Reset cmp_it->id to -1 at first.
416 2008-09-10  Glenn Morris  <rgm@gnu.org>
418         * Makefile.in (character.o, chartab.o): Fix config.h typo.
420 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
422         * keyboard.c (read_key_sequence): Reapply translation maps when
423         switching keyboards.
425 2008-09-09  Kenichi Handa  <handa@m17n.org>
427         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
428         characters.
430         * composite.c (FORWARD_CHAR): Fix calculation
431         of (POSITION).pos_byte.
432         (composition_compute_stop_pos): Limit the search of composition to
433         at most 500 characters ahead.  If we reach the limit or find a
434         newline, set cmp_it->ch to -2 and return 0.
435         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
437 2008-09-08  Kenichi Handa  <handa@m17n.org>
439         * indent.c (Fvertical_motion): Be sure to set
440         it_overshoot_expected if it.cmp_it.id is non-negative.
442 2008-09-07  Andreas Schwab  <schwab@suse.de>
444         * callproc.c (Fcall_process): Don't hold references to string data
445         across garbage collection.  Move initialisation of new_argv down
446         to avoid compiler bug.
448 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
450         * process.c (Fsystem_process_attributes): Doc fix.
452 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
454         * callproc.c (Fcall_process): Canonicalize current directory name.
456         * xdisp.c (move_it_to): When moving by vpos, ensure that the
457         iterator advances to the next line if the current line ends in a
458         continued tab.
460 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
462         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
463         member to point to cmp_from.
465         * xdisp.c: Doc fix for references to gidx data member.
467 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
471 2008-09-07  Kenichi Handa  <handa@m17n.org>
473         * composite.c (FORWARD_CHAR): Check STOP after
474         incrementing (POSITION).pos.
476 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
478         * process.c (Fsystem_process_attributes): Doc fix.
480 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
482         * keyboard.c (Ftop_level): Doc fix.
484 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
486         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
487         minibuffer, don't let lower part of menu invade the echo area.
489         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
490         "char *q" to access menu text and advance through it.  Revert the
491         change that displayed ">" instead of ASCII character 0x10.
493 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
495         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
496         toggle boxes and radio buttons on MS-DOS as well.
498 2008-09-05  Kenichi Handa  <handa@m17n.org>
500         * composite.c (autocmp_chars): Check lookback count.
501         (composition_compute_stop_pos): Set cmp_it->lookback.
502         (composition_reseat_it): Check lookback count.
503         (struct position_record): New struct.
504         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
505         (find_automatic_composition): New function.
506         (composition_adjust_point): Use find_automatic_composition.
508         * dispextern.h (struct composition_it): New member lookback.
510 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
512         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
513         if moving by a single line.
515 2008-09-02  Andreas Schwab  <schwab@suse.de>
517         * xterm.c (x_delete_display): Fix merge error.
519         * fileio.c (Fexpand_file_name): Remove unused variables.
521 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
523         * fileio.c (Fexpand_file_name): Copy argument `name' into local
524         storage on all platforms, not just on DOS_NT.
526 2008-09-02  Jason Rumney  <jasonr@gnu.org>
528         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show): Ensure
529         mouse is not grabbed after menu is finished.
531 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
533         * xfaces.c (Finternal_set_alternative_font_family_alist)
534         (Finternal_set_alternative_font_registry_alist): Properly copy
535         entire alist structure.
537 2008-09-01  Kenichi Handa  <handa@m17n.org>
539         * ftfont.c (ftfont_spec_pattern): Don't create a charset of the
540         representative chars of the script is a vector.
541         (ftfont_list): Handle the case the representative chars of the
542         script is a vector.
544         * character.c (syms_of_character): Docstring of
545         script-representative-chars fixed.
547 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
549         * msdos.c (BUILD_CHAR_GLYPH): New macro.
550         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
551         the menu.  Allocate larger buffer for `text', to account for
552         possible ^C characters.
554 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
556         * xdisp.c (prepare_menu_bars): Don't call
557         Vwindow_size_change_functions with arg Qt.
559 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * font.h (font_range):
562         * fileio.c (report_file_error):
563         * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
565 2008-08-30  Glenn Morris  <rgm@gnu.org>
567         * data.c (Fmake_variable_frame_local): Doc fix.
569         * frame.c (Fmodify_frame_parameters): Doc fix.
571 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
573         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
574         needed by GetTokenInformation.
575         (w32_system_process_attributes): Check return values of all system
576         APIs.
578         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
579         only when the state changes.
580         (IT_update_begin, IT_update_end): Add termscript trace.
582         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
583         clipboard is unavailable.  Set dst to NULL if it doesn't point to
584         malloc'ed data.
585         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
586         passing random values to xfree.
588         * dispnew.c (init_display): Set `tty's association in frame's
589         parameters alist to the name of the terminal device, if that is
590         known.
592 2008-08-29  Jason Rumney  <jasonr@gnu.org>
594         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
596 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
598         * composite.c (fill_gstring_body): Avoid compiler warnings.
600         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
601         LGLYPH_SET_CODE to avoid compiler warnings.
603         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h
605         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
607         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
608         LGLYPH_SET_CODE.
610 2008-08-29  Kenichi Handa  <handa@m17n.org>
612         * fileio.c (report_file_error): Don't downcase the first character
613         of errstring if it is still unibyte.
615 2008-08-29  Kenichi Handa  <handa@m17n.org>
617         These changes are to re-implement the automatic composition so
618         that it doesn't use text properties.
620         * Makefile.in (ftfont.o): Depend on composite.h.
621         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
623         * character.h (Vunicode_category_table): Extern it.
625         * character.c (Vunicode_category_table): New variable.
626         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
628         * chartab.c (optimize_sub_char_table): Perform more greedy
629         optimization.
631         * composite.h (enum composition_method): Delete
632         COMPOSITION_WITH_GLYPH_STRING.
633         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
634         (Vcomposition_function_table): Extern it.
635         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
636         (composition_gstring_put_cache, composition_gstring_from_id)
637         (composition_gstring_p, composition_gstring_width)
638         (composition_compute_stop_pos, composition_reseat_it)
639         (composition_update_it, composition_adjust_point): Extern them.
640         (Fcomposition_get_gstring): EXFUN it.
642         * composite.c: Include window.h, frame.h, dispextern.h font.h.
643         (Vcomposition_function_table)
644         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
645         (gstring_hash_table, gstring_work, gstring_work_headers): New
646         variables.
647         (gstring_lookup_cache, composition_gstring_put_cache)
648         (composition_gstring_from_id, composition_gstring_p)
649         (composition_gstring_width, fill_gstring_header)
650         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
651         (composition_reseat_it, composition_update_it)
652         (composition_adjust_point, Fcomposition_get_gstring): New
653         functions.
654         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
655         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
656         Defsubr compostion_get_gstring.
658         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
659         cmp_id.
660         (struct glyph_string): Delete the member gidx.  New members
661         cmp_id, cmp_from, and cmp_to.
662         (enum it_method): Delete GET_FROM_COMPOSITION.
663         (struct composition_it): New struct.
664         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
665         Delete c, len, cmp_id, cmp_len in u.comp.
667         * font.h (enum lgstring_indices): Delete it.
668         (LGSTRING_XXX, LGLYPH_XXX): These macros moved to composite.h.
669         (enum lglyph_indices): Likewise.
670         (font_range): Extern adjusted.
671         (font_fill_lglyph_metrics): Extern it.
673         * font.c (QCf): New variable.
674         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
675         (font_prepare_composition): Delete this function.
676         (font_range): Type and arguments changed.
677         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
678         (font_fill_lglyph_metrics): New function.
679         (Ffont_shape_text): Renamed to Ffont_shape_gstring and arguments
680         changed.
681         (syms_of_font): DEFSYM QCf.  Delete defsubr for
682         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.  Defsubr
683         Sfont_shape_gstring.
685         * fontset.h (font_for_char): Extern it.
687         * fontset.c (font_for_char): New function.
689         * ftfont.c: Include composite.h.
690         (ftfont_resolve_generic_family): Add langset "en" to pattern.
691         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not
692         LGSTRING_LENGTH.
694         * indent.c: Include composite.h and dispextern.h.
695         (check_composition): Delete this function.
696         (scan_for_column): Handle composition by
697         composition_compute_stop_pos, composition_reseat_it, and
698         composition_update_it.
699         (compute_motion): Likewise.
700         (Fvertical_motion): Fix checking of composition.
702         * keyboard.c (adjust_point_for_property): Check composition by
703         composition_adjust_point.
705         * nsterm.m (ns_draw_glyph_string): Adjusted for the change of
706         struct glyph_string.
708         * term.c (encode_terminal_code): Adjusted for the change of struct
709         glyph.
710         (append_composite_glyph): Adjusted for the change of struct it and
711         struct glyph.
712         (produce_composite_glyph): Likewise.
714         * w32term.c (x_draw_composite_glyph_string_foreground): Adjusted
715         for the change of struct glyph_string.
716         (x_draw_glyph_string): Likewise.
718         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
719         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
721         * xdisp.c: Include font.h.
722         (it_props): Delete the entry for Qauto_composed.
723         (init_iterator): Initialize it->cmp_it.id to -1.
724         (compute_stop_pos): Call composition_compute_stop_pos.
725         (face_before_or_after_it_pos): Adjusted for the change of struct
726         it.
727         (handle_auto_composed_prop): Delete it.
728         (handle_composition_prop): Handle only static composition.
729         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
730         from xassert.  Initialize it->cmp_it.stop_pos.
731         (push_it): Adjusted for the change of struct it.
732         (pop_it): Likewise.
733         (get_next_element): Delete next_element_from_composition.
734         (CHAR_COMPOSED_P): New macro.
735         (get_next_display_element): For automatic composition, get a face
736         from the font in the glyph-string.
737         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
738         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION
739         case.
740         (next_element_from_string): Check if the character at the current
741         position is composed by CHAR_COMPOSED_P.
742         (next_element_from_buffer): Likewise.
743         (next_element_from_composition): Adjusted for the change of struct
744         it.  Update it->cmp_it.
745         (dump_glyph): Adjusted for the change of struct glyph.
746         (fill_composite_glyph_string): Adjusted for the change of struct
747         it and struct glyph.  Don't handle automatic composition here.
748         (fill_gstring_glyph_string): New function.
749         (x_get_glyph_overhangs): Handle automatic composition.
750         (BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the change of struct
751         glyph.
752         (BUILD_GSTRING_GLYPH_STRING): New macro.
753         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
754         automatic composition.
755         (append_composite_glyph): Adjusted for the change of struct it and
756         struct glyph.
757         (x_produce_glyphs): Adjusted for the change of struct it.
759         * xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for
760         the change of struct glyph_string.
761         (x_draw_glyph_string): Likewise.
763 2008-08-29  Glenn Morris  <rgm@gnu.org>
765         * buffer.c (word-wrap): Doc fix.
766         * xdisp.c (truncate-partial-width-windows): Doc fix.
767         Increase default to 50.
769 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
771         * xdisp.c (update_tool_bar_unwind): New function.
772         (update_tool_bar): Temporarily set selected frame before building
773         tool-bar items.
775 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
777         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
778         snprintf, respectively.
779         (xd_append_arg): Convert strings with Fstring_make_unibyte.
781 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
783         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
784         LDFLAGS to GNUstep CC invocation.
786 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
788         * indent.c (Fvertical_motion): Revert last change.  Handle the
789         general case where we are moving forward, and PT spans multiple
790         screen lines.
792         * eval.c (find_handler_clause): Temporarily increase
793         max-lisp-eval-depth while printing the backtrace buffer, to
794         guarantee that help-mode code can run.
796 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
798         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
799         colors under -rv.
800         (IT_set_frame_parameters): Don't swap foreground and background
801         colors if `(reverse . t)' is present in the frame properties.
802         (internal_terminal_init): Call init_frame_faces only for the
803         initial frame.
805 2008-08-27  Andreas Schwab  <schwab@suse.de>
807         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
809 2008-08-27  Andreas Schwab  <schwab@suse.de>
811         * search.c (search_buffer): Set char_base to zero only at the end.
813 2008-08-27  Kenichi Handa  <handa@m17n.org>
815         * fileio.c (report_file_error): Fix handling of multibyte error
816         string.
818 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
820         * xterm.c (x_term_init): Temporarily hide the partially
821         initialized terminal while calling vendor-specific-keysyms.
823 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
825         * msdos.c (internal_terminal_init): Most initializations done only
826         once, especially initial_screen_colors[] and termscript open.
828 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
830         * eval.c (Fcondition_case): Doc fix.
832         * widgetprv.h (EmacsFramePart): Change font member to the new font
833         struct.
835         * widget.c: Include character.h and font.h for XSETFONT.
836         (setup_frame_gcs): Compute X font id from font struct, just once.
838 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
840         * term.c (get_named_tty): Fix last change.
842 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
844         * indent.c (Fvertical_motion): If moving forward starting from a
845         multi-line string, move the iterator to the last line of that
846         string.
848 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
850         * frame.c (do_switch_frame): Mark previously displayed frame as
851         obscured for FRAME_MSDOS_P frames as well.
853 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
855         * frame.c (make_terminal_frame): Initialize f->terminal,
856         f->terminal->reference_count, and scroll bars on MS-DOS as well.
857         Set the top frame to newly created frame.
858         (Fmake_terminal_frame): Reuse the_only_display_info.
860         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
861         estimating available memory.
863 2008-08-23  David Reitter <david.reitter@gmail.com>
865         * nsterm.m (ns_draw_window_cursor): Don't call
866         NSDisableScreenUpdates and NSEnableScreenUpdates on
867         non-NS_IMPL_COCOA systems.
869 2008-08-23  Andreas Schwab  <schwab@suse.de>
871         * process.c (procfs_system_process_attributes): Fix use of
872         uninitialized variables.
874 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
876         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
878         * dispnew.c (init_display): Remove MS-DOS specific conditions for
879         calling tty-set-up-initial-frame-faces.
881         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow
882         MSDOS frames along with X frames.
884         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
885         addition to output_termcap.
887         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
889         * termchar.h (FRAME_TTY): Support output_msdos_raw.
890         (struct tty_display_info) [MSDOS]: Add fields related to mouse
891         highlight.
893         * process.c [!subprocesses]: Define QCname.
894         (syms_of_process): Intern and staticpro it.
896         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
897         Adjust for changes in encoding/decoding routines.  Use
898         encode_coding_object and decode_coding_object instead of
899         encode_coding and decode_coding.
901         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as
902         argument.
904         * dosfns.c: Include frame.h before termhooks.h.
905         (dos_cleanup): Use CURTTY ()->termscript instead of a global
906         variable termscript.
908         * s/msdos.h (USER_FULL_NAME): Define.
909         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
911         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
912         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
913         pw->pw_gecos.
915         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
916         SELECTED_FRAME as additional (1st) argument.
917         (tty_read_avail_input): Handle output_msdos_raw in
918         addition to output_termcap.
920         * msdos.c: Include frame.h before termhooks.h.
921         (mouse_on, mouse_off, mouse_moveto, mouse_init)
922         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
923         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
924         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
925         (IT_set_terminal_modes, IT_reset_terminal_modes)
926         (IT_set_frame_parameters): Use tty->termscript instead of a global
927         variable termscript.
928         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
929         global variable terminal_coding.  Don't refer to
930         Vnonascii_translation_table.
931         (internal_terminal_init): Set Vwindow_system in current_kboard.
932         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
933         Announce date and time of session start, if termscript is open.
934         Don't zero out the_only_display_info (it is done in
935         term.c:init_tty).  Open termscript only of not already open.  Log
936         "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
937         here instead of dos_ttraw.  Don't initialize display if this is an
938         initial tty.  Don't set FRAME_FONT.
939         (Vwindow_system_version): Bump to 23.
940         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
941         is available, set up mouse_position_hook.
942         (dos_ttraw, IT_set_terminal_modes): If called with initial
943         terminal, do nothing.
944         (IT_set_frame_parameters): Handle the Qtty_type frame
945         parameter by calling internal_terminal_init.
946         (dos_set_window_size, show_mouse_face)
947         (clear_mouse_face, IT_note_mode_line_highlight)
948         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
949         (dos_rawgetc): Use tty_display_info instead of x_display_info.
950         (initialize_msdos_display): New function.
951         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
952         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
953         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
954         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
955         Accept additional argument: a pointer to a frame.  All callers
956         changed.
957         (request_sigio, unrequest_sigio): Don't define, now defined on
958         sysdep.c.
959         (IT_write_glyphs): Rewrite to use encode_terminal_code.
961         * term.c [MSDOS]: Include msdos.h.
962         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
963         conditional to DOS_NT.  Allow only one call to this function in a
964         session.  Don't allocate a new struct tty_display_info; instead,
965         reuse the_only_display_info.  Call get_tty_size to get screen
966         dimensions.  Call init_baud_rate to set bad_rate.
967         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
968         (Fsuspend_tty) [MSDOS]: Don't close input and output.
969         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use
970         stdin/stdout.
971         (get_tty_terminal, get_named_tty, Ftty_type)
972         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
973         output_termcap.
974         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): Call
975         add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
976         only when subprocesses are supported
978         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
979         f->output_data.x.
980         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
981         terminal devices.
983         * msdos.h Remove definition of struct x_display_info and struct
984         x_output.
985         (FRAME_FONT): Use output_data.tty.
986         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
987         (struct x_display_info): Renamed from display_info.  All users in
988         msdos.c changed.
989         (struct x_output): Remove background_pixel and foreground_pixel.
990         (the_only_display_info): Renamed from the_only_x_display.
991         (dos_ttraw): Update prototype.
993         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
994         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
996 2008-08-23  Jason Rumney  <jasonr@gnu.org>
998         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
999         (fn_TIFFSetDirectory): New library function used.
1000         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
1001         (tiff_load): Use :index to select among multiple images.  Set count
1002         property when multiple images exist.
1003         (gif_format): Use :index, not :image.
1005 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
1007         * xdisp.c (try_scrolling): Check INT_MAX instead of
1008         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
1009         to obtain INT_MAX.
1011 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
1013         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
1015 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1017         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
1018         GNUstep library location.
1020 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
1022         * xfaces.c (x_update_menu_appearance): Check validity of menu font
1023         before using it.
1025         * puresize.h (BASE_PURESIZE): Increase to 1250000.
1027 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
1029         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
1030         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
1031         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
1032         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
1033         (EmacsApp-cursor_blink_handler): Remove declaration.
1034         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
1035         match 01 Feb 2008 changes in xterm.c.
1036         (ns_read_socket): Add cast to avoid warning.
1037         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
1038         GNUstep.
1040 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
1042         * xselect.c (x_get_foreign_selection): Return nil if desired
1043         selection could not be obtained, instead of signalling an error.
1045 2008-08-20  David Reitter  <david.reitter@gmail.com>
1047         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
1048         * nsterm.m: Remove ns-specific code for cursor blinking.
1049         (ns_draw_window_cursor): Clear cursor properly rather than
1050         redrawing the area.  Respect width of bar cursors.
1051         These changes enable the use of generic blink-cursor-mode and
1052         generic cursor types in NS and support smooth cursor movements (do
1053         not blink off after command).
1054         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
1055         Nextstep, too.
1057 2008-08-19  Kenichi Handa  <handa@m17n.org>
1059         * font.c (Vfont_log_deferred): New variable.
1060         (font_add_log): Check Vfont_log_deferred.
1061         (font_deferred_log): New function.
1063         * font.h (font_deferred_log): Extern it.
1065         * fontset.c (reorder_font_vector): Use encoding charset of fonts
1066         for sorting.
1067         (face_for_char): Use deferred log.
1069 2008-08-18  Kenichi Handa  <handa@m17n.org>
1071         * fontset.c (face_for_char): Add font log.
1073         * font.c (font_add_log): Add the font properties :script, :lang,
1074         and :otf in the log.
1076 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
1078         * xdisp.c: Remove dead code.
1079         (handle_invisible_prop, next_overlay_string): Defer call to
1080         setup_for_ellipsis.
1081         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
1083 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
1085         * xfaces.c (lookup_derived_face): Properly handle possible zero
1086         return value of get_lface_attributes.
1087         (merge_faces): Don't tell lookup_derived_face to signal an error
1088         if face is not found.
1090         * dired.c (Fdirectory_files): Doc fix.
1092         * process.c (make_process): Initialize kill_without_query struct
1093         member.
1095 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
1097         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
1098         Alternative calculation of totphys for Visual Studio 6.
1100         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
1102         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
1103         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
1104         All users changed.
1105         (stat): Only root directory passed to GetDriveType.  Allow RAM
1106         disk as well as local fixed disk when w32-get-true-file-attributes
1107         is set to `local'.
1108         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
1109         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
1110         (w32_cached_id, w32_add_to_cache): New functions.
1111         (get_name_and_id): Look account names in the cache before calling
1112         lookup_account_sid.
1113         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
1114         New initialization flags.
1115         (globals_of_w32): Initialize them to zero.
1116         (w32_system_process_attributes): Use w32_cached_id and
1117         w32_add_to_cache.
1119 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
1121         * lread.c (Fread_char, Fread_char_exclusive): If no character
1122         event is read before timeout is reached, return nil, rather than
1123         converting to a number.
1125 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
1127         * fns.c (use_dialog_box): Doc fix.
1129         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
1130         on OS X.
1132 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
1134         * frame.c (Qns_parse_geometry): New var.
1135         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
1137 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
1139         * xdisp.c (x_produce_glyphs): Handle the case when font has no
1140         space character in calculating tabs.
1142 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
1144         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
1146 2008-08-10  Glenn Morris  <rgm@gnu.org>
1148         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
1149         silence gcc "limited range of data type" warnings in some
1150         make_fixnum_or_float calls.
1152 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
1154         * w32.c (w32_system_process_attributes): If the process does not
1155         exist, return nil.
1157         * w32.c: Include thelp32.h, psapi.h and coding.h.
1158         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
1159         declarations.
1160         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
1161         (Process32Next_Proc): New typedefs.
1162         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
1163         (g_b_init_process32_next, g_b_init_open_thread_token)
1164         (g_b_init_impersonate_self, g_b_init_revert_to_self)
1165         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
1166         (g_b_init_get_process_working_set_size)
1167         (g_b_init_global_memory_status_ex): New static variables.
1168         (globals_of_w32): Initialize them.
1169         (create_toolhelp32_snapshot, process32_first, process32_next)
1170         (open_thread_token, impersonate_self, revert_to_self)
1171         (get_process_memory_info, get_process_working_set_size)
1172         (global_memory_status, global_memory_status_ex): New wrapper
1173         functions.
1174         (w32_list_system_processes, w32_system_process_attributes)
1175         (enable_privilege, restore_privilege, ltime, process_times):
1176         New functions.
1177         (convert_time_raw): New function.
1178         (convert_time): Remove conversion of FILETIME into time in 100
1179         nsec units, call convert_time_raw instead.
1181         * process.h (w32_list_system_processes, w32_system_process_attributes):
1182         Add prototypes.
1183         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
1184         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
1185         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
1186         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
1188         * process.c (Fsystem_process_attributes): Doc fix.
1190 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
1192         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
1193         a continued multi-char glyph; if so, advance to the actual glyph.
1195 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1197         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
1199         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
1200         (.m.o): Use it.
1201         * config.in: Regenerate.
1203 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
1205         * xdisp.c (redisplay_window): Revert last change.
1206         (try_window): Check bottom scroll margin too.
1208 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
1210         * config.in: Regenerate.
1212         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
1213         -list-load-path-shadows'.
1214         (nsgui.h): Reduce number of things depending on it.
1216 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
1218         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
1219         instead of window-end which does the wrong thing at eob.
1220         (try_cursor_movement): Minor optimization.
1221         (redisplay_window): If scroll margin is defined, don't assume
1222         window doesn't need scrolling.
1224 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
1226         * config.in: Regenerate.
1228         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
1229         (mostlyclean): Don't delete *.d under NS.
1231         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
1233 2008-08-06  Kenichi Handa  <handa@m17n.org>
1235         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
1237 2008-08-06  Andreas Schwab  <schwab@suse.de>
1239         * config.in: Regenerate.
1241 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
1243         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
1244         forcing a window start.
1246         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
1247         (auto_save_1): Update modtime when auto-save-list-file-name is on.
1249 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1251         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
1252         argument.
1254 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
1256         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
1257         <scroll-down-aggressively, before-change-functions>:
1258         <after-change-functions>: Reflow docstrings.
1260 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1261             Ken Raeburn  <raeburn@gnu.org>
1263         Dock menu customization, based on a patch by Ken Raeburn, plus some
1264         other fixes.
1265         * nsmenu.m (dockMenu): New variable.
1266         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
1268         * nsterm.h (dockMenu): Declare.
1270         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
1271         (ns_term_init): Initialize dockMenu.
1272         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
1273         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
1274         left.
1276         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
1278 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
1280         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
1282         * config.in: Regenerate.
1284 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
1286         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
1288 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
1290         * nsterm.h (find_and_call_menu_selection): Fix prototype.
1292 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1294         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
1296         * keyboard.h: Comment an #endif.
1298         * lisp.h (have_menus_p): Adjust comment.
1300         * menu.c (find_and_return_menu_selection): Fix comparison with
1301         client_data.
1303         * nsmenu.m (popup_activated_flag): New variable.
1304         (popup_activated): New function.
1305         (menu-or-popup-active-p): New exported lisp definition.
1306         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
1307         when popup done.
1308         (ns_popup_dialog): Set popup_activated_flag.
1310         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
1311         version for GNUstep (handled by conditional typedef in nsterm.m).
1312         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
1313         in rgb.txt).
1315         * process.c (init_process): Use DARWIN_OS, not DARWIN.
1317         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
1319         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
1321         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
1322         shortcircuit if popup_activated like GTK and X toolkit.
1324         * m/inter386.h: Change DARWIN to DARWIN_OS.
1326         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
1327         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
1328         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
1329         comment on NO_SOCK_SIGIO.
1331 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
1333         * nsterm.m (windowDidResize): Remove stopModal call.
1335 2008-08-03  Andreas Schwab  <schwab@suse.de>
1337         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
1338         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
1340 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1342         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
1343         Don't use uninitialized pointer variable when using getrlimit.
1345 2008-08-02  Jason Rumney  <jasonr@gnu.org>
1347         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
1349 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
1351         * alloc.c (NSTATICS): Bump to 0x640.
1353         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
1355         * lisp.h: Add prototype for directory_files_internal.
1357         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
1358         New functions.
1359         (syms_of_process): Defsubr them.  Add initializations for various
1360         Q* symbols used in procfs_system_process_attributes.
1361         (procfs_list_system_processes, procfs_system_process_attributes)
1362         [HAVE_PROCFS]: New functions.
1363         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
1364         (procfs_get_total_memory): New functions.
1366 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
1368         * xfaces.c (Fx_load_color_file): Fix previous change;
1369         it is #ifdef WINDOWSNT, not WINDOWS_NT.
1371 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
1373         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
1375 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1377         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
1379 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
1381         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
1383         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
1384         define NSApplicationDelegateReplySuccess.
1385         (EmacsView -converstationIdentifier): Use long instead of
1386         NSInteger for GNUstep, since it doesn't have NSInteger.
1388         * xmenu.c: Revert last change.
1390         * keyboard.h: Fix last change.
1392 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
1394         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
1395         on Windows.
1397 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1399         Warning clearing and clean-up in NS port.
1400         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
1401         Add prototypes.
1402         * nsgui.h (FACE_DEFAULT): Remove, unused.
1403         (XGCValues): Change colors to unsigned long.
1404         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
1405         nsterm.m.
1406         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
1407         (ns_list_fonts): Remove, unused.
1408         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
1409         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
1410         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
1411         (nsfont_draw): Compare face colors to 0, not nil.
1412         * nsmenu.m (struct widget_value): Drop unneeded declaration.
1413         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
1414         (-addSubmenuWithTitle:): Use NSMenuItem class.
1415         (ns_popup_menu): Use NO, not NULL, for enabled setting.
1416         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
1417         (ns_clip_to_row): Make gc arg a BOOL.
1418         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
1419         ns_clip_to_row() call.
1420         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
1421         used).  Cast FRAME_FONT assignments.
1422         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
1423         (ns_string_to_lispmod): Change arg to const char.
1424         (ns_term_init): Use NSMenuItem class.
1425         (EmacsApp -openFile:): Move to different section of file.
1426         (EmacsApp -application:openFiles:): Don't return a value, call
1427         -replyToOpenOrPrint:.
1428         (EmacsView -keyDown:): Fix up cast.
1429         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
1430         (EmacsView -menuDown:): Cast tag in call to
1431         find_and_call_menu_selection().
1432         (ns_list_fonts): Remove, unused.
1433         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
1434         (ns_fontname_to_xlfd): Make static.
1435         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
1436         Remove prototypes (now in keyboard.h).
1437         (next_menubar_widget_id): Remove, unused.
1438         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
1439         Remove prototypes (now in keyboard.h).
1440         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
1442 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
1444         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
1445         (floatfns.o): Depend on syssignal.h.
1446         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
1448         * systty.h: Fix previous change that removed BSD_TERMIOS.
1449         Add comments to #ifdefs.
1451 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1453         * w32fns.c (w32-load-color-file): Remove.
1454         (x-open-connection): Use renamed Fx_load_color_file.
1455         * xfaces.c (x-load-color-file): Add.
1456         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
1457         Emacs.clr.
1458         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
1460 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
1462         * dbusbind.c (Fdbus_call_method_asynchronously)
1463         (Fdbus_method_error_internal): New defuns.
1464         (xd_read_message): Handle also reply messages.
1465         (Vdbus_registered_functions_table): Extend docstring.
1467 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
1469         * keyboard.c (gobble_input): Fix previous change.
1471 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1473         * bitmaps/README:
1474         * xfns.c:
1475         * termcap.c:
1476         * term.c:
1477         * syswait.h:
1478         * systty.h:
1479         * systime.h:
1480         * syssignal.h:
1481         * sysdep.c:
1482         * process.h:
1483         * process.c:
1484         * print.c:
1485         * ndir.h:
1486         * lread.c:
1487         * keyboard.c:
1488         * getpagesize.h:
1489         * floatfns.c:
1490         * fileio.c:
1491         * emacs.c:
1492         * doc.c:
1493         * dispnew.c:
1494         * dired.c:
1495         * data.c:
1496         * callproc.c:
1497         * buffer.c:
1498         * README:
1499         * Makefile.in:
1500         * s/template.h:
1501         * s/msdos.h:
1502         * m/vax.h: Remove VMS support.
1503         * s/vms.h:
1504         * vlimit.h:
1505         * uaf.h:
1506         * temacs.opt:
1507         * param.h:
1508         * ioctl.h: Remove file.
1510 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1512         * s/ms-w32.h (MULTI_KBOARD): Remove.
1513         * xterm.c:
1514         * xselect.c:
1515         * xfns.c:
1516         * window.c:
1517         * w32term.c:
1518         * w32fns.c:
1519         * terminal.c:
1520         * termhooks.h:
1521         * term.c:
1522         * sysdep.c:
1523         * keyboard.h:
1524         * keyboard.c:
1525         * frame.h:
1526         * frame.c:
1527         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
1528         * config.in: Regenerate.
1530 2008-07-30  Jason Rumney  <jasonr@gnu.org>
1532         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
1534         * w32font.c (w32font_encode_char): Leave as unicode if in range.
1535         (w32font_open_internal): Get unicode version of textmetrics.
1536         Don't enable or disable glyph indices here.
1537         (w32font_open): Disable use of glyph indices.
1539         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
1541 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
1543         * minibuf.c (Vread_buffer_function): Doc fix.
1545 2008-07-30  John Paul Wallington  <jpw@pobox.com>
1547         * minibuf.c (read_buffer_completion_ignore_case): New var.
1548         (Fread_buffer): Use it.
1550 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1552         * systty.h (sensemode): Remove empty #if.  Remove reference to
1553         BSD_TERMIOS, unused.
1555         * sysdep.c: Remove reference to DGUX.
1556         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
1558         * config.in: Regenerate.
1560 2008-07-30  Jason Rumney  <jasonr@gnu.org>
1562         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
1564 2008-07-29  Jason Rumney  <jasonr@gnu.org>
1566         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
1567         is populated.
1568         (uniscribe_encode_char): Always use uniscribe.
1569         Avoid using context if cache is populated.
1571 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1573         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
1574         open menu.
1576         * gtkutil.c (menu_nav_ended): Remove.
1577         (create_menus): Remove signal connect for menu_nav_ended.
1579 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
1581         * xdisp.c (redisplay_window): Check return value of
1582         compute_window_start_on_continuation_line before forcing a window
1583         start.
1585 2008-07-28  Jason Rumney  <jasonr@gnu.org>
1587         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
1589         * w32term.c (w32_enable_unicode_output, cleartype_active):
1590         Remove obsolete display options.
1591         (x_draw_glyph_string_background): Don't use old cleartype_active
1592         workaround.
1593         (w32_initialize): Remove cleartype_active initialization.
1594         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
1596 2008-07-28  Andreas Schwab  <schwab@suse.de>
1598         * lisp.h (init_weak_hash_tables, syms_of_font)
1599         (xd_read_queued_messages, syms_of_dbusbind): Declare.
1600         (remove_hash_entry): Don't declare.
1601         * eval.c (maybe_call_debugger): Make static and move before use.
1602         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
1603         * xdisp.c: Include "gtkutil.h" if USE_GTK.
1604         * xterm.h (x_set_frame_alpha): Declare.
1606 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
1608         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
1609         (create_menus): Connect selection-done to menu_nav_ended.
1611 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1613         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
1614         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
1615         parameter with read of 'alpha' one.
1616         (Qns_frame_parameter): Remove.
1617         * nsselection.m (selection-coding-system)
1618         (next-selection-coding-system, Vselection_coding_system)
1619         (Vnext_selection_coding_system): Drop.
1621 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1623         * nsfns.m (do-applescript, do_applescript): Rename to
1624         ns-do-applescript, ns_do_applescript, and move within file.
1626 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1628         Remove support for Mac Carbon.
1629         * mactoolbox.c:
1630         * macterm.h:
1631         * macterm.c:
1632         * macselect.c:
1633         * macmenu.c:
1634         * macgui.h:
1635         * macfns.c:
1636         * mac.c: Remove file.
1637         * s/darwin.h:
1638         * m/intel386.h:
1639         * xfaces.c:
1640         * xdisp.c:
1641         * window.c:
1642         * tparam.c:
1643         * termhooks.h:
1644         * termcap.c:
1645         * term.c:
1646         * syssignal.h:
1647         * sysselect.h:
1648         * sysdep.c:
1649         * process.c:
1650         * lread.c:
1651         * lisp.h:
1652         * keyboard.c:
1653         * image.c:
1654         * fringe.c:
1655         * frame.h:
1656         * frame.c:
1657         * fontset.c:
1658         * font.h:
1659         * font.c:
1660         * fns.c:
1661         * fileio.c:
1662         * emacs.c:
1663         * dispnew.c:
1664         * dispextern.h:
1665         * config.in:
1666         * atimer.c:
1667         * Makefile.in: Remove code for Carbon
1669 2008-07-26 YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1671         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
1673 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1675         * macterm.h (kCGBitmapByteOrder32Host): New define for
1676         non-universal SDKs.
1678         * image.c (mac_create_cg_image_from_image, image_load_image_io)
1679         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
1681         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
1682         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
1684 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
1686         * w32inevt.c: Include dispextern.h.
1688 2008-07-26  Andreas Schwab  <schwab@suse.de>
1690         * print.c (print_object): Fix off-by-one in last change.
1692 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
1694         * term.c (syms_of_term): Don't initialize default_orig_pair,
1695         default_set_foreground and default_set_background on Windows.
1697 2008-07-25  Jason Rumney  <jasonr@gnu.org>
1699         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
1700         ScriptItemize.  Clean up return value checking.  Remove unused
1701         variables.
1702         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
1703         shaping engine.
1705         * w32font.c (w32font_has_char): Handle the case where we can't
1706         determine the script for a character.
1708 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
1710         * term.c (syms_of_term): Initialize default_orig_pair,
1711         default_set_foreground, and default_set_background.
1713         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
1714         clash (bug#86).
1715         (getloadavg): Callers changed.
1717         * image.c (svg_load_image): Fix last change.
1718         (svg_load_image): Use rsvg_handle_get_dimensions to check that
1719         image size is valid.  Use g_object_unref instead of deprecated
1720         rsvg_handle_free to free rsvg handle.
1721         (x_from_xcolors): Don't initialize pixmap (silence compiler).
1723 2008-07-25  Jason Rumney  <jasonr@gnu.org>
1725         * w32font.c (w32font_encode_char): Encode characters outside BMP as
1726         surrogates before looking up glyph index.
1727         (w32font_text_extents): Encode as surrogates if falling back to
1728         functions that need UTF-16 wide chars.
1730         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
1731         BMP as surrogates before looking up glyph index.
1733 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
1735         * image.c (svg_load_image): Check for failure in return value of
1736         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
1738 2008-07-25  Jason Rumney  <jasonr@gnu.org>
1740         * w32font.c (Fx_select_font): Reverse sense of second arg.
1742 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
1745         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
1747         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
1748         (PURESIZE): Use it.
1750 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1752         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
1753         * m/alpha.h (TEXT_END):
1754         * m/ibmrs6000.h (TEXT_END):
1755         * m/macppc.h (TEXT_END):
1756         * s/darwin.h (TEXT_END):
1757         * s/msdos.h (TEXT_END): Remove, unused.
1758         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
1759         * s/cygwin.h: Remove comment.
1761         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
1762         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
1763         * m/intel386.h (DOT_GLOBAL_START):
1764         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
1765         (USG): Remove, file not used on USG platforms.
1767         * Makefile.in (HAVE_X11): Remove empty #else.
1769 2008-07-24  Andreas Schwab  <schwab@suse.de>
1771         * fileio.c (Finsert_file_contents): Properly adjust undo list
1772         after format conversion.
1774 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
1776         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
1777         (menu_nav_ended): Remove.
1778         (create_menus): Remove signal connect for menu_nav_ended.
1779         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
1780         create_menus.
1781         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
1783 2008-07-23  Jason Rumney  <jasonr@gnu.org>
1785         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
1786         with opened font.
1787         (w32font_open): Set font type to gdi.
1789         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
1791 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1793         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
1794         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
1795         defines it.
1796         * unexec.c (ADDR_CORRECT): Define unconditionally.
1798         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
1800         * unexec.c: Remove code depending on !COFF and USG, the file is
1801         not used for such systems.
1803         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
1804         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
1805         (LD_SWITCH_SYSTEM_1): Remove, update users.
1807         * s/darwin.h (DATA_END):
1808         * m/intel386.h (DATA_END):
1809         * m/ibmrs6000.h (DATA_END):
1810         * m/alpha.h (DATA_END): Remove, unused.
1812         * config.in: Regenerate.
1813         * s/ms-w32.h (subprocesses): Define unconditionally.
1814         * s/template.h (subprocesses): Update comment.
1815         * s/vms.h (subprocesses):
1816         * s/usg5-4.h (subprocesses):
1817         * s/hpux10-20.h (subprocesses):
1818         * s/gnu-linux.h (subprocesses):
1819         * s/cygwin.h (subprocesses):
1820         * s/bsd-common.h (subprocesses):
1821         * s/aix4-2.h (subprocesses):
1822         * s/darwin.h (subprocesses): Do not define, defined by default now.
1824         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
1825         Remove all references.
1826         (temacs): Add GNUstep specific ld flags.
1828         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
1829         similarly to what X does.
1831 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1833         * nsfns.m (x-list-fonts): Remove.
1834         (syms_of_nsfns): Drop the x-list-fonts declaration.
1835         * nsterm.m: Get rid of remaining "//" comments.
1837 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
1839         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
1841         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
1842         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
1843         (Fns_own_selection_internal, Fx_disown_selection_internal)
1844         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
1846         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
1847         ... */' style of docstrings.  Doc fixes.
1849 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1851         * terminfo.c (UP, BC, PC): Undo previous change.
1853         * nsfns.m: Rename ns prefixed functions/variables to the
1854         corresponding x versions.  Update references.
1856 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
1860 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1862         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
1863         Remove forwarding functions.
1864         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
1865         non-static.
1866         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
1867         non-static.
1868         (ns_frame_parm_handlers): Use the new names.
1869         (syms_of_nsfns): Move to the end of file.
1871         * nsterm.m (syms_of_nsterm): Move to the end of file.
1873         * dispnew.c (init_display): Remove code for X10.
1875 2008-07-22  Jason Rumney  <jasonr@gnu.org>
1877         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
1878         bare drive.
1880 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1882         * nsterm.m (syms_of_nsterm): Remove debugging println.
1884 2008-07-22  David Reitter  <david.reitter@gmail.com>
1886         * nsfns.m (do_applescript, F_do_applescript): NS version of the
1887         Carbon implementation of the same functionality: execute arbitrary
1888         AppleScript code.
1890 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
1892         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
1893         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
1894         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
1895         (Fx_display_mm_height, Fx_display_mm_width)
1896         (Fx_display_backing_store, Fx_display_visual_class)
1897         (Fx_display_save_under, Fx_open_connection)
1898         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
1899         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
1900         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1901         (Fx_display_pixel_width, Fx_display_pixel_height)
1902         (Fx_display_usable_bounds, Fx_display_planes)
1903         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
1904         ... */' style of docstrings.
1906 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1908         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
1909         on this platform.
1910         (mips):
1911         * m/iris4d.h (mips): Do not define.
1912         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
1914         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
1916         * image.c:
1917         * nsfns.m:
1918         * nsselect.m:
1919         * nsterm.h:
1920         * nsterm.m: Rename ns prefixed functions/variables to the
1921         corresponding x versions.  Update references.
1923         * m/ibms390x.h (NO_REMAP): Do not undefine.
1925         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
1927 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
1929         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
1930         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
1931         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
1932         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
1933         (Fns_display_mm_height, Fns_display_mm_width)
1934         (Fns_display_backing_store, Fns_display_visual_class)
1935         (Fns_display_save_under, Fns_open_connection)
1936         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
1937         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
1938         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1939         (Fns_display_pixel_width, Fns_display_pixel_height)
1940         (Fns_display_usable_bounds, Fx_display_planes)
1941         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
1943 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
1945         * print.c (print_object): Check print_depth before searching for
1946         circularities.
1948 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
1950         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
1951         only sprintf.
1953 2008-07-21  Kenichi Handa  <handa@m17n.org>
1955         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
1957 2008-07-20  Andreas Schwab  <schwab@suse.de>
1959         * syntax.c (find_start_pos, find_start_value)
1960         (find_start_value_byte, find_start_begv, find_defun_start)
1961         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
1963 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1965         * s/sol2-3.h: Insert contents of s/sol2.h.
1966         (LD_SWITCH_SYSTEM): Remove redundant definition.
1967         * s/sol2.h: Remove, unused.
1969 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
1971         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
1973 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
1975         * Makefile.in (ns_appdir): Fix typo in find command.
1977 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1979         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
1981         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
1982         added not supported anymore.
1984         * s/usg5-4-2.h (LIBS_SYSTEM):
1985         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
1987         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1988         * s/lynxos.h (GETPGRP_NO_ARG):
1989         * s/hpux10-20.h (NO_SIOCTL_H):
1990         * s/gnu.h (GETPGRP_NO_ARG):
1991         * s/gnu-linux.h (NO_SIOCTL_H):
1992         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1993         * s/cygwin.h (GETPGRP_NO_ARG):
1994         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
1995         (C_DEBUG_SWITCH): Remove duplicate definition.
1997         * m/ibms390.h: Remove boilerplate comments.
1999         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
2001         * process.c (HAVE_SERIAL): Consolidate ifdefs.
2002         (wait_reading_process_output): Remove code for SunOS, platform not
2003         supported anymore.  Use SOLARIS2 instead of sun.
2005 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
2007         * font.c (font_open_by_name): Under NS, default lface height to zero.
2008         (font_open_for_lface): Under NS, set size based on frame fontsize.
2009         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
2010         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
2012 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
2014         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
2015         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
2016         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
2017         YES/NO.
2018         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
2019         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
2020         * Makefile.in (clean): Clear out build destination dir.
2022 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
2024         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
2025         xterm, xselect.
2026         * lisp.h: Remove declaration of hash_remove.
2027         * nsgui.h: Remove redefinitions of hash_remove.
2028         * fns.c (hash_remove): Rename to hash_remove_from_table.
2030 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
2032         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
2033         strdup() the family UTF8String before modifying it.
2035 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
2037         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
2038         NS_FACE_BACKGROUND with 0 instead of nil.
2039         * nsfont.m (nsfont_draw): Same.
2041 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
2043         * nsfns.m (ns_set_background_color): Fix crash.
2045 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
2047         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
2049 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
2051         * puresize.h (BASE_PURESIZE): Increase to 1240000.
2053 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2055         * gtkutil.c: Include <config.h> instead of "config.h".
2057         * lisp.h (Foverlay_buffer): Add EXFUN.
2059         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
2060         child process to complete child_setup.  Undo 2005-09-21 change.
2062         * s/darwin.h: Mention setsid after vfork.
2064 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2066         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
2067         Depend on macgui.h.
2069         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
2070         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
2072         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
2073         and f19.
2074         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
2076         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
2077         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
2078         Remove enumerators.
2080         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
2081         Check if FACE_FROM_ID returns NULL.
2083 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
2085         * w32inevt.c (change_frame_size): Remove extern declaration.
2086         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
2087         change_frame_size.
2089 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
2091         * getloadavg.c: Revert last change (2008-07-15).
2093 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
2095         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
2096         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
2097         from configure.
2099 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2101         * s/sol2.h:
2102         * s/sol2-4.h: Reorganize conditionals.
2104         * ecrt0.c: Remove code depending on m68000, not used anymore.
2106         * fns.c (hash_remove): Make static.
2107         * lisp.h (hash_remove): Don't prototype.
2109         * m/ibmrs6000.h:
2110         * m/ibms390x.h:
2111         * m/macppc.h: Remove boilerplate comments.
2113         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
2114         Solaris, which does not need them.
2116         * m/vax.h: Remove comments about unsupported systems.
2118         * s/darwin.h: Reorganize ifdefs.
2120 2008-07-17  Andreas Schwab  <schwab@suse.de>
2122         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
2124 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2126         Use SDATA.  Follow coding convention of placing operators at
2127         beginning of next line rather than end of previous line, and placing
2128         spaces around infix operators.
2130         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
2131         in case it was defined already.
2132         USE @GNUSTEP_MAKEFILES@ rather than envvars.
2133         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
2134         ns_default.
2135         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
2136         Lisp_Objects.
2137         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
2138         (ns_defined_color, ns_color_to_lisp): Declare.
2139         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
2140         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
2141         it's accepted even with USE_LISP_UNION_TYPE.
2142         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
2143         (update_frame_tool_bar): Remove apparently obsolete tests for
2144         non-integerness of f->tool_bar_lines.
2145         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
2146         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
2147         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
2148         (nsfont_open): Don't confuse NULL for Qnil.
2149         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
2150         * menu.h (find_and_call_menu_selection):
2151         * menu.c (find_and_call_menu_selection): Use just int for vector size.
2152         (find_and_return_menu_selection): Always return something.
2153         * frame.h: Include dispextern.h for Display_Info.
2154         (display_x_get_resource): Declare.
2156 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
2158         * syntax.c: Remove stdio.h include accidentally introduced in
2159         Emacs.app commit.
2160         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
2161         NS_IMPL_COCOA.
2162         * keyboard.c (handle_async_input, input_available_signal): Remove
2163         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
2165 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
2168         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
2169         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
2170         Use SDATA.
2172         * keymap.c: Remove all NS-specific code.
2173         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
2174         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
2175         where_is_preferred_modifier, return a different value depending on how
2176         preferred is the binding.
2177         (where_is_internal): Adjust accordingly.
2178         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
2179         Adjust to new preferred_sequence_p.
2180         (syms_of_keymap): Declare `where-is-preferred-modifier'.
2181         * keyboard.c (parse_solitary_modifier): Not static any more.
2182         * keyboard.h (parse_solitary_modifier): Declare.
2184 2008-07-16  Andreas Schwab  <schwab@suse.de>
2186         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
2187         of easymenu.
2189 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
2191         * xdisp.c (move_it_in_display_line): Account for word wrap, so
2192         that we don't move off the line.
2194 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2196         * keyboard.c (Qsuper): Remove.
2197         (parse_menu_item): Don't call where_is_internal specially for NS.
2199 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2201         * s/gnu-linux.h: Remove boilerplate comments.
2203         * m/alpha.h (__ELF__): Consolidate conditions.
2205         * m/m68k.h (linux): Use GNU_LINUX instead.
2206         Remove boilerplate comments.
2208         * m/intel386.h: Undo refactoring from previous change.
2209         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
2210         too, remove dead code.
2211         (linux): Use GNU_LINUX instead.
2213 2008-07-16  Jason Rumney  <jasonr@gnu.org>
2215         * w32gui.h: Repeat 26 June changes lost by last change.
2217 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2219         * systty.h: Remove code for Aix on 386, unsupported platform.
2221         * s/ms-w32.h: Remove boilerplate comments.
2222         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
2224         * s/gnu-linux.h (TERM): Remove support.
2225         (HAVE_SYSVIPC): Remove, unused.
2226         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
2227         for this system.
2229         * process.c: Remove support for IRIS, unused.
2230         Remove support for TERM, not relevant anymore.
2232         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
2233         used with the definition.
2235         * s/aix4-2.h (static): Do not undef.
2237         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
2238         only used on Aix.
2239         (HAVE_SYSVIPC): Remove, unused.
2241         * m/hp800.h (CANNOT_DUMP): Do not undef.
2243         * m/alpha.h: Fix comment.
2245         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
2246         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
2247         used by this configuration.
2248         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
2249         * unexec.c: Remove code depending on HPUX and
2250         USG_SHARED_LIBRARIES, not used with this file.  Remove code
2251         depending on IRIS, unused.  Remove if 0-ed code.
2253         * s/template.h: Remove comments about static.
2255         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
2256         Remove if 0-ed code.
2257         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
2258         were the same as the default.
2259         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
2260         Remove boilerplate comments.
2261         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
2262         (HAVE_SYSVIPC): Remove, unused.
2263         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
2265         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
2266         Remove boilerplate comments.
2267         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
2268         Remove boilerplate comments.
2269         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
2270         Remove boilerplate comments.
2271         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
2273         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
2274         USG systems which do not use DATA_SEG_BITS.
2275         Refactor code.  Remove boilerplate comments.
2277         * m/ibms390.h:
2278         * m/m68k.h:
2279         * s/bsd-common.h:
2280         * s/cygwin.h:
2281         * s/darwin.h:
2282         * s/freebsd.h:
2283         * s/gnu.h:
2284         * s/msdos.h: Remove boilerplate comments.
2286         * m/iris4d.h: Remove boilerplate comments and code for systems that
2287          do not use this file.
2288         (IRIS_4D): Remove, unused.
2290         * m/mips.h: Remove boilerplate comments and code for systems that
2291          do not use this file.
2292         (SIGN_EXTEND_CHAR):
2293         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
2294         * unexmips.c: Remove file, unused.
2296         * editfns.c (Fuser_full_name): Replace the only use of
2297         USER_FULL_NAME with its value.
2298         * config.in: Regenerate.
2300 2008-07-16  David Reitter  <david.reitter@gmail.com>
2302         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
2303         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
2305 2008-07-16  Glenn Morris  <rgm@gnu.org>
2307         * emacs.c (system-type): Doc fix.
2309 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
2312         If the cache doesn't work, let's fix it, rather than work around it.
2314 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2316         * Makefile.in: Correct additions for nsfont.o in last commit.
2317         * nsfont.m: New file (forgot last commit).
2319 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
2321         * callproc.c (set_initial_environment): Initialize
2322         Vprocess_environment under CANNOT_DUMP (fixes crash when
2323         batch-compiling for bootstrap).
2325 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
2326             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2328         (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
2329         fix crash due to different init order.
2331 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2333         Changes and additions for NeXTstep windowing system (Cocoa and
2334         GNUstep) support.
2336         * Makefile.in:
2337         * config.in: Support defines and build commands for NS port.
2338         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
2339         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
2340         * dispextern.h: Include nsgui.h and add needed typedefs under NS
2341         windowing.
2342         (struct face): Add synth_ital field.
2343         * dispnew.c: Include nsterm.h when compiling under NS windowing.
2344         (init_display): Initialize Vinitial_window_system to "ns" when so
2345         compiled.
2346         * emacs.c: Include GSConfig.h when compiling under GNUstep.
2347         (display_arg): Use under NS.
2348         (main): Under NS, allocate autorelease pool and handle command line
2349         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
2350         (standard_args): Add NS-specific args.
2351         (shut_down_emacs): Shut down NS terminal if compiled under NS.
2352         * font.c (DEFAULT_ENCODING): New variable.
2353         (font_find_for_lface): Use it.
2354         (syms_of_font): Load syms_of_nsfont under NS.
2355         * font.h: Declare nsfont_driver when compiled under NS.
2356         * fontset.c: When compiling under NS, include nsterm.h.
2357         (fontset_from_font): Autoconstruct fontset under NS.
2358         * frame.c (various): Under NS, include nsterm.h, add Qns window system
2359         symbol, document and use it.
2360         (do_switch_frame): When for_deletion under Cocoa, add
2361         Fraise_frame(Qnil).
2362         (x_set_frame_parameters): Ensure font attribute changes are picked up.
2363         (x_get_arg): Allow "yes" and "no" as boolean values.
2364         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
2365         Qright under Cocoa.
2366         (focus-follows-mouse): Default to 0 under NS.
2367         * frame.h (enum output_method): Add output_ns.
2368         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
2369         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
2370         (FRAME_WINDOW_P): NS-specific definition.
2371         * fringe.c (max_used_fringe_bitmap): Make public.
2372         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
2373         (getloadavg): Use NeXT code under descendant OS's.
2374         * image.c (includes and header section, x_create_bitmap_from_data)
2375         (x_create_bitmap_from_file, free_bitmap_record, image_background)
2376         (image_background_transparent, x_clear_image_1)
2377         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
2378         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
2379         (x_to_xcolors, x_from_xcolors, x_disable_image)
2380         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
2381         other GUIs, including XPM support using code originally written for
2382         Carbon GUI.
2383         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
2384         using NS API.
2385         (image_ascent): Use font metrics macros instead of direct struct field
2386         access.
2387         * keyboard.c (includes): Add nsterm.h when compiling under NS.
2388         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
2389         Also, handle NS as GTK for menu bar purposes.
2390         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
2391         toolkit where they differ.
2392         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
2393         use cachelist, still needed under NS.
2394         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
2395         (struct widget_value): Define it here for menu.c.
2396         * keymap.c (includes): Include modifier internals.
2397         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
2398         NS.
2399         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
2400         support for preferring sequences using certain modifiers, specified by
2401         the FIRSTONLY argument.
2402         * lisp.h (hash_remove): Rename to avoid name clash when compiling
2403         under NS GNUstep implementation.
2404         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
2405         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
2406         * menu.c: Include nsterm.h under NS.
2407         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
2408         (free_menubar_widget_tree_value, update_submenu_strings)
2409         (find_and_call_menu_selection): Treat NS as X and NT.
2410         (find_and_return_menu_selection): New function, used for popup menus.
2411         * nsgui.h:
2412         * nsterm.h:
2413         * nsfns.m:
2414         * nsimage.m:
2415         * nsmenu.m:
2416         * nsselect.m:
2417         * nsterm.m: New files.
2418         * process.c (wait_reading_process_output): Under NS, call ns_select()
2419         instead of plain select().
2420         * syntax.c (char_quoted): Under NS, avoid a crash when called near
2421         beginning of buffer.
2422         * sysselect.h (init_process): Rename when compiling under Cocoa to
2423         avoid name conflict.
2424         * termhooks.h (display_info): Add ns_display_info to union.
2425         * terminal.c (Fterminal_live_p): Add ns to terminal types.
2426         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
2427         COCOA environment.
2428         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
2429         unexec() signature.  (Note, this will dump, but the resulting file
2430         crashes; unexosx is used instead; keeping around for reference and
2431         possible aid in getting dump working under GNUstep.)
2432         * w32gui.h (button_type, widget_value): Remove definitions (now in
2433         keyboard.h).
2434         * window.c: Include nsterm.h when compiling under NS.
2435         * xdisp.c (includes): Include nsterm.h when compiling under NS.
2436         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
2437         other GUI windowing systems.
2438         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
2439         GTK.
2440         (x_consider_frame_title): Under NS, set icon type and frame
2441         modified-state indicator; use ns_set_name_as_filename() when using
2442         formatted title.
2443         (update_window_cursor): Make public when compiling under NS.
2444         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
2445         (hourglass_atimer, Vhourglass_delay
2446         * xfaces.c (header section, init_frame_faces, clear_font_table)
2447         (defined_color, unload_color, x_face_list_fonts)
2448         (prepare_face_for_display): Add NS support parallel to other GUIs.
2449         Emulate GCs like other non-X GUIs.
2450         (split_font_name): Don't lowercase font name under NS.
2451         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
2452         under NS.
2453         * s/darwin.h: Add support for compilation under NS.
2455 2008-07-15  Jason Rumney  <jasonr@gnu.org>
2457         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
2458         (w32_show_hourglass): Rename from show_hourglass.
2459         (w32_hide_hourglass): Rename from hide_hourglass.
2460         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
2461         (Vhourglass_delay): Declare extern.
2462         (hourglass_started): Remove.
2464         * xdisp.c (Vhourglass_delay): Remove static.
2465         (hourglass_started, start_hourglass, cancel_hourglass):
2466         Don't include these versions on WINDOWSNT.
2468 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2470         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
2471         variables (formerly in xfns.c).
2472         (show_hourglass, hide_hourglass): New prototypes (same).
2473         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
2474         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
2475         in xfns.c).
2476         (syms_of_xdisp): Declare/initialize display-hourglass,
2477         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
2478         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
2479         formerly in xfns.c.
2480         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
2481         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
2482         (start_hourglass, cancel_hourglass): Remove.
2483         (show_hourglass, hide_hourglass): Remove prototypes and static
2484         modifiers.
2485         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
2486         hourglass_atimer, hourglass_shown_p declaration/initialization.
2487         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
2488         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
2489         (start_hourglass, cancel_hourglass): Remove.
2490         (show_hourglass, hide_hourglass): Remove prototypes and static
2491         modifiers.
2492         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
2493         hourglass_atimer, hourglass_shown_p declaration/initialization.
2494         * w32fns.c (display_hourglass_p, Vhourglass_delay)
2495         (DEFAULT_HOURGLASS_DELAY): Remove.
2496         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
2497         hourglass_shown_p declaration/initialization.
2499 2008-07-14  Jason Rumney  <jasonr@gnu.org>
2501         * w32fns.c (w32_get_arg): Remove wrapper function.
2502         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
2503         directly.
2504         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
2506 2008-07-14  Kenichi Handa  <handa@m17n.org>
2508         * xfont.c (xfont_open): Add workaround for X's bug.
2510 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2512         * fontset.c: Include <stdio.h> unconditionally.
2514 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
2516         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
2517         for filtering.
2519 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2521         * s/vms.h: Use __GNUC__ instead of _GNUC_.
2523         * m/macppc.h:
2524         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
2526         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
2527         (SPECIAL_EMACS_INT):
2528         * m/ia64.h (SPECIAL_EMACS_INT):
2529         * m/amdx86-64.h (SPECIAL_EMACS_INT):
2530         * s/gnu.h (NLIST_STRUCT):
2531         * s/aix4-2.h (X11R5_INHIBIT_I18N):
2532         * s/gnu-linux.h (LINUX):
2533         * s/msdos.h (HAVE_FACES):
2534         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
2536         * systty.h:
2537         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
2538         anymore.
2540 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2542         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
2543         always defined as int.
2545         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
2546         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
2547         * s/gnu-linux.h (HAVE_WAIT_HEADER):
2548         * s/freebsd.h (HAVE_WAIT_HEADER):
2549         * s/bsd-common.h (HAVE_UNION_WAIT):
2550         * s/aix4-2.h (HAVE_WAIT_HEADER):
2551         * m/mips.h (HAVE_UNION_WAIT):
2552         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
2553         (COFF, static): Do not define, they are undefined later in the file.
2555         * process.c (update_status): Don't use a union.
2556         (status_convert):
2557         (sigchld_handler): Use int instead of WAITTYPE.
2559 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
2561         * indent.c (Fvertical_motion): Restore hscroll before moving to
2562         goal column.
2564 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
2566         * lisp.h: Remove left over code.
2568 2008-07-11  Andreas Schwab  <schwab@suse.de>
2570         * lisp.h: Fix logic in last change.
2572         * menu.h: New file.
2573         * menu.c: Include it.
2574         * xmenu.c: Likewise.
2575         * Makefile.in: Update dependencies.
2577 2008-07-11  Kenichi Handa  <handa@m17n.org>
2579         * fontset.c (fontset_from_font): Cancel the previous change.
2581 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
2583         * lisp.h:
2584         * w32heap.c:
2585         * emacs.c:
2586         * alloc.c: Replace all references of NO_UNION_TYPE with
2587         USE_LISP_UNION_TYPE.
2589         * m/xtensa.h (NO_UNION_TYPE):
2590         * m/vax.h (NO_UNION_TYPE):
2591         * m/template.h (NO_UNION_TYPE):
2592         * m/sparc.h (NO_UNION_TYPE):
2593         * m/mips.h (NO_UNION_TYPE):
2594         * m/macppc.h (NO_UNION_TYPE):
2595         * m/m68k.h (NO_UNION_TYPE):
2596         * m/iris4d.h (NO_UNION_TYPE):
2597         * m/intel386.h (NO_UNION_TYPE):
2598         * m/ibms390x.h (NO_UNION_TYPE):
2599         * m/ibms390.h (NO_UNION_TYPE):
2600         * m/ibmrs6000.h (NO_UNION_TYPE):
2601         * m/ia64.h (NO_UNION_TYPE):
2602         * m/hp800.h (NO_UNION_TYPE):
2603         * m/arm.h (NO_UNION_TYPE):
2604         * m/amdx86-64.h (NO_UNION_TYPE):
2605         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
2606         defining it the same.
2608 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
2610         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
2612 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
2614         * fileio.c:
2615         * sysdep.c
2616         * systty.h:
2617         * m/ibmrs6000.h:
2618         * m/iris4d.h:
2619         * s/aix4-2.h:
2620         * s/freebsd.h:
2621         * s/gnu-linux.h:
2622         * s/hpux10-20.h:
2623         * s/hpux11.h:
2624         * s/netbsd.h:
2625         * s/sol2-3.h:
2626         * s/sol2-4.h:
2627         * s/sol2.h:
2628         * s/usg5-4.h:
2629         * s/vms.h: Remove references to unused variables.
2631 2008-07-10  Andreas Schwab  <schwab@suse.de>
2633         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
2634         pattern before matching the generic family.
2636 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
2638         * unexec.c:
2639         * s/vms.h:
2640         * s/usg5-4-2.h:
2641         * s/sol2-5.h:
2642         * s/freebsd.h:
2643         * s/darwin.h: Remove dead code.
2645         * m/template.h:
2646         * m/sparc.h:
2647         * m/mips.h:
2648         * m/m68k.h:
2649         * m/iris4d.h:
2650         * m/intel386.h:
2651         * m/ibms390x.h:
2652         * m/ibms390.h:
2653         * m/ia64.h:
2654         * m/hp800.h:
2655         * m/arm.h:
2656         * m/amdx86-64.h: Remove dead code and references to unused
2657         and compiler defined symbols.
2659         * unexmips.c:
2660         * unexelf.c: Remove references to desupported systems.
2662         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
2664         * m/powermac.h: Remove boilerplate comments.
2665         (NO_REMAP): Remove unused definition.
2667         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
2668         define them.
2670 2008-07-10  Kenichi Handa  <handa@m17n.org>
2672         * xfont.c (xfont_open): Log the reason of failure.
2674 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * fontset.c (fontset_get_font_group):
2677         * font.c (font_check_otf): Specify argument types.
2679 2008-07-09  Kenichi Handa  <handa@m17n.org>
2681         * coding.c (detect_coding_utf_8): Set detect_info->found only when
2682         non-ASCII char is found.
2684         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
2685         (reorder_font_vector): Change the arg preferred_family to font.
2686         Prefer the spec matching with font.
2687         (fontset_get_font_group): New function.
2688         (fontset_find_font): Change the format of an element of a realized
2689         fontset.  Use fontset_get_font_group.
2690         (fontset_font): Try the current fontset, the default fontset, the
2691         fallbacks of the current fontset, and the fallbacks of the default
2692         fontset in this order.
2693         (face_for_char): Delete the shortcut to use the current font.
2694         (fontset_from_font): Don't set fonts for Latin in the fontset.
2696         * font.h (font_make_object, font_match_p): Adjust prototypes.
2698         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
2700         * font.c (font_make_object): New arg entity and pixelsize.
2701         (font_check_otf_features, font_check_otf): New functions.
2702         (font_match_p): Check :lang, :script, and :otf properties.
2704         * xfont.c (xfont_open): Adjust it for the change of
2705         font_make_object.
2706         (xfont_text_extents): Fix initial setting of metrics.
2708         * ftfont.c (struct ftfont_info): New member index, delete member
2709         fc_charset_idx.  Make the member order compatible with struct
2710         xftfont_info.
2711         (fc_charset_table): Change charset names to registry names.
2712         (ftfont_pattern_entity): Delete the args registry and
2713         fc_charset_idx.  Change the value of :font-entity property
2714         to (FONTNAME . INDEX).  Always set :registry property to
2715         `iso10646-1'.
2716         (struct ftfont_cache_data): New struct.
2717         (ftfont_lookup_cache): New arg for_face.
2718         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
2719         (ftfont_driver): Set the member otf_capability.
2720         (ftfont_get_charset): Adjust it for the change of
2721         fc_charset_table.
2722         (OTF_TAG_SYM): New macro.
2723         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
2724         for the change of fc_charset_table.
2725         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
2726         ftfont_pattern_entity.  Add FC_INDEX to objset.
2727         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
2728         and ftfont_pattern_entity.
2729         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
2730         font_make_object, struct ftfont_info.
2731         (ftfont_has_char): Use ftfont_get_fc_charset.
2732         (ftfont_otf_features, ftfont_otf_capability): New functions.
2733         (ftfont_shape): Use ftfont_get_otf.
2734         (ftfont_text_extents): Fix initial setting of metrics.
2736         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
2737         member order compatible with struct ftfont_info.
2738         (xftfont_open): Add FC_CHARSET to the pattern.  Set
2739         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
2740         properties if appropriate.
2741         (xftfont_close): Unlock the face.
2742         (xftfont_anchor_point, xftfont_shape): Deleted.
2743         (syms_of_xftfont): Don't set members anchor_point and shape of
2744         xftfont_driver.
2746         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
2747         font_make_object.
2749         * w32font.c (w32font_open): Adjust it for the change of
2750         font_make_object.
2751         (w32font_open_internal): Don't set properties of font_object here.
2753 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
2755         * macfns.c (x_create_tip_frame):
2756         * w32fns.c (x_create_tip_frame):
2757         * xfns.c (x_create_tip_frame): Pass parameter argument to
2758         face-set-after-frame-default.
2760         * xfaces.c (Finternal_merge_in_global_face): Save merged
2761         attributes for the default face back into the face vector.
2763 2008-07-08  Andreas Schwab  <schwab@suse.de>
2765         * fontset.h: Declare fontset_from_font.  Don't declare
2766         new_fontset_from_font and fontset_from_font_name.
2767         * xterm.c: Include "fontset.h".
2768         * Makefile.in (xterm.o): Update dependencies.
2770 2008-07-08  Glenn Morris  <rgm@gnu.org>
2772         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
2773         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
2775 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
2777         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
2778         (x_set_frame_parameters): Don't bind it.
2780 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
2782         * w32fns.c (map_w32_filename): Declare extern.
2784 2008-07-07  Jason Rumney  <jasonr@gnu.org>
2786         * w32term.c (WS_EX_LAYERED): Define if not already.
2788 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
2790         * xfaces.c (set_font_frame_param): Don't try to set the font
2791         parameter if it is still unspecified in the lface.
2793 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
2795         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
2796         face if it didn't already exist.
2798         * xdisp.c (try_window_id): Give up if word-wrapping is on.
2800 2008-07-05  Andreas Schwab  <schwab@suse.de>
2802         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
2804 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
2806         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
2807         word-wrapping.
2808         (IT_DISPLAYING_WHITESPACE): New macro.
2809         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
2810         when word-wrapping.  Simplify word-wrapping logic.  Use correct
2811         pixel positions when saving copies of the iterator.
2812         (display_line): Use proper wrap point if the last character on a
2813         line was preceded by whitespace.
2815 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
2819 2008-07-04  Kenichi Handa  <handa@m17n.org>
2821         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
2823         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
2825 2008-07-02  Jason Rumney  <jasonr@gnu.org>
2827         * xfns.c (syms_of_xfns): Only define x-select-font when both
2828         HAVE_FREETYPE and USE_GTK
2830         * xdisp.c (next_element_from_display_vector): Move assignment out
2831         of if statement.
2833 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
2835         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
2837         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
2838         (syms_of_fileio): Initialize and export them.
2839         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
2841         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
2842         (Fsystem_move_file_to_trash): New function.
2843         (syms_of_w32fns): Export it to lisp.
2845 2008-07-01  Jason Rumney  <jasonr@gnu.org>
2847         * w32font.c (w32font_text_extents): Don't count overhang as part
2848         of width.
2850 2008-06-30  Miles Bader  <miles@gnu.org>
2852         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
2853         Add `avoid_cursor_p' field.
2855         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
2856         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
2857         (append_glyph, append_composite_glyph, produce_image_glyph)
2858         (append_stretch_glyph): Initialize avoid_cursor_p.
2859         (get_it_property): Rename from `get_line_height_property'.
2860         (x_produce_glyphs): Use get_it_property.
2861         (handle_line_prefix, push_display_prop): New functions.
2862         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
2863         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
2864         New variables.
2865         (syms_of_xdisp): Initialize them.
2867 2008-06-30  Kenichi Handa  <handa@m17n.org>
2869         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
2870         XftDefaultSubstitute (they are called in XftFontMatch).
2871         (xftfont_open): Fix args to ftfont_font_format.
2873         * ftfont.c (fc_charset_table): New member lang.
2874         (ftfont_resolve_generic_family): New arg pattern.
2875         (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
2876         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
2877         (ftfont_open): Fix args to ftfont_font_format.
2878         (ftfont_font_format): New arg filename.
2880 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
2882         * xfaces.c (Finternal_merge_in_global_face): If default face was
2883         modified, realize it again.  Update the font face attribute.
2885 2008-06-29  Jason Rumney  <jasonr@gnu.org>
2887         * w32term.c (x_set_frame_alpha): Fix logic.
2889 2008-06-29  Kenichi Handa  <handa@m17n.org>
2891         * fontset.c (Finternal_char_font): Return font-object instead of
2892         font-name.
2894         * composite.c (get_composition_id): Fix the width calculation for TAB.
2896 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * indent.c (Fvertical_motion): Properly handle float column arg.
2900 2008-06-28  Jason Rumney  <jasonr@gnu.org>
2902         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
2903         (pfnSetLayeredWindowAttributes): New function pointer.
2904         (w32_initialize): Initialize it when supported.
2905         (x_set_frame_alpha): New function.
2907         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
2908         (w32_frame_parm_handlers): Set alpha handler.
2910         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
2912 2008-06-27  Jason Rumney  <jasonr@gnu.org>
2914         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
2915         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
2916         (w32_to_x_charset, x_to_w32_charset)
2917         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2918         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2919         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2920         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2921         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2922         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2923         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
2924         (Qw32_charset_unicode): Remove.
2925         (syms_of_w32fns): Update for above changes.
2927         * w32font.c (w32_to_x_charset, x_to_w32_charset)
2928         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2929         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2930         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2931         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2932         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2933         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2934         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
2935         (syms_of_w32font): Update for above changes.
2937 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
2939         * s/usg5-4.h: Fix previous change: keep the correct branch of a
2940         removed #if.
2941         (USG_SHARED_LIBRARIES): Remove duplicate definition.
2943 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
2944             Eli Zaretskii  <eliz@gnu.org>
2946         * makefile.w32-in (LOCAL_FLAGS):
2947         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
2949         * sysdep.c (_spawnlp, _getpid):
2950         Declare with explicit _cdecl instead of _CRTAPI1.
2952         * editfns.c (Fget_internal_run_time):
2953         Check for WINDOWSNT with #ifdef, not #if.
2955 2008-06-26  Jason Rumney  <jasonr@gnu.org>
2957         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
2959         * w32term.c (x_draw_glyph_string_foreground)
2960         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
2961         Use FONT_HANDLE macro.
2962         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
2964         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
2965         (uniscribe_encode_char): Use FONT_HANDLE macro.
2967         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
2968         (w32font_text_extents): Use precast w32_font.
2969         (w32font_close): Free cached metrics.
2970         (w32font_open_internal): Allocate space for name on stack.
2972 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
2974         * xdisp.c (extend_face_to_end_of_line): Fix last change.
2976 2008-06-26  Jason Rumney  <jasonr@gnu.org>
2978         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
2979         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
2981 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
2983         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
2985 2008-06-26  Jason Rumney  <jasonr@gnu.org>
2987         * w32bdf.c, w32bdf.h: Remove obsolete files.
2989         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
2991         * w32gui.h: Don't include w32bdf.h.
2992         (XCharStruct, enum w32_char_font_type, W32FontStruct):
2993         Remove obsolete font support.
2995         * w32font.h (struct w32font_info): Remove compat_w32_font.
2996         Add hfont member.
2997         (FONT_COMPAT): Remove obsolete macro.
2999         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
3000         (w32font_encode_char, w32font_text_extents): Use new hfont member.
3001         (w32font_open_internal): Remove compat code.  Set new hfont member.
3002         (Fx_select_font): Use new hfont member.
3004         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
3005         (uniscribe_encode_char): Use new hfont member.
3007         * w32term.c (x_draw_glyph_string_foreground)
3008         (x_draw_composite_glyph_string_foreground): Use new hfont member.
3009         (x_draw_glyph_string): Use metrics in w32font_info.
3011 2008-06-26  Kenichi Handa  <handa@m17n.org>
3013         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
3015 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3017         * unexnext.c:
3018         * m/ews4800.h:
3019         * m/hp9000s300.h:
3020         * m/ibm370aix.h:
3021         * m/mips-siemens.h:
3022         * m/ncr386.h:
3023         * m/next.h:
3024         * m/pmax.h:
3025         * m/powerpcle.h:
3026         * m/tandem-s2.h:
3027         * s/386bsd.h:
3028         * s/bsd386.h:
3029         * s/bsd4-1.h:
3030         * s/bsd4-2.h:
3031         * s/bsdos2-1.h:
3032         * s/bsdos2.h:
3033         * s/bsdos3.h:
3034         * s/bsdos4.h:
3035         * s/nextstep.h:
3036         * s/ultrix4-3.h:
3037         * s/usg5-0.h:
3038         * s/usg5-2-2.h:
3039         * s/usg5-2.h:
3040         * s/usg5-4-3.h:
3041         * s/ux4800.h:
3042         * s/uxpds.h:
3043         * s/uxpv.h: Remove support for obsolete systems.
3044         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
3045         Remove, insert contents in s/hpux-10.20.h.
3046         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
3047         Remove, insert contents in s/aix4-2.h.
3048         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
3049         * s/bsd4-3.h: Rename to ...
3050         * s/bsd-common.h: ... this.
3051         * data.c:
3052         * doc.c:
3053         * ecrt0.c:
3054         * emacs.c:
3055         * fileio.c:
3056         * floatfns.c:
3057         * keyboard.c:
3058         * mem-limits.h:
3059         * print.c:
3060         * process.c:
3061         * sysdep.c:
3062         * syssignal.h:
3063         * systty.h:
3064         * syswait.h:
3065         * term.c:
3066         * unexec.c:
3067         * unexelf.c:
3068         * unexhp9k800.c:
3069         * m/hp800.h:
3070         * m/ibmrs6000.h:
3071         * m/mips.h:
3072         * m/vax.h:
3073         * s/darwin.h:
3074         * s/freebsd.h:
3075         * s/gnu.h:
3076         * s/ms-w32.h:
3077         * s/msdos.h:
3078         * s/netbsd.h:
3079         * s/template.h: Remove references to obsolete variables.
3081         * Makefile.in: Add dependencies for all unexec files.
3082         (admindir): Remove unused variable.
3083         (UNEXEC_SRC): Remove references.
3085 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
3087         * xfns.c (x_default_font_parameter): If Xft is available, first
3088         try Monospace-12 for the default font.
3090 2008-06-25  Jason Rumney  <jasonr@gnu.org>
3092         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
3094 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
3098         * buffer.c (syms_of_buffer): Remove default-word-wrap.
3100 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
3102         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
3103         <scroll-conservatively>: Fix typo in docstring.
3105         * xselect.c (Fx_send_client_event): Doc fix.
3107 2008-06-25  Kenichi Handa  <handa@m17n.org>
3109         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
3111         * font.c (font_parse_fcname): Remove unused variables.
3112         (font_sort_entites): Delete the arg SPEC.  Caller changed.
3113         Fix for the case of ! best_only.
3114         (font_delete_unmatched): Check DPI and AVGWIDTH too.
3116         * lisp.h (Fstring_to_unibyte): EXFUN it.
3118         * character.h (str_to_unibyte): Extern it.
3120         * character.c (str_to_unibyte): New function.
3122         * fns.c (Fstring_to_unibyte): New function.
3123         (syms_of_fns): Defsubr it.
3125 2008-06-24  Kenichi Handa  <handa@m17n.org>
3127         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
3128         DPI too.
3129         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
3131 2008-06-24  Andreas Schwab  <schwab@suse.de>
3133         * Makefile.in (${lispsource}loaddefs.el): Rename from
3134         ../lisp/loaddefs.el.
3135         (bootstrap-clean): Do what distclean does but don't remove
3136         Makefile.
3137         (distclean): Depend on bootstrap-clean and remove Makefile.
3139 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
3141         * buffer.h (struct buffer): New member word_wrap.
3143         * buffer.c (syms_of_buffer): New variables default-word-wrap and
3144         word-wrap.
3145         (init_buffer_once): Initialize them.
3147         * dispextern.h (struct it): Replace bool truncate_lines_p with a
3148         line_wrap enum possessing three possible values.
3150         * termopts.h: Replace truncate_partial_width_windows with
3151         Vtruncate_partial_width_windows.
3153         * dispnew.c (direct_output_for_insert): Avoid direct output when
3154         inserting a space with word wrap on.
3156         * indent.c (compute_motion): Obey integer values of
3157         truncate-partial-width-windows.
3159         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
3160         replacing truncate_partial_width_windows.
3161         (init_iterator): If Vtruncate_partial_width_windows is an integer,
3162         truncate only if the window width is below that integer.
3163         (start_display, resize_mini_window, produce_stretch_glyph)
3164         (display_string, move_it_in_display_line_to): Use line_wrap.
3165         (back_to_previous_visible_line_start, reseat_1): Reset
3166         string_from_display_prop_p.
3167         (display_line): Extend default face to end of line when wrapping.
3169 2008-06-24  Kim F. Storm  <storm@cua.dk>
3171         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
3172         to wrap continued lines at word boundaries.
3174 2008-06-24  Jason Rumney  <jasonr@gnu.org>
3176         * font.c (Ffont_face_attributes): Multiply pixel size before point
3177         conversion to avoid multiplying rounding error.
3179 2008-06-23  Jason Rumney  <jasonr@gnu.org>
3181         * w32term.c (x_draw_glyph_string_background)
3182         (x_draw_glyph_string): Remove old bdf font code.
3184         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
3186 2008-06-22  Kenichi Handa  <handa@m17n.org>
3188         * font.c (font_find_for_lface): Try the adstyle specified in
3189         the property of LFACE_FONT of LFACE (if any).
3191 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
3192             Ryo Yoshitake  <ryo@shiftmode.net>
3194         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
3196 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3198         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
3199         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
3200         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
3201         (witness-emacs): Remove.
3202         (lisp, shortlisp): Move loaddefs.el earlier.
3203         (mostlyclean): Forget about witness-emacs.
3205 2008-06-22  Glenn Morris  <rgm@gnu.org>
3207         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
3208         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
3210 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3212         * Makefile.in (PRECOMP): Remove.
3213         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
3214         (witness-emacs): Run `compile-first'.
3215         (.el.elc): Use the new compile-onefile target.
3217 2008-06-21  Kenichi Handa  <handa@m17n.org>
3219         * xftfont.c (xftfont_open): Handle QCembolden only when
3220         FC_EMBOLDEN is defined.
3222 2008-06-21  Andreas Schwab  <schwab@suse.de>
3224         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
3225         (.el.elc): Likewise.
3227 2008-06-21  Miles Bader  <miles@gnu.org>
3229         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
3230         build dir, not the lisp source dir.
3232 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
3235         (bootstrapclean): Remove.
3236         (.el.elc): New rule.
3237         (PRECOMP): New var.
3238         (../lisp/subdirs.el): Remove.
3239         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
3240         (witness-emacs): New target.
3241         (mostlyclean): Remove witness-emacs as well.
3242         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
3243         Add witness-emacs dependency.
3245 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
3247         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
3248         defined by the font.
3250 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
3253         (bootstrap-clean): New target that keeps TAGS around.
3254         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
3255         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
3257 2008-06-20  Jason Rumney  <jasonr@gnu.org>
3259         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
3260         Remove obsolete font code.
3262         * w32font.c (font_matches_spec): Use csb bitfield from font signature
3263         to determine language support.
3265 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * sysdep.c (cfsetspeed): New fun extracted from the code.
3268         (cfmakeraw): Move before first use.
3270 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
3272         * sysdep.c (cfmakeraw): Provide fallback implementation.
3273         (serial_configure): Provide fallback implementation of cfsetspeed.
3275 2008-06-20  Kenichi Handa  <handa@m17n.org>
3277         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
3278         the pattern.
3280         * fontset.c (fontset_from_font): Copy font_spec before changing
3281         the elements.
3283         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
3285 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
3288         for explicit `font' parameters.
3290         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
3292 2008-06-19  Kenichi Handa  <handa@m17n.org>
3294         * frame.c: Include <ctype.h>.
3295         (x_set_font_backend): Allow spacing characters in the X resource
3296         for FontBackend.
3298 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * w32fns.c, xfns.c (Qfont_param): New var.
3301         (syms_of_w32fns): Initialize it.
3302         (x_default_font_parameter): Record explicit `font' into
3303         `font-parameter'.
3305 2008-06-18  Kenichi Handa  <handa@m17n.org>
3307         * font.c (font_parse_xlfd): Fix previous change.
3308         (font_parse_fcname): Don't use :fc-unknown-spec.
3309         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
3310         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
3311         (font_add_log): Prepend the driver name to the resulting fonts.
3313         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
3314         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
3315         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
3317         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
3318         (QCembolden): New variables.
3319         (syms_of_xftfont): DEFSYM them.
3320         (xftfont_open): Call XftFontMatch.  Don't trust the result of
3321         XftTextExtents8 if the pixel_size is less than 5.
3323 2008-06-18  Andreas Schwab  <schwab@suse.de>
3325         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
3326         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
3328 2008-06-18  Jason Rumney  <jasonr@gnu.org>
3330         * w32font.c (w32font_list, w32font_match): Add logging.
3332         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
3334 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
3336         * font.c (font_parse_fcname): Store divider characters for
3337         unknown-spec list.  For known key symbols, intern using correct
3338         symbol name.
3340 2008-06-17  Kenichi Handa  <handa@m17n.org>
3342         * xfaces.c (realize_default_face): If the frame is not on window
3343         system, set the fontset of face to nil.
3345 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3347         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
3349 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
3351         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
3352         (build_font_name_from_vector): Delete externs.
3354         * xfaces.c (struct font_name): Don't declare.
3356 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3358         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
3360 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
3362         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
3364 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
3366         * font.c (Ffont_spec): Fix usage in docstring.
3367         (Ffont_face_attributes): Doc fix.
3369 2008-06-16  Andreas Schwab  <schwab@suse.de>
3371         * font.c (Ffont_face_attributes): Fix definition.
3373 2008-06-16  Jason Rumney  <jasonr@gnu.org>
3375         * font.h (font_style_symbolic_from_value): Remove.
3377         * font.c (font_style_symbolic_from_value): Remove.
3378         (font_style_symbolic): Revert to pre 2008-06-13 version.
3380         * w32font.c (w32_to_fc_weight): New function.
3381         (w32font_full_name, logfont_to_fcname): Use it.
3383 2008-06-16  Kenichi Handa  <handa@m17n.org>
3385         * font.c (font_check_object): Delete it.
3386         (font_clear_cache): Check if a font-object is alive.
3387         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
3388         font-object to nil.
3389         (font_close_object): Don't check FONT_CLOSE_OBJECT.
3390         (font_at): Don't call font_check_object.
3391         (Ffont_get): Return a symbol for :weight, :slant, and :width.
3393 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3395         * puresize.h (BASE_PURESIZE): Increase to 1230000.
3397 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
3399         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
3401 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
3403         * font.c (font_parse_fcname): Only one decimal point.
3404         (font_unparse_fcname): Handle data in family and foundry indices
3405         as symbols, not strings.
3406         (font_unparse_gtkname, Ffont_face_attributes): New functions.
3408         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
3410         * font.h (font_unparse_gtkname): Add prototype.
3412 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3414         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
3416 2008-06-15  Andreas Schwab  <schwab@suse.de>
3418         * font.c (font_update_drivers): Fix crash when no drivers match.
3420 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
3423         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
3425 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3427         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
3429 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * process.c (Fserial_process_configure, Fprocess_send_eof):
3432         Use EQ to compare Lisp_Objects.
3434 2008-06-13  Jason Rumney  <jasonr@gnu.org>
3436         * w32fns.c (Fw32_select_font): Remove old font API function.
3438         * w32font.c (logfont_to_fcname): New function.
3439         (Fx_select_font): New font dialog function compatible with
3440         GTK/fontconfig version.
3442         * font.c (font_style_symbolic_from_value): New function.
3443         (font_style_symbolic): Use it.
3445         * font.h (font_style_symbolic_from_value): Declare new function.
3447 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
3449         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
3450         <font-width-table>: Fix typos in docstrings.
3452 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3454         These changes add serial port access.
3455         * process.c: Add HAVE_SERIAL.
3456         (Fdelete_process, Fprocess_status, Fset_process_buffer)
3457         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
3458         (list_processes_1, select_wrapper, Fstop_process)
3459         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
3460         (status_notify): Modify to handle serial processes.
3461         [HAVE_SERIAL] (Fserial_process_configure)
3462         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
3463         New functions.
3464         * process.h (struct Lisp_Process): Add `type'.
3465         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
3466         New functions.
3467         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
3468         serial ports.
3469         (serial_open, serial_configure) New functions.
3470         * w32.h: Add FILE_SERIAL.
3471         (struct _child_process): Add ovl_read, ovl_write.
3473 2008-06-13  Kenichi Handa  <handa@m17n.org>
3475         * dispextern.h (enum lface_attribute_index): New member
3476         LFACE_FOUNDRY_INDEX.
3478         * font.c (font_score): Delete arg alternate_families.  Check only
3479         weight, slant, width, and size.  Ignore the difference of alias
3480         style symbols.
3481         (font_sort_entites): Adjust for the above change.  Reflect the
3482         order of font-driver to scores.
3483         (font_list_entities): Don't check alternate_familes here.
3484         (font_clear_prop): Handle foundry.
3485         (font_update_lface): Don't parse "foundry-family" form here.
3486         Handle FONT_FOUNDRY_INDEX.
3487         (font_find_for_lface): Likewise.  Handle alternate families here.
3488         If registry is nil, try iso8859-1 and ascii-0.
3489         (font_open_for_lface): Pay attention to size in ENTITY.
3490         (font_open_by_name): Simplify by calling font_load_for_lface.
3491         (free_font_driver_list): Delete it.
3492         (font_update_drivers): Preserve the order of backends.
3493         (syms_of_font): Setting of sort_shift_bits adjusted for the change
3494         of font_score and font_sort_entites.
3495         (font_update_sort_order): Likewise.
3497         * xfaces.c (LFACE_FOUNDRY): New macro.
3498         (check_lface_attrs): Check foundry.
3499         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
3500         (merge_face_vectors): Check foundry.
3501         (merge_face_ref): Likewise.
3502         (Finternal_set_lisp_face_attribute): Likewise.
3503         (x_update_menu_appearance): Likewise.
3504         (Finternal_get_lisp_face_attribute): Likewise.
3505         (lface_hash): Likewise.
3506         (lface_same_font_attributes_p): Likewise.
3507         (x_supports_face_attributes_p): Likewise.
3508         (tty_supports_face_attributes_p): Likewise.
3509         (Finternal_set_alternative_font_family_alist): Intern strings.
3510         (Finternal_set_alternative_font_registry_alist): Downcase strings.
3511         (realize_default_face): Set LFACE_FOUNDRY (lface).
3513         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
3514         font-driver at first.
3516         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
3518 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3520         * lread.c (Fload): Use xfree, not free on saved_doc_string.
3522 2008-06-12  Jim Meyering  <meyering@redhat.com>
3524         Make unexec_free handle NULL the same way free does.
3525         * unexmacosx.c (unexec_free): Ignore a NULL argument.
3527 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * character.h (CHAR_TO_BYTE_SAFE): New macro.
3530         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
3531         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
3532         (WEAK_ALIAS): Simplify.
3533         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
3534         when searching a unibyte buffer.
3536 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
3538         * xfns.c (Fx_select_font): Rename from x-font-dialog.
3540 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
3542         * w32font.c: Include ctype.h.
3544 2008-06-11  Jason Rumney  <jasonr@gnu.org>
3546         * w32font.c (w32font_encode_char): Detect missing glyphs that are
3547         misreported as space.
3548         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
3549         as aliases for registry iso10646-1.
3551 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * buffer.c (clone_per_buffer_values): Skip `name'.
3555 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
3557         * font.c (font_parse_fcname): Fix last change; accept decimal
3558         points in font size.
3560 2008-06-10  Jason Rumney  <jasonr@gnu.org>
3562         * w32uniscribe.c (add_opentype_font_name_to_list):
3563         Skip non unicode fonts.
3565 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
3567         * xfns.c (Fx_font_dialog): New function.
3569         * gtkutil.c (xg_dialog_response_cb): Rename from
3570         xg_file_response_callback.
3571         (pop_down_dialog): Rename from pop_down_file_dialog.
3572         (xg_get_file_name): Callers changed.
3573         (xg_get_font_name): New function.
3575         * gtkutil.h (xg_get_font_name): Insert prototype.
3577 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
3580         x_underline_minimum_display_offset.
3581         (syms_of_xdisp): Declare it here rather than in xterm.c.
3582         * dispextern.h (underline_minimum_offset): Declare it.
3583         * w32term.c (x_draw_glyph_string): Use it.
3584         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
3585         (syms_of_xterm): Don't declare it any more.
3586         (x_draw_glyph_string): Adjust to the new name.
3588 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
3590         * xterm.c (x_underline_minimum_display_offset): New var.
3591         (x_draw_glyph_string): Use it.
3592         (syms_of_xterm): Declare it.
3594 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
3596         * font.c (font_parse_fcname): Accept GTK-style font names too.
3598 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3600         * dired.c (file_name_completion): Don't return t if the match is exact
3601         but with different capitalization.
3602         * minibuf.c (Ftry_completion): Simplify.
3604         * window.c (Vwindow_point_insertion_type): New var.
3605         (set_window_buffer): Use it.
3606         (syms_of_window): Init and export it to Lisp.
3608 2008-06-10  Kenichi Handa  <handa@m17n.org>
3610         * font.h (font_intern_prop): Prototype adjusted.
3612         * font.c (font_intern_prop): New arg force_symbol.
3613         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
3614         Adjust for the change of font_intern_prop.
3616         * ftfont.c (ftfont_pattern_entity):
3617         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
3618         (w32_registry):
3619         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
3620         the change of font_intern_prop.
3622 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
3624         * w32menu.c (digest_single_submenu): Declare extern.
3626 2008-06-09  Jason Rumney  <jasonr@gnu.org>
3628         * w32term.c (x_make_frame_visible): Use alternate restore flags.
3630         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
3631         (parse_single_submenu): Remove.
3632         (digest_single_submenu): Remove.
3633         (syms_of_w32menu): Don't initialise variables that have moved
3634         to menu.c.
3635         (set_frame_menubar): Sync with version in xmenu.c.
3636         (w32_menu_show): Sync with xmenu_show in xmenu.c.
3638         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
3639         Make static again.
3641 2008-06-09  Jason Rumney  <jasonr@gnu.org>
3643         Changes to w32 files related to the move of common menu code
3644         to menu.c on 2008-06-08 by Chong Yidong.
3646         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
3647         defs to w32gui.h.
3648         (single_keymap_panes, push_menu_item, push_menu_pane):
3649         Make globally visible.
3651         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
3652         (local_free, malloc_widget_value, free_widget_value)
3653         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
3654         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
3655         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
3656         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
3657         (menu_items, menu_items_allocated, menu_items_used)
3658         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
3659         (init_menu_items, finish_menu_items, discard_menu_items)
3660         (grow_menu_items, push_submenu_start, push_submenu_end)
3661         (push_left_right_boundary, push_menu_pane, push_menu_item)
3662         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
3663         (free_menubar_widget_tree_value, parse_single_submenu)
3664         (update_submenu_strings): Remove functions.
3665         (xmalloc_widget_value): Remove and declare extern.
3667         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
3668         (OBJ1): Build it.
3670         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
3671         (local_heap, local_alloc, local_free, malloc_widget_value)
3672         (free_widget_value): Define here.
3674 2008-06-09  Kenichi Handa  <handa@m17n.org>
3676         * font.h (Qascii_0): Extern it.
3678         * font.c (Qascii_0): New variable.
3679         (syms_of_font): DEFSYM it.
3680         (font_open_by_name): If the registry "iso8859-1" fails, try also
3681         "ascii-0".
3683         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
3685 2008-06-08  Kenichi Handa  <handa@m17n.org>
3687         * .gdbinit (xfont): New command.
3689 2008-06-08  Andreas Schwab  <schwab@suse.de>
3691         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
3692         * Makefile.in (menu.o): Update dependencies.
3694         * Makefile.in (obj): Always add menu.o.
3695         * emacs.c (main): Always call syms_of_menu.
3696         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
3698 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
3700         * Makefile.in: Compile menu.c.
3702         * lisp.h: Declare syms_of_menu.
3704         * emacs.c (main): Call syms_of_menu.
3706         * keyboard.h: Relocate platform-independent menu definitions from
3707         xmenu.c.
3709         * menu.c: New file.  Relocate platform-independent menu
3710         definitions from xmenu.c.  Suggested by Adrian Robert.
3712         * xmenu.c: Remove platform-independent menu definitions.
3713         (menu_items menu_items_inuse, menu_items_allocated)
3714         (menu_items_used, menu_items_n_panes)
3715         (menu_items_submenu_depth): Move to keyboard.h.
3716         (init_menu_items, finish_menu_items, unuse_menu_items)
3717         (discard_menu_items, restore_menu_items, save_menu_items)
3718         (grow_menu_items, push_submenu_start, push_submenu_end)
3719         (push_left_right_boundary, push_menu_pane, push_menu_item)
3720         (keymap_panes, single_keymap_panes, single_menu_item)
3721         (list_of_panes, list_of_items, find_and_call_menu_selection)
3722         (xmalloc_widget_value, free_menubar_widget_value_tree)
3723         (parse_single_submenu, digest_single_submenu)
3724         (update_submenu_strings): Move to menu.c.
3726 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
3730 2008-06-06  Miles Bader  <miles@gnu.org>
3732         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
3733         face, not frame default.
3735 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
3737         * window.c (pop_up_windows, pop_up_frames)
3738         (display_buffer_reuse_frames, Vpop_up_frame_function)
3739         (Vdisplay_buffer_function, Veven_window_heights)
3740         (Vspecial_display_buffer_names, Vspecial_display_regexps)
3741         (Vspecial_display_function, Vsame_window_buffer_names)
3742         (Vsame_window_regexps, split_height_threshold)
3743         (Vsplit_window_preferred_function): Move those vars to window.el.
3744         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
3745         (Fdisplay_buffer): Move those functions to window.el.
3746         (syms_of_window): Remove corresponding declarations.
3747         (display_buffer): New function.
3748         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
3749         * dispnew.c (Flast_nonminibuf_frame): New function.
3750         * buffer.c (Fpop_to_buffer): Move to window.el.
3752 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3754         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
3756 2008-06-05  Kenichi Handa  <handa@m17n.org>
3758         * coding.c (detect_coding): Fix previous change.
3759         (detect_coding_system): Likewise.
3761 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
3765         * keymap.c (Vminibuffer_local_filename_must_match_map):
3766         Rename from Vminibuffer_local_must_match_filename_map.
3767         (syms_of_keymap):
3768         * minibuf.c (Fcompleting_read): Adjust accordingly.
3769         * commands.h: Rename declaration as well.
3771 2008-06-05  Kenichi Handa  <handa@m17n.org>
3773         * font.c (Ffont_spec): Don't use font_parse_family_registry for
3774         family name.
3775         (Ffont_put): Likewise.
3777         * fontset.c (fontset_find_font): Call font_open_for_lface with the
3778         current font-spec.
3780         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
3781         is unspecified.
3783         * xfaces.c (realize_x_face): If the font-related face attributes
3784         are the same as those of default face, realize a new fontset from
3785         default->fontset.
3786         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
3788 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3790         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
3791         (move_it_in_display_line): New wrapper.
3793         * window.c (window_scroll_pixel_based_preserve_x)
3794         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
3795         (window_scroll_pixel_based, window_scroll_line_based):
3796         Use them to preserve column positions.
3797         (syms_of_window): Initialize them.
3799         * indent.c (Fvertical_motion): Extend first arg to allow passing an
3800         (HPOS . VPOS) pair.
3802         * dispextern.h (move_it_in_display_line): Declare.
3804 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3806         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
3807         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
3808         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
3810 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
3812         * window.c (Fset_window_parameter): Doc fix.
3813         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
3815 2008-06-04  Joakim Verona  <joakim@verona.se>
3817         * window.h (struct window): Add new member window_parameters.
3819         * window.c (Fwindow_parameters, Fwindow_parameter)
3820         (Fset_window_parameter): New defuns.
3821         (syms_of_window): Defsubr the new defuns.
3822         (make_window): Initialize window_parameters to nil.
3824 2008-06-04  John Paul Wallington  <jpw@pobox.com>
3826         * eval.c (Fdefmacro): Doc fix.
3828 2008-06-04  Kenichi Handa  <handa@m17n.org>
3830         * coding.c (detect_coding): Fix handling of coding->head_ascii.
3831         Be sure to call setup_coding_system when we find a proper coding system.
3832         (detect_coding_system): Fix handling of coding->head_ascii.
3834 2008-06-03  Andreas Schwab  <schwab@suse.de>
3836         * font.c (font_prop_validate_spacing): Fix last change.
3838 2008-06-03  Kenichi Handa  <handa@m17n.org>
3840         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
3841         (font_parse_fcname): Fix handling of unknown key.
3843         * xfont.c (xfont_list): Try an alias.
3845         * charset.c (char_charset): Return NULL if the arg charset_list is
3846         specified and C doesn't belong to any of them.
3848 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
3850         * font.c (font_pixel_size): Don't take cdr of an integer.
3852 2008-06-02  Jim Meyering  <meyering@redhat.com>
3854         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
3855         * alloc.c (xfree): Return right away for a NULL arg.
3856         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
3857         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
3858         * mac.c (create_apple_event_from_event_ref): Likewise.
3859         (create_apple_event_from_drag_ref, cfstring_create_normalized):
3860         Likewise.
3861         * doprnt.c (doprnt1): Likewise.
3862         * frame.c (frame): Likewise.
3863         * keyboard.c (wipe_kboard): Likewise.
3864         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
3865         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
3866         * term.c (tty_default_color_capabilities, maybe_fatal)
3867         (delete_tty): Likewise.
3868         * w16select.c (string): Likewise.
3869         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
3870         * w32bdf.c (w32_free_bdf_font): Likewise.
3871         * w32fns.c (w32_unload_font): Likewise.
3872         * w32font.c (w32font_close): Likewise.
3873         * window.c (size_window): Likewise.
3874         * xselect.c (receive_incremental_selection): Likewise.
3875         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
3876         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
3877         * w32.c (stat): Likewise.
3879         Remove useless if-before-free tests.
3880         * editfns.c (Fset_time_zone_rule): Likewise.
3881         * lread.c (nosuffix): Likewise.
3882         * ralloc.c (get_bloc): Likewise.
3883         * regex.c (reg_free): Likewise.
3884         * xftfont.c (xftfont_open, xftfont_close): Likewise.
3885         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
3886         * xsmfns.c (smc_save_yourself_CB): Likewise.
3888 2008-06-02  Kenichi Handa  <handa@m17n.org>
3890         * font.c (font_find_for_lface): Handle float font size.
3891         (font_open_for_lface): Likewise.
3893         * xfaces.c (x_supports_face_attributes_p): Check face->font before
3894         comparing the properties.
3896 2008-06-01  Jason Rumney  <jasonr@gnu.org>
3898         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
3899         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
3900         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
3901         Don't add empty script list.
3902         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
3904 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3906         * Makefile.in (dot, dotdot): Remove, update users.
3907         ".." has been used elsewhere in the file for a long time.
3908         (LIBXT_STATIC): Remove conditional based on unused variable.
3910 2008-06-01  Miles Bader  <miles@gnu.org>
3912         * xfaces.c (Vface_remapping_alist): New variable.
3913         (syms_of_xfaces): Initialize it.
3914         (enum named_merge_point_kind): New type.
3915         (struct named_merge_point): Add `named_merge_point_kind' field.
3916         (push_named_merge_point): Make cycle detection respect different
3917         named-merge-point kinds.
3918         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
3919         Remove face-name alias resolution.
3920         (lface_from_face_name): New definition using
3921         `lface_from_face_name_no_resolve'.
3922         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
3923         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
3924         (get_lface_attributes): New definition that layers face-remapping on
3925         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
3926         (lookup_basic_face): New function.
3927         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
3928         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
3929         `get_lface_attributes'.
3930         (face_at_buffer_position): Use `lookup_basic_face' to lookup
3931         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
3932         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
3934         * xdisp.c (init_iterator): Pass base_face_id through
3935         `lookup_basic_face' when we actually use it as a face-id.
3936         (handle_single_display_prop): Use `lookup_basic_face' to lookup
3937         DEFAULT_FACE_ID.
3939         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
3940         lookup the initial face-id.
3942         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
3944 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
3946         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
3947         (Fremove_text_properties): Fix typos in docstrings.
3949 2008-05-31  Kenichi Handa  <handa@m17n.org>
3951         * font.c (font_list_entities): Fix the car part of data to be
3952         stored in the cache.
3954         * ftfont.c (ftfont_font_format): Don't use strcasestr.
3956 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3958         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
3959         Add a `test' argument so another predicate than `equal' can be used.
3960         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
3961         (map_char_table): Remove unused vars `c' and `i'.
3962         * lisp.h (Foptimize_char_table): Adjust declaration.
3963         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
3965 2008-05-30  Kenichi Handa  <handa@m17n.org>
3967         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
3968         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
3969         defined.
3971 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
3974         (Fmake_variable_frame_local): Disallow mixing buffer-local and
3975         frame-local settings for the same variable.
3977 2008-05-30  Kenichi Handa  <handa@m17n.org>
3979         * fontset.c (Ffont_info): Move to font.c.
3980         (syms_of_fontset): Delete defsubr of Sfont_info.
3982         * font.c (font_style_to_value, font_score): Delete casting of the
3983         args to xstcasecmp.
3984         (register_font_driver): Increment num_font_drivers only when
3985         registering the driver globally.
3986         (Ffont_info): Move from fontset.c.  Handle a font object too.
3987         (syms_of_font): Defsubr Sfont_info.
3989 2008-05-29  Kenichi Handa  <handa@m17n.org>
3991         * coding.h (enum define_coding_utf8_arg_index): New enum.
3992         (enum coding_attr_index): Change coding_attr_utf_16_bom to
3993         coding_attr_utf_bom.
3994         (enum utf_bom_type): Rename from utf_16_bom_type.
3995         (struct utf_16_spec): Adjust for the above change.
3996         (struct coding_system): Add utf_8_bom in `spec' union.
3998         * coding.c (CODING_UTF_8_BOM): New macro.
3999         (enum coding_category): Delete coding_category_utf_8, add
4000         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
4001         coding_category_utf_8_sig.
4002         (CATEGORY_MASK_UTF_8): Delete it.
4003         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
4004         (CATEGORY_MASK_UTF_8_SIG): New macros.
4005         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
4006         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
4007         CATEGORY_MASK_UTF_8_SIG.
4008         (CATEGORY_MASK_UTF_8): New macro.
4009         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
4010         (detect_coding_utf_8): Check BOM.
4011         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
4012         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
4013         (encode_coding_utf_16): Likewise.
4014         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
4015         (detect_coding, detect_coding_system): Handle utf-8-auto.
4016         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
4017         (syms_of_coding): Fix setting up of Vcoding_category_table.
4019 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4021         * process.c (Faccept_process_output): If `millisec' is non-nil,
4022         `seconds' default to 0.
4023         (wait_reading_process_output): Also return non-nil if we read output
4024         from a non-running process.
4026 2008-05-29  Jason Rumney  <jasonr@gnu.org>
4028         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
4029         `raster' specified.
4030         (add_font_entity_to_list): Allow non-opentype truetype fonts back
4031         in the uniscribe backend, but disallow any font that has no
4032         unicode subrange support.
4034 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
4036         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
4037         Fix typos in docstrings.
4039 2008-05-29  Kenichi Handa  <handa@m17n.org>
4041         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
4042         (Fx_family_fonts): Set frame correctly.
4044 2008-05-28  Jason Rumney  <jasonr@gnu.org>
4046         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
4048 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4050         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
4051         calling build_annotations.
4053 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
4055         * coding.c (Fdecode_coding_region, Fencode_coding_region)
4056         (Fencode_coding_string):
4057         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
4058         <latin-extra-code-table>: Fix typos in docstrings.
4059         (syms_of_coding) <coding-system-alist>: Doc fix.
4060         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
4062 2008-05-28  Kenichi Handa  <handa@m17n.org>
4064         * fontset.c (Ffont_info): Don't call font_close_object.
4066         * font.c (font_parse_family_registry): Use Ffont_put to validate
4067         foundry and family.
4068         (font_delete_unmatched): Don't check spacing.
4069         (font_list_entities): Add spacing to the spec to list fonts.
4071         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
4072         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
4074         * coding.c (encode_coding_raw_text): Fix previous change.
4075         (encode_coding_object): When the dst_object is a buffer and is
4076         different from src_object, move gap to PT.
4078 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4080         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
4082 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4084         * coding.c (encode_coding_raw_text): Set coding->produced_char for
4085         all branches.  Compute it differently.
4087         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
4089 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
4091         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
4092         into "else if () ... else ...".
4094 2008-05-27  Jason Rumney  <jasonr@gnu.org>
4096         * w32font.c (w32font_open_internal): Determine if glyph indices
4097         are likely to work here.
4099 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4101         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
4102         draw overlap glyphs with appropriate highlighting.
4104 2008-05-27  Kenichi Handa  <handa@m17n.org>
4106         * xfont.c (xfont_open): Fix calculation of font->average_width.
4108 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4110         * casefiddle.c (casify_object): Try to guess better whether the
4111         argument is a byte or a char.
4113 2008-05-26  Andreas Schwab  <schwab@suse.de>
4115         * xselect.c (x_reply_selection_request): Properly handle format == 32.
4116         Always send multiples of format size.
4118         * xterm.c (x_set_frame_alpha): Fix type mismatch.
4120 2008-05-26  Jason Rumney  <jasonr@gnu.org>
4122         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
4123         (compute_metrics): Don't set failure if we just cleared the cache.
4124         (w32_weight_table): Remove unused variable.
4125         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
4126         backwards compatibility.
4128 2008-05-25  Kenichi Handa  <handa@m17n.org>
4130         * w32term.c (x_draw_glyph_string):
4131         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
4133         * xfaces.c: Delete unused function prototypes.
4134         (xstrlwr, font_frame): Delete them.
4135         (clear_face_cache): Delete unused variable.
4137         * xftfont.c (xftfont_open): Delete unused variable.
4138         If underline_thickness is not 1, adjust underline_position.
4140         * ftxfont.c (ftxfont_open): Delete unused variable.
4142         * fontset.c (face_for_char): Optimize for the case of no charset
4143         property.
4145         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
4146         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
4147         (otf_open, font_otf_capability, generate_otf_features)
4148         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
4149         Comment out by surrounding "#if 0" and "#endif" for the moment.
4150         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
4151         (syms_of_font): Codes for accessing above commented out.
4153 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
4155         * w32proc.c: Include dispextern.h.
4157         * w32.c: Include dispextern.h.
4159 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
4161         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
4162         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
4163         Fix typos in docstrings.
4165 2008-05-23  Jason Rumney  <jasonr@gnu.org>
4167         * xsmfns.c: Remove includes that are already included by config.h.
4169 2008-05-23  Kenichi Handa  <handa@m17n.org>
4171         * charset.c (Qemacs, charset_emacs): New variables.
4172         (char_charset): Fix for non-Unicode characters.
4173         (syms_of_charset): Define charset_emacs.
4175         * w32term.c (x_draw_glyph_string): Be sure to update
4176         s->underline_thickness and s->underline_position.  Be sure to draw
4177         underline within the current line area.
4179         * xterm.c (x_draw_glyph_string): Be sure to update
4180         s->underline_thickness and s->underline_position.  Be sure to draw
4181         underline within the current line area.
4183         * fontset.c: Delete unused variables and add casting for char *
4184         throughout the file.
4185         (fontset_font): Try the fallback fonts of the current fontset
4186         before consulting the default fontset.
4188         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
4190         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
4192 2008-05-22  Jason Rumney  <jasonr@gnu.org>
4194         * font.c: Don't include strings.h.
4196         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
4198         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
4199         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
4200         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
4201         to call xstrcasecmp.
4203         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
4205         * fontset.c (fs_query_fontset): Use xstrcasecmp.
4207         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
4209         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
4211 2008-05-22  Kenichi Handa  <handa@m17n.org>
4213         * puresize.h (BASE_PURESIZE): Increase to 1220000.
4215         * font.c (font_prop_validate_style): Adjust for the format
4216         change of font_style_table.
4218         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
4219         two args.
4221         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
4222         two args.
4224 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4226         * minibuf.c (keys_of_minibuf): Delete.
4227         * lisp.h (keys_of_minibuf): Delete.
4228         * emacs.c (main): Don't call keys_of_minibuf.
4230 2008-05-22  Kenichi Handa  <handa@m17n.org>
4232         * ftfont.c (ftfont_resolve_generic_family): Rename from
4233         ftfont_list_generic_family.  Return a single family for each
4234         generic family.
4235         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
4236         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
4237         Call font_add_log.
4238         (ftfont_match): Call font_add_log.
4240         * font.h (Ffont_xlfd_name): EXFUN adjusted.
4241         (FONT_DEBUG): Define it.
4242         (font_add_log): Extern it.
4243         (font_assert): Rename from xassert.
4245         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
4246         (xfont_list_family): Call font_add_log.
4247         (xfont_match): Likewise.
4248         (memq_no_quit): Delete.
4250         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
4251         call of Ffont_xlfd_name.
4253         * xfaces.c (struct table_entry, slant_table, weight_table)
4254         (swidth_table): Move to font.c.
4256         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
4257         xassert are changed to font_assert.  Delete many unused variables.
4258         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
4259         New variables.
4260         (struct table_entry): Move from xfaces.c and modified.
4261         (weight_table, slant_table, width_table): Move from xfaces.c and
4262         contents adjusted for the change of struct table_entry.
4263         (font_style_to_value, font_style_symbolic): Adjust for the
4264         format change of font_style_table.
4265         (font_parse_family_registry): Don't overwrite existing foundry and
4266         family of font_spec.
4267         (font_score): Fix calculation of diff for sizes.
4268         (font_sort_entites): Call font_add_log.
4269         (font_delete_unmatched): Return a newly created list.
4270         (font_list_entities): Fix previous change.  Call font_add_log.
4271         (font_matching_entity, font_open_entity, font_close_entity):
4272         Call font_add_log.
4273         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
4274         (Finternal_set_font_style_table): Delete.
4275         (BUILD_STYLE_TABLE): New macro.
4276         (build_style_table): New function.
4277         (Vfont_log, font_log_env_checked): New variables.
4278         (font_add_log): New function.
4279         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
4280         Declare Lisp variables "font-weight-table", "font-slant-table",
4281         "font-width-table", and "font-log".  Initialize font_style_table.
4283 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
4285         * xterm.c (x_set_frame_alpha): Move declarations before statements.
4287 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
4288             Ryo Yoshitake  <ryo@shiftmode.net>
4290         * frame.c (Qalpha): Add a new frame parameter `alpha'.
4291         (Vframe_alpha_lower_limit): New variable.
4292         (x_set_alpha): New function.
4294         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
4296         * xfns.c (x-create-frame, Qalpha):
4297         Initialize the frame parameter `alpha'.
4298         * xterm.c (OPAQUE, OPACITY): New.
4299         (x_set_frame_alpha): New function.
4300         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
4302         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
4303         * w32fns.c (w32_frame_parm_handlers): Likewise.
4305 2008-05-20  Jason Rumney  <jasonr@gnu.org>
4307         * w32font.c (add_font_entity_to_list): Don't add non-opentype
4308         truetype fonts to opentype list.
4310 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
4312         * fontset.c (Ffontset_info): Doc fix.
4313         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
4314         <ignore-relative-composition>: Fix typos in docstrings.
4316         * font.c (syms-of-font) <font-encoding-alist>:
4317         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
4318         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
4319         (Ffont_otf_alternates): Doc fixes.
4321 2008-05-20  Kenichi Handa  <handa@m17n.org>
4323         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
4324         font.h through out the file.
4325         (FONT_DRIVERS): Rename from FONTOBJ.
4326         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
4327         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
4329         * emacs.c (main): Call syms_of_font unconditionally.
4331         * font.h (find_font_encoding): Extern it.
4333         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
4334         fontset.c.
4335         (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
4336         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
4337         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
4338         only when HAVE_WINDOW_SYSTEM is defined.
4339         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
4340         when HAVE_WINDOW_SYSTEM is defined.
4342         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
4343         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
4345         * xfaces.c: Include font.h unconditionally.
4346         (merge_face_ref, merge_face_vectors)
4347         (Finternal_set_lisp_face_attribute): Cancel the previous change.
4349 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4351         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
4352         indirect_variable.
4353         * eval.c (lisp_indirect_variable): New fun.
4354         (Fuser_variable_p): Use it.
4356 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4358         * lisp.h (indirect_variable):
4359         * data.c (indirect_variable, let_shadows_buffer_binding_p):
4360         Use Lisp_Symbol pointers rather than Lisp_Object.
4361         Adjust callers.
4362         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
4363         To this end, change calling-convention.
4365         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
4366         if some non-hidden buffers are selected by string&pred.
4368 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
4370         * process.c (wait_reading_process_output): Always check status
4371         when in batch mode.
4373 2008-05-19  Kenichi Handa  <handa@m17n.org>
4375         * font.c (font_list_entities): Fix handling of cache.
4376         (font_matching_entity): Likewise.
4378         * ftfont.c (cs_iso8859_1): Delete.
4379         (ft_face_cache): New variable.
4380         (struct ftfont_info): New member fc_charset_idx.
4381         (ftfont_build_basic_charsets): Delete.
4382         (fc_charset_table): New variable.
4383         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
4384         . FC_CHARSET_IDX) as :font-entity property in the font entity.
4385         Callers changed.
4386         (ftfont_lookup_cache, ftfont_get_charset): New functions.
4387         (ftfont_spec_pattern): New argument fc_charset_idx.
4388         Check registry more rigidly.  Change callers.
4389         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
4390         change of :font-entity property of the font.
4392         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
4393         property of the font.
4395 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
4397         * coding.c (Fcoding_system_p): Rename argument to match docstring.
4398         (Funencodable_char_position, Fcheck_coding_systems_region)
4399         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
4400         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
4401         (Ffind_operation_coding_system, Fset_coding_system_priority)
4402         (Fcoding_system_eol_type): Doc fixes.
4404 2008-05-17  Glenn Morris  <rgm@gnu.org>
4406         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
4408 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
4410         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
4411         and st_gid.
4413         * frame.c (Fdelete_frame): Don't call font_update_drivers if
4414         HAVE_WINDOW_SYSTEM is not defined.
4416         * xfaces.c (merge_face_ref, merge_face_vectors)
4417         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
4418         HAVE_WINDOW_SYSTEM is defined.
4419         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
4421 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4423         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
4425 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4427         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
4429 2008-05-15  Kenichi Handa  <handa@m17n.org>
4431         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
4432         preference.
4434 2008-05-15  Glenn Morris  <rgm@gnu.org>
4436         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
4438 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
4440         * fns.c (init_fns): Don't initialize weak_hash_tables here.
4441         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
4443         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
4445 2008-05-15  Kenichi Handa  <handa@m17n.org>
4447         * ftfont.c (ftfont_list): Downcase family name to check generic
4448         families.
4450         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
4451         font-spec for QCfont value.
4453         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
4454         buffer.  Check the return value of it.
4456 2008-05-14  Jason Rumney  <jasonr@gnu.org>
4458         * w32term.c (w32_get_glyph_overhangs): Remove.
4459         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
4461 2008-05-14  Kenichi Handa  <handa@m17n.org>
4463         * font.c (font_prop_validate): Make nil a valid value.
4464         (font_clear_cache): Check if the cached vector of entities is nil
4465         or not.
4467 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4469         * emacs.c (main_thread): Conditionalize on
4470         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
4471         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
4473         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
4474         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
4475         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
4477 2008-05-14  Kenichi Handa  <handa@m17n.org>
4479         * coding.c (detect_coding_iso_2022): Ignore a coding category that
4480         has no corresponding coding system.
4482 2008-05-14  Jason Rumney  <jasonr@gnu.org>
4484         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
4486         * w32font.h (w32font_open_internal): Update declaration.
4488         * w32font.c (w32font_open_internal): Change last argument from
4489         w32font_info struct to font object.  Fill in font object from
4490         font_entity.  Get Outline metrics if possible.  Use them to
4491         calculate underline position and thickness.  Use xlfd name as name
4492         property.  Don't set codepage.
4493         (w32font_open): Pass font_object to w32font_open_internal.  Don't
4494         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
4495         (w32font_draw): Use s->font.
4496         (clear_cached_metrics): Don't clear non-existent blocks.
4498         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
4499         font was not found.
4500         (x_draw_glyph_string): Use underline position and thickness from font.
4502         * w32uniscribe.c (uniscribe_open): Pass font_object to
4503         w32font_open_internal.
4505 2008-05-14  Kenichi Handa  <handa@m17n.org>
4507         These changes are to delete all legacy font-handling codes, and
4508         make Emacs use only font-backends.
4510         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
4511         (frame.o, image.o, print.o): Depend on $(FONTSRC).
4513         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
4515         * charset.h (Vcharset_non_preferred_head)
4516         (Vcurrent_iso639_language): Extern them.
4518         * charset.c (Vcharset_non_preferred_head): New variable.
4519         (Vcurrent_iso639_language): New variable.
4520         (syms_of_charset): Declare it as a Lisp variable.
4521         (char_charset): Don't check non preferred charsets.  As a last
4522         resort, return charset_unicode.
4523         (Fset_charset_priority): Update Vcharset_non_preferred_head.
4525         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
4526         conditionals.  Don't check enable_font_backend.  Delete all codes
4527         used only when USE_FONT_BACKEND is not defined.
4529         * dispextern.h (struct glyph_string): Change type of `font' to
4530         `struct font *'.
4531         (struct glyph_string): New member underline_position and
4532         underline_thickness.
4533         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
4534         (struct face): Change type of `font' to `struct font *'.  Remove
4535         members `font_name', `font_info_id'.
4536         (per_char_metric, encode_char): Delete externs.
4537         (calc_pixel_width_or_height): Adjust the prototype.
4539         * emacs.c (enable_font_backend): Delete extern.
4540         (main): Don't set enable_font_backend.  Don't check the command
4541         line argument "-disable-font-backend".
4543         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
4544         (enum font_property_index): New members FONT_DPI_INDEX,
4545         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
4546         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
4547         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
4548         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
4549         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
4550         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
4551         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
4552         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
4553         (struct font_spec, struct font_entity): New structs.
4554         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
4555         (struct font): Many members from old "struct font_info" moved to
4556         here.  Members font and entity deleted.
4557         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
4558         the new font-related objects.
4559         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
4560         (CHECK_FONT_GET_OBJECT): Likewise.
4561         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
4562         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
4563         (struct font_driver): New members case_sensitive anc check.  Type
4564         of the member list and open changed.
4565         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
4566         (font_symbolic_width, font_find_object, font_get_spec)
4567         (font_set_lface_from_name): Delete extern.
4568         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
4570         * font.c: Include <strings.h>.
4571         (enable_font_backend): Delete it.
4572         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
4573         (CHECK_VALIDATE_FONT_SPEC): Delete it.
4574         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
4575         (null_string): Delete it.
4576         (null_vector): Make it static.
4577         (font_family_alist): Delete it.
4578         (Qnormal): Extern it.
4579         (QCextra, QClanguage): Delete it.
4580         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
4581         (font_make_spec, font_make_entity, font_make_object)
4582         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
4583         the string.  Callers changed.
4584         (font_pixel_size): Adjusted for the format change of font-related
4585         objects.
4586         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
4587         (font_style_to_value, font_style_symbolic): New function.
4588         (build_font_family_alist): Delete it.
4589         (font_registry_charsets): Use Fassoc_string instead of
4590         assq_no_quit.
4591         (font_prop_validate_symbol): Don't return null_string.
4592         (font_prop_validate_style): Adjusted for the change of
4593         style-related values in a font vector.
4594         (font_property_table): Delete entries for QClanguage and
4595         QCantialias, add entries for QCavgwidth.
4596         (get_font_prop_index): Delete the 2nd argument FROM.
4597         (font_prop_validate): Arguments changed.
4598         (font_put_extra): Adjusted for the change of font-related objects.
4599         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
4600         (font_parse_fcname, font_unparse_fcname)
4601         (font_prepare_composition): Likewise.
4602         (font_parse_family_registry): Renamed from font_merge_old_spec.
4603         (otf_open): Delete the 1st arg entity.
4604         (font_otf_capability): Adjusted for the above change.
4605         (font_score): New arg alternate_families.  Adjusted for the change
4606         of font-related objects.
4607         (font_sort_entites): New arg best_only.
4608         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
4609         Delete them.
4610         (font_match_p): Check alternate families.
4611         (font_find_object): Delete it.
4612         (font_check_object): New function.
4613         (font_clear_cache): Adjusted for the change of font-related objects.
4614         (font_delete_unmatched): New arg.
4615         (font_list_entities): Call font_driver->list with a spec that
4616         doesn't specify style-related properties.
4617         (font_matching_entity): Arguments changed.  Caller changed.
4618         (font_open_entity): Adjusted for the change of font-related objects.
4619         (font_close_object, font_has_char, font_encode_char)
4620         (font_get_name, font_get_spec): Likewise.
4621         (font_spec_from_name, font_clear_prop, font_update_lface):
4622         New functions.
4623         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
4624         (font_prepare_for_face, font_done_for_face, font_open_by_name)
4625         (font_at): Adjusted for the change of font-related objects.
4626         (font_range): New function.
4627         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
4628         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
4629         (Fcopy_font_spec, Fmerge_font_spec): New function.
4630         (Ffont_family_list): Renamed from list-families.
4631         (Finternal_set_font_style_table): Arguments changed.
4632         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
4633         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
4634         change of font-related objects.
4635         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
4637         * fontset.h (struct font_info): Delete it.  Most members go to
4638         struct font.
4639         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
4640         (enum FONT_SPEC_INDEX): Delete it.
4641         (font_info, list_fonts_func, load_font_func, query_font_func)
4642         (set_frame_fontset_func, find_ccl_program_func)
4643         (get_font_repertory_func, new_fontset_from_font_name): Delete
4644         externs.
4645         (fontset_from_font_name): Extern it.
4646         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
4647         (FONT_INFO_FROM_FACE): Deleted.
4648         (face_for_font): Adjust prototype.
4650         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
4651         conditionals.  Don't check enable_font_backend.  Delete all codes
4652         used only when USE_FONT_BACKEND is not defined.
4653         (get_font_info_func, list_font_func, load_font_func)
4654         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
4655         (get_font_repertory_func): Delete them.
4656         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
4657         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
4658         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
4659         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
4660         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
4661         (fontset_compare_rfontdef): New function.
4662         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
4663         rfont-defs by qsort.  Adjusted for the change of font-group vector.
4664         (load_font_get_repertory): Deleted.
4665         (fontset_find_font): Use new macros to ref/set elements of
4666         font-def and rfont-def.
4667         (fontset_font): Fix the timing of remembering that no font for C.
4668         (free_face_fontset): Do nothing if the face has no fontset.
4669         (face_suitable_for_char_p): Use new macros to ref/set elements of
4670         rfont-def.
4671         (face_for_char): Likewise.  Call face_for_char with font_object.
4672         (fs_load_font): Delete.  Delete #pragma surrounding it.
4673         (fs_query_fontset): Use strcasecmp instead of strcmp.
4674         (generate_ascii_font_name): Adjusted for the format change of
4675         font-spec.
4676         (Fset_fontset_font): Likewise.  Use new macros to set elements of
4677         font-def.
4678         (Fnew_fontset): Use font_unparse_xlfd to generate
4679         FONTSET_ASCII (fontset).
4680         (new_fontset_from_font_name): Deleted.
4681         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
4682         a fontset is already created for the font.  FIx updating of
4683         Vfontset_alias_alist.
4684         (fontset_ascii_font): Deleted.
4685         (Ffont_info): Adjusted for the format change of font-spec.
4686         (Finternal_char_font): Likewise.
4687         (Ffontset_info): Likewise.
4688         (syms_of_fontset): Don't check load_font_func.
4690         * fns.c (internal_equal): Handle PREV_FONT.
4692         * frame.h: Delete USE_FONT_BACKEND conditional.
4694         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
4695         conditionals.  Don't check enable_font_backend.  Delete all codes
4696         used only when USE_FONT_BACKEND is not defined.
4697         (x_set_font): Call x_new_font, not x_new_fontset2.
4698         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
4699         already set for the frame.
4701         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
4702         a font-entity by font_make_entity.  Use font_intern_prop instead
4703         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
4704         font property.  If a font is scalable, set avgwidth property to 0.
4705         Set font-entity property by font_put_extra.
4706         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
4707         (ffont_driver): Adjusted for the change of struct font_driver.
4708         (ftfont_spec_pattern): New function.
4709         (ftfont_list): Return a list, not vector.
4710         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
4711         (ftfont_list_family): Don't downcase names.
4712         (ftfont_free_entity): Deleted.
4713         (ftfont_open): Return a font-object.  Adjusted for the change of
4714         struct font.  Get underline_thickness and underline_position from
4715         font property.  Don't update dpyinfo->smallest_font_height and
4716         dpyinfo->smallest_char_width.
4717         (ftfont_close): Don't free `struct font'.
4718         (ftfont_has_char): Adjusted for the format change of font-entity.
4719         (ftfont_encode_char, ftfont_text_extents): Likewise.
4721         * ftxfont.c (ftxfont_list): Return a list, not vector.
4722         (ftxfont_open): Return a font-object.  Adjusted for the change of
4723         struct font.  Get underline_thickness and underline_position from
4724         font property.  Don't update dpyinfo->smallest_font_height and
4725         dpyinfo->smallest_char_width.
4726         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
4727         (ftxfont_draw): Adjusted for the change of struct font.
4729         * image.c (image_ascent): Don't include "charset.h".  Include
4730         "character.h" and "font.h".
4732         * lisp.h (enum pvec_type): New member PREV_FONT.
4733         (Fassoc_string): EXFUN it.
4735         * print.c: Include font.h.
4736         (print_object): Handle font-related objects.
4738         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
4739         conditionals.  Don't check enable_font_backend.  Delete all codes
4740         used only when USE_FONT_BACKEND is not defined.
4741         (handle_auto_composed_prop): Do nothing if it->f is not on a
4742         window system.  Check how many following characters can be
4743         displayed by the same font.
4744         (calc_pixel_width_or_height): Type of the 4th arg is changed to
4745         'struct font *'.
4746         (get_char_face_and_encoding): Assign the whole encoding task to
4747         the `encode-char' method of a font driver.
4748         (fill_composite_glyph_string): Adjusted for the change of `struct
4749         face' and `struct glyph_string'.
4750         (fill_glyph_string): Likewise.
4751         (get_per_char_metric): Arguments changed.
4752         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
4753         and `struct glyph_string'.
4754         (produce_stretch_glyph, calc_line_height_property)
4755         (x_produce_glyphs): Likewise.
4757         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
4758         conditionals.  Don't check enable_font_backend.  Delete all codes
4759         used only when USE_FONT_BACKEND is not defined.  Use
4760         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
4761         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
4762         (Qp): Extern them.
4763         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
4764         Deleted.
4765         (struct font_name): Deleted.
4766         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
4767         (compare_fonts_by_sort_order): New function.
4768         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
4769         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
4770         Deleted.
4771         (Fx_family_fonts): Use font_list_entities, and sort fonts by
4772         compare_fonts_by_sort_order.
4773         (Fx_font_family_list): Call Ffont_family_list.
4774         (face_numeric_value, face_numeric_weight, face_numeric_slant)
4775         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
4776         (face_symbolic_slant, face_symbolic_swidth)
4777         (split_font_name_into_vector, build_font_name_from_vector)
4778         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
4779         (font_rescale_ratio, split_font_name, build_font_name)
4780         (free_font_names, sort_fonts, x_face_list_fonts)
4781         (face_font_available_p, sorted_font_list, cmp_font_names)
4782         (font_list_1, concat_font_list, font_list, remove_duplicates):
4783         Deleted.
4784         (Fx_list_fonts): Use Ffont_list.
4785         (LFACE_AVGWIDTH): Deleted.
4786         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
4787         by FONTP.
4788         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
4789         (set_lface_from_font_name): Delete it.
4790         (set_lface_from_font): Renamed from
4791         set_lface_from_font_and_fontset.  Caller changed.  Don't set
4792         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
4793         for face.
4794         (merge_face_vectors): Copy font-spec if necessary.
4795         Clear properties of the font-spec if necessary.
4796         (merge_face_ref): Clear properties of the font-spec if necessary.
4797         (Finternal_set_lisp_face_attribute): Likewise.
4798         (set_font_frame_param): Use font_load_for_lface to load a
4799         font-object, and call Fmodify_frame_parameters with it.
4800         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
4801         font name by Ffont_xlfd_name.
4802         (Finternal_lisp_face_attribute_values): Don't check QCweight,
4803         QCslant, and QCwidth.
4804         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
4805         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
4806         Compare fonts by EQ.
4807         (lookup_non_ascii_face): Deleted.
4808         (face_for_font): The 2nd argument changed.
4809         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
4810         Check atomic font properties by case insensitive.
4811         (realize_non_ascii_face): Set face->overstrike correctly.
4812         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
4813         (dump_realized_face): Get font name from
4814         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
4816         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
4817         conditionals.  Don't check enable_font_backend.  Delete all codes
4818         used only when USE_FONT_BACKEND is not defined.
4819         (xic_create_xfontset): Original code deleted and renamed from
4820         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
4821         (x_make_gc): Don't set GCFont in GCs.
4822         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
4823         opened by "fixed".
4824         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
4825         find_ccl_program_func, query_font_func, set_frame_fontset_func,
4826         get_font_repertory_func.
4828         * xfont.c: Include <stdlib.h> and "ccl.h".
4829         (struct xfont_info): New structure.
4830         (xfont_query_font): Deleted.
4831         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
4832         moved from xterm.c.
4833         (xfont_driver): Adjusted for the change of struct font_driver.
4834         (compare_font_names): New function.
4835         (xfont_list_pattern): Sort font names case insensitively.  Make
4836         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
4837         (xfont_list): Return a list, not vector.
4838         (xfont_match): If the font doesn't have QCname property, generate
4839         a name from the other font properties.
4840         (xfont_open): Return a font-object.  Adjusted for the change of
4841         struct font.  Get underline_thickness and underline_position from
4842         font property.  Don't update dpyinfo->smallest_font_height and
4843         dpyinfo->smallest_char_width.
4844         (xfont_close): Don't free struct font.
4845         (xfont_prepare_face): Adjusted for the change of struct font.
4846         (xfont_done_face): Deleted.
4847         (xfont_has_char): Adjusted for the change of struct font.
4848         (xfont_encode_char, xfont_draw): Likewise.
4849         (xfont_check): New function.
4851         * xftfont.c (xftfont_list): Adjusted for the change of `list'
4852         callback function.
4853         (xftfont_match): Adjusted for the format change of font-entity.
4854         (xftfont_open): Adjusted for the format change of font-entity and
4855         font-object.  Adjusted for the change of struct font.  Return a
4856         font-object.  Don't update dpyinfo->smallest_font_height and
4857         dpyinfo->smallest_char_width.
4858         (xftfont_close): Block input while calling XftFontClose.
4859         (xftfont_prepare_face): Don't block input while calling
4860         xftfont_get_colors.  Adjusted for the change of struct font.
4861         (xftfont_shape): Return value of error case fixed.
4863         * xrdb.c (x_load_resources): Don't setup a fontset resource.
4865         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
4866         conditionals.
4867         (FONT_WIDTH): Return (f)->max_width.
4868         (struct x_display_info): Delete member `font'.
4869         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
4870         (x_find_ccl_program, x_get_font_repertory): Delete externs.
4871         (struct x_output): Change type of `font' to `struct font *'.
4873         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
4874         conditionals.  Don't check enable_font_backend.  Delete all codes
4875         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
4876         (x_per_char_metric, x_encode_char): Deleted.
4877         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
4878         (x_compute_glyph_string_overhangs): Adjusted for the change of
4879         `struct face'.
4880         (x_draw_glyph_string_foreground)
4881         (x_draw_composite_glyph_string_foreground): Likewise.
4882         (x_draw_glyph_string): Likewise.  Use font->underline_position and
4883         font->underline_thickness.
4884         (x_new_font): Renamed from x_new_fontset2.
4885         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
4886         (x_check_font): Call `check' method of a font driver.
4887         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
4888         (x_query_font, x_get_font_repertory): Deleted.
4889         (x_find_ccl_program): Renamed and moved to xfont.c.
4890         (x_redisplay_interface): Adjusted for the change of `struct
4891         redisplay_interface'.
4893         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
4894         conditionals.  Don't check enable_font_backend.  Delete all codes
4895         used only when USE_FONT_BACKEND is not defined.  Surround non-used
4896         code by "#ifdef OLD_FONT" and "endif".
4897         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
4899         * w32font.h (struct w32font_info): New member.
4900         (FONT_COMPAT): New macro.
4901         (w32font_open_internal): Prototype adjusted.
4903         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
4904         OLD_FONT" and "endif".
4906         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
4907         conditionals.  Don't check enable_font_backend.  Delete all codes
4908         used only when USE_FONT_BACKEND is not defined.
4909         (w32font_open): Return a font-object.  Make a font-object by
4910         font_make_object.  Adjusted for the change of struct w32font_info.
4911         (w32font_close): Don't free struct font.  Adjusted for the change
4912         of struct w32font_info.
4913         (w32font_encode_char, w32font_text_extents, w32font_draw):
4914         Adjusted for the change of struct w32font_info.
4915         (w32font_draw): Likewise.
4916         (w32font_list_internal): Return a list, not vector.
4917         (w32font_open_internal): Change the 4th arg to font-object.
4918         Adjusted for the change of struct w32font_info and font-object format.
4919         (add_font_name_to_list): Don't downcase names.
4920         (w32_enumfont_pattern_entity): Make a font-entity by
4921         font_make_entity.  Adjusted for the format change of font-entity.
4922         Use FONT_SET_STYLE to set a style-related font property.  If a
4923         font is scalable, set avgwidth property to 0.  Set font-entity
4924         property by font_put_extra.
4925         (font_matches_spec): Adjusted for the format change of font-entity.
4926         (w32_weight_table, w32_decode_weight): New variables.
4927         (w32_encode_weight): New function.
4928         (fill_in_logfont): Adjusted for the format change of font-spec.
4929         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
4930         weight value.
4931         (w32font_driver): Adjusted for the change of struct font_driver.
4933         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
4934         conditionals.  Don't check enable_font_backend.  Surround non-used
4935         code by "#ifdef OLD_FONT" and "endif".
4936         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
4937         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
4939         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
4940         conditionals.  Don't check enable_font_backend.  Delete all codes
4941         used only when USE_FONT_BACKEND is not defined.  Surround non-used
4942         code by "#ifdef OLD_FONT" and "endif".
4944         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
4945         (uniscribe_open): Return value changed to font-object.
4946         Adjusted for the format change of font-object.
4947         (uniscribe_otf_capability): Adjusted for the change of struct font.
4948         (add_opentype_font_name_to_list): Don't downcase names.
4949         (uniscribe_font_driver): Adjusted for the change of struct
4950         font_driver.
4952 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
4954         * dispnew.c (update_frame_1): Check if tty output is still valid
4955         before flushing it.
4957 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
4959         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
4960         to Gtk+ menus.
4962 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4964         * dired.c (file_name_completion): Tweak the code so as to always do it
4965         in a single pass.  Tighten the scope of some variables.
4967         * dired.c (Qdefault_directory): New var.
4968         (file_name_completion): Use it instead of Fexpand_file_name.
4969         (syms_of_dired): Initialize it.
4971 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4973         * fileio.c (double_dollars): Remove dead code.
4975 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
4977         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
4978         Mention w32-get-true-file-attributes in doc string.
4980         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
4982 2008-05-09  Glenn Morris  <rgm@gnu.org>
4984         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
4985         2008-04-23.
4987 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
4989         Support for reporting owner and group of each file on MS-Windows:
4990         * dired.c (stat_uname, stat_gname): New functions, with special
4991         implementation for w32.
4992         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
4994         * w32.c: Rename the_passwd_* to dflt_passwd_*.
4995         (dflt_group_name): New static variable.
4996         (dflt_group): Rename from the_group.
4997         (init_user_info): Init dflt_group fields.  Get user's group name
4998         from LookupAccountSid.
4999         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
5000         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
5001         New initialization states.
5002         (globals_of_w32): Initialize them to zero.  Initialize the default
5003         group name to "None".
5004         (GetFileSecurity_Name): New global var, the name of the function
5005         to call for GetFileSecurity.
5006         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
5007         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
5008         (get_file_security, get_security_descriptor_owner)
5009         (get_security_descriptor_group, is_valid_sid)
5010         (get_file_security_desc, get_rid, get_name_and_id)
5011         (get_file_owner_and_group): New functions.
5012         (stat): Use get_file_security_desc and get_file_owner_and_group to
5013         report the owner and primary group of each file.  Don't ignore the
5014         high 32 bits of file's size, now that st_size is 64-bit wide.
5015         Fix test when to get true file attributes.
5016         (init_user_info): Use get_rid instead of equivalent inline code.
5017         (fstat): Don't ignore the high 32 bits of file's size.
5019 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
5021         * image.c (png_load): Use correct bit-depth for setting background
5022         color.
5024 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
5026         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
5027         epa-hook.elc.
5029 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5031         * font.c (Ffont_match_p): Don't use `iff' in docstring.
5033 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
5035         * macfns.c (Fx_create_frame): Make a copy of frame parameters
5036         because the original parameters are in pure storage now.
5037         (mac_window): Remove unused params.  Update callers.
5039 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * lread.c (substitute_object_recurse): Use lower-level primitives.
5042         Don't signal errors when traversing sub-char-tables.
5043         Don't loop over all the possible characters when traversing char-tables.
5045         * print.c (print_preprocess): Add sub-char-tables to the print-table,
5046         just like we do in print.c.
5048 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5050         * minibuf.c (Ftry_completion): Remove code left over from when we used
5051         scmp instead of Fcompare_strings.
5053 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
5055         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
5057 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5059         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
5060         Create bitmap context in native byte order.
5062         * macterm.c (XDrawLine)
5063         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
5064         context in native byte order.
5066 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5068         * config.in: Regenerate.
5070         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
5071         New definitions for Image I/O support.
5072         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
5073         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
5074         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
5075         (mac_data_provider_release_data, image_load_image_io)
5076         [USE_MAC_IMAGE_IO]: New functions.
5077         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
5078         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
5079         (init_image_func_pointer) [MAC_OSX]: Remove function.
5080         (image_load_quartz2d) [MAC_OSX]: Check availability of
5081         CGImageCreateWithPNGDataProvider at compile time.
5082         Use lowercase `false' for boolean constant.
5083         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
5084         Use image_load_image_io.
5085         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
5086         Don't check MyCGImageCreateWithPNGDataProvider.
5087         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
5088         Don't call init_image_func_pointer.
5090         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
5092         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
5093         Make variable non-static.
5094         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
5095         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
5097         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
5098         (RED_FROM_ULONG): Mask off higher bits.
5099         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
5101         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
5102         Include AvailabilityMacros.h.
5103         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
5104         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
5106 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * chartab.c (Fset_char_table_range): If range is t, really set all
5109         chars to that value.
5111 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
5113         * dired.c (Ffile_attributes): Don't allow the device number become
5114         negative.
5116 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
5118         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
5120 2008-05-02  Juri Linkov  <juri@jurta.org>
5122         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
5123         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
5124         DEFAULT argument as a list of default values in docstrings.
5126 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
5128         * puresize.h (BASE_PURESIZE): Increase to 1210000.
5130 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
5132         * dispnew.c (change_frame_size_1): Preserve small windows when
5133         shrinking frames by calling set_window_height|width with third
5134         arg 2.
5136         * window.h (struct window): Replace field too_small_ok by field
5137         resize_proportionally.
5139         * window.c (make_window): Initialize resize_proportionally.
5140         (enlarge_window): Temporarily set resize_proportionally to make
5141         sure that shrink_windows does scale the window proportionally.
5142         (shrink_windows): When window has resize_proportionally set try
5143         to shrink it proportionally by stealing from other windows.
5144         (struct saved_window, Fset_window_configuration)
5145         (compare_window_configurations): Handle resize_proportionally.
5146         (WINDOW_TOTAL_SIZE): New macro.
5147         (window_min_size, shrink_windows, size_window): Use it.
5148         (check_min_window_sizes): Remove.  Invalid values of
5149         window-min-height|width are handled by window_min_size_2 now.
5150         (size_window, Fsplit_window, enlarge_window)
5151         (adjust_window_trailing_edge, grow_mini_window): Don't call
5152         check_min_window_sizes.
5153         (window_min_size_2, window_min_size_1, window_min_size):
5154         New argument safe_p for retrieving "safe" minimum sizes.
5155         (Fdisplay_buffer, Fsplit_window, enlarge_window)
5156         (adjust_window_trailing_edge, grow_mini_window):
5157         Adjust arguments of window_min_size... functions.
5158         (shrink_windows): Argument min_size removed.  New argument
5159         safe_p allows shrinking windows to their safe minimum sizes.
5160         Calculate minimum size and decide whether a window shall be
5161         deleted for each window individually.
5162         (size_window): When nodelete_p equals 2, tell shrink_windows to
5163         delete windows only if their new minimum size is no more safe.
5164         (shrink_window_lowest_first): Call window_min_size_1 to make
5165         sure to preserve modeline of bottom-most window when resizing
5166         the minibuffer.
5167         (Fset_window_configuration, Fcurrent_window_configuration)
5168         (compare_window_configurations): Do not handle
5169         window-min-height|width any more.
5170         (syms_of_window): Clarify window-min-height|width doc-strings.
5172 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * dired.c (file_name_completion): Fix up the encoding/decoding issue
5175         some more.  Copy some of the code from Ftry_completions.
5176         Remove special case code that dates back to initial revision when the
5177         slash was only added when necessary and that can't trigger nowadays.
5179 2008-04-27  Kenichi Handa  <handa@m17n.org>
5181         * font.c (font_prop_validate): Signal `error' instead of `font'.
5183 2008-04-29  Jason Rumney  <jasonr@gnu.org>
5185         * w32fns.c (Fw32_battery_status): New defun.
5186         (syms_of_w32fns): Defsubr it.
5188 2008-04-28  Andreas Schwab  <schwab@suse.de>
5190         * dired.c (file_name_completion): Fix another mixing of encoded
5191         and decoded names.
5193 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
5195         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
5197 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
5199         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
5201 2008-04-27  Andreas Schwab  <schwab@suse.de>
5203         * dired.c (file_name_completion): Fix inappropriate mixing of
5204         encoded and decoded names.
5206         * xterm.c (XTread_socket): Fix use of uninitialized variable.
5208         * puresize.h (BASE_PURESIZE): Increase to 1200000.
5210 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
5212         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
5213         2008-03-31, it's not needed anymore with `struct stat' definition
5214         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
5215         for the same reasons.
5217 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
5219         * m/sparc.h: Additional redefinitions for GNU/Linux.
5221 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5223         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
5224         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
5225         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
5226         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
5227         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
5228         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
5229         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
5230         Likewise.
5232         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
5233         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
5234         (mac_ax_number_of_characters): Add externs.
5235         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
5236         [USE_MAC_TSM]: Likewise.
5237         (mac_handle_text_input_event) [MAC_OSX]:
5238         Handle kEventTextInputOffsetToPos for no active input area case.
5239         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
5240         (mac_handle_document_access_event)
5241         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
5242         (install_application_handler) [MAC_OSX]: Register handlers for
5243         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
5244         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
5245         Register mac_handle_document_access_event.
5247         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
5248         Make functions non-static.
5250 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
5253         (read_file_name_completion_ignore_case, insert_default_directory)
5254         (Qdefault_directory): Move to minibuffer.el.
5255         (Fread_file_name): Call the new `read-file-name' instead.
5257 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5259         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
5260         Make function non-static.
5261         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
5262         Remove function.
5263         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
5264         Move to mactoolbox.c.
5265         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
5267         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
5268         (mac_rect_make): New macro.
5270         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
5271         instead of float.
5272         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
5273         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
5274         (XSetBackground) [USE_CG_DRAWING]: Likewise.
5275         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
5276         CGRectMake.
5277         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
5278         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
5279         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
5280         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
5281         instead of WindowRef in argument type.
5282         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
5283         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
5284         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
5285         instead of DISPLAY.  All uses changed.
5286         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
5287         (x_calc_absolute_position): Simplify so as not to use
5288         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
5290         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
5291         instead of WindowRef in argument type.
5292         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
5293         [TARGET_API_MAC_CARBON]: Remove externs.
5294         (create_apple_event, mac_event_parameters_to_lisp)
5295         [TARGET_API_MAC_CARBON]: Add externs.
5297         * mactoolbox.c (Vmac_ts_script_language_on_focus)
5298         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
5299         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
5300         is clicked.
5301         (x_activate_menubar): Remove extern for saved_menu_event_location.
5302         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
5303         Move from mac.c.
5305 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5307         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
5308         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
5310 2008-04-23  Jason Rumney  <jasonr@gnu.org>
5312         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
5313         attributes only for local files.
5315         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
5316         default to Qlocal.
5318 2008-04-22  Juri Linkov  <juri@jurta.org>
5320         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
5321         read-buffer-to-switch instead of using the letter "B".
5323 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * fileio.c (Qdefault_directory): New variable.
5326         (Fread_file_name): Use it to pass `dir' to the completion functions.
5328 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
5330         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
5332 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * keyboard.c (Vpre_help_message): Remove.
5335         (show_help_echo): Remove default C code.
5337         * dired.c (directory_files_internal, file_name_completion):
5338         Only call ENCODE_FILE if the string is indeed decoded.
5340 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5342         * Makefile.in (TOOLKIT_DEFINES): Remove.
5343         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
5345 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5347         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
5348         (mactoolbox.o): New target.
5350         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
5351         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
5353         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
5354         Use mac_set_frame_window_background instead of XSetWindowBackground.
5355         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
5356         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
5357         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
5358         instead of SetWindowTitleWithCFString.
5359         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
5360         Move function to mactoolbox.c.
5361         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
5362         Use mac_set_window_modified instead of SetWindowModified.
5363         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
5364         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
5365         (Fx_focus_frame): Use mac_front_non_floating_window instead of
5366         FrontNonFloatingWindow.  Use mac_activate_window instead of
5367         ActivateWindow.  Use mac_active_non_floating_window instead of
5368         ActiveNonFloatingWindow.
5369         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
5370         Use mac_show_hourglass and mac_hide_hourglass.
5371         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
5372         instead of GetGlobalMouse.
5373         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
5374         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
5375         Use mac_bring_window_to_front instead of BringToFront.
5376         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
5377         mactoolbox.c.
5378         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
5379         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
5380         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
5381         mactoolbox.c.
5383         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
5384         (XtPointer): Move typedef from macmenu.c.
5385         (enum button_type): Move enum from macmenu.c.
5386         (widget_value): Move typedef from macmenu.c.
5387         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
5388         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
5389         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
5390         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
5391         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
5392         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
5393         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
5394         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
5395         (Selection): Move typedef from macselect.c.
5396         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
5397         macterm.c.
5398         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
5399         (mac_is_window_collapsed, mac_bring_window_to_front)
5400         (mac_send_window_behind, mac_hide_window, mac_show_window)
5401         (mac_collapse_window, mac_front_non_floating_window)
5402         (mac_active_non_floating_window, mac_activate_window)
5403         (mac_move_window_structure, mac_move_window, mac_size_window)
5404         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
5406         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
5407         (enum mac_menu_kind): Move enum to mactoolbox.c.
5408         (min_menu_id): Move variable to mactoolbox.c.
5409         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
5410         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
5411         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
5412         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
5413         [TARGET_API_MAC_CARBON]: Likewise.
5414         (XtPointer): Move typedef to macgui.h.
5415         (enum button_type): Move enum to macgui.h.
5416         (widget_value): Move typedef to macgui.h.
5417         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
5418         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
5419         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
5420         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
5421         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
5422         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
5423         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
5424         (popup_activated_flag): Make variable non-static.
5425         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
5426         (add_menu_item, fill_menu, dispose_menus):
5427         Move functions to mactoolbox.c.
5428         (restore_show_help_function, menu_target_item_handler)
5429         (install_menu_target_item_handler, mac_handle_dialog_event)
5430         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
5431         [TARGET_API_MAC_CARBON]: Likewise.
5432         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
5433         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
5434         (find_and_call_menu_selection, name_is_separator): Make function
5435         non-static.
5436         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
5437         to mactoolbox.c.
5438         (set_frame_menubar): Don't call install_menu_quit_handler.
5439         (menu_item_selection): New variable.
5440         (mac_menu_show): Use create_and_show_popup_menu.
5441         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
5442         selection but set variable menu_item_selection.  All uses changed.
5443         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
5444         Call install_menu_quit_handler.  Move to mactoolbox.c.
5446         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
5447         (Selection): Move typedef to macgui.h.
5448         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
5449         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
5450         Make variables non-static.
5451         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
5452         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
5453         Make functions non-static.
5454         (Vmac_service_selection) [MAC_OSX]: Likewise.
5455         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
5456         (mac_valid_selection_target_p, mac_clear_selection)
5457         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
5458         (mac_put_selection_value, mac_selection_has_target_p)
5459         (mac_get_selection_value, mac_get_selection_target_list)
5460         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
5461         Move functions to mactoolbox.c.
5462         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
5463         Likewise.
5464         (copy_scrap_flavor_data, mac_handle_service_event)
5465         (install_service_handler) [MAC_OSX]: Likewise.
5466         (syms_of_macselect) <Vmac_dnd_known_types>:
5467         Use mac_dnd_default_known_types.
5469         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
5470         Move to mactoolbox.c.
5471         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
5472         (Fx_selection_owner_p): Add EXFUN.
5473         (install_window_handler, remove_window_handler, XSetWindowBackground):
5474         Remove externs.
5475         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
5476         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
5477         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
5478         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
5479         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
5480         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
5481         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
5482         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
5483         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
5484         (create_and_show_popup_menu, mac_get_selection_from_symbol)
5485         (mac_valid_selection_target_p, mac_clear_selection)
5486         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
5487         (mac_put_selection_value, mac_selection_has_target_p)
5488         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
5489         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
5490         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
5491         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
5492         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
5493         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
5494         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
5495         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
5496         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
5498         * mactoolbox.c: New file.
5500 2008-04-18  Jason Rumney  <jasonr@gnu.org>
5502         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
5504 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * character.c (Fmultibyte_char_to_unibyte):
5507         Return latin1 chars unchanged.
5509         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
5510         relocated if it points to `name'.
5512 2008-04-17  Kenichi Handa  <handa@m17n.org>
5514         * data.c (Faset): Allow setting a multibyte character in an
5515         ASCII-only unibyte string.
5517         * lisp.h (STRING_SET_MULTIBYTE): New macro.
5519 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
5522         done in config.h.
5524 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
5526         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
5527         (Fchar_direction): Add usage in the docstring.
5529 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
5531         * keyboard.c (read_key_sequence): Remove always-true checks.
5533 2008-04-14  Jason Rumney  <jasonr@gnu.org>
5535         * w32font.c (w32font_open_internal): Set max_bounds.descent in
5536         compatibility struct, for better underline positioning.
5538 2008-04-13  David Hansen  <david.hansen@gmx.net>
5540         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
5541         string.
5543 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5545         * m/hp800.h (XUINT, XSET): Remove.
5547 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
5549         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
5550         previous change.
5552 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5554         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
5555         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
5557 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * keymap.h (map_keymap_canonical): Declare.
5560         * xmenu.c (single_keymap_panes): Use it.
5562 2008-04-11  Glenn Morris  <rgm@gnu.org>
5564         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
5565         set the target's value to that of the alias.
5567 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * term.c (set_tty_color_mode): Left over typo.
5571 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
5573         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
5574         only after check for file name handler functions.  Signal, when
5575         native functionality is not supported.
5576         (syms_of_fileio): Declare it unconditionally.
5578 2008-04-10  Jason Rumney  <jasonr@gnu.org>
5580         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
5581         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
5583         * w32.c (logon_network_drive): Also logon to remote drives that
5584         are mapped to drive letters.
5586 2008-04-10  Glenn Morris  <rgm@gnu.org>
5588         * xdisp.c (truncate-partial-width-windows): Doc fix.
5590 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5592         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
5593         Move functions to minibuffer.el.
5594         (syms_of_fileio): Don't declare them.
5596 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5598         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
5599         (syms_of_minibuf): Remove its initialization.
5601         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
5603 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
5605         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
5607 2008-04-09  Jason Rumney  <jasonr@gnu.org>
5609         * makefile.w32-in (distclean): Delete makefile too.
5610         (maintainer-clean): New target.
5612         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
5614         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
5615         for new font backend and composite cases.
5617 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
5619         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
5620         Most of the code moved to run_timers.
5621         (do_pending_atimers): Call run_timers.
5622         (run_timers): New function.
5624         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
5625         run atimers.
5627         * process.c (wait_reading_process_output): The same as above.
5629 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * minibuf.c (last_exact_completion): Remove variable.
5632         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
5633         (complete_and_exit_1, complete_and_exit_2)
5634         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
5635         (Fdisplay_completion_list, display_completion_list_1)
5636         (Fminibuffer_completion_help, Fself_insert_and_exit)
5637         (Fexit_minibuffer, Fminibuffer_message): Move functions to
5638         minibuffer.el.
5639         (syms_of_minibuf): Remove corresponding initializations.
5641         * keyboard.c (Qdeactivate_mark): New var.
5642         (command_loop_1): Use it to call `deactivate-mark'.
5643         (syms_of_keyboard): Initialize it.
5645         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
5646         to another frame.
5647         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
5648         Don't call set_tty_color_mode.
5649         (store_frame_param): Reset previous_frame rather than call
5650         set_tty_color_mode.
5651         * term.c (set_tty_color_mode): Rewrite.
5652         * dispextern.h (set_tty_color_mode): New type.
5653         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
5655 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
5658         for generic chars, which do not exist any more in emacs-unicode.
5660 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
5662         * coding.c (detect_coding_emacs_mule)
5663         (Ffind_operation_coding_system): Fix typo.
5665 2008-04-08  Jason Rumney  <jasonr@gnu.org>
5667         * w32uniscribe.c (SNAME): Extract only symbol name.
5669         * w32font.h (struct w32_metric_cache): New struct.
5670         (w32font_info): Use it.
5671         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
5672         (CACHE_BLOCKSIZE): New constants.
5674         * w32font.c (Qja, Qko, Qzh): New symbols.
5675         (syms_of_w32font): Initialise them.
5676         (font_matches_spec): Use them to filter by language.
5677         (recompute_cached_metrics): Remove function.
5678         (compute_metrics, clear_cached_metrics): New functions.
5679         (w32font_encode_char): Use them to manage metric cache.
5680         (w32font_text_extents): Cache metrics for all glyphs on demand.
5681         Delay converting glyph indices to WORD until needed.
5682         (w32font_open_internal): Initialize metric cache to empty.
5683         (registry_to_w32_charset): Charset should always be a symbol.
5684         (fill_in_logfont, list_all_matching_fonts): Family should
5685         always be a symbol.
5687 2008-04-06  Jason Rumney  <jasonr@gnu.org>
5689         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
5690         Give up if glyph indices not supported.  Use uniscribe obtained
5691         ABC widths for individual metrics.  Map glyph clusters back to
5692         characters using fClusterStart flag.  Return number of glyphs
5693         produced, not chars processed.
5694         (uniscribe_shape): Map char at FROM to current glyph.
5696 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5698         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
5699         Use SetMenuItemHierarchicalMenu.
5701 2008-04-05  Jason Rumney  <jasonr@gnu.org>
5703         * image.c (pbm_load): Allow color values up to 65535.
5704         Throw an error if max_color_idx is outside the supported range.
5705         Report an error when image size is invalid.
5706         Read two bytes at a time when raw images have max_color_idx above 255.
5708 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5710         * w32.c (readdir): If FindFirstFile/FindNextFile return in
5711         cFileName a file name that includes `?' characters, use the 8+3
5712         alias in cAlternateFileName instead.
5714 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
5716         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
5717         append "CCL: Quitted" when the CCL program is quitted.
5718         (setup_ccl_program): Initialize ccl->quit_silently to zero.
5720         * ccl.h (struct ccl_program): New member quit_silently.
5722 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
5724         * search.c (compile_pattern_1): Treat non-nil and non-string of
5725         search-spaces-regexp as nil.
5727         * minibuf.c (Fassoc_string): Tweak docstring.
5729 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5731         * dired.c (Ffile_attributes): Support inode numbers wider than 32
5732         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
5733         2008-03-14 to force inode be positive.
5735         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
5736         _S_* ones, since we now use our own sys/stat.h.
5737         (stat, fstat): Don't mangle the inode number.
5738         (init_user_info): Don't restrict UID and GID to 0-60000 range.
5740 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * frame.h (struct frame): Give one more bit to `visible' since we use
5743         values larger than 1 to indicate obscured frames on ttys.
5745         * keymap.c (Qkeymap_canonicalize): New var.
5746         (Fmap_keymap_internal): New fun.
5747         (describe_map): Use keymap-canonicalize.
5749         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
5750         (Fundo_boundary): Set them.
5751         (syms_of_undo): Initialize them.
5752         (record_point): Use them instead of last_point_position*.
5753         (last_undo_buffer): Change type.
5755 2008-04-04  Jason Rumney  <jasonr@gnu.org>
5757         * w32font.c (w32font_text_extents): Use font's ascent and descent.
5758         (recompute_cached_metrics): Don't set ascent and descent per char.
5760         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
5761         (uniscribe_check_otf): Add GC protection before consing.
5762         Rearrange loop for counting features.
5764 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
5767         buffer with byte-size of source buffer.
5769 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
5771         * callint.c (Fcall_interactively): Handle temporary region even
5772         when shift-select-mode is off.
5774 2008-04-03  Jason Rumney  <jasonr@gnu.org>
5776         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
5778 2008-04-03  Kenichi Handa  <handa@m17n.org>
5780         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
5781         (CATEGORY_MASK_UTF_16): Likewise.
5782         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
5783         binary file.
5784         (detect_coding): Add null-byte detection for a binary file.
5785         (detect_coding_system): Likewise.
5787 2008-04-03  Jason Rumney  <jasonr@gnu.org>
5789         * w32uniscribe.c: New file.
5791         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
5793         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
5795         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
5796         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
5797         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
5798         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
5799         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
5800         (Qphonetic): New symbols.
5801         (syms_of_w32font): Initialize them.
5802         (font_supported_scripts): Use them.
5803         (w32font_list_family): List all charsets.
5804         (w32font_text_extents, recompute_cached_metrics): Fix metric
5805         calculations.
5806         (w32_enumfont_pattern_entity): Make full_type a DWORD.
5807         Give opentype fonts their own format.
5808         (font_matches_spec): New arguments backend and logfont.
5809         Handle :otf spec for uniscribe backend.
5810         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
5811         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
5813         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
5814         font backend.
5815         (globals_of_w32fns): Initialize uniscribe font backend.
5817         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
5818         dependencies.
5819         (w32uniscribe.$(O)): New file to build.
5820         (FONT_OBJ): Include w32uniscribe.$(O).
5821         (LIBS): Add uniscribe libraries.
5823         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
5825 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
5827         * callint.c (Vshift_select_mode): New var.
5828         (Finteractive): Document new ^ spec.
5829         (Fcall_interactively): Call handle-shift-selection if the ^ spec
5830         is present.
5832         * keyboard.c (Vthis_command_keys_shift_translated): New var.
5833         (command_loop_1): Avoid running the direct display versions of
5834         forward-char and backward-char if shift-selection may occur.
5835         (read_key_sequence): Set Vthis_command_keys_shift_translated if
5836         shift-translation takes place.
5838         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
5839         avoid clobbering by define-minor-mode.
5841         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
5842         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
5844         * syntax.c (Fforward_word): Add ^ interactive spec.
5846         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
5847         (Fscroll_right): Add ^ interactive spec.
5849 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5851         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
5853         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
5855         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
5857 2008-03-31  Juri Linkov  <juri@jurta.org>
5859         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
5861 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
5863         * gtkutil.c (xg_set_geometry): Fix indentation.
5864         (xg_resize_outer_widget): Remove.
5865         (x_wm_size_hint_off): Fix indentation.
5866         (xg_frame_set_char_size): Call flush_and_sync after
5867         gtk_window_resize.
5868         (x_wm_set_size_hint): Pass NULL as geometry window to
5869         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
5870         Add menu bar and tool bar height to base height.
5871         (xg_update_frame_menubar, free_frame_menubar)
5872         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5873         (update_frame_tool_bar, free_frame_tool_bar):
5874         Change xg_resize_outer_widget to xg_frame_set_char_size.
5876 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
5878         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
5879         (Fdbus_call_method): New parameter TIMEOUT.
5880         (dbus-send-signal): Optimize UNGCPRO call.
5882 2008-03-29  Juri Linkov  <juri@jurta.org>
5884         * window.c (Fdisplay_buffer): Move call to
5885         Vsplit_window_preferred_function out of conditions that check
5886         if window is eligible for vertical splitting.
5887         When Vsplit_window_preferred_function is non-nil, call it and use
5888         its non-nil return value as window.  Otherwise, continue doing
5889         vertical splitting using Fsplit_window with arg horflag=nil.
5890         (syms_of_window) <Vsplit_window_preferred_function>: Change the
5891         default value from `split-window' to nil.
5893 2008-03-29  Juri Linkov  <juri@jurta.org>
5895         * callint.c (Fcall_interactively): Revert 2008-03-16 change
5896         for interactive code letters 'b' and 'B'.
5898 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
5900         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
5901         multibyte string.
5903 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * keyboard.c (pending_funcalls): New var.
5906         (timer_check): Run it.
5907         (syms_of_keyboard): Initialize it.
5908         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
5909         (Vdelete_terminal_functions): New vars.
5910         (syms_of_terminal): Initialize them.
5911         (Fdelete_terminal): Run delete-terminal-functions.
5912         * xdisp.c (safe_eval): Rewrite.
5913         (safe_call2): New fun.
5914         * frame.c (Qdelete_frame_functions): New var.
5915         (syms_of_frame): Initialize it.
5916         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
5917         * lisp.h (safe_call2, pending_funcalls): Declare.
5919 2008-03-28  Andreas Schwab  <schwab@suse.de>
5921         * indent.c (Fmove_to_column): Move declaration before statements.
5923 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
5926         (struct frame): Use bit fields for boolean vars.
5928         * process.c (server_accept_connection): Simplify naming.
5929         (emacs_get_tty_pgrp): Use SDATA.
5931         * coding.c (decode_coding_object): Fix last change.
5933 2008-03-27  Jason Rumney  <jasonr@gnu.org>
5935         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
5937 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
5939         * charset.c (Fdefine_charset_internal): Change the way of
5940         registering charsets in Vcharset_order_list.
5941         (syms_of_charset): Make the charset `eight-bit' supplementary.
5943 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
5945         * regex.c (EXTEND_BUFFER): Change order of pointer addition
5946         operations, to avoid having the difference between pointers
5947         overflow.
5949 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * indent.c (check_display_width): New fun.
5952         (scan_for_column): Use it.
5954         * data.c (syms_of_data): Mark most-positive-fixnum and
5955         most-negative-fixnum as constants.
5957         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
5959         * indent.c (scan_for_column): Extract from current_column_1.
5960         Merge with the same code from Fmove_to_column.
5961         (current_column_1, Fmove_to_column): Use it.
5963 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * keymap.c (map_keymap_internal): New fun.
5966         (map_keymap): Use it.
5967         (Fmap_keymap_internal): New fun.
5968         (Fmap_keymap): Remove left-out test from before make_save_value.
5970         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
5972         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
5973         Use XCAR/XCDR.
5975         * process.h (struct Lisp_Process): Remove filter_multibyte.
5976         * process.c (QCfilter_multibyte): Remove.
5977         (setup_process_coding_systems): Don't use filter_multibyte.
5978         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
5979         (read_process_output): Don't adjust multibyteness to filter_multibyte.
5980         (Fset_process_filter_multibyte): Change the coding-system to
5981         approximate the previous behavior.
5982         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
5983         coding-system.
5985         * coding.c (decode_coding_object): When not decoding into a buffer,
5986         obey the coding system's preference of (uni|multi)byte.
5988 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
5991         every char is changed and has a different byte-length.
5992         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
5993         Fix int -> EMACS_INT.
5995 2008-03-23  David Hansen  <david.hansen@gmx.net>
5997         * dbusbind.c (xd_read_message): Remove extra copying of message
5998         strings.  Check for NULL `interface' or `member'.
6000 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
6002         * w32.c (readdir): If FindFirstFile/FindNextFile return in
6003         cFileName a file name that includes `?' characters, use the 8+3
6004         alias in cAlternateFileName instead.
6006 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
6010 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6012         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
6013         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
6014         work on current_buffer only instead (that was already the case
6015         for some of the code anyway).
6016         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
6017         (temp_set_point, temp_set_point_both): Use EMACS_INT.
6018         (SET_PT, SET_PT_BOTH): Adjust.
6019         * intervals.h (set_point, temp_set_point, set_point_both)
6020         (temp_set_point_both): Remove redundant declarations.
6022 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6024         * fileio.c (Finsert_file_contents):
6025         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
6026         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
6027         when buffer != current_buffer anyway.
6029 2008-03-20  Andreas Schwab  <schwab@suse.de>
6031         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
6032         as default.
6034 2008-03-19  Jason Rumney  <jasonr@gnu.org>
6036         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
6037         (syms_of_w32fns): Initialize them.
6038         (HOURGLASS_ID): New constant.
6039         (x_window_to_frame): Don't check hourglass_window.
6040         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
6041         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
6042         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
6043         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
6044         Only change the cursor if hourglass is not active.
6045         (Fx_create_frame): Initialize frame's current_cursor.
6046         (hourglass_atimer): Remove.
6047         (hourglass_started): New function.
6048         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
6049         (show_hourglass): Adapt to w32, changing argument to frame.
6051         * w32term.h (struct w32_output): Remove hourglass_window.
6052         Add current_cursor.
6054         * eval.c (call_debugger, Fsignal):
6055         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
6056         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
6057         (Fexecute_extended_command, cancel_hourglass_unwind):
6058         * minibuf.c (read_minibuf):
6059         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
6061 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6063         * window.c (run_funs): New fun.
6064         (run_window_configuration_change_hook): Use it to run the buffer-local
6065         and the global part of the hook.
6067         * xdisp.c (format_mode_line_unwind_data): Add window argument.
6068         (unwind_format_mode_line): Restore selected window.
6069         (x_consider_frame_title, Fformat_mode_line): Set selected window.
6071 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * editfns.c (Fchar_equal): Check they are valid characters.
6075         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
6077 2008-03-17  Andreas Schwab  <schwab@suse.de>
6079         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
6080         against a charset.
6082         * lisp.h (Fbuffer_list): Declare.
6084 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
6086         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
6087         handlebox_widget is != 0.
6089 2008-03-16  Juri Linkov  <juri@jurta.org>
6091         * callint.c (Fcall_interactively): For interactive code letters
6092         'b' and 'B' put the buffer list into the list of default "future"
6093         values of the minibuffer.
6095 2008-03-16  Andreas Schwab  <schwab@suse.de>
6097         * keyboard.c (read_key_sequence): Fix downcasing of letters with
6098         modifiers.
6100         * regex.c (re_match_2_internal): Correct matching of a charset
6101         against latin-1 characters.
6103 2008-03-16  Kenichi Handa  <handa@m17n.org>
6105         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
6106         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
6107         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
6108         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
6109         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
6110         CHAR_STRING_ADVANCE.
6111         (produce_chars): Fix for the case that the source and the
6112         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
6113         instead of CHAR_STRING_ADVANCE.
6114         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
6115         STRING_CHAR_ADVANCE.
6117 2008-03-15  Andreas Schwab  <schwab@suse.de>
6119         * regex.c (re_match_2_internal): Correct matching of eight bit
6120         characters in unibyte strings.
6122 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
6124         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
6125         at end of range when it coincides with the end of the buffer.
6127 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
6129         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
6131         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
6133 2008-03-14  Jason Rumney  <jasonr@gnu.org>
6135         * editfns.c (initial_tz): New variable.
6136         (syms_of_editfns): Initialize it.
6137         (Fset_time_zone_rule): Set it when first called.
6138         Use it when TZSTRING is nil.
6140         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
6141         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
6142         (monitor_from_point_fn, get_monitor_info_fn): New globals.
6143         (globals_of_w32fns): Initialize them.
6144         (compute_tip_xy): Use them to position tooltips.
6146 2008-03-14  Glenn Morris  <rgm@gnu.org>
6148         * emacs.c (main): Revert previous change.
6149         (standard_args): Revert -internal-script back to -scriptload,
6150         and remove the long-option form.
6152 2008-03-13  Glenn Morris  <rgm@gnu.org>
6154         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
6155         Remove option -enable-font-backend.
6157 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6159         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
6161 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
6163         * xterm.c (x_connection_closed): For GTK: If this is the last
6164         terminal just exit without closing the display.
6166 2008-03-11  Jason Rumney  <jasonr@gnu.org>
6168         * w32font.c (w32font_full_name): Use floor to round.
6170 2008-03-10  dhruva  <dhruvakm@gmail.com>  (tiny change)
6172         * sound.c (alsa_configure): Declare vol at beginning of block.
6174         * fontset.c (Ffontset_info): Remove extra semicolon.
6176 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6178         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
6179         size of resulting string.
6181 2008-03-10  Jason Rumney  <jasonr@gnu.org>
6183         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
6185 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6187         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
6188         Don't pretend as if characters with display property haven't been
6189         consumed for string-replacing-string case.
6191 2008-03-08  Kim F. Storm  <storm@cua.dk>
6193         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
6194         (get_next_display_element, next_element_from_string)
6195         (next_element_from_ellipsis, next_element_from_buffer): Use it.
6197 2008-03-08  Andreas Schwab  <schwab@suse.de>
6199         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
6201 2008-03-06  Jason Rumney  <jasonr@gnu.org>
6203         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
6204         when charset not specified.  Only translate ANSI to unicode when
6205         font_type is truetype.
6206         (w32font_coverage_ok): New function.
6207         (add_font_entity_to_list): Use it to filter unsuitable fonts.
6209 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
6211         * lread.c (Fread_char): Resolve modifiers.
6212         (Fread_char_exclusive): Likewise.
6214         * character.c (char_resolve_modifier_mask): New function.
6215         (char_string): Use char_resolve_modifier_mask.
6216         (Fchar_resolve_modifiers): New function.
6217         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
6218         function.
6220 2008-03-04  Jason Rumney  <jasonr@gnu.org>
6222         * makefile.w32-in: Always include w32font.c in the build.
6223         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
6225 2008-03-04  Andreas Schwab  <schwab@suse.de>
6227         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
6228         (versionclean): Likewise.
6230 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
6232         * .cvsignore: Add oo.
6234 2008-03-03  Andreas Schwab  <schwab@suse.de>
6236         * coding.c (decode_coding_object): Inhibit gap shrinking while
6237         decoding in place.
6239 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
6241         * w32term.c: Remove unused include "gnu.h".
6242         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
6244         * gnu.h: Rename to ...
6245         * emacs-icon.h: ... this.
6246         * xterm.c: Use emacs-icon.h instead of gnu.h.
6247         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
6249 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
6251         * w32font.c: Include math.h.
6253 2008-03-03  Jason Rumney  <jasonr@gnu.org>
6255         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
6256         Compute options separately.
6257         (w32font_open_internal): Set glyph_idx before caching metrics.
6259         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
6260         Define if system headers don't.
6261         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
6262         (w32font_encode_char): Don't declare here.
6264         * w32font.c (Quniscribe, QCformat): New symbols.
6265         (syms_of_w32font): Define them.
6266         (w32font_has_char): Indicate uncertainty.
6267         (w32font_encode_char): Encode as glyph point.  Make static.
6268         (recompute_cached_metrics): New function.
6269         (w32font_open_internal): Use it.  Set font to use glyph points
6270         initially.  Set format based on type of font.
6271         (w32font_text_extents, w32font_draw): Optionally use glyph points.
6272         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
6273         on it.  Set format based on information available here.
6274         (add_font_entity_to_list): Identify backend based on opentype_only.
6276 2008-03-02  Andreas Schwab  <schwab@suse.de>
6278         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
6280         * coding.c (decode_coding_big5, produce_chars):
6281         Fix typos in last change.
6283 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
6285         * gnu.h: New icon.
6287 2008-03-02  Kenichi Handa  <handa@m17n.org>
6289         * coding.c (decode_coding_utf_8): When eol-type of CODING is
6290         `dos', don't decode '\r' if that is the last in the source.
6291         (decode_coding_utf_16, decode_coding_emacs_mule)
6292         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6293         (decode_coding_raw_text, decode_coding_charset): Likewise.
6294         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
6296 2008-03-01  Jason Rumney  <jasonr@gnu.org>
6298         * w32font.c (w32font_full_name): Report point size for scalable fonts.
6300 2008-03-01  Kim F. Storm  <storm@cua.dk>
6302         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
6304 2008-03-01  Jason Rumney  <jasonr@gnu.org>
6306         * w32font.c (w32font_full_name): New function.
6307         (w32font_open_internal): Use it.
6309 2008-03-01  Kim F. Storm  <storm@cua.dk>
6311         * dispnew.c (line_draw_cost): Fix invalid glyph check.
6313 2008-03-01  Jason Rumney  <jasonr@gnu.org>
6315         * font.c (font_unparse_fcname): Increase len when style is a symbol.
6317 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
6319         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
6320         xg_frame_resized when the event is for the edit widget.
6322         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
6324         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
6325         set_char_size.
6326         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
6327         operations on widgets here.  Just set frame size if needed.
6328         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
6329         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
6330         (x_wm_set_size_hint): Set size hints on the edit widget only, not
6331         the whole frame.
6332         (xg_create_tool_bar): Move attachment of the tool bar to
6333         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
6334         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
6336 2008-03-01  Jason Rumney  <jasonr@gnu.org>
6338         * w32fns.c (w32_msg_pump): Disable debug code.
6340 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6342         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
6344 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
6346         * xdisp.c (next_overlay_string): Don't set
6347         overlay_strings_at_end_processed_p if we're currently reading from
6348         a display string.
6350 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6352         * xdisp.c (get_overlay_strings_1): Fix typo.
6354 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
6356         * xdisp.c (get_overlay_strings_1): Add missing argument type.
6358 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
6360         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
6362         * xdisp.c (display_mode_element): Cancel the previous change.
6363         (decode_mode_spec): Likewise.
6364         (handle_auto_composed_prop): Don't make composition if it->string
6365         is a string.
6367 2008-02-27  Kim F. Storm  <storm@cua.dk>
6369         * lisp.h (GLYPH): Change type from int to struct with separate char
6370         and face_id members.
6371         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
6372         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
6373         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
6374         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
6375         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
6376         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
6377         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
6378         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
6379         handle new Lisp glyph code encoding, either an integer or a cons.
6381         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
6382         (GLYPH_ALIAS): Delete.
6383         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
6384         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
6385         (GLYPH_FROM_CHAR): Replace macro by ...
6386         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
6388         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
6389         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
6390         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
6391         (GLYPH_INVALID_P): New macro.
6392         (spec_glyph_lookup_face): Update prototype.
6394         * dispnew.c (line_draw_cost): Adapt to new glyph type.
6395         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
6396         new glyph code encoding.
6397         (spec_glyph_lookup_face): No return value; update passed glyph instead.
6398         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
6400         * xdisp.c (get_next_display_element, next_element_from_display_vector):
6401         Adapt to new glyph type and new glyph code encoding.
6403         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
6405         * indent.c (current_column, current_column_1, Fmove_to_column)
6406         (compute_motion): Adapt to new glyph code encoding.
6408         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
6410 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
6412         * process.c (wait_reading_process_output): Check for window
6413         changes caused by timers.
6414         Suggested by Johan Bockgård.
6416 2008-02-27  Glenn Morris  <rgm@gnu.org>
6418         * emacs.c (USAGE1): Add `--disable-font-backend'.
6420 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
6423         is made to the buffer.
6425 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
6428         (face_at_string_position):
6429         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
6430         (face_at_string_position):
6431         * xdisp.c (display_string, next_overlay_change):
6432         * buffer.h (overlays_at):
6433         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
6434         Update callers.
6436 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
6438         * editfns.c (Fformat): Doc fix.
6440 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
6442         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
6443         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
6444         (Ffont_otf_alternates, Fquery_font): Doc fixes.
6446 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * buffer.c (Fbuffer_swap_text): New function.
6449         (syms_of_buffer): Defsubr it.
6451 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
6453         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
6455 2008-02-25  Jason Rumney  <jasonr@gnu.org>
6457         * w32font.c (w32font_draw): Draw one character at a time when padding.
6459 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
6462         Handle a nil arg.  Use run_window_configuration_change_hook.
6463         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
6464         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
6465         Use run_window_configuration_change_hook.
6467 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
6469         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
6470         1-pixel width.
6472 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
6474         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
6475         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
6476         if the glyph in the font is zero pixel with.
6478         * dispextern.h (struct glyph_string): New member padding_p.
6480         * w32font.c (w32font_draw): Pay attention to s->padding_p.
6482         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
6484         * xfont.c (xfont_draw): Pay attention to s->padding_p.
6486         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
6488         * font.c: If the font driver doesn't have `shape' function, return Qnil.
6490 2008-02-25  Jason Rumney  <jasonr@gnu.org>
6492         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
6494 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6496         Allow fine-grained image-cache flushing.
6497         * dispextern.h (struct image): Add `dependencies' field.
6498         (clear_image_caches): Change arg to Lisp_Object.
6499         * image.c (make_image): Initialize `dependencies' field.
6500         (clear_image_cache): Change arg to allow fine-grained flushing.
6501         Perform the flush even if image-cache-eviction-delay is nil.
6502         (clear_image_caches): Change arg to Lisp_Object.
6503         (Fclear_image_cache): Expand meaning of the argument.
6504         (mark_image): Mark `dependencies' field.
6505         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
6506         (lface_hash): Use XHASH rather than XFASTINT.
6507         (face_at_buffer_position): Fix int -> EMACS_INT position.
6508         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
6509         (select_frame_for_redisplay): Remove code duplication.
6510         (redisplay_internal): Adapt arg to call to clear_image_caches.
6512 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6514         * s/vms4-0.h:
6515         * s/vms4-2.h:
6516         * s/vms4-4.h:
6517         * s/vms5-5.h: Remove, unused.
6519         * s/irix5-2.h:
6520         * s/irix6-0.h:
6521         * s/riscos5.h:
6522         * s/mach-bsd4-3.h:
6523         * m/mips4.h: Remove files for obsolete systems.
6525         * Makefile.in:
6526         * filelock.c:
6527         * unexmips.c:
6528         * m/hp9000s300.h:
6529         * m/iris4d.h:
6530         * s/aix3-1.h:
6531         * s/hpux.h:
6532         * s/msdos.h:
6533         * s/usg5-0.h:
6534         * s/usg5-2-2.h:
6535         * s/usg5-2.h:
6536         * s/usg5-3.h: Remove references to obsolete variables.
6538         * s/irix5-0.h: Remove, move all the contents ...
6539         * s/irix6-5.h: ... here.  Simplify.
6540         * config.in: Regenerate.
6542 2008-02-24  Jason Rumney  <jasonr@gnu.org>
6544         * w32term.c (x_draw_glyph_string_background): Clear the background
6545         manually when cleartype is in use.
6546         (x_draw_glyph_string_foreground): Draw text transparently when
6547         cleartype is in use.
6549         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
6550         a font into it unless we have to.
6552 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6554         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
6555         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
6557 2008-02-18  Jason Rumney  <jasonr@gnu.org>
6559         * w32fns.c (Fw32_shell_execute): Encode parameters.
6561 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
6563         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
6565 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
6567         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
6569 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
6571         * xterm.c (x_set_offset): Don't change the gravity if
6572         CHANGE_GRAVITY is -1.
6574 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
6576         * fileio.c (auto_save_error_occurred): New var.
6577         (auto_save_error): Set it.
6578         (Fdo_auto_save): Don't overwrite the error message if an auto-save
6579         error occurred.
6581 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
6583         * w32.c (globals_of_w32): Add initializations for
6584         g_b_init_get_sid_sub_authority and
6585         g_b_init_get_sid_sub_authority_count.
6587 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
6590         (font_parse_xlfd): Use them for sanity check.
6591         (Finternal_set_font_style_table): Make sure the table is bijective.
6593         Consolidate the image_cache to the terminal struct.
6594         * termhooks.h (P_): Remove redundant def.
6595         (struct terminal): New field `image_cache'.
6596         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
6597         of FRAME_X_IMAGE_CACHE.
6598         * xterm.h (struct x_display_info): Remove image_cache field.
6599         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
6600         * w32term.h (struct w32_display_info): Remove image_cache field.
6601         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
6602         * macterm.h (struct mac_display_info): Remove image_cache field.
6603         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
6604         * xterm.c (x_term_init):
6605         * w32term.c (w32_term_init):
6606         * macterm.c (mac_term_init): Set the image_cache in the terminal.
6607         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
6608         Remove declarations.
6609         (clear_image_caches, mark_image_cache): New declarations.
6610         * xfaces.c (clear_face_cache):
6611         * xdisp.c (redisplay_internal): Use clear_image_caches.
6612         * image.c (clear_image_cache): Don't check that a frame is on
6613         a window-system before checking if it shares the same cache.
6614         (clear_image_caches): New function.
6615         (Fclear_image_cache): Use it.
6616         (mark_image): Move from allo.c.
6617         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
6618         * alloc.c (mark_image, mark_image_cache): Move to image.c.
6619         (mark_object): Don't call mark_image_cache for frames.
6620         (mark_terminals): Call mark_image_cache.
6622         * lisp.h (Fdelete_terminal): Declare.
6624         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
6625         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
6626         wrong_type_argument.
6628 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
6630         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
6631         malayalam.el, and tamil.el.  Add sinhala.el.
6633 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6635         * xterm.c (x_connection_closed): Consolidate identical tests.
6636         (x_delete_terminal): Don't crash if called via x_connection_closed.
6638 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
6640         * xdisp.c (decode_mode_spec): New arg string.
6641         (display_mode_element): Adjust for the above change.
6643 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * callint.c (Fcall_interactively): Use AREF.
6647 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
6651 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
6653         * xfns.c (Fx_show_tip): Set string to " " if empty.
6655 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
6657         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
6658         with Qt.
6660 2008-02-17  Kenichi Handa  <handa@m17n.org>
6662         * ftfont.c (ftfont_shape): Return Lispy number.
6664         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
6665         for GCs.
6666         (Finternal_set_font_selection_order): Call font_update_sort_order
6667         only when enable_font_backend is set.
6668         (realize_x_face): Set face->font_info to that of default face only
6669         when enable_font_backend is set.
6671         * xdisp.c (handle_composition_prop): Set it->c to the fist
6672         character of the composed region.
6673         (fill_composite_glyph_string): Set base_face->font_info to
6674         s->font_info.  Get a face for ascii from base_face->ascii_face.
6675         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
6676         with a face already decided.
6677         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
6678         non-negative.
6679         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
6680         call font_prepare_composition unconditionally.
6682         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
6684         * xterm.h (struct x_display_info): New member font.
6686         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
6687         (x_set_mouse_face_gc, x_new_font): Likewise.
6688         (x_term_init): Setup display_info->font.
6689         (x_delete_terminal): Free display_info->font.
6691         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
6693         * ftxfont.c (ftxfont_default_fid): Delete it.
6694         (ftxfont_open): Set xfont->fid to 0.
6695         (ftxfont_end_for_frame): Clear data specific to the frame and the
6696         font-driver.
6698         * xftfont.c (xftfont_default_fid): Delete it.
6699         (xftfont_open): Set xfont->fid to 0.
6701         * fontset.c (FONTSET_OBJLIST): New macro.
6702         (fontset_find_font): Update font-object list of the fontset.
6703         (free_realized_fontset): New function.
6704         (free_face_fontset): Call free_realized_fontset.
6705         (Ffont_info): Call font_close_object only when enable_font_backend
6706         is set.
6708         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
6709         [HAVE_NTGUI]: Include w32term.h.
6710         [MAC_OS]: Include macterm.ch.
6711         (font_otf_ValueRecord): Use make_number.
6712         (font_finish_cache): Fix handling of reference count.
6713         (font_clear_cache): Update num_fonts.
6714         (font_open_entity): Update smallest_char_width and
6715         smallest_font_height of the frame.
6716         (font_close_object): Update num_fonts.
6717         (Fclear_font_cache): Fix finding the target cache data.
6719 2008-02-16  Glenn Morris  <rgm@gnu.org>
6721         * fontset.c (Finternal_char_font): Fix compilation warning.
6723 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
6725         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
6726         instead of char arrays.  Enlarge the size of array passed to
6727         get_token_information.
6729         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
6730         warnings.
6732 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
6734         * .gdbinit: Don't set `args', it breaks gdb --args.
6736 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
6739         within a narrowed buffer.
6741 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
6743         * coding.c (decode_coding_object, encode_coding_object):
6744         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
6746 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6748         * coding.c (coding_set_destination): Use BEG_BYTE rather than
6749         hardcoding 1.
6750         (detect_coding_system):
6751         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
6752         (string_char_to_byte, string_byte_to_char, insert_from_gap):
6753         * insdel.c (insert_from_gap):
6754         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
6755         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
6756         (string_to_multibyte):
6757         * character.c (chars_in_text, multibyte_chars_in_text):
6758         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
6760         * character.h (FETCH_STRING_CHAR_ADVANCE)
6761         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
6762         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
6763         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
6765         * casefiddle.c (casify_region): Only call after-change and composition
6766         functions on the part of the region that was changed.
6768         * keyboard.c (read_avail_input):
6769         * frame.c (Fdelete_frame): Call Fdelete_terminal.
6771 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6773         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
6774         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
6776 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
6778         * w32menu.c (push_submenu_start, push_submenu_end)
6779         (push_left_right_boundary, push_menu_pane, push_menu_item):
6780         * keyboard.c (read_key_sequence): Don't pass args with side effects
6781         to AREF, it fails when compiling with -DENABLE_CHECKING.
6783 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
6785         * Makefile.in (${lispsource}international/charprop.el):
6786         Delete this target.
6788         * search.c (boyer_moore): Fix incorrect synching of the trunk and
6789         emacs-unicode-2.
6791 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * terminal.c (Fdelete_terminal): Clean up the `force' path.
6795 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6797         * frame.c (Qnoelisp): New symbol.
6798         (syms_of_frame): Initialize it.
6799         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
6800         harmless Elisp code, from a strong `force' from x_connection_closed.
6801         * frame.h (Qnoelisp): Declare.
6802         * xterm.c (x_connection_closed): Pass `noelisp'.
6804         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
6805         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
6806         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
6807         rather than `int' for the type of `type'.
6809 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6811         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
6813         * Makefile.in (GNUC): Remove support for gcc-1.x.
6815 2008-02-10  Richard Stallman  <rms@gnu.org>
6817         * lisp.h (ASET): Use AREF, not ASLOT.
6819 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * lisp.h (ASET): Check bounds.
6823 2008-02-10  Glenn Morris  <rgm@gnu.org>
6825         * buffer.c (mode-name): Doc fix.
6827 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6829         * Makefile.in:
6830         * emacs.c:
6831         * gmalloc.c:
6832         * keyboard.c:
6833         * lisp.h:
6834         * m/ibm370aix.h:
6835         * process.c:
6836         * regex.c:
6837         * s/hpux.h:
6838         * sysdep.c:
6839         * sysselect.h:
6840         * systty.h:
6841         * unexec.c:
6842         * w32term.c:
6843         * xsmfns.c:
6844         * xterm.c: Remove code that deals with obsolete variables.
6846         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
6848         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
6849         nothing else needs it anymore.
6851 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
6853         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
6854         instead of unibyte_char_to_multibyte.
6856 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6858         * s/gnu-linux.h: Remove commented out code.
6860         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
6862         * Makefile.in: Update what RMS says about using autoconf.
6863         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
6864         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
6865         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
6866         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
6868 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * keymap.c (Fkey_description): Move side effect outside of macro call.
6872         * xfaces.c (Finternal_make_lisp_face):
6873         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
6875         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
6876         (syms_of_fontset): Use ASET.
6878         * fns.c (concat): Move side effect outside of macro call.
6879         (hash_clear): Use ASET.
6881 2008-02-08  Richard Stallman  <rms@gnu.org>
6883         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
6884         If FORCE, and frame has a surrogate minibuffer for another frame,
6885         delete the other frame first.
6887 2008-02-07  Timo Savola  <timo.savola@iki.fi>
6889         * xterm.c (x_detect_focus_change): Handle embed client message.
6890         (handle_one_xevent): Ditto.
6891         (handle_one_xevent): If embedded and we get a button press/release,
6892         request focus.
6893         (xembed_set_info, xembed_send_message): New functions.
6894         (x_make_frame_visible): Call xembed_set_info if embedded.
6895         (x_make_frame_invisible): Call xembed_set_info if embedded.
6896         (x_term_init): Initialize Xatom_XEMBED.
6897         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
6898         (x_iconify_frame): Ditto.
6900         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
6901         (enum xembed_info, enum xembed_message, enum xembed_focus)
6902         (enum xembed_modifier, enum xembed_accelerator): New.
6903         (xembed_set_info, xembed_send_message): Declare.
6904         (FRAME_X_EMBEDDED_P): New.
6906         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
6907         gtk_plug_new.
6909         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
6910         window ID of a frame.
6911         (x_window): Reparent frame if embedded.
6912         (Fx_create_frame): Don't set border width if embedded.
6914         * emacs.c (USAGE3): Add --parent-id.
6915         (standard_args): Ditto.
6917 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
6919         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
6921 2008-02-07  Jim Meyering  <meyering@redhat.com>
6923         Use "do...while (0)", not "if (1)...else" in macro definitions.
6924         The latter provokes a warning from gcc about the empty else, when
6925         followed by ";".  Also, without that trailing semicolon, it would
6926         silently swallow up any following statement.
6927         * syntax.h (SETUP_SYNTAX_TABLE)
6928         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
6929         * buffer.h (DECODE_POSITION): Likewise.
6930         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
6931         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
6932         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
6933         (FETCH_CHAR_ADVANCE): Likewise.
6934         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
6936 2008-02-07  Jim Meyering  <meyering@redhat.com>
6938         * lread.c [lint]: Don't include <sys/inode.h>.
6940 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6942         * xselect.c (x_handle_dnd_message):
6943         * xmenu.c (digest_single_submenu, xmenu_show):
6944         * xdisp.c (with_echo_area_buffer_unwind_data)
6945         (format_mode_line_unwind_data, unwind_format_mode_line)
6946         (display_menu_bar):
6947         * eval.c (Ffetch_bytecode):
6948         * doc.c (store_function_docstring):
6949         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
6950         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
6951         * buffer.c (add_overlay_mod_hooklist): Use ASET.
6953 2008-02-07  Kenichi Handa  <handa@m17n.org>
6955         * ftxfont.c (ftxfont_open): Don't set
6956         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
6958         * ftfont.c (ftfont_open): Fix previous change.
6960 2008-02-06  Jason Rumney  <jasonr@gnu.org>
6962         * w32font.c (w32font_text_extents): Fill in lbearing metric.
6963         Use cached metrics for ASCII characters.
6964         (w32font_open_internal): Don't set font's owning_frame.
6965         Cache metrics for ASCII characters.
6967         * w32font.h (struct w32font_info): Add ascii_metrics.
6968         Remove owning_frame.
6970 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
6972         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
6973         to negative value.
6975         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
6977         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
6979         * charset.c (syms_of_charset): Set QCtest and Qeq.
6981 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6983         * process.c (Fstart_process):
6984         * callproc.c (Fcall_process): Handle the case where
6985         Funhandled_file_name_directory returns nil.
6987         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
6988         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
6989         * font.c (check_gstring): Use them and AREF to access the vector before
6990         we know it's really a gstring.
6991         (Ffont_shape_text): Fix typo.
6992         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
6994         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
6995         Declare.
6997         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
6999 2008-02-05  Jason Rumney  <jasonr@gnu.org>
7001         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
7002         Set smallest_font_height and smallest_char_width in display info.
7004 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
7006         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
7008 2008-02-05  Miles Bader  <miles@gnu.org>
7010         * xfaces.c (get_lface_attributes, merge_named_face)
7011         (lookup_named_face, lookup_derived_face, realize_named_face):
7012         Revert 2008-02-01 change by cyd@stupidchicken.com.
7014 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
7016         * fontset.c (Ffontset_info): Handle the case of inhibitting the
7017         fallback fonts.
7018         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
7020 2008-02-04  Jason Rumney  <jasonr@gnu.org>
7022         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
7023         set full_name.
7024         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
7026 2008-02-03  Jason Rumney  <jasonr@gnu.org>
7028         * makefile.w32-in (OBJ1): Include font.o here.
7029         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
7031 2008-02-02  Jason Rumney  <jasonr@gnu.org>
7033         * makefile.w32-in (temacs): Bump EMHEAP to 21.
7035 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7037         * s/cygwin.h: Define VIRT_ADDR_VARIES.
7039         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
7041 2008-02-01  Andreas Schwab  <schwab@suse.de>
7043         * Makefile.in (shortlisp, lisp): Update for rename of
7044         ../lisp/language/myanmar.el.
7046 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
7048         * xfaces.c (get_lface_attributes): Delete function.
7049         (merge_named_face, lookup_named_face, lookup_derived_face)
7050         (realize_named_face): Call lface_from_face_name directly, and use
7051         the fact that merge_face_vectors does not alter its FROM argument.
7053 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7055         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
7056         input in the default locale.  Handle non-Unicode multibyte input.
7058 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7060         * fontset.c (reorder_font_vector): Exclude nil elements from the
7061         font group.  Don't try multiple fonts.
7062         (fontset_font): Adjust for the above change.
7063         (Finternal_char_font): Return nil if the found font doesn't
7064         contain the character ch.
7066         * Makefile.in (lisp, shortlisp): Add cham.el.
7068 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7070         * font.h (FONTP): Make it return 1 also for a font-object.
7072         * .gdbinit (xfontset): New function.
7074         * font.c (font_find_for_lface): Check if the character C is
7075         supported or not only for the first font.
7077         * fontset.c (reorder_font_vector): Fix typo.
7078         (fontset_find_font): Don't add a font-spec specifying a script.
7079         Use 0 (not Qt) for the indication of empty font-group.  Change the
7080         format of RFONT-DEF.  Return Qt if no font in the font-group
7081         support the character.
7082         (fontset_font): Adjust for the above change.  If no font was
7083         found the character, remember that.
7084         (face_for_char): Adjust for the change of RFONT-DEF.
7085         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
7086         no font for the target.
7087         (Finternal_char_font): Adjust for the change of RFONT-DEF.
7089 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7091         * font.c (font_load_for_face): Handle the case that the font in
7092         face->lface is a string.
7094 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7096         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
7098 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7100         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
7101         Fix previous change.  If the frame is not on a window system,
7102         signal an error.
7104 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7106         * coding.c (decode_coding_object, encode_coding_object): Adjust
7107         marker positions after conversion.
7109         * lisp.h (struct Lisp_Marker): New member need_adjustment.
7111 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7113         * font.c (font_find_for_lface): Fix the handling of the return
7114         value of font_has_char.
7115         (Ffont_shape_text): Fix previous change.
7117         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
7118         (fontset_ref_and_range): Delete it.
7119         (fontset_find_font): Call char_table_ref_and_range instead of
7120         FONTSET_REF_AND_RANGE.
7121         (make_fontset): Don't setup font groups of Latin here.
7122         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
7123         (new_fontset_from_font): Make the specified font the default for
7124         all Latin characters.
7126 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7128         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
7129         is on a window system before accessing the fontset of the frame.
7131 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7133         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
7135         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
7136         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
7138         * font.c (Ffont_shape_text): If the font driver doesn't have a
7139         shaper function, make zero-width glyphs to have at least one-pixel
7140         width.  Fix setting of `to' field of glyphs.
7142 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7144         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
7145         glyphs.
7147         * font.h (struct font_driver): Improve docstring of member `shape'.
7149 2008-02-01  Kenichi Handa  <handa@m17n.org>
7151         * composite.c (syms_of_composite): Fix docstring of
7152         auto-composition-function.
7154         * font.h (LGLYPH_SIZE): New macro.
7156         * font.c (Ffont_fill_gstring): Stop filling when a character not
7157         supported by the font is found.
7158         (Ffont_shape_text): When a shape callback function returns nil,
7159         try at most two more times with larger gstring.
7160         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
7162         * xdisp.c (handle_auto_composed_prop): Change the argument to
7163         auto-composition-function.
7165         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
7166         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
7167         Lispy glyph and store it in the lgstring.
7169         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
7171         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
7173 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7175         * font.c (Ffont_shape_text): Avoid unnecessary composition.
7177         * fontset.c (Vfont_encoding_charset_alist): New variable.
7178         (syms_of_fontset): DEFVAR it.
7179         (reorder_font_vector, fontset_find_font): Optimize for the case of
7180         no need of reordering.
7181         (face_for_char): Map the charset property by
7182         Vfont_encoding_charset_alist.
7184 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7186         * w32font.c (logfonts_match): Don't check adstyle here.
7187         (font_matches_spec): Check here against physical font instead.
7188         (add_font_entity_to_list): Avoid some substitutions.
7190         * font.c (font_parse_fcname): Default weight and slant to normal.
7191         (font_score): Prefer normal fonts if weight or slant unspecified.
7192         (font_score) [WINDOWSNT]: Scale weight difference down to closer
7193         match freetype scores.
7195 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7197         * w32font.c (w32font_text_extents): Don't use the frame stored in the
7198         font, as it may have been deleted.
7199         (w32_enumfont_pattern_entity): Map generic family to adstyle using
7200         most common hyphenless variation.
7201         (logfonts_match): Check generic family.
7202         (font_matches_spec): Don't check generic family here.
7203         (fill_in_logfont): Set generic family based on adstyle.
7205         * w32font.h (w32font_get_cache): Update declaration.
7207 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7209         * ftfont.c (ftfont_get_cache): Adjust the argument type.
7211         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
7212         If none of the new drivers are available, call font_update_drivers
7213         with the old drivers.
7215         * w32font.c (w32font_get_cache): Adjust the argument type.
7217         * xfont.c (xfont_get_cache): Adjust the argument type.
7219         * font.h (struct font_driver): Change argument type of get_cache.
7221         * xftfont.c (xftfont_start_for_frame): Delete prototype.
7223         * font.c (Ffont_get): Fix arguments to Fassoc.
7224         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
7225         (font_clear_cache): New function.
7226         (font_list_entities, font_matching_entity): Use font_get_cache.
7227         (font_update_drivers): Call font_clear_cache when finishing a driver.
7229         * fontset.c (fontset_find_font): Fix previous change.
7231 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7233         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
7234         dpyinfo->font_table.
7235         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
7236         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
7238         * font.c (font_at): Handle the case that the arg C is negative.
7239         Handle the unibyte case.
7240         (Ffont_at): Call font_at with the arg C -1.
7242         * xdisp.c (handle_auto_composed_prop): Don't get a character at
7243         the position here, and call font_at with the arg C -1.
7244         Don't check the range of the existing composition at the point.
7246 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7248         * fontset.c (fontset_add): New args charset_id and family.
7249         Change caller.
7250         (load_font_get_repertory, fontset_find_font): Assume that
7251         font_spec is always a font-spec object.
7252         (Fset_fontset_font): Always store a font-spec object in a fontset.
7254         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
7255         instead of get_property_and_range.
7257 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7259         * xftfont.c (struct xftfont_info): Delete the member ft_face.
7260         (xftfont_open): Don't keep locking face.
7261         (xftfont_close): Don't unlock face.
7262         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
7264         * fontset.c (fontset_find_font): Don't prefer a font of
7265         supplementary charset.
7267 2008-02-01  Kenichi Handa  <handa@m17n.org>
7269         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
7270         script, langsys_tag to langsys, new member script.
7271         (OTF_TAG_STR): Terminate by '\0'.
7272         (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
7273         listing to the script specified in that property.  Fix arg to
7274         OTF_check_features.
7276 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7278         * w32font.h: New file.
7280         * w32font.c: Include it.
7281         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
7282         (w32font_open): Set owning_frame.
7283         (w32font_text_extents): Use owning_frame.
7284         (struct font_callback_data): Add opentype_only field.
7285         (add_font_entity_to_list): Use it to filter fonts.
7286         Don't check against full name.
7287         (w32font_list_internal): New function.
7288         (w32font_list): Use it.
7289         (w32font_match_internal): New function.
7290         (w32font_match): Use it.
7291         (w32font_open_internal): New function.
7292         (w32font_open): Use it.
7293         (w32font_get_cache, w32font_close, w32font_has_char)
7294         (w32font_encode_char, w32font_text_extents, w32font_draw):
7295         Make non-static.
7297         * makefile.w32-in (w32font.o): Depend on w32font.h.
7299 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7301         * charset.c (Fdefine_charset_internal): Record a supplementary
7302         charset at the tail of Vcharset_order_list.
7304         * font.c (Ffont_shape_text): Fix the return value.
7306         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
7308         * xdisp.c (handle_auto_composed_prop): Fix previous change.
7310 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7312         * ftfont.c (struct OpenTypeSpec): New struct.
7313         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
7314         (ftfont_get_open_type_spec): New function.
7315         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
7317         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
7319 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7321         * w32font.c (add_font_entity_to_list): Compare only the beginning
7322         of full name.
7324 2008-02-01  Kenichi Handa  <handa@m17n.org>
7326         * xdisp.c (handle_auto_composed_prop): Simplify the code.
7327         Never return HANDLED_RECOMPUTE_PROPS.
7329 2008-02-01  Kenichi Handa  <handa@m17n.org>
7331         * font.c (font_gstring_produce): Delete it.
7333         * composite.h (COMPOSITION_METHOD):
7334         Handle COMPOSITION_WITH_GLYPH_STRING.
7336 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7338         * xfont.c (Qx): Delete.
7339         (syms_of_xfont): Don't initialize Qx.
7341         * composite.h (enum composition_method):
7342         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
7344 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7346         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
7347         (choose_face_font): Accept new form of font-spec.
7349         * frame.h (font_driver_list): Declare it unconditionally.
7350         (struct frame): Define members font_driver_list and font_data_list
7351         unconditionally.
7353         * fontset.c: Include "font.h" unconditionally.
7354         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
7355         (Fset_fontset_font): Accept a font-spec object.
7357         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
7358         PIXEL_SIZE part a wild card.
7360         * dispextern.h (struct glyph_string): Define members clip and
7361         num_clips unconditionally.
7362         (struct face): Define members font_info and extra unconditionally.
7364         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
7365         ftfont_info only when HAVE_LIBOTF is defined.
7367 2008-02-01  Andreas Schwab  <schwab@suse.de>
7369         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
7370         and end.
7372 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7374         * w32font.c (w32font_driver): Add new fields.
7376 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7378         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
7379         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
7380         (LIBES): Add @M17N_FLT_CFLAGS@.
7382         * composite.c (compose_text): Don't treat the new style
7383         composition specially.
7385         * emacs.c (main): Call syms_of_font unconditionally.
7387         * font.h (FONT_ENTITY_NOT_LOADABLE)
7388         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
7389         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
7390         (struct font_driver): New member shape.
7391         (font_registry_charsets): Extern it.
7392         (font_find_for_lface, font_prepare_composition): Adjust prototype.
7393         (font_otf_capability, font_drive_otf): Delete their externs.
7395         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
7396         (font_charset_alist, font_registry_charsets): Move from xfont.c
7397         and rename.
7398         (font_prop_validate_otf): New function.
7399         (font_property_table): Register it for QCotf.
7400         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
7401         (font_drive_otf): Delete.
7402         (font_prepare_composition): New arg F.  Adjust for the change of
7403         lispy gstring.
7404         (font_find_for_lface): New arg C.
7405         (font_load_for_face): Adjust for the change of font_find_for_lface.
7406         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
7407         lispy gstring.
7408         (Ffont_shape_text): New function.
7409         (Fopen_font): If the font size is not given, use 12-pixel.
7410         (Ffont_at): New arg STRING.
7411         (syms_of_font): Initalize font_charset_alist.
7412         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
7413         conditionally.
7415         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
7416         fonts of the same font-spec.  Change the format of RFONT-DEF.
7417         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
7418         Adjust for the change of RFONT-DEF.
7419         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
7421         * ftfont.h: New file.
7423         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
7424         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
7425         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
7426         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
7427         font_otf_capability and font_drive_otf, set ftfont_shape.
7428         (ftfont_list): Adjust for the change of :otf property value.
7429         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
7430         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
7431         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
7432         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
7433         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
7434         (otf_gstring, gstring, m17n_flt_initialized): New variables.
7436         * w32term.c (x_draw_composite_glyph_string_foreground):
7437         Adjust for the change of lispy gstring.
7439         * xdisp.c (handle_composition_prop): Adjust for the change of
7440         lispy gstring.  Call a function for auto-composition with the
7441         third arg it->window.
7442         (fill_composite_glyph_string): Adjust for the change of lispy string.
7443         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
7445         * xfaces.c (set_font_frame_param): Adjust for the change of
7446         font_find_for_lface.
7448         * xfont.c (x_font_charset_alist): Move to font.c and rename.
7449         (xfont_registry_charsets): Likewise.  Change caller.
7450         (syms_of_xfont): Don't handle x_font_charset_alist.
7452         * xftfont.c: Include "ftfont.h".
7453         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
7454         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
7455         (xftfont_close) [HAVE_LIBOTF]: Close otf.
7456         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
7457         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
7458         Set xftfont_driver.shape to xftfont_shape.
7460         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7461         the change of lispy gstring.
7463 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7465         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
7467 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7469         * w32font.c (w32font_draw): Fill background manually.
7471 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7473         * font.c (Qfontp): Remove unused symbol.
7474         (QCantialias): New symbol.
7475         (syms_of_font): Define it.
7476         (font_property_table): Set a validator for QCantialias.
7478         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
7479         Define if not already.
7480         (QCfamily): Share with xfaces.c.
7481         (Qstandard, Qsubpixel, Qnatural): New symbols.
7482         (syms_of_w32font): Define them.  Don't define QCfamily here.
7483         (w32_antialias_type, lispy_antialias_type): New functions.
7484         (w32_enumfont_pattern_entity): New arg requested_font.
7485         Set antialias parameter if non-default was requested.
7486         (fill_in_logfont): Fill in lfQuality if :antialias specified.
7488 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7490         * lread.c (read1): Undo the previous change.
7492 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7494         * frame.c (Fdelete_frame): Call font_update_drivers only when
7495         USE_FONT_BACKEND is defined.
7497 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7499         * font.h (struct font_bitmap): New member bits_per_pixel.
7500         (struct font_driver): New members start_for_frame and end_for_frame.
7501         (struct font_data_list): New struct.
7502         (font_put_frame_data, font_get_frame_data): Extern them.
7504         * frame.h (struct frame): New member font_data_list.
7506         * font.c (font_update_drivers): Call driver->start_for_frame and
7507         driver->end_for_frame at proper timings.
7508         (font_put_frame_data, font_get_frame_data): New functions.
7509         (Ffont_spec): Add usage in the docstring.
7511         * frame.c (make_frame): Initialize f->font_data_list to NULL.
7512         (Fdelete_frame): Call font_update_drivers.
7514         * xftfont.c (struct xftface_info): Delete the member xft_draw.
7515         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
7516         (xftfont_get_xft_draw): New function.
7517         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
7518         (xftfont_end_for_frame): New function.
7519         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
7521         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
7522         Change argument.  Cache GCs in the per-frame data.
7523         (struct ftxfont_frame_data): New struct.
7524         (ftxfont_draw_bitmap): New arg gc_fore and flush.
7525         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
7526         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
7527         (ftxfont_end_for_frame): New function.
7528         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
7530         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
7532 2008-02-01  Kenichi Handa  <handa@m17n.org>
7534         * xselect.c (Vselection_coding_system)
7535         (Vnext_selection_coding_system): Delete them.
7536         (syms_of_xselect): Don't declare selection-coding-system and
7537         next-selection-coding-system.  They are declared in select.el.
7539 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7541         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
7543         * w32fns.c: Include imm.h.
7544         (get_composition_string_fn, get_ime_context_fn): New optional
7545         system functions.
7546         (globals_of_w32fns): Load them from imm32.dll.
7547         (ignore_ime_char): New flag.
7548         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
7549         WM_IME_ENDCOMPOSITION messages.
7551         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
7552         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
7554 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7556         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
7557         (READCHAR_REPORT_MULTIBYTE): New macro.
7558         (readchar): New 2nd arg MULTIBYTE.
7559         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
7560         Make symbol's name multibyte according to the multibyteness of the
7561         source.
7563 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7565         * xfaces.c (face_for_overlay_string): Call lookup_face with
7566         correct arguments (fix of synching with the trunk).
7568 2008-02-01  Kenichi Handa  <handa@m17n.org>
7570         * font.c (font_prop_validate_symbol, font_prop_validate_style)
7571         (font_prop_validate_non_neg, font_prop_validate_spacing):
7572         Delete argument prop_index.
7573         (font_property_table): Change arguments to validater.  Change Callers.
7574         (font_lispy_object): Delete.
7575         (font_at): Use font_find_object instead fo font_lispy_object.
7577 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7579         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
7580         and file names.
7582 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7584         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
7585         (font_matches_spec): Remove debug output.
7586         (add_font_entity_to_list): Avoid using substituted fonts.
7588 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7590         * doc.c (Fsnarf_documentation):
7591         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
7593 2008-02-01  Miles Bader  <miles@gnu.org>
7595         * dispextern.h (struct glyph_row): Only define "clip" field if
7596         HAVE_WINDOW_SYSTEM is defined.
7598 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7600         Fix up multi-tty merge.
7602         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
7603         and indentation.
7605         * xfaces.c (free_realized_face, clear_face_gcs):
7606         Include font_done_for_face in the input_blocked section, just in case.
7608         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
7609         (get_char_face_and_encoding): Undo last change and remove the *other*
7610         duplicate definition (i.e. keep the one that's better scoped and that
7611         includes code for the font-backend).
7613         * terminal.c (create_terminal): Default keyboard_coding to
7614         `no-conversion' and terminal_coding to `undecided'.
7616         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
7618         * fontset.c (free_realized_fontsets): Check that the table entry does
7619         contain a fontset before trying to compare it to `base'.
7621         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
7622         syms_of_charset, and syms_of_coding earlier because init_window_once
7623         now needs Vcoding_system_hash_table to be setup.
7625         * coding.h (default_buffer_file_coding): Remove.
7627         * coding.c (default_buffer_file_coding): Remove.
7628         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
7629         than ->symbol, and use the terminal-local coding system.
7630         (syms_of_coding): Don't setup the coding-systems that are not
7631         terminal-local.
7632         (Fdefine_coding_system_internal): Use XCAR/XCDR.
7634         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
7635         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
7637         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
7638         in chartab.c and were re-added here by mistake.
7639         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
7641         * doc.c (Fsnarf_documentation):
7642         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
7643         src to etc.
7645         * ChangeLog.10: Add mistakenly removed entry.
7647 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7649         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
7651 2008-02-01  Miles Bader  <miles@gnu.org>
7653         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
7654         Add extra args to FACE_FOR_CHAR.
7656 2008-02-01  Kenichi Handa  <handa@m17n.org>
7658         * keymap.c (where_is_internal_1): If key is a cons, store the copy
7659         in sequence.
7661         * chartab.c (map_sub_char_table, map_char_table): If the range
7662         contains just one character, call the function with that character
7663         even if the depth is not 3.
7665 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7667         * w32font.c (w32font_text_extents): Calculate metrics for the
7668         whole string.
7670 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7672         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
7674 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7676         * w32term.c (x_set_glyph_string_clipping): Use
7677         get_glyph_string_clip_rects.
7678         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
7679         Adjust for the change of struct glyph_string.
7681         * w32font.c (w32font_draw): Do clipping here.
7683 2008-02-01  Kenichi Handa  <handa@m17n.org>
7685         * xftfont.c (xftfont_draw): Adjust for the change of struct
7686         glyph_string.
7688         * xterm.c (x_set_glyph_string_clipping): Use
7689         get_glyph_string_clip_rects.
7690         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
7691         Adjust for the change of struct glyph_string.
7693         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
7694         the resulting clip(s}.
7695         (expose_overlaps): Add arg r.  Change callers.  Set it to
7696         row->clip temporarily.
7697         (expose_window): Redraw rows overlapping the exposed area.
7699         * dispextern.h (struct glyph_row): New member clip.
7700         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
7701         clip_height, new member clip, and num_clips.
7703 2008-02-01  Kenichi Handa  <handa@m17n.org>
7705         * data.c (Fchar_or_string_p): Fix docstring.
7707 2008-02-01  Kenichi Handa  <handa@m17n.org>
7709         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
7710         create a temporary XftDraw object.
7712 2008-02-01  Kenichi Handa  <handa@m17n.org>
7714         * font.c (Ffontp): Fix docstring.
7716         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
7717         strong evidence of ISO-2022.
7719 2008-02-01  Kenichi Handa  <handa@m17n.org>
7721         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
7722         SYNTAX_ENTRY_FOLLOW_PARENT.
7724 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
7727         its type.
7728         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
7729         Update to the new type of weak_hash_tables and next_weak.
7731         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
7732         a plain C pointer to Lisp_Hash_Table.
7734         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
7735         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
7736         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
7737         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
7738         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
7739         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
7740         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
7741         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
7742         (GC_EQ): Remove since they've been identical to their non-GC_
7743         alter-egos ever since the markbit was eradicated.
7745         * alloc.c:
7746         * buffer.c:
7747         * buffer.h:
7748         * data.c:
7749         * fileio.c:
7750         * filelock.c:
7751         * fns.c:
7752         * frame.h:
7753         * lisp.h:
7754         * macterm.c:
7755         * print.c:
7756         * process.c:
7757         * w32fns.c:
7758         * w32menu.c:
7759         * w32term.c:
7760         * xfns.c:
7761         * xmenu.c:
7762         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
7764 2008-02-01  Kenichi Handa  <handa@m17n.org>
7766         * chartab.c (map_sub_char_table): Make it work for the top-level
7767         char-table.  Fix handling of parent char-table.
7768         (map_char_table): Adjust for the above change.
7770 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7772         * w32font.c (Qgdi): Rename from Qw32.
7774 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7776         * w32bdf.c (get_quoted_string): Make function static.
7778 2008-02-01  Kenichi Handa  <handa@m17n.org>
7780         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
7781         bigger ascent and descent than those of the font, use them as
7782         font's ascent and descent.
7784 2008-02-01  Kenichi Handa  <handa@m17n.org>
7786         * Makefile.in (${lispsource}international/charprop.el): Move this
7787         target within "#ifdef HAVE_UNIDATA" and "#endif".
7789 2008-02-01  Kenichi Handa  <handa@m17n.org>
7791         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
7792         (shortlisp): Add ../lisp/language/tai-viet.el.
7794 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
7796         * Makefile.in (${lispsource}international/charprop.el): Depend on
7797         temacs${EXEEXT}.
7799 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7801         * w32font.c (w32font_close): Delete the GDI font object.
7803         * w32menu.c: Include character.h.
7805         * w32proc.c: Likewise.
7807         * w32select.c: Likewise.
7809         * makefile.w32-in (w32proc.o): Depend on character.h.
7811 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7813         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
7815         * w32menu.c (syms_of_w32menu): Likewise.
7817         * w32proc.c (syms_of_ntproc): Likewise.
7819         * w32select.c (syms_of_w32select): Likewise.
7821         * w32term.c (syms_of_w32term): Likewise.
7823 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7825         * w32font.c (w32font_draw): Delete brush after using it.
7827 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7829         * w32font.c (w32font_open): Don't set font_idx.
7830         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
7831         to font settings.
7832         (w32font_draw): Fill background explicitly.
7834 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7836         * w32term.c (w32_initialize): Don't call w32font_initialize.
7838         * w32font.c (w32font_info): Remove subranges.
7839         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
7840         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
7841         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
7842         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
7843         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
7844         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
7845         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
7846         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
7847         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
7848         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
7849         New symbols.
7850         (font_callback_data): New struct.
7851         (w32font_list, w32font_match): Use it.
7852         (w32font_open): Don't populate subranges.
7853         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
7854         (w32font_encode_char): Always return unicode code-point as-is.
7855         (w32font_text_extents): Supply a transformation matrix to
7856         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
7857         twice.  Use unicode version of GetTexExtentPoint32 instead of
7858         glyph index version.
7859         (set_fonts_frame): Remove.
7860         (w32_enumfont_pattern_entity): Add frame parameter, use it to
7861         set frame parameter.  Use backward compatible fake foundries.
7862         Save generic family in extra slot under QCfamily.  Make width slot
7863         constant.  Save QCspacing value.  Save list of scripts instead of
7864         binary subranges.
7865         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
7866         (add_font_entity_to_list): Use font_callback_data struct.  Filter
7867         unwanted fonts.
7868         (add_one_font_entity_to_list): Use font_callback_data struct.
7869         (w32_registry): Default to iso10646_1.
7870         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
7871         string font registries.  Don't fill in font name if it is a generic
7872         family name, fill family instead.  Use spacing, family and script
7873         extra info to fill pitch, family and charset fields.
7874         (list_all_matching_fonts): Use font_callback_data struct.
7875         (unicode_range_for_char): Remove.
7876         (font_supported_scripts): New function.
7877         (w32font_initialize): Remove.
7878         (syms_of_w32font): Update which symbols are defined.
7880 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7882         * font.c (font_pixel_size): Reverse assq_no_quit args.
7884         * w32term.h (FONT_WIDTH): Report max width, not average.
7885         (FONT_MAX_WIDTH): Remove.
7886         (FONT_AVG_WIDTH): New macro.
7888         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
7889         redefinition of FONT_WIDTH.
7891         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
7892         (w32_cache_char_metrics): Use FONT_WIDTH.
7894         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
7896 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7898         * w32font.c (w32font_open): Make lfHeight negative.
7900         * w32fns.c (x_default_font_parameter): Use new style font name.
7901         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
7903 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7905         * w32font.c (QCsubranges): New symbol.
7906         (w32font_open, w32font_has_char): Get subranges from subproperty
7907         of extra.
7908         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
7909         (syms_of_w32font): Define :subranges symbol.
7911         * font.c (font_put_extra): Expose externally.
7913         * font.h (font_put_extra): Move declaration from font.c.
7915         * font.c (Ffont_get): Use font driver to determine otf capability.
7916         (adjust_anchor): Check if driver defines anchor_point before using.
7918         * w32font.c (w32font_open): Handle size, height and pixel_size better.
7919         (w32font_draw): Use options.
7920         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
7921         Fix detection of truetype fonts.
7922         (registry_to_w32_charset): Handle charsets other than iso8859-1
7923         expressed as lisp symbols.
7924         (w32_registry): Express charset as lisp symbol.
7925         (fill_in_logfont): Reverse pixel and point height logic.
7926         Don't set width here.  Set quality to default.
7928         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
7929         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
7931         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7932         Remove redundant loop and allocation.
7934         * makefile.w32-in (font.o, w32font.o): New objects.
7935         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
7936         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
7938         * xdisp.c (fill_composite_glyph_string): Make the first arg to
7939         STORE_XCHARB a valid l-value.
7941         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
7942         calculations for non-Truetype fonts.
7943         (x_draw_glyph_string): Sync with xterm.c.
7944         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7945         Remove redundant code.
7946         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
7948         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
7949         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
7951         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
7952         (x_to_w32_charset, w32_to_x_charset): Expose externally.
7954         * w32font.c: New file for w32 font backend.
7956 2008-02-01  Kenichi Handa  <handa@m17n.org>
7958         * term.c: Don't include "buffer.h" twice.
7960 2008-02-01  Kenichi Handa  <handa@m17n.org>
7962         * character.c (Funibyte_string): New function.
7963         (syms_of_character): Defsubr it.
7965 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7967         * w32term.c [USE_FONT_BACKEND]:
7968         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
7969         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
7970         (x_draw_glyph_string, x_draw_glyph_string_foreground)
7971         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
7972         (x_free_frame_resources): Sync with xterm.c.
7974 2008-02-01  Andreas Schwab  <schwab@suse.de>
7976         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
7977         char-table size.
7979 2008-02-01  Kenichi Handa  <handa@m17n.org>
7981         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
7983 2008-02-01  Kenichi Handa  <handa@m17n.org>
7985         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
7986         font_otf_gpos, add font_drive_otf.
7988         * fontset.c (fontset_find_font): Pay attention to font size
7989         specified for a font.
7990         (reorder_font_vector): Check contents of font_def.
7992         * font.c (struct otf_list): Delete it.
7993         (otf_list): Make it a lisp variable.
7994         (otf_open): Use lispy otf_list.
7995         (generate_otf_features): Rename from parse_gsub_gpos_spec.
7996         (check_otf_features): New function.
7997         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7998         New functions.
7999         (font_drive_otf): New function merging font_otf_gsub and
8000         font_otf_gpos.
8001         (font_open_for_lface): New arg spec.  Change argument order.
8002         (font_load_for_face): Adjust for the change of font_open_for_lface.
8003         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
8004         Ffont_otf_gpos.
8005         (syms_of_font): Staticpro otf_list.  Delete defsubr of
8006         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
8008         * xfaces.c (set_font_frame_param): Adjust for the change of
8009         font_open_for_lface.
8011         * font.h (font_open_for_lface): Adjust prototype.
8012         (struct font_driver): Delete members otf_gsub and otf_gpos, add
8013         member otf_drive.
8014         (font_otf_gsub, font_otf_gpos): Delete externs.
8015         (font_drive_otf): Extern it.
8017 2008-02-01  Kenichi Handa  <handa@m17n.org>
8019         * font.c (font_at): If the window W is not on a window system,
8020         return Qnil.
8022         * coding.c (produce_chars, encode_coding): Don't call
8023         insert_from_gap if no characters to produce.
8025 2008-02-01  Kenichi Handa  <handa@m17n.org>
8027         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
8028         Fclear_face_cache.
8030         * xfaces.c (face_for_font): Check also face->font==font->font.font.
8032 2008-02-01  Miles Bader  <miles@gnu.org>
8034         * emacs.c (main): Change default value of `enable_font_backend' to 1.
8035         Parse "--disable-font-backend" option.
8036         (standard_args): Add "--disable-font-backend" option.
8038 2008-02-01  Kenichi Handa  <handa@m17n.org>
8040         * fontset.c (fontset_find_font): New function.
8041         (fontset_font): Use fontset_find_font.
8042         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
8043         Register the specified font for all Latin characters.
8044         (new_fontset_from_font): Register the specified font for all Latin
8045         characters.
8046         (dump_fontset): For a realized fontset, include the base fontset
8047         name in the returned vector.
8049 2008-02-01  Kenichi Handa  <handa@m17n.org>
8051         * character.h (CHAR_STRING): Cast C to unsigned on calling
8052         char_string.
8054         * character.c (char_string): Type of arg C changed to unsigned.
8055         Signal an error if C is an invalid character code.
8057         * editfns.c (general_insert_function, Fchar_to_string):
8058         Use CHARACTERP, not INTEGERP.
8060 2008-02-01  Kenichi Handa  <handa@m17n.org>
8062         * character.h (MIN_MULTIBYTE_LEADING_CODE)
8063         (MAX_MULTIBYTE_LEADING_CODE): New macros.
8065         * regex.c (analyse_first): Fix for multibyte characters in "case
8066         charset:" and "case categoryspec:".
8068 2008-02-01  Andreas Schwab  <schwab@suse.de>
8070         * Makefile.in (LIBES): Move standard libraries to the end.
8072 2008-02-01  Kenichi Handa  <handa@m17n.org>
8074         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
8075         nonzero, don't shrink the buffer nextb.
8077         * buffer.h (struct buffer_text): New member inhibit_shrinking.
8079         * coding.c (coding_alloc_by_making_gap): New arg offset.
8080         (alloc_destination): Call coding_alloc_by_making_gap with the arg
8081         offset.
8082         (decode_coding_iso_2022): Update coding->safe_charsets.
8083         (decode_coding_gap): Temporarily set
8084         current_buffer->text->inhibit_shrinking to 1.
8086 2008-02-01  Kenichi Handa  <handa@m17n.org>
8088         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
8089         indexing into elements of s->cmp and s->char2b.
8091 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8093         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
8095 2008-02-01  Kenichi Handa  <handa@m17n.org>
8097         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
8098         target_multibyte instead of multibyte.
8099         (re_match_2_internal): Call bcmp_translate with target_multibyte.
8100         (bcmp_translate): Change the argument name from multibyte to
8101         target_multibyte.
8103 2008-02-01  Kenichi Handa  <handa@m17n.org>
8105         These changes are to compile a regexp into a pattern that can be
8106         used both for multibyte and unibyte targets.
8108         * Makefile.in (search.o): Depend on charset.h.
8110         * character.c (multibyte_char_to_unibyte_safe): New function.
8112         * search.c: Include "charset.h".
8113         (compile_pattern_1): Delete argument multibyte.  Don't set
8114         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
8115         (compile_pattern): Don't compare cp->buf.target_multibyte.
8116         Compare cp->buf.charset_unibyte.
8117         (compile_pattern): Set cp->buf.target_multibyte.
8119         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
8121         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
8123         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
8124         multibyte.  Change callers.
8125         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
8126         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
8127         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
8128         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
8129         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
8130         (regex_compile): Make the compiled pattern usable both for
8131         multibyte and unibyte targets.
8132         (analyse_first): Make the fastmap usable both for multibyte and
8133         unibyte targets.
8134         (TRANSLATE_VIA_MULTIBYTE): Delete.
8135         (re_match_2_internal): Pay attention to the case that the
8136         multibyteness of bufp and target may be different.
8138 2008-02-01  Kenichi Handa  <handa@m17n.org>
8140         * xdisp.c (x_produce_glyphs): When a font is not found, make the
8141         empty box occupy at least one column width.
8143 2008-02-01  Miles Bader  <miles@gnu.org>
8145         * Makefile.in: Remove redundant HAVE_XFT clause.
8147 2008-02-01  Kenichi Handa  <handa@m17n.org>
8149         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
8151 2008-02-01  Kenichi Handa  <handa@m17n.org>
8153         * fontset.c (Finternal_char_font): Fix for the case of POSITION
8154         being nil.
8156 2008-02-01  Kenichi Handa  <handa@m17n.org>
8158         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
8160 2008-02-01  Kenichi Handa  <handa@m17n.org>
8162         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
8164 2008-02-01  Kenichi Handa  <handa@m17n.org>
8166         * search.c (simple_search): Fix previous change.
8168 2008-02-01  Kenichi Handa  <handa@m17n.org>
8170         * xftfont.c (ftfont_font_format): Extern declaration.
8172         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
8174         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
8175         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
8177         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
8178         (ftfont_font_format): Fix previous change.
8180         * font.h (Ffont_xlfd_name): EXFUN it.
8182         * font.c (font_parse_xlfd): Fix the array size of `f'.
8183         (register_font_driver): Use EQ to compare driver->type.
8185         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
8186         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
8187         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
8189 2008-02-01  Kenichi Handa  <handa@m17n.org>
8191         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
8192         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
8194 2008-02-01  Kenichi Handa  <handa@m17n.org>
8196         * xfont.c (xfont_open): Set font->format.
8198         * xftfont.c (xftfont_open): Set font->format.
8200         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
8201         (ftfont_list): Include FC_FONTFORMAT in FcObject.
8202         (ftfont_open): Set font->format.
8203         (ftfont_font_format): New function.
8205         * font.h (struct font): New member format.
8207         * font.c (Qopentype): New variable.
8208         (syms_of_font): Defsym it.
8209         (Fquery_font): Change the format of the last element of the return
8210         value.
8212 2008-02-01  Kenichi Handa  <handa@m17n.org>
8214         * xfns.c (xic_create_xfontset): Try the default fontset name as a
8215         last resort.
8217 2008-02-01  Kenichi Handa  <handa@m17n.org>
8219         * coding.c (detect_coding_charset): Fix detection of multi-byte
8220         charset.
8222 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
8224         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
8226 2008-02-01  Kenichi Handa  <handa@m17n.org>
8228         * xdisp.c (get_next_display_element): Set it->face_id for the
8229         first component of a composition.
8230         (x_produce_glyphs): Check if the font is changed or not for composition.
8232 2008-02-01  Kenichi Handa  <handa@m17n.org>
8234         * fontset.c (Qlatin): New variable.
8235         (syms_of_fontset): Define it as a lisp symbol.
8236         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
8238 2008-02-01  Kenichi Handa  <handa@m17n.org>
8240         * font.c (font_unparse_fcname): Pay attention to the case that
8241         some of font property is a null string.
8243 2008-02-01  Kenichi Handa  <handa@m17n.org>
8245         * term.c: Include "composite.h".
8246         (encode_terminal_code): Output all components of composition.
8247         Check the size of encode_terminal_src.
8248         (produce_glyphs): For composition, call produce_composite_glyph.
8249         (append_composite_glyph, produce_composite_glyph): New functions.
8251         * xdisp.c (x_produce_glyphs): In handling composition, if a font
8252         is not found, get font_info from the current ascii face.
8254 2008-02-01  Kenichi Handa  <handa@m17n.org>
8256         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
8257         buffer-file-name to Qnil before calling insert_from_buffer.
8259         * font.c (font_unparse_fcname): Pay attention to the case that
8260         foundry is a null string.
8262 2008-02-01  Kenichi Handa  <handa@m17n.org>
8264         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
8266         * font.c (Qunicode_sip): New variable.
8267         (syms_of_font): Declare it as a Lisp symbol.
8269         * font.h (Qunicode_sip): Extern it.
8271 2008-02-01  Kenichi Handa  <handa@m17n.org>
8273         * composite.c (get_composition_id): Pay attention to TAB component.
8275         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
8276         TAB.  Adjust for the change of s->char2b which always points to
8277         the first element of allocated memory.
8279         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
8281         * xdisp.c (handle_composition_prop): Set it->c to the first
8282         non-TAB component.
8283         (fill_composite_glyph_string): Change argument.
8284         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
8285         (x_produce_glyphs): Fix handling of left/right padding.
8287 2008-02-01  Kenichi Handa  <handa@m17n.org>
8289         * coding.c (detect_coding_system): Fix for handling off
8290         inhibit_iso_escape_detection.  Fix for the case that no coding
8291         system is defined for a specific coding category.
8293 2008-02-01  Kenichi Handa  <handa@m17n.org>
8295         * font.c (font_matching_entity): Delete unused local var.
8297         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
8298         opening a font.
8300         * fileio.c (Finsert_file_contents): On recovering a file, assume
8301         Unix-like eol.
8302         (choose_write_coding_system): On auto-saving a file, force
8303         Unix-like eol.
8305         * coding.c (setup_coding_system): Fix setting of
8306         coding->common_flags based on eol_type.
8307         (coding_inherit_eol_type): If PARENT is not nil, be sure to
8308         inherit from it.
8310 2008-02-01  Kenichi Handa  <handa@m17n.org>
8312         * alloc.c (NSTATICS): Increas to 0x600.
8314 2008-02-01  Kenichi Handa  <handa@m17n.org>
8316         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
8317         (ftfont_list): Don't check :name property.
8318         (ftfont_match): New function.
8319         (ftfont_pattern_entity): If the pattern doesn't contain
8320         FC_SPACING, don't assume FC_MONO.
8322         * font.h (struct font_driver): New member `match'.
8323         (font_update_drivers): Adjust prototype.
8325         * font.c (font_parse_fcname, font_parse_name): Don't change :name
8326         property of FONT.
8327         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
8328         them unconditionally.
8329         (font_matching_entity): New function.
8330         (font_open_by_name): Try font_matching_entity if exact match is
8331         not found.
8332         (font_update_drivers): Delete the arg FONT.  Return a list of
8333         actually used backends.  Don't free faces, font caches here.
8334         Don't store data in frame parameters.  Don't call x_set_font.
8335         (Ffont_spec): Store :name property as is.
8336         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
8337         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
8338         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
8339         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
8340         Call font->driver->otf_gsub instead of font_otf_gsub.
8342         * frame.c (x_set_font_backend): Do more works that were done in
8343         font_update_drivers before.
8345         * xfont.c (xfont_match): New function.
8346         (xfont_driver): Set xfont_driver.match to xfont_match.
8347         (xfont_draw): Set font in GC if necessary.
8349         * ftxfont.c (ftxfont_match): New function.
8350         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
8352         * xftfont.c (xftfont_match): New function.
8353         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
8355 2008-02-01  Kenichi Handa  <handa@m17n.org>
8357         * font.h (struct font): New member scalable.
8358         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
8359         (font_otf_gsub): Adjust prototype.
8361         * font.c (font_otf_capability): Fix handling of the default langsys.
8362         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
8363         Check the contents of SPEC.
8364         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
8365         (check_gstring): New function.
8366         (REPLACEMENT_CHARACTER): New macro.
8367         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
8368         glyph codes of GSTRING.
8369         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
8370         (font_prepare_composition): Set cmp->glyph_len.
8371         (font_open_entity): Set font->scalable.
8372         (Ffont_get): Handle :otf property.
8373         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
8374         functions.
8375         (Fquery_font): Use font->font.full_name.
8376         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
8377         Sfont_otf_alternates.
8379         * ftfont.c (ftfont_open): Set font->font.full_name and
8380         font->font.name properly.  Fix calculation of font->font.height
8381         and font->min_width.
8383         * ftxfont.c (ftxfont_create_gcs): New function.
8384         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
8385         (ftxfont_draw_backgrond): Fix filling region.
8386         (ftxfont_default_fid): New function.
8387         (ftxfont_open): Set xfont->fid to the return value of
8388         ftxfont_default_fid.
8389         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
8390         (ftxfont_done_face): Free only GCs that are created by
8391         ftxfont_create_gcs.
8392         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
8394         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
8395         Clip to src->width, etc (not src->clip_XXX).
8397         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
8398         FontBackend frame parameter.
8400 2008-02-01  Kenichi Handa  <handa@m17n.org>
8402         * font.h (struct font_driver_list): New member `on'.
8403         (Fclear_font_cache): EXFUN it.
8404         (font_update_drivers): Extern it.
8406         * font.c (font_unparse_fcname): Fix typo (swidth->width).
8407         (font_list_entities): Check driver_list->on.
8408         (register_font_driver): Initalize `on' member to 0.
8409         (font_update_drivers): New function.
8410         (Fclear_font_cache): Check driver_list->on.
8412         * frame.h (Qfont_backend): Extern it.
8413         (x_set_font_backend): Extern it.
8415         * frame.c (Qfont_backend): New variable.
8416         (frame_parms): New element for font-backend.
8417         (x_set_font_backend): New function.
8419         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
8420         FontBackend frame parameter.
8421         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
8422         x_set_font_backend.
8424         * xfont.c (xfont_list): Don't try listing by :name property if the
8425         name is not for XLFD.
8427 2008-02-01  Kenichi Handa  <handa@m17n.org>
8429         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
8430         (LGLYPH_SET_TO): New macros.
8431         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
8432         element of G is vector or not.
8433         (font_at): Extern it.
8435         * font.c: Include window.h.
8436         (font_lispy_object): New function.
8437         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
8438         end of valid glyph.
8439         (font_close_object): Fix getting (struct font *).
8440         (font_at): New function.
8441         (Ffont_get): If FONT is a font-object, get entity from it.
8442         (Ffont_make_gstring): Initialize elements of glyphs with nil.
8443         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
8444         range check.
8445         (Ffont_at): New function.
8446         (syms_of_font): Defsubr Sfont_at.
8448         * xdisp.c (it_props): Move the entry for Qauto_composed to just
8449         before the entry for Qcomposition.
8450         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
8451         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
8452         the font in gstring.
8453         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
8454         LGLYPH_FORM (g) to detect the end of valid glyph.
8455         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
8456         we are composing with gstring.
8458         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
8459         Check if adjustment is vector or not.
8461         * Makefile.in (font.o): Make it depends on window.h.
8463 2008-02-01  Kenichi Handa  <handa@m17n.org>
8465         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
8466         adjustment is vector or not.
8468 2008-02-01  Miles Bader  <miles@gnu.org>
8470         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
8472 2008-02-01  Kenichi Handa  <handa@m17n.org>
8474         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
8475         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
8476         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
8478         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
8479         (DEVICE_DELTA): Fix typo.
8480         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
8481         LGLYPH format.
8483         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
8484         the change of LGLYPH format.
8486 2008-02-01  Kenichi Handa  <handa@m17n.org>
8488         * ftfont.c (ftfont_list): Fix typo.
8489         (ftfont_build_basic_charsets): Don't include letters with diacritics.
8491 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
8493         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
8495         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
8496         xftface_info is non-NULL.
8498 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
8500         * ftfont.c (ftfont_list): Move misplaced #endif.
8502 2008-02-01  Kenichi Handa  <handa@m17n.org>
8504         * ftfont.c (ftfont_list): Pay attention to the case that
8505         FC_CAPABILITY is not defined.
8507 2008-02-01  Kenichi Handa  <handa@m17n.org>
8509         * xftfont.c (xftfont_open): Set charset related members to -1.
8511         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
8512         QCname.
8513         (ftfont_open): Set charset related members to -1.
8515         * fontset.c (Votf_script_alist): New variable.
8516         (syms_of_fontset): Initialize it.
8517         (fontset_font): Delete unused variable.
8519         * fontset.h (Votf_script_alist): Extern it.
8521         * font.c (font_find_for_lface): Optimize code.
8523         * font.h (font_close_object, font_merge_old_spec): Extern them.
8525 2008-02-01  Kenichi Handa  <handa@m17n.org>
8527         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
8528         (syms_of_font): Initialize them.
8529         (font_pixel_size): Allow float value in dpi.
8530         (font_prop_validate_type): Delete.
8531         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
8532         Change caller.
8533         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
8534         (font_prop_validate_extra): Delete.
8535         (font_prop_validate_spacing): New function.
8536         (font_property_table): Add elements for all known properties.
8537         (get_font_prop_index): Rename from check_font_prop_name.  New
8538         argument FROM.  Change caller.
8539         (font_prop_validate): Validate all known properties.
8540         (font_put_extra): Delete argument force.  Change caller.
8541         (font_expand_wildcards): Make it static.  Fix the way of shrinking
8542         the possible range.
8543         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
8544         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
8545         Change caller.
8546         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
8547         (font_parse_fcname): Delete argument merge.  Fix parsing of point
8548         size.  Don't validate properties values here.  Change caller.
8549         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
8550         (font_open_by_name): Delete unused variable.
8551         (Ffont_spec): Likewise.  Validate property values.
8552         (Ffont_match_p): New function.
8554         * font.h (QCscalable): Extern it.
8555         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
8557         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
8559         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
8560         (xfont_list_pattern): New function.
8561         (xfont_list): Use xfont_list_pattern.
8563 2008-02-01  Kenichi Handa  <handa@m17n.org>
8565         * font.h (Flist_fonts): EXFUN it.
8567 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8569         * w32term.c (w32_initialize): Add back smoothing_type and
8570         smoothing_enabled definitions.
8572 2008-02-01  Kenichi Handa  <handa@m17n.org>
8574         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
8575         s->face->font on determining underline position.
8577 2008-02-01  Kenichi Handa  <handa@m17n.org>
8579         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
8580         (font_has_char): Accept font-object too.
8581         (font_find_for_lface): Try at first with a size specified in face.
8583 2008-02-01  Kenichi Handa  <handa@m17n.org>
8585         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
8586         font_open_by_name.
8588 2008-02-01  Kenichi Handa  <handa@m17n.org>
8590         * font.h (QCspacing, QCdpi): Extern them.
8591         (enum font_spacing): New enum.
8592         (FONT_PIXEL_SIZE_QUANTUM): New macro.
8594         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
8595         (QCspacing, QCdpi): New variables.
8596         (syms_of_font): Initialize them.
8597         (font_pixel_size): New function.
8598         (font_put_extra): New function.
8599         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
8600         in FONT_EXTRA.
8601         (font_parse_fcname): Handle enumerated values (e.g. bold).
8602         Fix handling font size.  Add QCname property that contains only
8603         unknown properties.
8604         (font_score): Change argument.  Change caller.  Pay attention to
8605         FONT_PIXEL_SIZE_QUANTUM.
8606         (font_sort_entites, font_list_entities, font_find_for_lface)
8607         (font_open_for_lface, font_open_by_name): Fix handling of font size.
8608         (Ffont_spec): Add QCname property that contains only unknown properties.
8610         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
8611         include weight in listing pattern, instead check weight of each
8612         listed font.  Don't include scalable in pattern.  Pay attention to
8613         FONT_PIXEL_SIZE_QUANTUM.
8615 2008-02-01  Kenichi Handa  <handa@m17n.org>
8617         * font.c (font_parse_fcname): Fix parsing of point-size.
8618         (font_unparse_fcname): Produce symbolic names for style properties.
8619         (font_list_entities): Handle float size correctly.
8620         (font_open_by_name): Prefer `normal' property values if the name
8621         doesn't specify them.
8623         * fontset.c (Finternal_char_font): Use font_get_name, not
8624         Ffont_xlfd_name.
8626         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
8627         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
8628         pattern.  Don't force scalable.
8630         * xftfont.c (xftfont_open): For generating a name, start from
8631         96-byte buffer.
8633 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
8635         * frame.h (x_new_fontset2): Fix prototype.
8637 2008-02-01  Kenichi Handa  <handa@m17n.org>
8639         * font.h (struct font_driver): Delete member parse_name.
8640         (font_match_p, font_get_spec, font_parse_fcname)
8641         (font_unparse_fcname): Extern them.
8642         (font_get_name): Adjust prototype.
8644         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
8645         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
8646         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
8647         unnecessary checks for weight, slant, and swidth.
8648         (font_parse_fcname): New function.
8649         (font_unparse_fcname): New function.
8650         (font_parse_name): New function.
8651         (font_match_p): New function.
8652         (font_get_name): Change return value to Lisp string.
8653         (font_get_spec): New function.
8654         (Qunspecified, Qignore_defface): Don't extern them.
8655         (font_find_for_lface): Assume that LFACE is fully specified.
8656         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
8657         object, use it for FACE.
8658         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
8659         driver->parse_name.
8660         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
8662         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
8663         prototype.
8665         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
8666         argument F.  Don't call Fnew_fontset.  Instead, directly call
8667         make_fontset.
8669         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
8671         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
8672         of x_new_fontset2.
8674         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
8675         (Qsans__serif): New variables.
8676         (ftfont_generic_family_list): New variable.
8677         (syms_of_ftfont): Initialize the above variables.
8678         (ftfont_pattern_entity): Delete argument NAME.
8679         (ftfont_list_generic_family): New function.
8680         (ftfont_parse_name): Delete this function.
8681         (ftfont_list): Try generic family only when FcFontList found no font.
8682         (ftfont_list_family): Fix args to FcObjectSetBuild.
8684         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
8685         object in attrs[LFACE_FONT_INDEX].
8686         (set_lface_from_font_name): Cancel all changes for font-backend.
8687         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
8688         function.
8689         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
8690         font object in QCfont attribute.
8691         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
8692         (realize_default_face) [USE_FONT_BACKEND]: Call
8693         set_lface_from_font_and_fontset.
8695         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
8696         "fixed", and signal error here if no suitable font was found.
8698         * xfont.c (xfont_parse_name): Delete this function.
8700         * xftfont.c (xftfont_open): Change coding style of error
8701         handling.  Generate fontconfig's fontname pattern.
8703         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
8704         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
8706         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
8707         Both args FONTSET and FONT_OBJECT must be existing ones.
8709 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8711         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
8713 2008-02-01  Kenichi Handa  <handa@m17n.org>
8715         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
8717         * font.h (struct font): Fix typo.
8719         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
8720         XLFD_XXX_INDEX.
8721         (enum xlfd_field_mask): New enum.
8722         (intern_font_field): Changed argument.  Change caller.  If digits
8723         are followed by non-digits, return a symbol.
8724         (font_expand_wildcards): New function.
8725         (font_parse_xlfd): Fix wildcard handling.
8726         (Ffont_spec): If :name is specified, reflect the info in the other
8727         properties.
8729         * ftfont.c (ftfont_pattern_entity): Fix typo.
8730         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
8731         locale.
8733 2008-02-01  Kenichi Handa  <handa@m17n.org>
8735         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
8737         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
8738         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
8739         registry doesn't specify encoding part.
8740         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
8741         (font_open_by_name): At first try parsing the name.
8742         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
8743         as Lisp symbols.
8745         * fontset.c (reorder_font_vector): Pay attention to the case that
8746         the 3rd element of font_def is nil.
8747         (fontset_font): For the default fontset, append one more fontset
8748         elements for a script-based font specification.  Don't add script
8749         attribute on finding a font.
8750         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
8751         font name.
8752         (fontset_ascii_font): If a font can't be opened, return nil.
8754         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
8755         (ftfont_pattern_entity): New function.
8756         (ftfont_get_cache): Assume that freetype_font_cache is already
8757         initialized.
8758         (ftfont_list): Handle the case that a file is specified in font
8759         name.  Use ftfont_pattern_entity to generate entities.
8760         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
8761         (syms_of_ftfont): Initialize freetype_font_cache.
8763         * xftfont.c (xftfont_open): Make the font name fontconfig's
8764         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
8765         (xftfont_close): Free font->font.name if not NULL.
8767         * xfont.c (xfont_list): If script is specified for a font, return
8768         null_vector.
8769         (xfont_list_family): Declare argument type.
8771         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
8772         name, set LFACE_FONT (lface) to nil.
8774         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
8775         return Qnil.
8777 2008-02-01  Kenichi Handa  <handa@m17n.org>
8779         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
8780         (standard_args): Add "-enable-font-backend".
8782 2008-02-01  Kenichi Handa  <handa@m17n.org>
8784         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
8785         (struct xftdraw_list, xftdraw_list): Delete them.
8786         (register_xftdraw, check_xftdraw): Delete them.
8787         (xftfont_prepare_face): Don't call register_xftdraw.
8788         (xftfont_done_face): Don't call check_xftdraw.
8789         (xftfont_draw): Get background color only when with_background is
8790         nonzero.
8792         * xfont.c (xfont_encode_char): Fix calculation of char2b.
8794 2008-02-01  Kenichi Handa  <handa@m17n.org>
8796         These changes are for the new font handling codes.
8798         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
8799         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
8800         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
8801         (FONTSRC, FONTOBJ): New variables.
8802         (obj): Add $(FONTOBJ).
8803         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
8804         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
8805         @LIBOTF_LIBS@.
8806         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
8807         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
8809         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
8811         * character.h (Vscript_representative_chars): Extern it.
8813         * character.c (Vscript_representative_chars): New variable.
8814         (syms_of_character): Declare it as a Lisp variable.
8816         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
8817         enable_font_backend is nonzero, accept the composition method
8818         COMPOSITION_WITH_GLYPH_STRING.
8820         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
8821         enumeration COMPOSITION_WITH_GLYPH_STRING.
8823         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
8824         members clip_x, clip_y, clip_width, and clip_height.
8825         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
8827         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
8828         --enable-font-backend.  Call syms_of_font.
8830         * fns.c (assoc_no_quit): New function.
8832         * fontset.h (FONT_INFO_FROM_FACE): New macro.
8833         (face_for_font, new_fontset_from_font)
8834         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
8836         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
8837         (fontset_font, fontset_ascii, face_for_char)
8838         (make_fontset_for_ascii_face, Ffont_info)
8839         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
8840         is nonzero, use font-backend mechanism.
8841         (find_font_encoding): Make it non-static.
8842         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
8843         New functions.
8845         * frame.h (struct frame): New members resx and resy.
8846         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
8847         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
8849         * frame.c [USE_FONT_BACKEND]: Include "font.h".
8850         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
8852         * lisp.h (assoc_no_quit): Extern it.
8854         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
8855         Through out the file, use FONT_INFO_FROM_FACE instead of
8856         FONT_INFO_FROM_ID, use get_per_char_metric instead of
8857         rif->per_char_metric.
8858         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
8859         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
8860         (get_glyph_face_and_encoding, fill_composite_glyph_string)
8861         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8862         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
8863         nonzero, use font-backend mechanism.
8864         (get_per_char_metric): New function.
8866         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
8867         (set_lface_from_font_name)
8868         (set_font_frame_param, free_realized_face)
8869         (prepare_face_for_display, clear_face_gcs)
8870         (Finternal_set_font_selection_order, realize_x_face)
8871         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
8872         font-backend mechanism.
8873         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
8874         (load_face_font) [USE_FONT_BACKEND]: Abort.
8875         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
8876         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
8878         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
8879         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
8880         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
8881         nonzero, register all available font drivers.  Call
8882         x_default_font_parameter for deciding a font.
8883         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
8885         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
8886         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
8887         (x_set_glyph_string_clipping_exactly)
8888         (x_compute_glyph_string_overhangs)
8889         (x_draw_glyph_string_foreground)
8890         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
8891         (x_free_frame_resources) [USE_FONT_BACKEND]: If
8892         enable_font_backend is nonzero, use font-backend mechanism.
8893         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
8895 2008-02-01  Kenichi Handa  <handa@m17n.org>
8897         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
8898         system_eol_type.
8899         (syms_of_coding): Initialize system_eol_type.
8901         * process.c (Fset_process_coding_system): Inherit system's eol
8902         format if necessary.
8904 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8906         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
8908 2008-02-01  Kenichi Handa  <handa@m17n.org>
8910         * coding.c (decode_eol): Pay attention to buffer relocation in
8911         del_range_2.
8912         (decode_coding): Call decode_eol before restoring undo_list.
8914 2008-02-01  Kenichi Handa  <handa@m17n.org>
8916         * charset.c (Fdefine_charset_internal): Fix setting of
8917         emacs_mule_bytes.
8919 2008-02-01  Kenichi Handa  <handa@m17n.org>
8921         * keyboard.c (read_char): Check if C is a character or not before
8922         looking up Vkeyboard_translate_table.
8924 2008-02-01  Kenichi Handa  <handa@m17n.org>
8926         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
8927         condition to terminate the loop.
8929 2008-02-01  Kenichi Handa  <handa@m17n.org>
8931         * coding.c (produce_composition): Compare charbuf[i] instead of
8932         args[i] against 0.
8933         (Fterminal_coding_system): Use EQ to compare Lisp objects.
8935 2008-02-01  Kenichi Handa  <handa@m17n.org>
8937         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
8938         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
8939         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
8940         detect_coding.
8941         (emacs_mule_char): Handle old style (Emacs 20) component character
8942         of a composition.
8943         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
8944         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
8945         composition rule.
8946         (decode_coding_emacs_mule): Handle invalid bytes correctly.
8948 2008-02-01  Kenichi Handa  <handa@m17n.org>
8950         * coding.c (encode_coding_ccl): Allocate destination dynamically
8951         when necessary.
8953 2008-02-01  Kenichi Handa  <handa@m17n.org>
8955         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
8956         the loop.  When quitted, show a proper error message.
8958 2008-02-01  Kenichi Handa  <handa@m17n.org>
8960         * xterm.c (x_set_glyph_string_clipping_exactly): Set
8961         src->clip_head and src->clip_tail temporarily instead of src->hl.
8963         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
8964         character sequence.
8965         (Fccl_execute_on_string): Use ASET, not XSET.
8967 2008-02-01  Kenichi Handa  <handa@m17n.org>
8969         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
8971 2008-02-01  Kenichi Handa  <handa@m17n.org>
8973         * coding.c (decode_coding): Fix the condition of terminating the
8974         decoding loop.
8976 2008-02-01  Kenichi Handa  <handa@m17n.org>
8978         * data.c (Faset): On setting a character bigger than 255 in a
8979         unibyte string, signal an error instead of make the string multibyte.
8981 2008-02-01  Kenichi Handa  <handa@m17n.org>
8983         * charset.c (map_charset_chars): Fix for ascii-compatible charset
8984         made by a mapping table.
8986 2008-02-01  Kenichi Handa  <handa@m17n.org>
8988         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
8989         not.
8990         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
8991         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
8993         * xterm.c (x_draw_composite_glyph_string_foreground): Check
8994         s->face is NULL or not.
8996 2008-02-01  Kenichi Handa  <handa@m17n.org>
8998         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
8999         (x_draw_glyph_string): Fix drawing of right_overhang and
9000         left_overhang around/on cursor.
9002         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
9004 2008-02-01  Kenichi Handa  <handa@m17n.org>
9006         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
9008 2008-02-01  Kenichi Handa  <handa@m17n.org>
9010         * coding.c (Fdefine_coding_system_internal)
9011         (Fdefine_coding_system_alias): Avoid a duplicated element in
9012         Vcoding_system_alist.
9014 2008-02-01  Kenichi Handa  <handa@m17n.org>
9016         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
9018         * coding.c (Qcoding_system_define_form): New variable.
9019         (syms_of_coding): Intern and staticpro it.
9020         (Fcoding_system_p): Check Qcoding_system_define_form.
9021         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
9023         * coding.h (CODING_SYSTEM_P): If ID is not available, call
9024         Fcoding_system_p.
9025         (CHECK_CODING_SYSTEM): If ID is not available, call
9026         Fcheck_coding_system.
9027         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
9028         Try also Fcheck_coding_system.
9030 2008-02-01  Kenichi Handa  <handa@m17n.org>
9032         * coding.c (code_conversion_restore): GCPRO arg.
9034 2008-02-01  Kenichi Handa  <handa@m17n.org>
9036         * character.c (lisp_string_width): Check multibyteness of STRING.
9038 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9040         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
9041         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
9042         (decode_mac_font_name): Use decode_coding_c_string instead of
9043         decode_coding.
9044         (x_load_font): Initialize fontp->fontset to -1.  Set
9045         fontp->encoding_type.
9047 2008-02-01  Kenichi Handa  <handa@m17n.org>
9049         * search.c (search_buffer): Give up BM search on case-fold-search
9050         if one of a target character has a case-equivalence of different
9051         byte length even if that target charcter is an ASCII.
9052         (simple_search): Fix calculation of byte length of matched text.
9053         (boyer_moore): Fix handling of case-equivalent multibyte characters.
9055 2008-02-01  Kenichi Handa  <handa@m17n.org>
9057         * coding.c (decode_coding): Fix handling of invalid bytes.
9059 2008-02-01  Kenichi Handa  <handa@m17n.org>
9061         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
9062         Unicode characters.
9064 2008-02-01  Kenichi Handa  <handa@m17n.org>
9066         * coding.c (encode_coding_object): If a pre-write-conversion
9067         function makes a new buffer, kill it.
9069 2008-02-01  Kenichi Handa  <handa@m17n.org>
9071         * coding.c (QCascii_compatible_p): New variable.
9072         (syms_of_coding): Initialize it.
9073         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
9074         calling string_char.
9075         (record_conversion_result): Add `default:' case.
9076         (coding_charset_list): Delete unused variable `coding_type'.
9077         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
9078         property in the plist of the coding system.
9079         (Fcoding_system_put): Check QCascii_compatible_p.
9081 2008-02-01  Miles Bader  <miles@gnu.org>
9083         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
9084         removed calculation of frame `f', as it's now used.
9086 2008-02-01  Kenichi Handa  <handa@m17n.org>
9088         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
9089         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
9090         (UNIDATA): New variable.
9091         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
9092         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
9093         $(RUN_TEMACS) unconditionally.
9095 2008-02-01  Kenichi Handa  <handa@m17n.org>
9097         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
9098         (admindir): New variable.
9099         ($(lispsource)international/charprop.el): New target.
9101 2008-02-01  Miles Bader  <miles@gnu.org>
9103         * character.c (chars-in-region): Remove obsolete function.
9104         (syms_of_character): Remove its initialization.
9106 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
9108         * w32select.c (validate_coding_system)
9109         (setup_windows_coding_system): New functions.
9110         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
9111         setup_windows_coding_system.
9112         (setup_config, Fw32_get_clipboard_data): Use
9113         validate_coding_system.
9114         (Fx_selection_exists): Move call to setup_config to a place
9115         where signals are allowed.
9117         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
9118         (Fcheck_coding_system): Add declarations.
9120 2008-02-01  Kenichi Handa  <handa@m17n.org>
9122         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
9124 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9126         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
9127         string as the second argument for x_new_fontset.
9129 2008-02-01  Kenichi Handa  <handa@m17n.org>
9131         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
9132         (encode_coding_object): Use safe_call instead of call2.
9134 2008-02-01  Kenichi Handa  <handa@m17n.org>
9136         * fontset.c (Fset_fontset_font): Check family element of a given vector.
9138         * Makefile.in (lisp): Include charprop.el.
9140 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9142         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
9143         Not sure if it's unnecessary.
9145 2008-02-01  Steven Tamm  <steventamm@mac.com>
9147         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
9148         some possibly unnecessary fontset checking code that crashed
9149         when creating a new frame.
9151 2008-02-01  Kenichi Handa  <handa@m17n.org>
9153         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
9154         lookup_face.
9156         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
9158         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
9160 2008-02-01  Kenichi Handa  <handa@m17n.org>
9162         * coding.c: Cancel the change done in HEAD on 2008-02-01.
9163         (coding_charset_list): New function.
9165         * coding.h (coding_charset_list): Extern it.
9167 2008-02-01  Kenichi Handa  <handa@m17n.org>
9169         * fontset.c (Fset_fontset_font): Call find_font_encoding with
9170         concatenation of family and registry.
9172 2008-02-01  Kenichi Handa  <handa@m17n.org>
9174         * character.h (BYTE8_STRING): Fix typo.
9176         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
9177         string to multibyte (sync to HEAD).
9179         * casefiddle.c (casify_region): Handle changes in byte-length
9180         using replace_range_2 (sync to HEAD).
9182 2008-02-01  Andreas Schwab  <schwab@suse.de>
9184         * chartab.c (map_char_table): GCPRO table and arg.
9186 2008-02-01  Kenichi Handa  <handa@m17n.org>
9188         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
9189         already at limit.
9191 2008-02-01  Kenichi Handa  <handa@m17n.org>
9193         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
9194         instead of fast_c_string_match_ignore_case.
9195         (find_font_encoding): Change argument to Lisp_Object.  Use
9196         fast_string_match_ignore_case instead of
9197         fast_c_string_match_ignore_case.  Change caller.
9199 2008-02-01  Kenichi Handa  <handa@m17n.org>
9201         * xdisp.c (get_next_display_element): In unibyte case, decide to
9202         display in octal form by checking a character by
9203         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
9205         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
9207         * character.c (unibyte_has_multibyte_table): New variable.
9209         * character.h (unibyte_has_multibyte_table): Extern it.
9210         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
9212 2008-02-01  Kenichi Handa  <handa@m17n.org>
9214         * coding.c (encode_coding_iso_2022): Fix handling of charset
9215         annotation.
9217 2008-02-01  Kenichi Handa  <handa@m17n.org>
9219         * coding.c (setup_coding_system): If coding_system is nil, use
9220         Qundecided.
9221         (Fterminal_coding_system): Return nil if terminal coding system is
9222         `undecided'.
9223         (syms_of_coding): Define coding-system `undecided' here.  Setup
9224         terminal_coding as `undecided'.
9226 2008-02-01  Kenichi Handa  <handa@m17n.org>
9228         * xdisp.c (message_dolog, set_message_1): Call
9229         unibyte_char_to_multibyte with arg type int.
9231         * lread.c (read1): Fix reading of a char-table.
9233         * print.c (print_object): Include sub char-table in circularities
9234         detection.
9236 2008-02-01  Kenichi Handa  <handa@m17n.org>
9238         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
9239         Append the found sequences in car of ARGS instead of prepending.
9241 2008-02-01  Kenichi Handa  <handa@m17n.org>
9243         * fileio.c (report_file_error): Make a unibyte string from
9244         strerror (errorno).
9245         (Fsubstitute_in_file_name): Fix the arg to
9246         unibyte_char_to_multibyte.  It is evaluated twice.
9248 2008-02-01  Kenichi Handa  <handa@m17n.org>
9250         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
9252 2008-02-01  Kenichi Handa  <handa@m17n.org>
9254         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
9255         BOM is not found.
9256         (detect_coding, detect_coding_system): Optimization for ISO-2022
9257         when no 8-bit data is found.
9259 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9261         * w32fns.c (x_to_w32_font): Update to use new coding struct.
9263 2008-02-01  Kenichi Handa  <handa@m17n.org>
9265         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
9266         CHARS.
9268 2008-02-01  Steven Tamm  <steventamm@mac.com>
9270         * macterm.c (mac_encode_char): Add charset argument and update
9271         to use encoding_type.
9272         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
9273         switch to pure fontset.
9274         (decode_mac_font_name): Temporarily remove decoding.
9275         (x_font_name_to_mac_font_name): Temporarily remove encoding.
9276         (x_load_font): Temporarily remove encoding.
9278 2008-02-01  Kenichi Handa  <handa@m17n.org>
9280         * xfaces.c (Fface_font): If frame is not on a window system,
9281         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
9282         refer to face->font.
9283         (split_font_name_into_vector, build_font_name_from_vector)
9284         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
9285         when HAVE_WINDOW_SYSTEM is defined.
9287 2008-02-01  Kenichi Handa  <handa@m17n.org>
9289         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
9290         (x_produce_glyphs): Fix setting of members of cmp in case
9291         cmp->glyph_len is zero.
9293         * fontset.c (Fset_fontset_font): Fix docstring.
9294         (Ffontset_info): Make it backward compatible.  New arg ALL.
9296 2008-02-01  Kim F. Storm  <storm@cua.dk>
9298         * process.c (read_process_output): Grow decoding_buf when needed;
9299         this could cause a crash in allocate_string and compact_small_strings.
9301 2008-02-01  Kenichi Handa  <handa@m17n.org>
9303         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
9305 2008-02-01  Kenichi Handa  <handa@m17n.org>
9307         * coding.c (setup_coding_system): Set coding->common_flags
9308         correctly for raw-text.
9309         (consume_chars): On encoding unibyte text by raw-text, don't check
9310         multibyte form.
9311         (encode_coding): On encoding by raw-text, never use translation tables.
9313         * fileio.c (e_write): Short cut for the case of no encoding.
9315 2008-02-01  Kenichi Handa  <handa@m17n.org>
9317         * coding.c (detect_coding, detect_coding_system): Delete unused
9318         variables.
9320 2008-02-01  Kenichi Handa  <handa@m17n.org>
9322         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
9323         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
9325 2008-02-01  Kenichi Handa  <handa@m17n.org>
9327         * coding.c (Ffind_coding_systems_region_internal): Include
9328         raw-text and no-conversion in the result.
9330 2008-02-01  Kenichi Handa  <handa@m17n.org>
9332         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
9333         (load_font_get_repertory): Delete unnecessary check of ENCODING of
9334         FONT_DEF.
9335         (font_def_arg, add_arg, from_arg, to_arg): New args.
9336         (set_fontset_font): Change argument.
9337         (Fset_fontset_font): Fix for the case that TARGET is a script
9338         name and charset name.
9339         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
9341 2008-02-01  Kenichi Handa  <handa@m17n.org>
9343         * fontset.c (fontset_font): Rename from fontset_face.  Change return
9344         value.
9345         (face_suitable_for_char_p, face_for_char): Adjust for the change
9346         of fontset_font.
9347         (make_fontset_for_ascii_face): Fix setting of the fontset element
9348         for ASCII.
9349         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
9350         to get a font name.
9351         (Ffontset_info): Adjust for the change of fontset_font.
9353         * coding.c (emacs_mule_char): Check invalid code more rigidly.
9355         * character.h (LEADING_CODE_LATIN_1_MIN)
9356         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
9358 2008-02-01  Kenichi Handa  <handa@m17n.org>
9360         * editfns.c (check_translation): New function.
9361         (Ftranslate_region_internal): Handle M:N mapping.
9363 2008-02-01  Kenichi Handa  <handa@m17n.org>
9365         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
9367 2008-02-01  Kenichi Handa  <handa@m17n.org>
9369         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
9370         goto invalid_code.
9371         (decode_coding_iso_2022): Fix handling of invalid designation.
9373         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
9374         after calling code_conversion_save.
9376 2008-02-01  Kenichi Handa  <handa@m17n.org>
9378         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
9380         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
9382         * fontset.c: Include "intervals.h".
9383         (fontset_face): Fix comparing of Lisp_Objects.
9384         (free_face_fontset, new_fontset_from_font_name): Fix
9385         Lisp_Object/int mixup.
9387         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
9389         * coding.c: Add many prototypes for static functions.
9390         (get_translation_table): Allow max_lookup to be NULL.
9391         (decode_coding, Ffind_coding_systems_region_internal)
9392         (Funencodable_char_position, Fcheck_coding_systems_region): Call
9393         get_translation_table with max_lookup NULL.
9395 2008-02-01  Kenichi Handa  <handa@m17n.org>
9397         * coding.c (get_translation_table): Declare it as Lisp_Object.
9398         (LOOKUP_TRANSLATION_TABLE): New macro.
9399         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
9400         instead of CHAR_TABLE_REF.
9402 2008-02-01  Kenichi Handa  <handa@m17n.org>
9404         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
9405         annotation data format.
9406         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
9407         Change arguments FROM and TO to single argument NCHARS.  Change caller.
9408         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
9409         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9410         (decode_coding_ccl, decode_coding_charset): Pay attention to
9411         coding->charbuf_used.
9412         (get_translation): New function.
9413         (produce_chars): New arguments translation_table and last_block.
9414         Translate characters here.  Return number of carryover chars.
9415         Change caller.
9416         (produce_composition): New argument pos.  Change caller.
9417         Adjust for the change of annotation data format.
9418         (produce_charset, produce_annotation): Likewise.
9419         (decode_coding, encode_coding): Don't call translate_chars.
9420         (consume_chars): New arg translation_table.  Change caller.
9421         (translate_chars): Delete.
9422         (syms_of_coding): Make translation-table's number of extra slots 2.
9424 2008-02-01  Kenichi Handa  <handa@m17n.org>
9426         * search.c (simple_search): Fix setting this_pos_byte in backward
9427         search.
9429         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
9430         byte sequence.
9431         (detect_coding_ccl): Fix setting of the variable valids.
9433 2008-02-01  Kenichi Handa  <handa@m17n.org>
9435         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
9437         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
9439         * editfns.c (Ftranslate_region_internal): Rename from
9440         Ftranslate_region.  Accept a char-table in TABLE.
9441         (syms_of_editfns): Defsubr Stranslate_region_internal.
9443         * xfaces.c (set_lface_from_font_name): If a font is specified for
9444         a frame, generate a fontset from the font.
9445         (build_scalable_font_name): If the scalable font is requested for
9446         a specific size, don't change that size.
9447         (try_font_list): Try a scalable font also in the case that a
9448         pattern string is specified.
9450 2008-02-01  Kenichi Handa  <handa@m17n.org>
9452         * xfaces.c (Fface_font): New optional arg CHARACTER.
9454 2008-02-01  Kenichi Handa  <handa@m17n.org>
9456         * charset.h (CHARSET_OFFSET): New macro.
9458 2008-02-01  Kenichi Handa  <handa@m17n.org>
9460         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
9462         * fontset.c (fontset_face): Handle the case that repertory is a
9463         char-table.
9464         (find_font_encoding): Return nil for unknown encoding.
9465         (Fset_fontset_font): Ignore a font of unknown encoding.
9467 2008-02-01  Kenichi Handa  <handa@m17n.org>
9469         * keymap.c (describe_vector): Handle default value of a char table.
9471         * fontset.c (fontset_face): Handle fallback fonts correctly.
9472         (Ffontset_info): Return infomation about fallback fonts.
9474 2008-02-01  Kenichi Handa  <handa@m17n.org>
9476         * fontset.c (FONTSET_DEFAULT): New macro.
9477         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
9478         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
9479         the case that it is nil.
9480         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
9481         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
9483         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
9484         subset or superset.
9486 2008-02-01  Kenichi Handa  <handa@m17n.org>
9488         * emacs.c (main): Call init_charset after syms_of_XXX.
9490         * charset.c (Vcharset_map_directory): Delete.
9491         (Vcharset_map_path): New variable.
9492         (load_charset_map_from_file): Use Vcharset_map_path instead.
9493         (init_charset): Initialize Vcharset_map_path.
9494         (syms_of_charset): Delete declaration of "charset-map-directory",
9495         add declaration of "charset-map-path".
9497 2008-02-01  Kenichi Handa  <handa@m17n.org>
9499         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
9500         ASCII only string.
9502         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
9504         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
9505         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
9507 2008-02-01  Kenichi Handa  <handa@m17n.org>
9509         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
9511         * coding.c (QCmnemonic, QCdefalut_char)
9512         (QCdecode_translation_table, QCencode_translation_table)
9513         (QCpost_read_conversion, QCpre_write_conversion): New variables.
9514         (get_translation_table): Return a list of translation tables if
9515         necessary.
9516         (decode_coding): Call get_translation_table with ENCODEP 0.
9517         (char_encodable_p): If translation_table is non-nil, always call
9518         translate_char.
9519         (Fdefine_coding_system_internal): Accept list of translation
9520         tables as :encode-translation-table and :decode-translation-table.
9521         (Fcoding_system_put): New function.
9522         (syms_of_coding): Declare new symbols.  Defsubr
9523         Scoding_system_put.
9524         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
9525         typically JISX0212.
9527         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
9528         when the charset is superset type.
9530         * character.c (translate_char): Accept list of translation tables.
9532 2008-02-01  Kenichi Handa  <handa@m17n.org>
9534         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
9535         (CODING_ATTR_TRANS_TBL): New macro.
9537         * coding.c (get_translation_table): New function.
9538         (translate_chars): Fix the bug of skipping annotation data.
9539         (decode_coding, encode_coding): Utilize get_translation_table.
9540         (char_encodable_p, Funencodable_char_position): Translate char if
9541         necessary.
9542         (Ffind_coding_systems_region_internal)
9543         (Fcheck_coding_systems_region): Setup translation table for encode
9544         in a coding system attribute vector in advance.
9545         (Fdefine_coding_system_internal): Allow a symbol as translation
9546         table.  For shift-jis type coding system, allow 4th charset.
9548 2008-02-01  Kenichi Handa  <handa@m17n.org>
9550         * coding.c (decode_coding_sjis): Check the first byte rigidly.
9552         * xdisp.c (get_next_display_element): Pass -1 as POS to
9553         FACE_FOR_CHAR if displaying a C-string.
9555 2008-02-01  Kenichi Handa  <handa@m17n.org>
9557         * composite.c (get_composition_id): Handle xoff and yoff in a
9558         composition rule.
9560         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
9561         (struct composition): New member lbearing and rbearing.
9563         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
9564         (x_get_glyph_overhangs): Handle a composition glyph.
9565         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
9567         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
9568         composition glyph.
9570 2008-02-01  Kenichi Handa  <handa@m17n.org>
9572         * print.c: Include charset.h.
9573         (Vprint_charset_text_property): New variable.
9574         (Qdefault): Extern it.
9575         (PRINT_STRING_NON_CHARSET_FOUND)
9576         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
9577         (print_check_string_result): New variable.
9578         (print_check_string_charset_prop): New function.
9579         (print_prune_charset_plist): New variable.
9580         (print_prune_string_charset): New function.
9581         (print_object): Call print_prune_string_charset if
9582         Vprint_charset_text_property is not t.
9583         (print_interval): Print nothing if interval->plist is nil.
9584         (syms_of_print): Declare Vprint_charset_text_property as a lisp
9585         variable.  Init and staticpro print_prune_charset_plist.
9587 2008-02-01  Kenichi Handa  <handa@m17n.org>
9589         * fontset.c (new_fontset_from_font_name): Use the specified font
9590         for all characters in the new fontset.
9592         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
9593         OBJECT args.
9595         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
9596         OBJECT args for composition too.
9598         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
9599         OBJECT args.
9601 2008-02-01  Kenichi Handa  <handa@m17n.org>
9603         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
9605         * fontset.c (reorder_font_vector): Adjust for the change of
9606         FONT_DEF format.
9607         (fontset_face): New arg id.  Change caller.
9608         (face_for_char): New args pos and object.
9609         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
9610         (fs_query_fontset): Check NAME by Fassoc too.
9611         (Fset_fontset_font): Allow non-XLFD font name.
9612         (Ffontset_info): Adjust for the change of FONT_DEF format.
9614         * fontset.h (face_for_char): Adjust prototype.
9616         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
9617         (append_space, extend_face_to_end_of_line)
9618         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
9619         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
9621         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
9622         POS and OBJECT args.
9624         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
9625         POS and OBJECT args.
9627 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9629         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
9630         of GlobalAlloc'ed memory.
9632 2008-02-01  Kenichi Handa  <handa@m17n.org>
9634         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
9636         * charset.h (charset_table_used): Delete extern.
9638         * charset.c (charset_table_used): Make it static.
9639         (map_charset_chars): Fix args to c_function with.
9641         * chartab.c (map_sub_char_table_for_charset): Fix args to
9642         c_function with.
9644         * coding.h (enum coding_result_code): Delete
9645         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
9647         * coding.c (Qinsufficient_source, Qinconsistent_eol)
9648         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
9649         (Vlast_code_conversion_error): New variables.
9650         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
9651         (ONE_MORE_BYTE): Record error if any instead of signaling an
9652         error.  If non-ASCII multibyte char is found, return the negative
9653         value of the code.  All callers changed to check it.
9654         (ONE_MORE_BYTE_NO_CHECK): Likewise.
9655         (record_conversion_result): New function.  Change all codes setting
9656         coding->result to call this function.
9657         (detect_coding_utf_8, decode_coding_utf_8)
9658         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
9659         Don't use the local variable incomplete.
9660         (emacs_mule_char): Change the second arg to `const'.
9661         (decode_coding): Fix of flushing out unprocessed data.
9662         (make_conversion_work_buffer): Fix making of a work buffer.
9663         (decode_coding_object): Return coding->dst_object.
9665         * fontset.c (set_fontset_font): Fix args.
9667         * lisp.h (CHARACTERBITS): Define as 22.
9669         * process.c (send_process): Be sure to set coding->src_multibyte.
9671         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
9673 2008-02-01  Kenichi Handa  <handa@m17n.org>
9675         * xdisp.c (handle_auto_composed_prop): Give limit to
9676         Fnext_single_char_property_change.
9678 2008-02-01  Kenichi Handa  <handa@m17n.org>
9680         * composite.c (syms_of_composite): Don't make the composition hash
9681         table weak.
9683         * fontset.c (Fset_fontset_font): Fix docstring.
9685         * lisp.h (detect_coding_system): Adjust prototype.
9687         * fileio.c (kill_workbuf_unwind): Delete this function.
9688         (Finsert_file_contents): Adjust the call of detect_coding_system.
9689         Get conversion_buffer by code_conversion_save.  Use the macro
9690         CODING_MAY_REQUIRE_DECODING.  After decoding, update
9691         coding_system.
9693         * coding.h (make_conversion_work_buffer): Delete extern.
9694         (code_conversion_save): Extern it.
9696         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
9697         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
9698         (decode_coding_utf_8): Don't do eol converion.
9699         (detect_coding_utf_16): Check coding->src_chars, not
9700         coding->src_bytes.  Add heuristics for those that have no signature.
9701         (decode_coding_emacs_mule, decode_coding_iso_2022)
9702         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
9703         Don't do eol converion.
9704         (adjust_coding_eol_type): Return a new coding system.
9705         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
9706         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
9707         each change.
9708         (decode_coding): Pay attention to undo_list.  Do eol conversion for
9709         all types of coding-systems (if necessary).
9710         (Vcode_conversion_work_buf_list): Delete it.
9711         (Vcode_conversion_reused_workbuf): Rename from
9712         Vcode_conversion_reused_work_buf.
9713         (Vcode_conversion_workbuf_name): New variable.
9714         (reused_workbuf_in_use): New variable.
9715         (make_conversion_work_buffer): Delete the arg DEPTH.
9716         (code_conversion_restore): Change argument to cons.
9717         (code_conversion_save): Delete the argument BUFFER.  Change callers.
9718         (detect_coding_system): New argument src_chars.  Change callers.
9719         Fix for utf-16 detection.
9720         (init_coding_once): Don't use ISO_carriage_return.
9721         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
9722         reused_workbuf_in_use.
9724 2008-02-01  Kenichi Handa  <handa@m17n.org>
9726         * keymap.c (store_in_keymap): Pay attention to the case that idx
9727         is a cons specifying a character range.
9729 2008-02-01  Kenichi Handa  <handa@m17n.org>
9731         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
9732         HANDLED_RECOMPUTE_PROPS.
9734         * coding.c (Fdefine_coding_system_internal): Fix checking of
9735         ascii compatibility.
9737 2008-02-01  Kenichi Handa  <handa@m17n.org>
9739         * charset.c (find_charsets_in_text): Delete unused locale variable.
9740         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
9742         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
9743         Resync charset_list to Vemacs_mule_charset_list.
9745         * keymap.c (store_in_keymap): Pay attention to the case that idx
9746         is a cons specifying a character range.
9748 2008-02-01  Kenichi Handa  <handa@m17n.org>
9750         * composite.c (update_compositions): Bind inhibit-read-only, etc
9751         to t before calling remove-list-of-text-properties.
9753         * print.c (print_object): Always print ASCII chars as is.
9755 2008-02-01  Kenichi Handa  <handa@m17n.org>
9757         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
9759         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
9760         is a char table.
9762 2008-02-01  Kenichi Handa  <handa@m17n.org>
9764         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
9766 2008-02-01  Kenichi Handa  <handa@m17n.org>
9768         * xfaces.c (set_lface_from_font_name): Fix for the case that
9769         FONTNAME is not fontset name.
9771 2008-02-01  Kenichi Handa  <handa@m17n.org>
9773         * fns.c (base64_encode_1): Fix previous change.
9775 2008-02-01  Kenichi Handa  <handa@m17n.org>
9777         * fontset.c (set_fontset_font): New function.
9778         (Fset_fontset_font): If a font is specified for a charset, use
9779         map_charset_chars to store the font spec in a fontset.
9781 2008-02-01  Kenichi Handa  <handa@m17n.org>
9783         * fontset.c (fontset_face): Create a fallback fontset on demand.
9784         (make_fontset): Don't create a fallback fontset here.
9785         (free_face_fontset): Free a fallback fontset (if any) too.
9786         (n_auto_fontsets): Delete this variable.
9787         (auto_fontset_alist): New variable.
9788         (new_fontset_from_font_name): Check auto_fontset_alist.
9789         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
9790         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
9791         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
9792         Defsubr Sfontset_list_all.
9794 2008-02-01  Kenichi Handa  <handa@m17n.org>
9796         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
9798 2008-02-01  Kenichi Handa  <handa@m17n.org>
9800         * fontset.c (Fnew_fontset): Check NAME more rigidly.
9802 2008-02-01  Kenichi Handa  <handa@m17n.org>
9804         * editfns.c (Fgoto_char): Fix docstring.
9806 2008-02-01  Kenichi Handa  <handa@m17n.org>
9808         * insdel.c (insert_from_gap): Adjust intervals correctly.
9810 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9812         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
9813         (pfnGetFontUnicodeRanges): New dynamically loaded function.
9814         (w32_initialize): Try to load it.
9815         (x_get_font_repertory): Use it if available.
9816         (w32_encode_char): Add shortcut for unicode output.
9818         * w32fns.c (w32_load_system_font): Default charset to -1.
9819         (x_to_w32_charset): Match all fonts for unicode.
9820         (w32_to_x_charset): New parameter matching.  Don't return partial
9821         or wildcard charsets.
9822         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
9823         (w32_codepage_for_font): Return CP_UNICODE for unicode.
9824         (w32_to_x_font): Match charset to real charset.
9825         (enum_font_cb2): Always list unicode versions.
9827         * makefile.w32-in (temacs): Increase EMHEAP.
9829 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9831         * w32term.c (w32_encode_char): New charset parameter.
9832         font_info.encoding becomes encoding_type.
9833         (x_get_font_repertory): New function.  Warning: stub only!
9834         (x_new_font): Return quickly if font already set.
9835         (x_new_fontset): fontsetname parameter is Lisp_Object.
9836         Use new fs_query_fontset.  Try new_fontset_from_font_name.
9837         Use fontset_name for return value.
9839         * w32term.h: Declare x_get_font_repertory.
9841         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
9842         place of find_charset_in_text.  Use encode_coding_object in place
9843         of encode_coding.
9844         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
9845         decode_coding.
9847         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
9848         of x_new_fontset.
9849         (w32_load_system_font): Initialize charset as unicode.
9850         font_info.encoding becomes encoding_type.
9851         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
9852         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
9853         (syms_of_w32fns): Set get_font_repertory_func.
9855         * w32console.c: Include character.h.  Use terminal_encode_buffer
9856         from term.c.
9857         (write_glyphs): Use new version of encode_terminal_code.  Use
9858         encode_coding_object in place of encode_coding.
9860         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
9861         encoding becomes encoding_type.
9863         * term.c (terminal_encode_buffer): Make externally visible.
9865         * makefile.w32-in: Add character.h dependancies.
9866         (character.o, chartab.o): New targets.
9868 2008-02-01  Kenichi Handa  <handa@m17n.org>
9870         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
9871         CODING_ID_EOL_TYPE.
9873 2008-02-01  Andreas Schwab  <schwab@suse.de>
9875         * coding.c (produce_chars): Revert last change.
9877 2008-02-01  Kenichi Handa  <handa@m17n.org>
9879         * charset.h (charset_unicode): Extern it.
9881         * charset.c (string_xstring_p): Check by (C >= 0x100).
9882         (find_charsets_in_text): Change format of the arc CHARSETS.  New
9883         arg MULTIBYTE.
9884         (Ffind_charset_region, Ffind_charset_string): Adjust for the
9885         change of find_charsets_in_text.
9886         (Fsplit_char): Fix doc.  Never return unknown.
9888         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
9890         * coding.c (Fdefine_coding_system_alias): Update
9891         Vcoding_system_list.
9893         * fontset.c (load_font_get_repertory): Pay attention to the case
9894         that ENCODING of a font is specified by a char-table.
9896         * xterm.c (x_get_font_repertory): Handle the case that the
9897         encoding of font is other than Unicode.
9899 2008-02-01  Kenichi Handa  <handa@m17n.org>
9901         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
9902         if a character is encodable by the terminal coding system.  If
9903         not, produces proper number of `?'s.  Update
9904         terminal_encode_buffer and terminal_encode_buf_size if necessary.
9905         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
9907 2008-02-01  Kenichi Handa  <handa@m17n.org>
9909         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
9910         variables.
9911         (encode_terminal_code): Change argument.  Encode multiple
9912         characters at once.  Store the result of encoding in
9913         terminal_encode_buffer.
9914         (write_glyphs, insert_glyphs): Adjust for the change of
9915         encode_terminal_code.
9916         (term_init): Initialize terminal_encode_buffer and
9917         terminal_encode_buf_size.
9919         * coding.c (consume_chars): If coding->src_object is nil, don't
9920         check annotation.
9922 2008-02-01  Kenichi Handa  <handa@m17n.org>
9924         * character.c (char_string): Use ASCII_CHAR_P instead of
9925         SINGLE_BYTE_CHAR_P.
9927 2008-02-01  Kenichi Handa  <handa@m17n.org>
9929         * xdisp.c (handle_auto_composed_prop): Check if the last
9930         characters of auto-composed region is newly composed with the
9931         following characters.
9932         (handle_composition_prop): Fix checking of point being inside
9933         composition.
9935 2008-02-01  Kenichi Handa  <handa@m17n.org>
9937         * fns.c (concat): Don't change multibyteness of the result by
9938         concatenating an 8-bit character.
9940         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
9941         multibyteness of the result when newelt is an 8-bit character.
9943 2008-02-01  Dave Love  <fx@gnu.org>
9945         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
9946         EMACS_INT.
9948         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
9950         * xfaces.c (face_numeric_value): Declare dim size_t.
9951         (Finternal_lisp_face_equal_p): Remove unused f.
9953         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
9954         (MATRIX_ROW): Remove unused vars.
9955         (draw_glyphs, x_insert_glyphs, fast_find_position)
9956         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
9957         byte/char counts.
9959         * regex.c (regex_compile): Remove unused var.
9961         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9963         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
9964         (Faccessible_keymaps, where_is_internal): Remove unused vars.
9966         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
9968         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
9970         * fileio.c (Fwrite_region): Remove unused var.
9972         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
9973         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
9975         * composite.c (Fremove_list_of_text_properties): Declare.
9977         * coding.c (inhibit_pre_post_conversion): Remove (unused).
9978         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
9979         (coding_inherit_eol_type): Remove unused attrs.
9980         (detect_coding): Cast arg of detect_eol.
9982         * charset.c (syms_of_charset): Remove unused var p.
9983         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
9984         byte/char counts.
9986         * casetab.c (set_case_table): Remove unused var.
9988         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
9989         unused vars.
9991 2008-02-01  Dave Love  <fx@gnu.org>
9993         * xterm.c (x_bitmap_mask): Declare.
9995 2008-02-01  Dave Love  <fx@gnu.org>
9997         * xterm.c (x_term_init): Fix type error.
9999         * lisp.h: Add Funibyte_char_to_multibyte.
10001         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
10002         (Fset_coding_system_priority): Doc fix.
10004         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
10006         * indent.c (check_composition): Make start and end EMACS_INT.
10008         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
10010         * xdisp.c (handle_composition_prop, check_point_in_composition):
10011         Make buffer positions EMACS_INT.
10013         * composite.c (find_composition, run_composition_function)
10014         (update_compositions, Ffind_composition_internal): Make buffer
10015         positions EMACS_INT.
10017         * composite.h (find_composition, update_compositions): Make
10018         position args EMACS_INT.
10020         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
10022         * intervals.c (get_property_and_range):
10023         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
10025         * unexalpha.c: Don't include varargs.h.
10027 2008-02-01  Dave Love  <fx@gnu.org>
10029         * coding.h (ENCODE_UTF_8): New.
10031         * Makefile.in (gtkutil.o): Depend on coding.h.
10033         * coding.c (Fset_coding_system_priority): Doc fix.
10035 2008-02-01  Kenichi Handa  <handa@m17n.org>
10037         * fileio.c (Finsert_file_contents): Call setup_coding_system in
10038         the case of auto saving.
10040 2008-02-01  Andreas Schwab  <schwab@suse.de>
10042         * chartab.c (map_char_table, map_char_table_for_charset): Protect
10043         `range' from GC.
10045 2008-02-01  Kenichi Handa  <handa@m17n.org>
10047         * coding.c (decode_coding_sjis): Check bytes more rigidly.
10049 2008-02-01  Kenichi Handa  <handa@m17n.org>
10051         * fileio.c (choose_write_coding_system): Return a decided coding system.
10052         (Fwrite_region): Set Vlast_coding_system_used to the return value
10053         of choose_write_coding_system.
10055 2008-02-01  Kenichi Handa  <handa@m17n.org>
10057         * charset.c (Fset_charset_priority): Pay attention to duplicated
10058         arguments.
10060         * coding.c (QCcategory): New variable.
10061         (syms_of_coding): Defsym it.  Set all elements of
10062         Vcoding_category_table and their symbol values.
10063         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
10064         coding-category-XXX, and coding-category-list.
10065         (Fdefine_coding_system_internal): Add category in the plist.
10067 2008-02-01  Kenichi Handa  <handa@m17n.org>
10069         * callproc.c (Fcall_process): Handle carryover correctly.
10071         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
10072         (raw_text_coding_system): Check NILP (coding_system).
10073         (coding_inherit_eol_type): Check NILP (coding_system) and
10074         NILP (parent).
10075         (consume_chars): Fix for the case of raw-text.
10077         * process.c (read_process_output): Handle carryover correctly.
10079 2008-02-01  Dave Love  <fx@gnu.org>
10081         * regex.c (re_search_2): Fix last change.
10083 2008-02-01  Kenichi Handa  <handa@m17n.org>
10085         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
10086         target_multibyte.  Even in a unibyte case, return a converted
10087         multibyte char.
10088         (GET_CHAR_AFTER): New macro.
10089         (PATFETCH): Translate via multibyte char.
10090         (HANDLE_UNIBYTE_RANGE): Delete this macro.
10091         (SETUP_MULTIBYTE_RANGE): New macro.
10092         (regex_compile): Setup compiled code so that its multibyteness
10093         matches that of a target.  Fix the handling of "[X-YZ]" using
10094         SETUP_MULTIBYTE_RANGE.
10095         (analyse_first) <charset>: For filling fastmap for all multibyte
10096         characters, don't check by BASE_LEADING_CODE_P.
10097         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
10098         the same as RE_MULTIBYTE_P (bufp) now.
10099         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
10100         (TARGET_CHAR_AND_LENGTH): Delete this macro.
10101         (TRANSLATE_VIA_MULTIBYTE): New macro.
10102         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
10103         It is the same as RE_MULTIBYTE_P (bufp) now.
10104         <exactn>: Translate via multibyte.
10105         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
10106         translate it.
10107         <charset, charset_not>: Fetch a character by
10108         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
10109         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
10110         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
10111         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
10112         by GET_CHAR_AFTER.
10113         (bcmp_translate): Likewise.
10115         * search.c (compile_pattern): Check the member target_multibyte,
10116         not the member multibyte of buf.
10118         * lread.c (read1): While reading a string, set force_singlebyte
10119         and force_multibyte correctly.
10121         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
10122         up of unibyte_to_multibyte_table.
10124 2008-02-01  Kenichi Handa  <handa@m17n.org>
10126         * coding.c (setup_coding_system): If coding has
10127         post-read-conversion or pre-write-conversion, set
10128         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
10129         respectively.
10130         (decode_coding_gap): Run post-read-conversion if any.
10132         * fileio.c (Finsert_file_contents): Even if we read into a
10133         unibyte buffer, check if we must decode the result or not.
10135 2008-02-01  Kenichi Handa  <handa@m17n.org>
10137         * coding.c (make_conversion_work_buffer): Change the work buffer
10138         name to the same one as that of Emacs 21.
10140 2008-02-01  Kenichi Handa  <handa@m17n.org>
10142         * coding.h (make_conversion_work_buffer): Adjust prototype.
10143         (code_conversion_restore): Don't extern it.
10145         * coding.c (detected_mask): Delete unused variable.
10146         (decode_coding_iso_2022): Pay attention to the byte sequence of
10147         CTEXT extended segment, and retain those bytes as is.
10148         (decode_coding_ccl): Delete unused variable `valids'.
10149         (setup_coding_system): Delete unused variable `category'.
10150         (consume_chars): Delete unused variable `category'.  Make it work
10151         for non-multibyte case.
10152         (make_conversion_work_buffer): Change argument.
10153         (saved_coding): Delete unused variable.
10154         (code_conversion_restore): Don't check saved_coding->destination.
10155         (code_conversion_save): New function.
10156         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
10157         instead of record_unwind_protect.
10158         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
10159         (detect_coding_system): Delete unused variable `mask'.
10160         (Fdefine_coding_system_internal): Delete unused variable id.
10162         * fileio.c (kill_workbuf_unwind): New function.
10163         (Finsert_file_contents): On replacing, call
10164         make_conversion_work_buffer with correct args, and call
10165         record_unwind_protect with the first arg kill_workbuf_unwind.
10167         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
10169 2008-02-01  Kenichi Handa  <handa@m17n.org>
10171         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
10172         (fontset_add): Fix for the case that TO is less than TO1.
10173         (Ffontset_info): Don't use fallback fontset on checking the
10174         default fontset.
10175         (dump_fontset): New function for debugging.
10177         * coding.c (Fdefine_coding_system_internal): Fix for the case that
10178         coding_type is Qcharset.
10180 2008-02-01  Kenichi Handa  <handa@m17n.org>
10182         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
10183         (map_char_table): Don't inherit the value from the parent on
10184         initializing VAL.  Adjust for the above change.
10186 2008-02-01  Kenichi Handa  <handa@m17n.org>
10188         * coding.c (Qsignature, Qendian): Delete these variables.
10189         (syms_of_coding): Don't initialize them.
10190         (CATEGORY_MASK_UTF_16_AUTO): New macro.
10191         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
10192         detect_info->found.
10193         (decode_coding_utf_16): Don't detect BOM here.
10194         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
10195         is NOT utf_16_without_bom.
10196         (setup_coding_system): For a coding system of type utf-16, check
10197         if the attribute :endian is Qbig or not (not nil or not), and set
10198         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
10199         (detect_coding): If coding type is utf-16 and BOM detection is
10200         required, detect it.
10201         (Fdefine_coding_system_internal): For a coding system of type
10202         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
10204 2008-02-01  Kenichi Handa  <handa@m17n.org>
10206         * coding.c (coding_set_source): Fix for the case that the current
10207         buffer is different from coding->src_object.
10208         (decode_coding_object): Don't use the conversion work buffer if
10209         DST_OBJECT is a buffer.
10211 2008-02-01  Dave Love  <fx@gnu.org>
10213         * lread.c (read_emacs_mule_char) [len==2]: Index
10214         emacs_mule_charset correctly.
10216 2008-02-01  Dave Love  <fx@gnu.org>
10218         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
10219         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
10220         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
10221         treated specially.)
10222         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
10223         (detected_mask): Remove Big5 bits.
10225 2008-02-01  Kenichi Handa  <handa@m17n.org>
10227         The following changes are to make the font rescaling facility
10228         compatible with Emacs 21.
10230         * xfaces.c (Vface_font_rescale_alist): Rename from
10231         Vface_resizing_fonts.
10232         (struct font_name): Rename member resizing_ratio to rescale_ratio.
10233         (font_rescale_ratio): Rename from font_resizing_ratio.
10234         (split_font_name): Set font->rescale_ratio.
10235         (better_font_p): Pay attention to font->rescale_ratio.
10236         (build_scalable_font_name): Likewise.  Change RESX, and RESY
10237         fields.
10238         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
10240 2008-02-01  Kenichi Handa  <handa@m17n.org>
10242         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
10243         (Qutf_16_le): Remove these variables.
10244         (syms_of_coding): Don't DEFSYM them.
10245         (decode_coding_utf_16): Fix handling of BOM.
10246         (encode_coding_utf_16): Fix handling of BOM.
10248 2008-02-01  Kenichi Handa  <handa@m17n.org>
10250         * fileio.c (Finsert_file_contents): On replacing, before decoding
10251         the file into the work buffer, set point of the work buffer to the end.
10253 2008-02-01  Dave Love  <fx@gnu.org>
10255         * coding.c (Fcheck_coding_systems_region): Fix type errors.
10257 2008-02-01  Dave Love  <fx@gnu.org>
10259         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
10260         and fix C types.
10262 2008-02-01  Kenichi Handa  <handa@m17n.org>
10264         * xdisp.c (SKIP_GLYPHS): New macro.
10265         (set_cursor_from_row): Pay attention to string display properties.
10267         * category.c (copy_category_entry): Fix for the case that RANGE
10268         is an integer.
10270         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
10272         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
10274 2008-02-01  Kenichi Handa  <handa@m17n.org>
10276         * charset.c (Fcharset_id_internal): New function.
10277         (syms_of_charset): Defsubr it.
10279         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
10280         with the last arg charset_list acquired from coding.
10281         (Fdefine_coding_system_internal): For ccl-based coding system, fix
10282         the attribute coding_attr_ccl_valids.
10284         * coding.h (enum define_coding_ccl_arg_index): Set the first
10285         member coding_arg_ccl_decoder to coding_arg_max.
10287         * ccl.h (ccl_driver): Adjust prototype.
10289         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
10290         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
10291         of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
10292         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
10293         last arg Qnil.
10295 2008-02-01  Kenichi Handa  <handa@m17n.org>
10297         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
10298         call encode_char.
10300         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
10302 2008-02-01  Dave Love  <fx@gnu.org>
10304         * composite.c (syms_of_composite): Make composition_hash_table weak.
10306 2008-02-01  Kenichi Handa  <handa@m17n.org>
10308         * dispextern.h (check_face_attributes, generate_ascii_font_name)
10309         (font_name_registry): Don't extern them.
10310         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
10312         * fontset.h (Qfontset): Don't extern it.
10313         (new_fontset_from_font_name): Extern it.
10315         * fontset.c: Give 8 extra slots to fontset objects.
10316         (Qfontset_info): New variable.
10317         (syms_of_fontset): Defsym it.
10318         (FONTSET_FALLBACK): New macro.
10319         (fontset_face): Try also the default fontset.
10320         (make_fontset): Realize a fallback fontset from the default fontset.
10321         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
10322         using split_font_name_into_vector and build_font_name_from_vector.
10323         (Fset_fontset_font): Access the elements of font_spec by enum
10324         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
10325         name by using split_font_name_into_vector.
10326         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
10327         generate a proper font name from the fontset name.  Update
10328         Vfontset_alias_alist.
10329         (n_auto_fontsets): New variable.
10330         (new_fontset_from_font_name): New function.
10331         (Ffont_info): Store the information about fonts generated from the
10332         default fontset in the first extra slot of the returned char-table.
10334         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
10335         (font_name_registry): Delete function.
10336         (split_font_name_into_vector): New function.
10337         (build_font_name_from_vector): New function.
10338         (font_list): The argument REGISTRY is now a list of registry names.
10339         (choose_face_font): If we are choosing an ASCII font, and ATTRS
10340         specifies an explicit font name, return the name as is.  Make a
10341         list of registy names.
10343         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
10344         of x_new_fontset.
10345         (Fx_create_frame): Don't call x_new_fontset here.  Just use
10346         x_list_fonts to check the existence of fonts.
10348         * xterm.h (x_new_fontset): Adjust prototype.
10350         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
10351         string.  Use new_fontset_from_font_name to create a fontset from a
10352         font name.
10354 2008-02-01  Kenichi Handa  <handa@m17n.org>
10356         * syntax.c (Vfind_word_boundary_function_table): New name for
10357         Vnext_word_boundary_function_table.
10358         (find-word-boundary-function-table): New name for
10359         next-word-boundary-function-table.
10361 2008-02-01  Dave Love  <fx@gnu.org>
10363         * Makefile.in: Fix some dependencies.
10365         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
10366         set it to nil before returning.
10368         * composite.c (update_compositions): Fix type error.
10370         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
10372 2008-02-01  Kenichi Handa  <handa@m17n.org>
10374         * xterm.c (x_new_font): Optimize for the case that the font is
10375         already set for the frame.
10377 2008-02-01  Kenichi Handa  <handa@m17n.org>
10379         * chartab.c (char_table_ascii): Check if the char table contents
10380         is sub-char-table or not.
10381         (char_table_set, char_table_set_range): Fix argument to
10382         char_table_ascii.
10384         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
10385         (detect_coding_utf_8, detect_coding_utf_16)
10386         (detect_coding_emacs_mule, detect_coding_iso_2022)
10387         (detect_coding_sjis, detect_coding_big5)
10388         (detect_coding_ccl, detect_coding_charset): Change argument MASK
10389         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
10390         sequence is valid in this coding system.  Change callers.
10391         (MAX_ANNOTATION_LENGTH): New macro.
10392         (ADD_ANNOTATION_DATA): New macro.
10393         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
10394         ADD_ANNOTATION_DATA.  Change the format of annotation data.
10395         (ADD_CHARSET_DATA): New macro.
10396         (emacs_mule_char): New argument ID.  Change callers.
10397         (decode_coding_emacs_mule, decode_coding_iso_2022)
10398         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
10399         Produce charset annotation data in coding->charbuf.
10400         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
10401         to charset annotation data in coding->charbuf.
10402         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
10403         coding->common_flags if the coding system is iso-2022 based and
10404         uses designation.
10405         (produce_composition): Adjust for the new annotation data format.
10406         (produce_charset): New function.
10407         (produce_annotation): Handle charset annotation.
10408         (handle_composition_annotation, handle_charset_annotation): New
10409         functions.
10410         (consume_chars): Handle charset annotation.  Utilize the above two
10411         functions.
10412         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
10413         buffer, get the deleted text as a string and set
10414         coding->src_object to that string.
10415         (detect_coding, detect_coding_system): Use the new struct
10416         coding_detection_info.
10418         * coding.h (struct coding_detection_info): New structure.
10419         (struct coding_system): Adjust prototype of the member `detector'.
10420         (CODING_ANNOTATE_CHARSET_MASK): New macro.
10422 2008-02-01  Kenichi Handa  <handa@m17n.org>
10424         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
10426 2008-02-01  Dave Love  <fx@gnu.org>
10428         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
10429         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
10430         to new local and nullify apropos_accumulate before returning.
10431         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
10433 2008-02-01  Kenichi Handa  <handa@m17n.org>
10435         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
10436         correctly.
10438 2008-02-01  Dave Love  <fx@gnu.org>
10440         * fns.c (Flanginfo): Call synchronize_system_time_locale.
10442 2008-02-01  Kenichi Handa  <handa@m17n.org>
10444         The following changes are to make character composition happen
10445         automatically on displaying.
10447         * Makefile.in (lisp, shortlisp): Add composite.elc.
10449         * composite.h (Qauto_composed, Vauto_composition_function)
10450         (Qauto_composition_function): Extern them.
10452         * composite.c (Vcomposition_function_table)
10453         (Qcomposition_function_table): Delete variables.
10454         (Qauto_composed, Vauto_composition_function)
10455         (Qauto_composition_function): New variables.
10456         (run_composition_function): Don't call
10457         compose-chars-after-function.
10458         (update_compositions): Clear `auto-composed' text property.
10459         (compose_chars_in_text): Delete this function.
10460         (syms_of_composite): Staticpro Qauto_composed and
10461         Qauto_composition_function.  Declare Vauto_composition_function as
10462         a Lisp variable.
10464         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
10466         * xdisp.c (it_props): Add an entry for Qauto_composed.
10467         (handle_auto_composed_prop): New function.
10469         * xselect.c (selection_data_to_lisp_data): Don't call
10470         compose_chars_in_text.
10472 2008-02-01  Dave Love  <fx@gnu.org>
10474         * keyboard.c (read_char): Modify checking around use of
10475         Vkeyboard_translate_table.
10477         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
10478         and fix C types.
10480 2008-02-01  Kenichi Handa  <handa@m17n.org>
10482         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
10483         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10484         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
10485         the case that the last byte is '\r' correctly.
10486         (decode_coding): Flush out the unprocessed data correctly.
10487         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
10489 2008-02-01  Dave Love  <fx@gnu.org>
10491         * xterm.c (XTread_socket): Fix changes for defined keysyms.
10492         Add XK_ISO... case.
10493         (xaw_scroll_callback): Revert last change.
10495 2008-02-01  Kenichi Handa  <handa@m17n.org>
10497         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
10499 2008-02-01  Kenichi Handa  <handa@m17n.org>
10501         * xfaces.c (Vface_resizing_fonts): New variable.
10502         (struct font_name): New member `resizing_ratio'.
10503         (font_resizing_ratio): New function.
10504         (split_font_name): Set font->resizing_ratio.
10505         (better_font_p): Pay attention to font->resizing_ratio.
10506         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
10507         RESX, and RESY fields.
10508         (try_alternative_families): Try scalable fonts if
10509         Vscalable_fonts_allowed is not Qt.
10510         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
10512 2008-02-01  Dave Love  <fx@gnu.org>
10514         * xterm.c (xaw_scroll_callback): Cast correctly.
10516 2008-02-01  Dave Love  <fx@gnu.org>
10518         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
10519         (lispy_kana_keys): Comment out.
10520         (make_lispy_event) [XK_kana_A]: Comment out.
10522         * xterm.c (xaw_scroll_callback): Cast call_data.
10523         (XTread_socket): Deal with ASCII keysyms.
10524         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
10526 2008-02-01  Dave Love  <fx@gnu.org>
10528         * xterm.c (Vx_keysym_table): New.
10529         (syms_of_xterm): Initialize it.
10530         (XTread_socket): Use it.
10531         From head: Eliminate incorrect optimization that tried to avoid
10532         decoding the output of X*LookupString.
10533         (x_get_font_repertory): Delete charset declaration.
10535 2008-02-01  Kenichi Handa  <handa@m17n.org>
10537         * coding.c (detect_coding_charset): If only ASCII bytes are found,
10538         return 0.
10539         (Fdefine_coding_system_internal): Setup
10540         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
10542 2008-02-01  Dave Love  <fx@gnu.org>
10544         * coding.c (Fcheck_coding_system): Doc fix.
10546         * editfns.c (Finsert_byte): Return a proper value.
10548 2008-02-01  Kenichi Handa  <handa@m17n.org>
10550         * coding.c (decode_coding): Fix args to translate_chars.  Pay
10551         attention to Vstandard_translation_table_for_decode.
10552         (encode_coding): Fix args to translate_chars.  Pay attention to
10553         Vstandard_translation_table_for_encode.
10555         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
10556         SINGLE_BYTE_CHAR_P.
10558         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
10559         not by SINGLE_BYTE_CHAR_P.
10561         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
10562         SINGLE_BYTE_CHAR_P.
10564         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
10565         SINGLE_BYTE_CHAR_P.
10567         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
10568         by SINGLE_BYTE_CHAR_P.
10570         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
10571         SINGLE_BYTE_CHAR_P.
10573 2008-02-01  Dave Love  <fx@gnu.org>
10575         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
10577 2008-02-01  Dave Love  <fx@gnu.org>
10579         * fns.c (Flanginfo): Fix typo.
10581         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
10583 2008-02-01  Kenichi Handa  <handa@m17n.org>
10585         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
10586         (detect_coding_emacs_mule, detect_coding_iso_2022)
10587         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
10588         incomplete byte sequence.  Don't update *mask when correctly detected.
10589         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
10590         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
10591         (detect_coding, detect_coding_system): Adjust for the changes above.
10593 2008-02-01  Kenichi Handa  <handa@m17n.org>
10595         * character.c (char_string): Rename from
10596         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
10597         (string_char): Rename from string_char.
10599         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
10600         if C is greater than MAX_3_BYTE_CHAR.
10601         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
10602         string_char instead of string_char_with_unification.
10604 2008-02-01  Dave Love  <fx@gnu.org>
10606         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
10608 2008-02-01  Kenichi Handa  <handa@m17n.org>
10610         * keymap.c (push_key_description): Pay attention to force_multibyte.
10612         * regex.c (re_search_2): Fix for the case of unibyte buffer.
10614 2008-02-01  Dave Love  <fx@gnu.org>
10616         * charset.c (define_charset_internal): Rename `supprementary'.
10618         * Makefile.in (lisp, shortlisp): Remove latin-N.
10620 2008-02-01  Dave Love  <fx@gnu.org>
10622         * xfns.c (x_window, x_window): Use use_xim.
10624         * xterm.c (use_xim): Initialize.
10625         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
10626         (x_term_init): Maybe set use_xim.
10628         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
10630 2008-02-01  Kenichi Handa  <handa@m17n.org>
10632         * search.c (search_buffer): Fix case-fold-search of multibyte
10633         characters.
10634         (boyer_moore): Rename the last argument to char_high_bits.
10636 2008-02-01  Kenichi Handa  <handa@m17n.org>
10638         * xdisp.c (display_string): Fix for the case of zero width glyph.
10640         * xfns.c (x_set_font): Change the error message of the case that
10641         x_new_fontset returns Qt.
10643         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
10644         (Finternal_set_lisp_face_attribute): Use signal_error for the
10645         error of invalid fontset.
10647         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
10648         fontset, return Qt.
10650 2008-02-01  Dave Love  <fx@gnu.org>
10652         * unexelf.c (unexec): Make .got handling not SGI-specific.
10654         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
10656         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
10658         * keyboard.c (read_key_sequence): Fix type error.
10660         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
10661         type error.
10663         * fontset.c (fontset_add): Return Lisp_Object.
10665 2008-02-01  Dave Love  <fx@gnu.org>
10667         * charset.h (charset_ordered_list_tick): Declare extern.
10669 2008-02-01  Kenichi Handa  <handa@m17n.org>
10671         The following changes (and some of 2008-02-01 changes of mine) are
10672         for handling syntax, category, and case conversion for unibyte
10673         characters by converting them to multibyte on the fly.  With these
10674         changes, we don't have to setup syntax and case tables for unibyte
10675         characters in each language environment.
10677         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
10678         multibyte if necessary.
10680         * bytecode.c (Fbyte_code): Likewise.
10682         * character.h (LEADING_CODE_LATIN_1_MIN)
10683         (LEADING_CODE_LATIN_1_MAX): New macros.
10684         (unibyte_to_multibyte_table): Extern it.
10685         (unibyte_char_to_multibyte): New macro.
10686         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
10687         (CHAR_LEADING_CODE): New macro.
10688         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
10690         * character.c (unibyte_to_multibyte_table): New variable.
10691         (unibyte_char_to_multibyte): Move to character.h and define as macro.
10692         (multibyte_char_to_unibyte): If C is an eight-bit character,
10693         convert it to the corresponding byte value.
10695         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
10696         not 1, signals an error.  Update the elements of
10697         unibyte_to_multibyte_table.
10698         (init_charset_once): Initialize unibyte_to_multibyte_table.
10699         (syms_of_charset): Define the charset `iso-8859-1'.
10701         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
10702         as is without converting it to unibyte.  In a unibyte buffer,
10703         convert C to multibyte before checking the syntax.
10705         * lisp.h (unibyte_char_to_multibyte): Delete extern.
10707         * minibuf.c (Fminibuffer_complete_word): Use the macro
10708         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
10710         * regex.h (struct re_pattern_buffer): New member target_multibyte.
10712         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
10713         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
10714         that is zero, convert an eight-bit char to multibyte.
10715         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
10716         non-emacs case.
10717         (PATFETCH): Convert an eight-bit char to multibyte.
10718         (HANDLE_UNIBYTE_RANGE): New macro.
10719         (regex_compile): Setup the compiled pattern for multibyte chars
10720         even if the given regex string is unibyte.  Use PATFETCH_RAW
10721         instead of PATFETCH in many places.  To handle `charset'
10722         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
10723         only for ASCII chars.
10724         (analyse_first) <exactn>: Simplify because the compiled pattern
10725         is multibyte.
10726         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
10727         <charset>: Use CHAR_LEADING_CODE to get leading codes.
10728         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
10729         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
10730         multibyte always 1.
10731         (re_search_2): In emacs, set the locale variable multibyte to 1,
10732         otherwise to 0.  New local variable target_multibyte.  Check it
10733         to decide the multibyteness of STR1 and STR2.  If
10734         target_multibyte is zero, convert unibyte chars to multibyte
10735         before translating and checking fastmap.
10736         (TARGET_CHAR_AND_LENGTH): New macro.
10737         (re_match_2_internal): In emacs, set the locale variable multibyte
10738         to 1, otherwise to 0.  New local variable target_multibyte.  Check
10739         it to decide the multibyteness of STR1 and STR2.  Use
10740         TARGET_CHAR_AND_LENGTH to fetch a character from D.
10741         <charset, charset_not>: If multibyte is nonzero, check fastmap
10742         only for ASCII chars.  Call bcmp_translate with
10743         target_multibyte, not with multibyte.
10744         <begline>: Declare the local variable C as `unsigned'.
10745         (bcmp_translate): Change the last arg name to target_multibyte.
10747         * search.c (compile_pattern_1): Don't adjust the multibyteness of
10748         the regexp pattern and the matching target.  Set cp->buf.multibyte
10749         to the multibyteness of the regexp pattern.  Set
10750         cp->but.target_multibyte to the multibyteness of the matching target.
10751         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
10752         FETCH_STRING_CHAR_ADVANCE.
10753         (Freplace_match): Convert unibyte chars to multibyte.
10755         * syntax.c (char_quoted, back_comment, scan_words)
10756         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
10757         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
10758         unibyte chars to multibyte.
10759         (skip_chars): Delete the arg syntaxp, and move the code for
10760         handling syntaxes to skip_syntaxes.  Change callers.
10761         Fix the case that the multibyteness of STRING and the current
10762         buffer doesn't match.
10763         (skip_syntaxes): New function.
10764         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
10765         SINGLE_BYTE_CHAR_P.
10767 2008-02-01  Kenichi Handa  <handa@m17n.org>
10769         * xfaces.c (QCfontset): New variable.
10770         (LFACE_FONTSET): New macro.
10771         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
10772         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
10773         (Finternal_set_lisp_face_attribute)
10774         (Finternal_get_lisp_face_attribute): Handle QCfontset.
10775         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
10776         check also LFACE_FONTSET_INDEX.
10777         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
10778         attrs[LFACE_FONT_INDEX].
10779         (syms_of_xfaces): Intern and staticpro QCfontset.
10781         * dispextern.h (enum lface_attribute_index): New member
10782         LFACE_FONTSET_INDEX.
10784         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
10786 2008-02-01  Kenichi Handa  <handa@m17n.org>
10788         * coding.c (coding_set_destination): Fix coding->destination for
10789         the case converting a region.
10790         (encode_coding_utf_8): Encode eight-bit chars as single byte.
10791         (encode_coding_object): Fix coding->dst_pos and
10792         coding->dst_pos_byte for the case converting a region.
10794         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
10796         * character.h (BYTE8_STRING): New macro.
10798         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
10800 2008-02-01  Kenichi Handa  <handa@m17n.org>
10802         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
10803         characters by octal form.
10805         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
10807         * buffer.h (_fetch_multibyte_char_len): Delete extern.
10808         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
10809         _fetch_multibyte_char_len.
10810         (FETCH_CHAR_AS_MULTIBYTE): New macro.
10812         * casetab.c (set_canon, set_identity, shuffle): Simplify.
10814         * casefiddle.c (casify_object): Simplify.  Handle the case that
10815         the case conversion change the byte length.
10816         (casify_region): Likewise.
10818         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
10820         * character.c (_fetch_multibyte_char_len): Delete this variable.
10821         (syms_of_character): Setup Vprintable_chars.
10823         * editfns.c (Fchar_equal): Fix for the unibyte case.
10824         (Finsert_byte): New function.
10825         (syms_of_editfns): Defsubr it.
10827         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
10828         of direct code 0x3ffff.
10830         * search.c (Freplace_match): Fix for the unibyte case.
10832 2008-02-01  Kenichi Handa  <handa@m17n.org>
10834         * lread.c (safe_to_load_p): Fix the logic.
10836         * syntax.c (scan_words): Don't treat characters belonging to
10837         different scripts as constituting a word.
10839         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10841         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
10843         * emacs.c (main): In the case of --unibyte, instead of aborting on
10844         finding non-empty buffer, make it unibyte.
10846 2008-02-01  Kenichi Handa  <handa@m17n.org>
10848         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
10849         to create a fontset.
10851 2008-02-01  Dave Love  <fx@gnu.org>
10853         * character.c (Funibyte_char_to_multibyte): Doc fix.
10855         * xfns.c [HAVE_STDLIB_H]: Fix last change.
10857 2008-02-01  Kenichi Handa  <handa@m17n.org>
10859         * fontset.c (fontset_add): Make the type `int'.
10860         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
10862         * character.c (unibyte_char_to_multibyte)
10863         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
10864         charset_unibyte, not charset_primary.
10866         * charset.h (charset_unibyte): Extern it instead of charset_primary.
10868         * charset.c (charset_unibyte): Rename from charset_primary.
10869         (Funibyte_charset): Rename from Fprimary_charset.
10870         (Fset_unibyte_charset): Rename from Fset_primary_charset.
10871         (syms_of_charset): Adjust for the above changes.
10873         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10874         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
10875         it->multibyte_p is zero.
10877         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
10878         Delete extern.
10880 2008-02-01  Kenichi Handa  <handa@m17n.org>
10882         * coding.c (Fdefine_coding_system_internal): Fix category setting
10883         for a coding system of type iso-2022.
10885 2008-02-01  Kenichi Handa  <handa@m17n.org>
10887         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
10889 2008-02-01  Kenichi Handa  <handa@m17n.org>
10891         * syntax.c (Vnext_word_boundary_function_table): New variable.
10892         (next-word-boundary-function-table): Declare it as a Lisp variable
10893         in syms_of_syntax.
10894         (scan_words): Call functions in Vnext_word_boundary_function_table
10895         if any.
10897         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
10899         * fontset.c (fs_load_font): If fontp->charset is not negative,
10900         return fontp without setting its members.
10902 2008-02-01  Dave Love  <fx@gnu.org>
10904         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
10906         * m/sparc.h (HAVE_ALLOCA): Delete.
10908         * s/irix6-5.h: Don't include strings.h.
10909         (bcopy, bzero, bcmp): Don't undef.
10911         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
10913         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
10914         (TIOCSIGSEND): Don't test IRIX6.
10915         (bcopy, bzero, bcmp): Define conditionally.
10917 2008-02-01  Kenichi Handa  <handa@m17n.org>
10919         * buffer.c (Qas, Qmake, Qto): New variables.
10920         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
10921         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
10923         * callproc.c (Fcall_process): Don't call insert_1_both directly if
10924         we are inserting a process output into a multibyte buffer.
10926         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
10927         multibyte_char_to_unibyte.
10929         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
10930         by the primary charset, make it eight-bit char.
10931         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
10933         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
10934         (charset_8_bit__control, charset_8_bit_graphic)
10935         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
10936         (define_charset_internal): New function.
10937         (syms_of_charset): Call define_charset_internal for pre-defined
10938         charsets.
10940         * charset.h (charset_8_bit): Extern it.
10942         * coding.c (make_conversion_work_buffer): Adjust for the change
10943         of Fset_buffer_multibyte.
10944         (encode_coding_raw_text): Increment p0 in the loop.
10946         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
10948         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
10949         for the change of Fset_buffer_multibyte.
10951         * fns.c (Fstring_to_multibyte): New function.
10952         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
10954 2008-02-01  Dave Love  <fx@gnu.org>
10956         * xfns.c (x_put_x_image): Declare args.
10958         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
10959         (try_font_list): Declare an arg.
10961         * xdisp.c (message2_nolog, set_message): Declare an arg.
10963         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
10965         * syntax.c (scan_sexps_forward): Declare an arg.
10967         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
10968         Declare an arg.
10970         * lisp.h (Fnew_fontset): Declare.
10972         * keymap.c (push_key_description): Call CHARACTERP correctly.
10974         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
10975         (face_for_char): Delete unused vars.
10976         (Fset_fontset_font): Doc fix.  Delete unused vars.
10978         * doc.c (Fsubstitute_command_keys): Delete unused vars.
10980         * composite.c (update_compositions): Declare arg.
10982         * cm.c (calccost, cmgoto): Declare args.
10984         * charset.c: Remove `emacs' conditional.  Doc fixes.
10985         (map_char_table_for_charset): Declare.
10987         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
10989         * ccl.c: Remove `emacs' conditional.
10991 2008-02-01  Kenichi Handa  <handa@m17n.org>
10993         The following changes are to allow specifying multiple font
10994         patterns for a character range (specified by script or charset).
10996         * Makefile.in (abbrev.o): Depend on syntax.h.
10997         (xfaces.o): Depend on charset.h.
10999         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
11000         SINGLE_BYTE_CHAR_P.
11002         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
11004         * character.h (Vchar_script_table): Extern it.
11006         * character.c (Vscript_alist): Delete.
11007         (Vchar_script_table, Qchar_script_table): New variable.
11008         (syms_of_character): Declare Vchar_script_table as a lisp variable
11009         and initialize it.
11011         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
11012         have property char-table-extra-slots, make no extra slot.
11014         * dispextern.h (struct face): Delete member `charset'.
11015         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
11016         SINGLE_BYTE_CHAR_P.
11017         (choose_face_font, lookup_non_ascii_face, font_name_registry):
11018         Add prototypes.
11019         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
11020         (generate_ascii_font_name): Rename from generate_ascii_font.
11022         * fontset.h (get_font_repertory_func): New prototype.
11023         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
11024         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
11026         * fontset.c (Qprepend, Qappend): New variables.
11027         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
11028         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
11029         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
11030         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
11031         (fontset_ref_and_range, fontset_add, reorder_font_vector)
11032         (load_font_get_repertory): New functions.
11033         (fontset_set): Delete.
11034         (fontset_face): New arg FACE.  Return face ID, not face.
11035         Complete re-write to handle new fontset structure.  Change caller.
11036         (free_face_fontset): Use ASET istead of AREF (X) = Y.
11037         (face_for_char): Don't call lookup_face.
11038         (make_fontset_for_ascii_face): New arg FACE.
11039         (fs_load_font): New arg CHARSET_ID.  Don't check
11040         Vfont_encoding_alist here.
11041         (find_font_encoding): New function.
11042         (list_fontsets): Use STRINGP, not ! NILP.
11043         (accumulate_script_ranges): New function.
11044         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
11045         re-written to handle new fontset structure.
11046         (Ffontset_font): Return a copy of element.
11047         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
11048         docstring of font-encoding-alist.
11050         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
11051         (Fset_fotset_font): Fix arguments to 5.
11053         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
11055         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
11056         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
11057         (highlight_trailing_whitespace): Adjust for the change of
11058         lookup_named_face.
11060         * xfaces.c: Include charset.h.
11061         (load_face_font): Delete argument C.  Change caller.
11062         (generate_ascii_font_name): Rename from generate_ascii_font.
11063         (font_name_registry): New function.
11064         (cache_face): Store ascii faces before non-ascii faces in buckets.
11065         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
11066         Lookup only ascii faces.
11067         (lookup_non_ascii_face): New function.
11068         (lookup_named_face): Delete argument C.  Change caller.
11069         (lookup_derived_face): Delete argument C.  Change caller.
11070         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
11071         a string, just call font_list with it.
11072         (choose_face_font): Delete arguments FACE and C.  New arg
11073         FONT_SPEC.  Change caller.
11074         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
11075         Change caller.
11076         (realize_non_ascii_face): New function.
11077         (realize_x_face): Call load_face_font here.
11078         (realize_tty_face): Delete argument C.  Change caller.
11079         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
11080         get a face ID.
11081         (dump_realized_face): Don't print charset of FACE.
11083         * xfns.c (x_set_font): Always call x_new_fontset and
11084         store_frame_parameter.
11085         (Fx_create_frame): Call x_new_fontset, not x_new_font.
11086         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
11088         * xterm.h (x_get_font_repertory): Extern it.
11090         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
11091         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
11092         it->multibyte_p is zero.
11093         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
11094         (x_new_fontset): If FONTSETNAME doesn't match any existing
11095         fontsets, create a new one.
11096         (x_get_font_repertory): New function.
11098 2008-02-01  Kenichi Handa  <handa@m17n.org>
11100         * coding.c (Ffind_coding_systems_region_internal): Detect an
11101         ASCII only string correctly.
11103         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
11104         version is 0.
11106 2008-02-01  Kenichi Handa  <handa@m17n.org>
11108         * lread.c: Include "coding.h".
11109         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
11110         (load_each_byte, unread_char): New variables.
11111         (readchar_backlog): Delete.
11112         (readchar): Return a character unless load_each_byte is nonzero.
11113         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
11114         cons.  If unread_char is not -1, simply return it.
11115         (unreadchar): Handle the case that readcharfun is
11116         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
11117         (read_multibyte): Delete.
11118         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
11119         (read_emacs_mule_char): New functions.
11120         (Fload): Even if the file doesn't have the extension ".elc", if
11121         safe_to_load_p returns a positive version number, assume that the
11122         file contains bytecompiled code.  If the version is less than 22,
11123         load the file while decoding multibyte sequences by emacs-mule.
11124         (readevalloop): Don't use readchar_backlog.
11125         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
11126         (Fread_from_string): Pay attention to the case that STREAM is a cons.
11127         (read_escape): Delete the arg BYTEREP.
11128         (read1): Set load_each_byte to 1 temporarily while handling
11129         #@NUMBER.  Don't call read_multibyte.
11130         (read_vector): Call Fread with a cons.  If readcharfun is
11131         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
11132         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
11133         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
11134         and Qload_force_doc_strings.
11136 2008-02-01  Kenichi Handa  <handa@m17n.org>
11138         * xdisp.c (face_before_or_after_it_pos): Call
11139         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
11141 2008-02-01  Kenichi Handa  <handa@m17n.org>
11143         * character.h (TRAILING_CODE_P): New macro.
11144         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
11145         (string_char_with_unification): Fix prototype.
11146         (Vscript_alist): Extern it.
11148         * character.c (Vscript_alist): New variable.
11149         (string_char_with_unification, str_as_unibyte)
11150         (string_escape_byte8): Add `const' to local variables.
11151         (syms_of_character): Declare script-alist as a Lisp variable.
11153         * charset.h (Vcharset_ordered_list): Extern it.
11154         (charset_ordered_list_tick): Extern it.
11155         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
11156         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
11157         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
11158         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
11159         (Funify_charset): Adjust for the change of Funify_charset.
11161         * charset.c (charset_ordered_list_tick): New variable.
11162         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
11163         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
11164         deunify intead of unify a charset.
11165         (string_xstring_p): Add `const' to local variables.
11166         (find_charsets_in_text): Add `const' to arguments and local variables.
11167         (encode_char): Adjust for the change of Funify_charset.  Fix
11168         detecting of invalid code.
11169         (Fset_charset_priority): Increment charset_ordered_list_tick.
11170         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
11171         and TO_CODE.
11173         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
11174         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
11175         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
11176         (decode_coding_ccl, consume_chars)
11177         (Ffind_coding_systems_region_internal)
11178         (Fcheck_coding_systems_region): Add `const' to local variables.
11180         * print.c (print_object): Use octal form for printing the
11181         contents of a bool vector.
11183 2008-02-01  Dave Love  <fx@gnu.org>
11185         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
11186         <version == 20>: Refuse to load.
11188 2008-02-01  Dave Love  <fx@gnu.org>
11190         * fns.c: Move coding.h.
11191         (Qcodeset, Qdays, Qmonths): New.
11192         (concat): Use CHARACTERP instead of INTEGERP.
11193         (Flocale_codeset): Delete.
11194         (Flanginfo): New function.
11195         (syms_of_fns): Change accordingly.
11197         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
11199 2008-02-01  Dave Love  <fx@gnu.org>
11201         * casetab.c (init_casetab_once, init_casetab_once): Fix
11202         CHAR_TABLE_SET call.
11204         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
11206         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
11208         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
11209         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
11210         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
11212         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
11214         * coding.c (ENCODE_DESIGNATION, decode_eol)
11215         (make_conversion_work_buffer, code_conversion_restore)
11216         (Fdefine_coding_system_internal): Convert Lisp types.
11217         (code_conversion_restore): Use EQ, not ==.
11218         (Fencode_coding_string): Fix code_convert_string call.
11220         * coding.h (code_convert_region): Fix prototype.
11222         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
11224         * fontset.c (fontset_ref, fontset_set, fs_load_font)
11225         (Ffontset_info): Convert Lisp types.
11227         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
11229         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
11231         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
11233         * chartab.c: Include "...h", not <...h> in some cases.
11235         * callproc.c (Fcall_process): Remove unused variables.
11237 2008-02-01  Dave Love  <fx@gnu.org>
11239         * coding.c (Fset_coding_system_priority): Allow null arg list.
11241 2008-02-01  Dave Love  <fx@gnu.org>
11243         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
11244         (Fself_insert_and_exit): Use CHARACTERP.
11246         * callproc.c (Fcall_process): Remove unused vars.
11248         * xterm.c (XTread_socket): Add extra dead keysyms.
11250         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
11252         * dispextern.h: Remove prototypes for redraw_frame,
11253         redraw_garbaged_frames.
11255         * cmds.c (Fself_insert_command): Use CHARACTERP.
11257         * chartab.c (make_sub_char_table): Remove unused var.
11258         (Fset_char_table_default, Fmap_char_table): Doc fix.
11260         * keymap.c (access_keymap): Remove generic char code.
11261         (push_key_description): Use CHARACTERP.
11263 2008-02-01  Dave Love  <fx@gnu.org>
11265         * charset.c: Doc fixes.
11266         (Funify_charset): Extra checking.
11268 2008-02-01  Dave Love  <fx@gnu.org>
11270         * lread.c: Remove some unused variables.
11271         (safe_to_load_p): If safe, return the magic number version byte.
11272         (Fload): Maybe use load-with-code-conversion.
11274 2008-02-01  Kenichi Handa  <handa@m17n.org>
11276         * category.c (Fmodify_category_entry): Don't modify the contents
11277         of category_set for characters out of the range.  Avoid
11278         unnecessary modification.
11280         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
11281         Vchar_unify_table.  The default value of the table is now nil.
11283         * character.c (syms_of_character): Setup Vchar_width_table for
11284         eight-bit-control and raw-byte chars.
11286         * charset.h (enum define_charset_arg_index): Delete
11287         charset_arg_parents and add charset_arg_subset and
11288         charset_arg_superset.
11289         (enum charset_attr_index): Delete charset_parents and add
11290         charset_subset and charset_superset.
11291         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
11292         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
11293         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
11294         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
11295         (CHARSET_SUPERSET): New macros.
11296         (charset_work): Extern it.
11297         (ENCODE_CHAR): Use charset_work.
11298         (CHAR_CHARSET_P): Adjust for the change of encoder format.
11299         (map_charset_chars): Extern it.
11301         * charset.c (load_charset_map): Set the default value of encoder
11302         and deunifier char-tables to nil.
11303         (map_charset_chars): Change argument.  Change callers.  Use
11304         map_char_table_for_charset instead of map_char_table.
11305         (Fmap_charset_chars): New optional args from_code and to_code.
11306         (Fdefine_charset_internal): Adjust for the change of
11307         `define-charset' (:parents -> :subset or :superset).
11308         (charset_work): New variable.
11309         (encode_char, syms_of_charset): Adjust for the change of
11310         Fdefine_charset_internal.
11311         (Ffind_charset_string): Setup the vector `charsets' correctly.
11313         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
11314         the previous change.
11315         (char_table_ref_and_range): Adjust for the above change.
11316         (map_sub_char_table_for_charset): New function.
11317         (map_char_table_for_charset): New function.
11319         * keymap.c (describe_vector): Handle a char-table directly here.
11320         (describe_char_table): Delete.
11322         * lisp.h (map_charset_chars): Delete.
11324 2008-02-01  Dave Love  <fx@gnu.org>
11326         * fns.c (count_combining): Comment out (unused).
11327         (Flocale_codeset): New.
11328         (syms_of_fns): Defsubr it.
11330         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
11331         (size_t): Remove.
11333 2008-02-01  Dave Love  <fx@gnu.org>
11335         * Makefile.in (chartab.o): Depend on charset.h.
11337 2008-02-01  Kenichi Handa  <handa@m17n.org>
11339         * character.c (syms_of_character): Set the default value of
11340         Vprintable_chars to Qnil.
11342 2008-02-01  Dave Love  <fx@gnu.org>
11344         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
11346 2008-02-01  Kenichi Handa  <handa@m17n.org>
11348         * charset.c (load_charset_map): Handle the case that from < to
11349         correctly.
11351         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
11352         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
11353         Pay attention to raw-8-bit chars.
11355 2008-02-01  Kenichi Handa  <handa@m17n.org>
11357         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
11358         It is not bytecompiled now.
11360         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
11361         (charset_jisx0208): New variables.
11362         (Fdefine_charset_internal): Setup them if appropriate.
11363         (init_charset_once): Initialize them to -1.
11365         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
11366         (charset_jisx0208): Extern them.
11368         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
11369         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
11370         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
11371         (setup_iso_safe_charsets): Fix arguments to Fassq.
11372         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
11373         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
11374         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
11375         (encode_coding_iso_2022): Change the 1st arg to
11376         ENCODE_ISO_CHARACTER to a variable.
11378 2008-02-01  Kenichi Handa  <handa@m17n.org>
11380         * charset.h (enum define_charset_arg_index): New enums
11381         charset_arg_min_code and charset_arg_max_code.
11382         (struct charset): New member char_index_offset.
11384         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
11385         Take charset->char_index_offset into account.
11386         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
11387         args[charset_arg_max_code].  Setup charset.char_index_offset.
11388         (syms_of_charset): Fix args to Fdefine_charset_internal.
11390 2008-02-01  Dave Love  <fx@gnu.org>
11392         * coding.c (decode_coding_utf_8): Reject overlong sequences.
11394 2008-02-01  Dave Love  <fx@gnu.org>
11396         * coding.c: Doc fixes.
11397         (Fcoding_system_aliases): Fix return value.
11398         (Qmac): Remove (duplicated) definition.
11400 2008-02-01  Dave Love  <fx@gnu.org>
11402         * charset.c (Fcharset_priority_list, Fset_charset_priority): New
11403         functions.
11405         * character.c (Fstring): Doc fix.
11407         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
11409         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not
11410         ids.
11411         (font-encoding-alist): Doc fix.
11413 2008-02-01  Dave Love  <fx@gnu.org>
11415         * term.c (costs_set): Declare static, non-initialized for pcc.
11416         (encode_terminal_code): Remove unused var.
11418         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
11419         for K&R.
11421         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
11423         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
11424         (suffixes): Move out of make_subsidiaries for K&R.
11426         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
11428         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
11430 2008-02-01  Dave Love  <fx@gnu.org>
11432         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
11434         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
11436 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
11438         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
11440         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
11442 2008-02-01  Kenichi Handa  <handa@m17n.org>
11444         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
11445         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
11447 2008-02-01  Kenichi Handa  <handa@m17n.org>
11449         * coding.c (decode_coding_charset): Adjust for the change of
11450         Fdefine_coding_system_internal.
11451         (Fdefine_coding_system_internal): For a coding system of
11452         `charset' type, store a list of charset IDs in
11453         `charset_attr_charset_valids' element of coding attributes.
11455 2008-02-01  Kenichi Handa  <handa@m17n.org>
11457         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
11458         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
11459         caller.  Handle 2-byte and 3-byte charsets correctly.
11460         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
11461         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
11462         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
11463         (DECODE_EMACS_MULE_21_COMPOSITION): Call
11464         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
11465         sequence.
11466         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
11467         `src' and `consumed_chars' correctly before calling emacs_mule_char.
11468         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
11469         and alt&rule composition.
11470         (decode_coding_iso_2022): Handle composition correctly.
11471         (init_coding_once): Setup emacs_mule_bytes for private charsets.
11473         * charset.c (Fdefine_charset_internal): Fix bug for the case of
11474         re-defining a charset.  If the charset has :emacs-mule-id, setup
11475         emacs_mule_bytes.
11476         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
11478 2008-02-01  Kenichi Handa  <handa@m17n.org>
11480         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
11481         (encode_coding_big5, encode_coding_charset): If coding requires safe
11482         encoding, produce a character specified by
11483         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
11485 2008-02-01  Dave Love  <fx@gnu.org>
11487         * xterm.c (XSetIMValues): Declare.
11489         * process.c: Conditionally include sys/wait.h, pty.h.
11491         * print.c (print_object): Fix print format for 64-bit systems.
11493         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
11495         * buffer.c (emacs_strerror): Declare.
11497         * fontset.c (Fclear_face_cache): Declare.
11498         (accumulate_font_info): Comment-out (unused).
11499         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
11500         variables.
11502         * character.h (string_escape_byte8): Declare.
11504         * charset.c (load_charset_map, load_charset_map_from_file): Remove
11505         unused vars.
11506         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
11507         (Fmap_charset_chars): Doc fix.
11509         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
11510         (Fset_coding_system_priority, Fset_coding_system_priority)
11511         (Fdefine_coding_system_internal): Doc fix.
11513 2008-02-01  Dave Love  <fx@gnu.org>
11515         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
11517 2008-02-01  Kenichi Handa  <handa@m17n.org>
11519         * character.c (string_escape_byte8): Make multibyte string with
11520         correct size.
11522         * charset.c (Fmake_char): Delete unnecessary code.
11524 2008-02-01  Kenichi Handa  <handa@m17n.org>
11526         * xfns.c (x_encode_text): Allocate coding.destination here, and
11527         call encode_coding_object with dst_object Qnil.
11529         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
11530         multibyte form correctly.
11532         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
11533         against Vfont_encoding_alist.
11535         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
11536         handling of charset list.
11537         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
11538         (decode_coding_object): Move point to coding->dst_pos before
11539         calling post-read-conversion function.
11540         (encode_coding_object): Give correct arguments to
11541         pre-write-conversion.  Ignore the return value of
11542         pre-write-conversion function.  Pay attention to the case that
11543         pre-write-conversion changes the current buffer.  If dst_object is
11544         Qt, even if coding->src_bytes is zero, allocate at least one byte
11545         to coding->destination.
11547         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
11549         * charset.c (Fmake_char): Make it more backward compatible.
11550         (Fmap_charset_chars): Fix docstring.
11552 2008-02-01  Dave Love  <fx@gnu.org>
11554         * coding.c: Doc fixes.
11555         (Fdefine_coding_system_alias): Use names, not symbols, in
11556         coding-system-alist.
11558 2008-02-01  Kenichi Handa  <handa@m17n.org>
11560         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
11561         of calling free_realized_face.
11563 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
11565         * charset.c (read_hex): Don't treat SPC as a comment starter.
11566         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
11567         (Fdecode_char): Fix typo.
11569 2008-02-01  Kenichi Handa  <handa@m17n.org>
11571         * charset.h (struct charset): New member `code_space_mask'.
11573         * coding.c (coding_set_source): Delete the local variable beg_byte.
11574         (encode_coding_charset, Fdefine_coding_system_internal):
11575         Delete the local variable charset.
11576         (Fdefine_coding_system_internal): Setup
11577         attrs[coding_attr_charset_valids] correctly.
11579         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
11580         member to check if CODE is valid or not.
11581         (Fdefine_charset_internal): Initialize `code_space_mask' member.
11582         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
11583         is within the range of charset->min_code and carset->max_code.
11585 2008-02-01  Dave Love  <fx@gnu.org>
11587         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
11589         * dispextern.h (generate_ascii_font): Fix return type.
11591         * xfaces.c (generate_ascii_font): Fix arg declaration.
11593         * coding.c (coding_inherit_eol_type)
11594         (Fset_terminal_coding_system_internal)
11595         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
11597 2008-02-01  Kenichi Handa  <handa@m17n.org>
11599         * coding.c (decode_coding_charset, encode_coding_charset): Handle
11600         multiple charsets correctly.
11602 2008-02-01  Kenichi Handa  <handa@m17n.org>
11604         * search.c (boyer_moore): Fix handling of multibyte character
11605         translation.
11607         * xdisp.c (display_mode_element): When the variable `elt' is
11608         changed, update `this' and `lisp_string'.
11610 2008-02-01  Kenichi Handa  <handa@m17n.org>
11612         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
11614         * callproc.c (Fcall_process): Be sure to give the current buffer
11615         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
11617         * charset.c (struct charset_map_entries): New struct.
11618         (load_charset_map): Rename from parse_charset_map.  New args
11619         entries and n_entries.  Change caller.
11620         (load_charset_map_from_file): Rename from load_charset_map.
11621         Change caller.  New arg control_flag.  Call load_charset_map at
11622         the tail.
11623         (load_charset_map_from_vector): New function.
11624         (Fdefine_charset_internal): Setup charset.compact_codes_p.
11625         (encode_char): If the charset is compact, change a character index
11626         to a code point.
11628         * coding.c (coding_alloc_by_making_gap): Check the case that the
11629         source and destination are the same correctly.
11630         (decode_coding_raw_text): Set coding->consumed_char and
11631         coding->consumed to 0.
11632         (produce_chars): If coding->chars_at_source is nonzero, update
11633         coding->consumed_char and coding->consumed before calling
11634         alloc_destination.
11635         (Fdefine_coding_system_alias): Register ALIAS in
11636         Vcoding_system_alist.
11637         (syms_of_coding): Define `no-conversion' coding system at the tail.
11639         * fileio.c (Finsert_file_contents): Set coding_system instead of
11640         val.  If the current buffer is multibyte, always call
11641         decode_coding_gap.
11643         * xfaces.c (try_font_list): Give higher priority to fontset's
11644         family than face's family.
11646 2008-02-01  Kenichi Handa  <handa@m17n.org>
11648         * callproc.c (Fcall_process): Be sure to give the current buffer
11649         to decode_coding_c_string.
11651         * xfaces.c (try_font_list): Give a family specified in a fontset
11652         higher priority than a family specified in a face.
11654 2008-02-01  Kenichi Handa  <handa@m17n.org>
11656         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
11657         Fix arguments to insert_from_buffer.
11659         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
11661 2008-02-01  Kenichi Handa  <handa@m17n.org>
11663         * coding.c (produce_chars): Set the variable `multibytep' correctly.
11664         (decode_coding_gap): Set coding->dst_multibyte correctly.
11666 2008-02-01  Kenichi Handa  <handa@m17n.org>
11668         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
11669         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
11670         (encode_coding_utf_16): Substitute coding->default_char for
11671         non-Unicode characters.
11672         (decode_coding): Don't call record_insert here.
11673         (setup_coding_system): Initialize `surrogate' of
11674         coding->spec.utf_16 to 0.
11675         (EMIT_ONE_BYTE): Fix for multibyte case.
11677         * insdel.c (insert_from_gap): Call record_insert.
11679 2008-02-01  Kenichi Handa  <handa@m17n.org>
11681         * casefiddle.c (casify_region): Fix multibyte case.
11683         * character.c (c_string_width): Add return type `int'.
11684         (char_string_with_unification): Delete arg ADVANCED.
11686         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
11687         (CHAR_STRING): Adjust for the change of char_string_with_unification.
11688         (CHAR_STRING_ADVANCE): Make it do-while statement.
11690         * chartab.c (sub_char_table_set_range): Optimize for the case
11691         DEPTH == 3.  Add workaround code for a GCC optimization bug.
11693         * charset.c (parse_charset_map): Remove an unused variable.
11695         * coding.c: Delete unused variables.
11697         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
11698         earlier.  If inserted is zero and the coding system doesn't
11699         require flushing, don't call decode_coding_gap.
11701         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
11703 2008-02-01  Kenichi Handa  <handa@m17n.org>
11705         The following changes are for using Unicode as an internal
11706         character model, and use UTF-8 format for buffer/string
11707         representation.
11709         * .gdbinit (xchartable): Adjust for the change of char table structure.
11710         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
11712         * Makefile.in (obj): Add character.o and chartab.o.
11713         (lisp, shortlisp): Remove utf-8.elc.
11714         (*.o): For many files, change dependency on charset.h to
11715         character.h, and add dependency on character.h.
11716         (character.o, chartab.o): New targets.
11718         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
11719         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
11720         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
11721         of "charset.h".
11723         * dired.c, filelock.c: Include "character.h".
11725         * alloc.c: Include "character.h" instead of "charset.h".
11726         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
11727         (syms_of_alloc): Remove defsubr for Smake_char_table.
11729         * buffer.c: Include "character.h" instead of "charset.h", don't
11730         include "coding.h".
11731         (Fset_buffer_multibyte): Adjust for UTF-8.
11733         * buffer.h: EXFUN Fbuffer_live_p.
11735         * callproc.c: Include "character.h" instead of "charset.h".
11736         (Fcall_process): Big change for the new code-conversion APIs.
11738         * casetab.c: Include "character.h" instead of "charset.h".
11739         (set_canon, set_identity, shuffle): Adjust for the new
11740         map_char_table spec.
11741         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
11742         accessing the char table structure.
11744         * chartab.c: New file that implements char table.
11746         * category.c: Include "character.h".
11747         (copy_category_entry): New function.
11748         (copy_category_table): Call map_char_table and copy_category_entry.
11749         (Fmake_category_table): Initialize all top-level slots.
11750         (char_category_set): New function.
11751         (modify_lower_category_set): Delete.
11752         (Fmodify_category_entry): Call char_table_ref_and_range.
11754         * category.h (CATEGORY_SET): Just call char_category_set.
11756         * ccl.c: Include "character.h".
11757         (Qccl, Qcclp): New variables.
11758         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
11759         it's less than 256.
11760         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
11761         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
11762         and DST type.
11763         (ccl_driver): Change types of argument, adjust code accordingly.
11764         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
11765         ccl_driver.
11766         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
11768         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
11769         New members src_multibyte, dst_multibyte, consumed, and produced.
11770         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
11771         (CODING_SPEC_CCL_PROGRAM): New macro.
11772         (ccl_driver): Update prototype.
11773         (Qccl, Qcclp, Fccl_program_p): Extern them.
11774         (CHECK_CCL_PROGRAM): New macro.
11776         * character.c, character.h, chartab.c: New files.
11778         * charset.c: Mostly re-written.  Move character and multibyte sequence
11779         handling codes to character.c.
11781         * charset.h: Mostly re-written.  Move character and multibyte sequence
11782         handling codes to character.h.
11784         * coding.c, coding.h: Mostly re-written.
11786         * composite.c: Include "character.h" instead of "charset.h".
11787         (CHAR_WIDTH): Move to character.h.
11788         (HASH_KEY, HASH_VALUE): Delete.
11790         * composite.h (enum composition_method): Change order of enumeration
11791         symbols.
11793         * data.c: Include "character.h" instead of "charset.h".
11794         (Faref): Call CHAR_TABLE_REF for a char table.
11795         (Faset): Call CHAR_TABLE_SET for a char table.
11797         * dispextern.h (free_realized_face, check_face_attribytes)
11798         (generate_ascii_font): Extern them.
11799         (free_realized_multibyte_face): Delete extern.
11801         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
11802         table structure.
11804         * editfns.c: Include "character.h" instead of "charset.h".
11805         (Fchar_to_string): Always call CHAR_STRING.
11807         * emacs.c (main): Call init_charset_once, init_charset,
11808         syms_of_chartab, and syms_of_character.
11810         * fileio.c: Include "character.h" instead of "charset.h".
11811         (Finsert_file_contents): Big change for the new code-conversion API.
11812         (choose_write_coding_system, Fwrite_region): Likewise.
11813         (build_annotations_2): Delete.
11814         (e_write): Big change for the new code-conversion API.
11816         * fns.c: Include "character.h" instead of "charset.h".
11817         (copy_sub_char_table): Move to chartab.c.
11818         (Fcopy_sequence): Call copy_char_table for a char table.
11819         (concat): Delete codes calling count_multibyte.
11820         (string_char_to_byte, string_byte_to_char): Adjust for the new
11821         multibyte form.
11822         (internal_equal): Adjust for the change of char table structure.
11823         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
11824         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
11825         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
11826         (char_table_translate, optimize_sub_char_table)
11827         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
11828         chartab.c.
11829         (char_table_ref_and_index): Delete.
11830         (HASH_KEY, HASH_VALUE): Move to lisp.h.
11831         (Fmd5): Call preferred_coding_system instead of accessing
11832         Vcoding_category_list.  Adjust for the new code-conversion API.
11833         (syms_of_fns): Move defsubr for char table related functions to
11834         chartab.c.
11836         * fontset.c: Mostly re-written.
11838         * fontset.h (struct font_info): Change type of the member encoding_type.
11839         (enum FONT_SPEC_INDEX): New enum.
11840         (fontset_font_pattern, fs_load_font): Update prototype.
11841         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
11843         * indent.c: Include "character.h" instead of "charset.h".
11844         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
11846         * insdel.c: Include "character.h" instead of "charset.h".
11847         (copy_text): Don't refer to Vnonascii_translation_table.
11848         (insert_from_gap): New function.
11850         * keyboard.c: Include "character.h" instead of "charset.h".
11851         (command_loop_1): Never call direct_output_forward_char before
11852         a non-ASCII character.
11853         (read_char): If Vkeyboard_translate_table is a char table, always
11854         translate a character.
11856         * keymap.c: Include "character.h".
11857         (store_in_keymap): Handle the case that IDX is a cons.
11858         (Fdefine_key): Handle the case that KEY is a cons and the car part
11859         is also a cons (range).
11860         (push_key_description): Adjust for the new character code.
11861         (describe_vector): Call describe_char_table for a char table.
11862         (describe_char_table): New function.
11864         * keymap.h (describe_char_table): Extern it.
11866         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
11867         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
11868         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
11869         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
11870         Delete.
11871         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
11872         structure.
11873         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
11874         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
11875         (CHARTAB_SIZE_BITS_3): New macros.
11876         (chartab_size): Extern it.
11877         (struct Lisp_Char_Table): Re-design.
11878         (struct Lisp_Sub_Char_Table): New structure.
11879         (HASH_KEY, HASH_VALUE): Move from fns.c.
11880         (CHARACTERBITS): Define as 22.
11881         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
11882         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
11883         (GC_SUB_CHAR_TABLE_P): New macro.
11884         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
11885         (code_convert_string_norecord): Deleted extern.
11886         (init_character_once, syms_of_character, init_charset)
11887         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
11889         * lread.c: Include "character.h".
11890         (read_multibyte): New arg NBYTES.
11891         (read_escape): Change the meaning of returned *BYTEREP.
11892         (to_multibyte): Delete.
11893         (read1): Adjust the handling of char table and string.
11895         * print.c: Include "character.h" instead of "charset.h".
11896         (print_string): Convert 8-bit raw bytes to octal form by
11897         string_escape_byte8.
11898         (print_object): Adjust for the new multibyte form.  Print 8-bit
11899         raw bytes always in octal form.  Handle sub char table correctly.
11901         * process.c: Include "character.h" instead of "charset.h".
11902         (read_process_output, send_process): Adjust for the new
11903         code-conversion API.
11905         * puresize.h (BASE_PURESIZE): Increase.
11907         * regex.c: Include "character.h" instead of "charset.h".
11908         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
11909         (regex_compile): Accept a range whose starting and ending
11910         character have different leading bytes.
11911         (analyse_first): Adjust for the above change.
11913         * search.c: Include "character.h" instead of "charset.h".
11914         (search_buffer, boyer_moore): Adjust for the new multibyte form.
11915         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
11917         * syntax.c: Include "character.h" instead of "charset.h".
11918         (syntax_parent_lookup): Delete.
11919         (Fmodify_syntax_entry): Accept a cons as CHAR.
11920         (skip_chars): Adjust for the new multibyte form.
11921         (init_syntax_once): Call char_table_set_range instead of directly
11922         accessing the structure of a char table.
11924         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
11925         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
11926         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
11927         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
11929         * term.c: Include "buffer.h" and "character.h".
11930         (encode_terminal_code, write_glyphs): Adjust for the new
11931         code-conversion API.
11932         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
11934         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
11936         * xdisp.c: Include "character.h".
11937         (get_next_display_element): Adjust for the new multibyte form.
11938         (disp_char_vector): Adjust for the new char table structure.
11939         (decode_mode_spec_coding): Adjust for the new structure of
11940         coding system.
11941         (decode_mode_spec): Adjust for the new code-conversion API.
11943         * xfaces.c: Include "character.h" instead of "charset.h".
11944         (load_face_font): Adjust for the change of choose_face_font and
11945         FS_LOAD_FONT.
11946         (generate_ascii_font): New function.
11947         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
11948         (set_font_frame_param): Adjust for the change of choose_face_font.
11949         (free_realized_face): Make it public.
11950         (free_realized_faces_for_fontset): Rename from
11951         free_realized_multibyte_face.  Free also faces realized for ASCII.
11952         (choose_face_font): Change arguments.  Adjust for the change of
11953         fontset_font_pattern and FS_LOAD_FONT.
11955         * xfns.c: Include "character.h".
11956         (x_encode_text): Adjust for the new code-conversion API.
11958         * xselect.c: Don't include "charset.h".
11959         (selection_data_to_lisp_data): Adjust for the new code conversion API.
11961         * xterm.c: Include "character.h".
11962         (x_encode_char): New argument CHARSET.  Change caller.
11963         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
11964         Call ENCODE_CHAR instead of SPLIT_CHAR.
11965         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
11966         CHAR_WIDTH instead of CHARSET_WIDTH.
11967         (XTread_socket): Adjust for the new code-conversion API.
11968         (x_new_font): Adjust for the change of FS_LOAD_FONT.
11969         (x_load_font): Adjust for the change of struct font.
11971 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * xfaces.c (face_at_buffer_position): Remove unused vars.
11975 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
11977         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
11978         Fix overflow checking.
11980 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
11982         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
11983         Cancel previous change.
11985 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
11987         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
11988         ccl->eight_bit_control.  Fix check for buffer overflow.
11989         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
11990         (ccl_driver): Initialize extra_bytes to 0.
11992 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
11994         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
11995         return it ORed with ctrl_modifier.
11997 2008-01-29  Miles Bader  <miles@gnu.org>
11999         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
12001 2008-01-28  Jason Rumney  <jasonr@gnu.org>
12003         * w32.c (stat): Don't double check for networked drive.
12005 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12007         * window.c (run_window_configuration_change_hook): New function.
12008         Code extracted from set_window_buffer.  Set the selected frame.
12009         (set_window_buffer): Use it.
12010         * window.h (run_window_configuration_change_hook): Declare.
12011         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
12013         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
12015 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
12017         * Makefile.in: Remove references to unused macros.
12019 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
12021         * w32.c (g_b_init_get_sid_sub_authority)
12022         (g_b_init_get_sid_sub_authority_count): New static variables.
12023         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
12024         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
12025         (init_user_info): Use them to retrieve uid and gid.
12026         Use 500/513, the Windows defaults, as Administrator's uid/gid.
12027         (fstat): Use pw_uid and pw_gid from the_passwd structure for
12028         st_uid and st_gid of the file.
12030 2008-01-26  Jason Rumney  <jasonr@gnu.org>
12032         * w32.c (logon_network_drive): New function.
12033         (stat): Use it.
12035 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
12037         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
12038         invisible text covered with an ellipsis.
12040 2008-01-25  Richard Stallman  <rms@gnu.org>
12042         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
12043         jump back to beginning.  Move some other initializations after that.
12044         (Qwindow_text_change_functions, Vwindow_text_change_functions):
12045         New variables.
12046         (syms_of_xdisp): Init them.
12048         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
12050         * buffer.c (reset_buffer_local_variables):
12051         Implement `permanent-local-hook'.
12052         (Qpermanent_local_hook): New variable.
12053         (syms_of_buffer): Init and staticpro it.
12055 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
12057         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
12059 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
12061         * fns.c (Fclrhash): Return TABLE.
12063 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12065         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
12066         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
12067         is set even without positional changes.
12068         (x_scroll_bar_clear): Set bar->redraw_needed_p.
12070         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
12072 2008-01-23  Jason Rumney  <jasonr@gnu.org>
12074         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
12076         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
12077         the unicode range available in MULE by locale-coding-system.
12078         Improve dbcs lead byte detection.  Set event timestamp and modifiers
12079         earlier.
12081 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12083         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
12084         [MAC_OSX] (init_mac_osx_environment): Initialize it.
12085         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
12086         when used on child processes.
12088 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
12090         * dbusbind.c (Fdbus_method_return_internal): Rename from
12091         Fdbus_method_return.
12092         (Fdbus_unregister_object): Move to dbus.el.
12093         (Fdbus_call_method, Fdbus_method_return_internal)
12094         (Fdbus_send_signal): Improve debug messages.
12096 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
12098         * undo.c (undo_inhibit_record_point): New variable.
12099         (syms_of_undo): Initialize it.
12100         (record_point): Don't record point when undo_inhibit_record_point
12101         is set.
12103 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12105         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
12107         * xdisp.c (Qauto_hscroll_mode): New var.
12108         (syms_of_xdisp): Initialize it.
12109         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
12110         window's buffer.
12111         (hscroll_windows): Don't check automatic_hscrolling_p here.
12113         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
12114         vscroll if we're setting window-buffer to the value it already has.
12116 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
12118         * m/intel386.h: Remove references to XENIX.
12120 2008-01-17  Andreas Schwab  <schwab@suse.de>
12122         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
12123         instead of HAVE_X86_64_LIB64_DIR.
12124         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
12126 2008-01-17  Glenn Morris  <rgm@gnu.org>
12128         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
12129         to HAVE_X86_64_LIB64_DIR.
12131 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
12133         * s/irix3-3.h:
12134         * s/irix4-0.h:
12135         * s/386-ix.h:
12136         * s/domain.h:
12137         * s/hpux9-x11r4.h:
12138         * s/hpux9shxr4.h: Remove files for systems no longer supported.
12140         * sysdep.c: Remove code containing references to symbols defined
12141         by unsupported systems.
12143 2008-01-16  Glenn Morris  <rgm@gnu.org>
12145         * coding.c (select-safe-coding-system-function): Doc fix.
12147 2008-01-15  Glenn Morris  <rgm@gnu.org>
12149         * config.in: Revert 2008-01-13 change: this is a generated file.
12151 2008-01-13  Tom Tromey  <tromey@redhat.com>
12153         * lisp.h: Fix typo.
12155 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
12157         * m/sequent-ptx.h:
12158         * m/sequent.h:
12159         * s/ptx.h:
12160         * s/ptx4-2.h:
12161         * s/ptx4.h: Remove files for systems no longer supported.
12163         * callproc.c (Fcall_process): Fix previous change.
12165 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
12167         * unexsunos4.c: Remove file, system not supported anymore.
12169         * m/mips.h:
12170         * m/intel386.h:
12171         * callproc.c:
12172         * config.in:
12173         * ecrt0.c:
12174         * emacs.c:
12175         * fileio.c:
12176         * frame.c:
12177         * getpagesize.h:
12178         * keyboard.c:
12179         * lread.c:
12180         * process.c:
12181         * puresize.h:
12182         * sysdep.c:
12183         * systty.h:
12184         * syswait.h:
12185         * unexec.c:
12186         * xdisp.c:
12187         * alloc.c: Remove code containing references to symbols defined by
12188         unsupported systems.
12190 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
12192         * coding.c (detect_coding_mask): Fix previous change.
12194 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
12196         * coding.c (detect_coding_iso2022): New arg
12197         latin_extra_code_state.  Allow Latin extra codes only
12198         when *latin_extra_code_state is nonzero.
12199         (detect_coding_mask): If there is a NULL byte, detect the encoding
12200         as UTF-16 or binary.  If Latin extra codes exist, detect the
12201         encoding as ISO-2022 only when there's no other proper encoding is
12202         found.
12204 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12206         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
12207         #ifdef MAC_OS.
12209 2008-01-08  Richard Stallman  <rms@gnu.org>
12211         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
12213 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
12215         * keyboard.c (parse_menu_item): Don't enclose key bindings on
12216         menu bar in parentheses.
12218 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12220         * m/7300.h:
12221         * m/acorn.h:
12222         * m/alliant-2800.h:
12223         * m/alliant.h:
12224         * m/alliant1.h:
12225         * m/alliant4.h:
12226         * m/altos.h:
12227         * m/amdahl.h:
12228         * m/apollo.h:
12229         * m/att3b.h:
12230         * m/aviion-intel.h:
12231         * m/aviion.h:
12232         * m/celerity.h:
12233         * m/clipper.h:
12234         * m/cnvrgnt.h:
12235         * m/convex.h:
12236         * m/cydra5.h:
12237         * m/delta88k.h:
12238         * m/dpx2.h:
12239         * m/dual.h:
12240         * m/elxsi.h:
12241         * m/f301.h:
12242         * m/gould-np1.h:
12243         * m/gould.h:
12244         * m/i860.h:
12245         * m/ibmps2-aix.h:
12246         * m/ibmrt-aix.h:
12247         * m/ibmrt.h:
12248         * m/irist.h:
12249         * m/is386.h:
12250         * m/isi-ov.h:
12251         * m/mega68.h:
12252         * m/mg1.h:
12253         * m/news-r6.h:
12254         * m/news-risc.h:
12255         * m/news.h:
12256         * m/nh3000.h:
12257         * m/nh4000.h:
12258         * m/ns16000.h:
12259         * m/ns32000.h:
12260         * m/nu.h:
12261         * m/orion.h:
12262         * m/orion105.h:
12263         * m/paragon.h:
12264         * m/pfa50.h:
12265         * m/plexus.h:
12266         * m/pyramid.h:
12267         * m/pyrmips.h:
12268         * m/sh3el.h:
12269         * m/sps7.h:
12270         * m/sr2k.h:
12271         * m/stride.h:
12272         * m/sun1.h:
12273         * m/sun2.h:
12274         * m/sun3-68881.h:
12275         * m/sun3-fpa.h:
12276         * m/sun3-soft.h:
12277         * m/sun3.h:
12278         * m/sun386.h:
12279         * m/symmetry.h:
12280         * m/tad68k.h:
12281         * m/tahoe.h:
12282         * m/targon31.h:
12283         * m/tek4300.h:
12284         * m/tekxd88.h:
12285         * m/tower32.h:
12286         * m/tower32v3.h:
12287         * m/ustation.h:
12288         * m/wicat.h:
12289         * m/xps100.h:
12290         * s/cxux.h:
12291         * s/cxux7.h:
12292         * s/dgux.h:
12293         * s/dgux4.h:
12294         * s/dgux5-4-3.h:
12295         * s/dgux5-4r2.h:
12296         * s/esix.h:
12297         * s/esix5r4.h:
12298         * s/hiuxmpp.h:
12299         * s/hiuxwe2.h:
12300         * s/iris3-5.h:
12301         * s/iris3-6.h:
12302         * s/isc2-2.h:
12303         * s/isc3-0.h:
12304         * s/isc4-0.h:
12305         * s/isc4-1.h:
12306         * s/newsos5.h:
12307         * s/newsos6.h:
12308         * s/osf1.h:
12309         * s/osf5-0.h:
12310         * s/riscix1-1.h:
12311         * s/riscix12.h:
12312         * s/sco4.h:
12313         * s/sco5.h:
12314         * s/sunos4-0.h:
12315         * s/sunos4-1.h:
12316         * s/sunos413.h:
12317         * s/sunos4shr.h:
12318         * s/umax.h:
12319         * s/unipl5-2.h:
12320         * s/xenix.h:
12321         * cxux-crt0.s:
12322         * unexapollo.c:
12323         * unexconvex.c:
12324         * unexenix.c:
12325         * unexsni.c: Remove files for systems no longer supported.
12327         * m/intel386.h: Remove references to unsupported systems.
12329         * w32.c (get_emacs_configuration): Remove reference to i860.
12331         * sysdep.c: Remove dead code.
12333 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12335         * s/rtu.h:
12336         * m/masscomp.h: Remove files.  Platform is obsolete.
12338 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
12340         * dbusbind.c (Fdbus_method_return): New function.
12341         (xd_read_message): Add the serial number to the event.
12342         (Fdbus_register_method): Activate the function.
12344 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12346         * keyboard.c (read_key_sequence): Fix typo.
12348 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
12350         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
12351         (xd_signature, xd_append_arg): Handle element type detection for
12352         empty arrays.
12353         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
12354         SDATA () calls; this must be solved more general.
12355         (Fdbus_register_signal): Use SBYTES instead of strlen.
12357 2008-01-03  Magnus Henoch  <magnus@zemdatav>
12359         * dbusbind.c (xd_append_arg): Use unsigned char instead of
12360         unsigned int for byte values (necessary for big-endian platform).
12361         (Fdbus_call_method): Handle the case of no returned arguments.
12363 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
12365         * dbusbind.c (xd_read_message): Use non-static input_event struct.
12367 2007-12-31  Magnus Henoch  <mange@freemail.hu>
12369         * dbusbind.c (xd_signature): Signature of variant is just "v".
12371 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
12373         * dbusbind.c: Fix several errors and compiler warnings.
12374         Reported by Tom Tromey <tromey@redhat.com>.
12375         (XD_ERROR, XD_DEBUG_MESSAGE)
12376         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
12377         (xd_append_arg): Part for basic D-Bus types rewritten.
12378         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
12379         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
12380         appropriate.
12381         (xd_read_message): Return Qnil.  Don't signal an error; it is not
12382         useful during event reading.
12383         (Fdbus_register_signal): Signal an error if the check for
12384         FUNCTIONP fails.
12385         (Fdbus_register_method): New function.  The implementation is not
12386         complete, the call of the function signals an error therefore.
12387         (Fdbus_unregister_object): New function, renamed from
12388         Fdbus_unregister_signal.  The initial check signals an error, if
12389         the object is not well formed.
12391 2007-12-30  Richard Stallman  <rms@gnu.org>
12393         * textprop.c (get_char_property_and_overlay):
12394         Signal error if POSITION is out of range in a buffer.
12396 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
12398         * w32fns.c (Fx_create_frame): Make copy of frame parameters
12399         because the original parameters are in pure storage now.
12401 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12403         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
12405 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
12407         * callint.c (syms_of_callint) <command-history>: Add reference to
12408         history-length in the doc string.
12410 2007-12-17  Jason Rumney  <jasonr@gnu.org>
12412         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
12413         before passing as wParam.
12415 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
12417         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
12418         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
12419         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
12420         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
12421         as number.
12422         (Fdbus_call_method): Fix docstring.
12424 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
12426         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
12427         New macros.
12428         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
12429         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
12430         Simplify.
12431         (xd_signature): New function.
12432         (xd_append_arg): Compute also signatures.  Major rewrite.
12433         (xd_retrieve_arg): Make debug messages friendly.
12434         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
12435         Check for signatures of arguments.
12437 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
12439         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
12440         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
12441         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
12442         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
12443         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
12444         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
12445         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
12446         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
12447         (xd_retrieve_value): Remove.  Functionality included in ...
12448         (xd_append_arg): New function.
12449         (Fdbus_call_method, Fdbus_send_signal): Apply it.
12451 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
12453         * dbusbind.c (top): Include <stdio.h>.
12454         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
12455         dbus_message_new_method_call and dbus_message_new_signal.
12456         (Fdbus_register_signal): Rename unique_name to uname.
12457         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
12458         non-existing unique name.  Fix typos in matching rule.  Return an
12459         object which is useful in Fdbus_unregister_signal.
12460         (Fdbus_unregister_signal): Reimplementation, in order to remove
12461         only the corresponding entry.
12462         (Vdbus_registered_functions_table): Change the order of entries.
12463         Apply these changes in xd_read_message and Fdbus_register_signal.
12465 2007-12-16  Andreas Schwab  <schwab@suse.de>
12467         * fileio.c (Finsert_file_contents): Fix overflow check to not
12468         depend on undefined integer overflow.
12470 2007-12-14  Jason Rumney  <jasonr@gnu.org>
12472         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
12473         for characters above 127.
12475 2007-12-13  Jason Rumney  <jasonr@gnu.org>
12477         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
12478         before dereferencing array.
12479         (lookup_vk_code): Remove zero comparison.
12481 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
12483         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
12484         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
12485         Use `unsigned int' instead of `uint'.
12486         (xd_read_message, Fdbus_register_signal): Split expressions into
12487         multiple lines before operators "&&" and "||", according to the
12488         GNU Coding Standards.
12490 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
12492         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
12494 2007-12-12  Juri Linkov  <juri@jurta.org>
12496         * buffer.c (Frename_buffer): In interactive spec replace
12497         `read-buffer' with `read-string' that uses `buffer-name-history'
12498         as history, and the current buffer's name as default.
12500 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12502         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
12503         manipulating the backtrace manually.
12504         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
12505         (struct backtrace, backtrace_list): Remove.
12506         (command_loop_1): Remove dead var `no_direct'.
12508         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
12509         preserve non-built-in buffer-local variables.
12510         (Fkill_all_local_variables): Don't re-create&re-set permanent
12511         buffer-local variables.
12513 2007-12-09  Juri Linkov  <juri@jurta.org>
12515         * buffer.c (Frename_buffer): Change interactive spec from "s" to
12516         Lisp code that uses `read-buffer' with current buffer as default.
12518 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
12520         * dbusbind.c (xd_read_message): Generate an event for every
12521         registered handler.  There might be several handlers registered
12522         for the same signal.
12523         (Fdbus_register_signal): Don't overwrite a registration for the
12524         same signal.  Add a new registration if handlers are different.
12525         (Vdbus_registered_functions_table): Rework doc string.
12527 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
12529         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
12530         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
12531         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
12532         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
12533         Unify argument lists.
12534         (xd_read_message, Fdbus_register_signal): Reorder and extend event
12535         arguments and hash table keys.  Use unique name for service.
12536         (Fdbus_unregister_signal): Remove checks.
12537         (Vdbus_registered_functions_table): Fix doc string.
12539 2007-12-05  Magnus Henoch  <mange@freemail.hu>
12541         * process.c (make_process): Initialize pty_flag to 0.
12543 2007-12-05  Jason Rumney  <jasonr@gnu.org>
12545         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
12546         specified XBMs.
12548 2007-12-05  Richard Stallman  <rms@gnu.org>
12550         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
12552 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12554         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
12555         New variable.
12556         (mac_try_close_socket) [MAC_OSX]: New function.
12557         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
12558         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
12560         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
12561         Use mac_try_close_socket.
12563 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12565         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
12566         reloc_base.
12567         (copy_dysymtab): Compute relocation base here.
12568         (rebase_reloc_address) [__ppc64__]: New function.
12569         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
12570         changed.
12572 2007-12-05  Jason Rumney  <jasonr@gnu.org>
12574         * w32proc.c (sys_spawnve): Quote args with wildcards.
12576 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12578         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
12579         __objc_* sections.
12580         (unrelocate) [_LP64]: Set relocation base to address of data segment.
12582 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
12584         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
12585         Move check for Vdbus_registered_functions_table to
12586         xd_read_queued_messages.
12587         (xd_read_queued_messages): Protect xd_read_message calls by
12588         internal_condition_case_1.
12590 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
12592         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
12593         Qdbus_system_bus and Qdbus_session_bus, respectively.
12594         (Vdbus_intern_symbols): Remove.
12595         (Vdbus_registered_functions_table): New hash table.
12596         (XD_SYMBOL_INTERN_SYMBOL): Remove.
12597         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
12598         Rewrite in order to manage registered functions by hash table
12599         Vdbus_registered_functions_table.
12601 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
12603         * xterm.c: Update URL to Window Manager Specification in comment.
12605 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
12607         * config.in (HAVE_DBUS): Add.
12609         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
12610         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
12611         (obj): Add $(DBUS_OBJ).
12612         (LIBES): Add $(DBUS_LIBS).
12613         (dbusbind.o): New target.
12615         * dbusbind.c: New file.
12617         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
12619         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
12620         (Qdbus_event): New Lisp symbol.
12621         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
12622         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
12623         (keys_of_keyboard ): Define dbus-event.
12625         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
12627 2007-12-01  Richard Stallman  <rms@gnu.org>
12629         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
12631 2007-11-30  Jason Rumney  <jasonr@gnu.org>
12633         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
12634         (w32con_reset_terminal_modes): Clear screen buffer.
12635         (w32_face_attributes): Don't use color indexes that are out of range.
12636         Only reverse the default colors.
12638         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
12639         WINDOWSNT.
12641         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
12643 2007-11-29  Jason Rumney  <jasonr@gnu.org>
12645         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
12646         (w32_face_attributes): Use Vtty_defined_color_alist to determine
12647         if the terminal colors are initialized.
12648         (unspecified_fg, unspecified_bg): Remove unused declarations.
12650 2007-11-29  Andreas Schwab  <schwab@suse.de>
12652         * keyboard.c (apply_modifiers): Fix typo.
12654 2007-11-29  Richard Stallman  <rms@gnu.org>
12656         * keymap.c (Fcurrent_local_map): Doc fix.
12658 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
12660         * s/gnu-kfreebsd.h: New file.
12662 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
12665         Don't cast redundantly.
12667         * keyboard.c (KEY_TO_CHAR): New macro.
12668         (parse_modifiers, apply_modifiers): Accept integer arguments.
12669         (read_key_sequence): Use them to unify the "shift->unshift" mapping
12670         for chars and symbol keys.
12671         After doing such remapping, apply function-key-map again.
12673 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12675         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
12676         compiled anymore.
12678 2007-11-26  Andreas Schwab  <schwab@suse.de>
12680         * process.c (list_processes_1): Fix indentation level of the
12681         command column.
12683 2007-11-23  Andreas Schwab  <schwab@suse.de>
12685         * editfns.c (Fformat): Handle %c specially since it requires the
12686         argument to be of type int.
12688 2007-11-23  Markus Triska  <markus.triska@gmx.at>
12690         * emacs.c (main): Call init_editfns before init_process, since
12691         init_process sets Vprocess_connection_type depending on OS release.
12693 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
12696         (find_symbol_value): Use do_symval_forwarding.
12698         * data.c (set_internal): Set the value in the `cons-cell' (for
12699         Buffer_Local_values) not only for frame-local variables.
12701 2007-11-22  Andreas Schwab  <schwab@suse.de>
12703         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
12704         values to sprintf.
12705         * keymap.c (Fsingle_key_description): Likewise.
12706         * print.c (print_object): Likewise.
12708 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
12710         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
12711         file for image is nil.
12713 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
12715         * term.c: Include stdarg.h.
12716         (fatal): Implement using varargs.
12717         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
12719 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12721         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
12722         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
12723         Update call to buffer_slot_type_mismatch.
12724         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
12725         (buffer_slot_type_mismatch): Update.
12726         * buffer.c (buffer_local_types): Remove.
12727         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
12728         (defvar_per_buffer): Set the type in the buffer_objfwd.
12730 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12732         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
12733         CreateFileMapping returns NULL on failure.
12735 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * search.c (Fset_match_data): Remove the `evaporate' feature.
12738         (unwind_set_match_data): Don't use the `evaporate' feature.
12740 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12742         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
12744         * w32console.c (w32con_write_glyphs): Remove unused variables.
12746 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12748         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
12750         * s/darwin.h (MULTI_KBOARD): Remove.
12752         * macfns.c (x_create_tip_frame, Fx_create_frame)
12753         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
12755 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12757         * buffer.c (Fbuffer_local_value): Remove redundant test.
12758         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
12759         than in `current-buffer' to match the comment.
12760         Do the swap using swap_in_global_binding.
12762         * data.c (store_symval_forwarding, set_internal):
12763         * eval.c (specbind): Remove dead code.
12765         * coding.c (detect_coding, Fupdate_coding_systems_internal):
12766         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
12767         Since we do not want to see internal Lisp_*fwd objects here.
12769 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
12771         * sysdep.c (init_system_name): Use getaddrinfo if available.
12773         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
12774         (x_scroll_bar_note_movement): start, end, with, height in struct
12775         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
12777 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
12779         * puresize.h (BASE_PURESIZE): Increase to 1190000.
12781 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
12784         This undoes Richard's change of 14-Oct-2002.
12786         * alloc.c (allocate_other_vector):
12787         * lisp.h (allocate_other_vector): Remove.
12789         * window.c (struct save_window_data): Move non-lisp data to the end
12790         and make it `int' rather than Lisp_Object.
12791         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
12792         Done wrap/unwrap integer values.
12793         (Fset_window_configuration, compare_window_configurations):
12794         Update use of fields to their new types.
12796         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
12797         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
12798         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
12799         (SET_SCROLL_BAR_X_WINDOW): Remove.
12800         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
12801         Access the new x_window field directly.
12802         * xterm.c (x_scroll_bar_create): Use a pseudovector.
12803         Don't wrap/unwrap integers into Lisp_Objects.
12804         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
12805         (x_scroll_bar_report_motion):
12806         Don't wrap/unwrap integers into Lisp_Objects.
12807         (x_term_init): Use SDATA.
12808         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
12809         (x_scroll_bar_set_handle, x_scroll_bar_remove)
12810         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
12811         (x_scroll_bar_report_motion, x_scroll_bar_clear):
12812         * xfns.c (x_set_background_color):
12813         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
12814         Access the new x_window field directly.
12816         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
12817         (allocate_pseudovector): Make non-static.
12819         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
12820         (allocate_pseudovector): Declare.
12821         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
12823 2007-11-15  Andreas Schwab  <schwab@suse.de>
12825         * editfns.c (Fformat): Correctly format EMACS_INT values.
12826         Also take precision into account when formatting an integer.
12828         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
12830 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
12833         (syms_of_keyboard): Defsubr it.
12835         * data.c (swap_in_global_binding): Fix longstanding bug where
12836         store_symval_forwarding was not called with the right second argument,
12837         thus causing objfwd-ing from being dropped.
12839 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
12841         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
12842         (Fx_display_pixel_height, Fx_display_planes)
12843         (Fx_display_color_cells, Fx_server_max_request_size)
12844         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12845         (Fx_display_visual_class, Fx_display_save_under):
12846         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
12847         (Fx_display_pixel_height, Fx_display_planes)
12848         (Fx_display_color_cells, Fx_server_max_request_size)
12849         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12850         (Fx_display_mm_height, Fx_display_mm_width)
12851         (Fx_display_backing_store, Fx_display_visual_class)
12852         (Fw32_select_font, Fx_display_save_under):
12853         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
12854         (Fx_display_pixel_height, Fx_display_planes)
12855         (Fx_display_color_cells, Fx_server_max_request_size)
12856         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12857         (Fx_display_save_under): Fix typos in docstrings.
12859 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
12861         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
12862         corresponding to deleted entries; they are an implementation detail.
12863         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
12864         Remove variables.
12865         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
12866         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
12867         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
12868         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
12869         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
12870         (Fw32_define_rgb_color, Fw32_load_color_file)
12871         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
12872         Fix typos in docstrings.
12873         (Fx_server_version): Reflow docstring.
12874         (Fw32_shell_execute): Doc fixes.
12876 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
12878         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
12879         if w32_parse_hot_key returned nil.
12881 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
12885 2007-11-09  Jason Rumney  <jasonr@gnu.org>
12887         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
12889         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
12891         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
12892         Remove W32_SCROLL_BAR_CLICK_EVENT.
12894         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
12895         Add MULTIMEDIA_KEY_EVENT.
12897         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
12898         (lispy_multimedia_keys) [WINDOWSNT]: New array.
12899         (make_lispy_event) [WINDOWSNT]: Use it to translate
12900         MULTIMEDIA_KEY_EVENT.
12902         * w32term.h (WM_APPCOMMAND): Define if not already.
12903         (GET_APPCOMMAND_LPARAM): Likewise.
12905         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
12906         WM_APPCOMMAND.
12908         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
12909         (syms_of_w32fns): Export and initialize it.
12910         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
12912 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
12914         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
12915         twice.
12917         * xdisp.c (handle_face_prop): Fix last change.
12919 2007-11-09  Richard Stallman  <rms@gnu.org>
12921         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
12922         not just for after-strings and before-strings.
12923         Call face_for_overlay_string and pass the overlay to it.
12924         (handle_display_prop): Determine whether property came from an overlay.
12925         Pass OVERLAY arg to handle_single_display_spec.
12926         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
12927         (load_overlay_strings): Fill in it->string_overlays.
12928         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
12930         * xfaces.c (face_for_overlay_string): Function renamed from
12931         face_at_buffer_position_no_overlays, and add arg OVERLAY.
12933         * dispextern.h (struct it): New elt string_overlays.
12934         New elt from_overlay, also in stack.
12935         Rearrange a few elements.
12936         (face_for_overlay_string): Decl renamed from
12937         face_at_buffer_position_no_overlays, and add argument.
12939 2007-11-09  Richard Stallman  <rms@gnu.org>
12941         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
12942         to get the base face for an overlay string.
12944         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
12946         * xfaces.c (face_at_buffer_position_no_overlays): New function.
12948         * xdisp.c (handle_stop): Move some code out of loop.
12950 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12952         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
12953         Fix conversion from Lisp object to ATSUFontID.
12955 2007-11-09  Jason Rumney  <jasonr@gnu.org>
12957         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
12959 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12961         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
12962         Don't assume regions are aligned to page boundary.
12963         (print_load_command_name): Add LC_UUID if defined.
12965 2007-11-09  Richard Stallman  <rms@gnu.org>
12967         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
12969 2007-11-07  Jason Rumney  <jasonr@gnu.org>
12971         * s/windows95.h: Remove.
12973 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
12975         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
12976         abort with a message on unhandled store_type values.
12978 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
12980         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
12981         Remove HAVE_X11R5 and HAVE_X11R4.
12983 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
12985         * Makefile.in: Remove references to sunfns.c and sunfns.o.
12987 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
12989         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
12990         Don't set s->stippled_p here, since it has already been set by
12991         x_set_glyph_string_gc from x_draw_glyph_string.
12993 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
12995         * sunfns.c: Remove file.
12997         * m/sun386.h:
12998         * m/sun2.h:
12999         * m/sparc.h: Remove Sun windows code.
13001 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13003         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
13004         (init_keyboard): Set current_kboard's window-system to nil.
13005         (tty_read_avail_input): Typo.
13006         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
13008 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13010         * s/usg5-4.h:
13011         * s/usg5-3.h:
13012         * s/ptx.h:
13013         * m/is386.h:
13014         * m/ibmps2-aix.h:
13015         * Makefile.in: Remove all mentions of X10.
13017         * dispnew.c (syms_of_display): Don't mention version 10.
13019 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
13021         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
13022         ($(BLD)/abbrev.$(O)): Remove.
13024 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13026         Rewrite abbrev.c in Elisp.
13027         * image.c (Qcount): Don't declare as extern.
13028         (syms_of_image): Initialize and staticpro `Qcount'.
13029         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
13030         * emacs.c (main): Don't call syms_of_abbrev.
13031         * Makefile.in (obj): Remove abbrev.o.
13032         (abbrev.o): Remove.
13033         * abbrev.c: Remove.
13035 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
13037         * window.c (window_min_size_2): Don't count header-line.
13039 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13041         * frame.h (struct frame): Move all bit fields after the first bit
13042         field to take advantage of the available space.  Group all the
13043         chars together to reduce wasted space due to padding.
13045 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
13047         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
13049         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
13050         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
13051         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
13052         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
13053         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
13054         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
13055         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
13056         (last_marked, mark_object_loop_halt): Make static.
13058         * frame.c (syms_of_frame) <delete-frame-functions>:
13059         Fix typo in docstring.
13061 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
13063         * w32.c (init_environment): Fix tiny memory leak.
13064         (w32_get_resource): Remove unused variable `ok'.
13066 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13068         Make `window-system' into a keyboard-local variable (rather than
13069         frame-local as done originally by multi-tty).
13071         * keyboard.h (struct kboard): Add Vwindow_system.
13072         * keyboard.c (init_kboard): Set a default for Vwindow_system.
13073         (mark_kboards): Mark Vwindow_system.
13075         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
13076         (init_display): Don't set the obsolete `window-system' frame-param.
13078         * xterm.c (x_term_init):
13079         * w32term.c (w32_create_terminal):
13080         * term.c (init_tty): Set Vwindow_system.
13081         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
13082         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
13084         * xfns.c (Fx_create_frame, x_create_tip_frame):
13085         * w32fns.c (Fx_create_frame, x_create_tip_frame):
13086         * macfns.c (Fx_create_frame):
13087         Don't set the obsolete `window-system' frame-param.
13089         * frame.h (Qwindow_system): Remove.
13090         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
13091         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
13093 2007-10-24  Richard Stallman  <rms@gnu.org>
13095         * frame.c (x_figure_window_size): For fullscreen case,
13096         set USPosition | PPosition without clobbering rest of window_prompting.
13098         * keyboard.c (Fcurrent_idle_time): Doc fix.
13100         * print.c (Fwith_output_to_temp_buffer): Doc fix.
13102 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13104         * process.c (unwind_request_sigio): Only define if __ultrix__.
13106         * callproc.c (child_setup): Remove spurious *.
13108         * lisp.h (Fget_text_property): Declare.
13109         (have_menus_p): Declare it here rather than in sys-dep header files.
13110         * macterm.h (have_menus_p):
13111         * msdos.h (have_menus_p):
13112         * xterm.h (have_menus_p): Remove.
13114         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13115         (Fmake_variable_frame_local): Just check the variable's const-ness
13116         rather than checking nil or t.
13118 2007-10-22  Jason Rumney  <jasonr@gnu.org>
13120         * w32fns.c: Include math.h.
13121         (w32_abort): Declaration moved to nt/config.nt.
13123         * s/ms-w32.h (HAVE_STDLIB_H): Define.
13124         (abort): Redefinition moved to nt/config.nt.
13126         * m/windowsnt.h: Remove.
13128 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
13130         * emacs.c (Fdump_emacs): Fix typo in message.
13131         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
13132         <installation-directory>: Reflow docstring.
13134 2007-10-22  Juri Linkov  <juri@jurta.org>
13136         * minibuf.c: Allow minibuffer default to be a list of default values.
13137         With empty input use the first element of this list as returned default.
13138         (string_to_object)
13139         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
13140         (read_minibuf): If defalt is cons, set histstring to its car.
13141         (Fread_string): If default_value is cons, set val to its car.
13142         (Fread_buffer): If def is cons, use its car.
13143         (Fcompleting_read): If defalt is cons, set val to its car.
13145 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
13147         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
13149 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
13151         * doc.c (Fdocumentation): Check for advice in all cases.
13153 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
13155         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
13157 2007-10-19  Richard Stallman  <rms@gnu.org>
13159         * doc.c (Fdocumentation): Check for and handle an advised function.
13161 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
13163         * process.c (Fset_process_filter): Doc fix.
13165 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13167         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
13168         which caused key-translation-map to applied repeatedly (thus breaking
13169         double-mode).
13171 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13173         * xselect.c (x_own_selection, x_handle_selection_clear)
13174         (x_clear_frame_selections):
13175         * w32menu.c (list_of_panes, list_of_items):
13176         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
13177         * textprop.c (validate_plist, interval_has_all_properties)
13178         (interval_has_some_properties, interval_has_some_properties_list)
13179         (add_properties, text_property_list):
13180         * process.c (Fget_buffer_process, list_processes_1, status_notify):
13181         * minibuf.c (Fassoc_string):
13182         * macselect.c (x_own_selection, x_clear_frame_selections)
13183         (Fx_disown_selection_internal):
13184         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
13185         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
13187 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
13189         * process.c: Link to libs for calling res_init() if available.
13190         (Fmake_network_process): Call res_init() before getaddrinfo or
13191         gethostbyname, if possible.
13193 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13195         * lread.c (read1): Set pvectype for char_tables.
13197         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
13198         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
13199         Add type checks.
13200         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
13202         * alloc.c (free_misc): Use XMISCTYPE.
13203         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
13205 2007-10-17  Glenn Morris  <rgm@gnu.org>
13207         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
13208         (syms_of_minibuf): Add Qcompletion_ignore_case.
13209         * dired.c (Qcompletion_ignore_case): Change to external.
13210         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
13211         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
13212         (Fread_file_name): Use it rather than intern'ing.
13214         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
13215         (Fread_coding_system): Ignore case of user input.
13217 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13219         * xdisp.c (handle_display_prop): Ignore display specs after
13220         replacing one when string text is being replaced.
13221         (handle_single_display_spec): Pretend as if characters with display
13222         property haven't been consumed only when buffer text is being replaced.
13224 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13226         * xfns.c (Fx_create_frame, Fx_display_list):
13227         * window.c (window_fixed_size_p, enlarge_window)
13228         (shrink_window_lowest_first):
13229         * macterm.c (init_font_name_table):
13230         * macfns.c (Fx_create_frame, Fx_display_list):
13231         * lread.c (close_load_descs):
13232         * keyboard.c (read_char_x_menu_prompt):
13233         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
13234         * coding.c (code_convert_region_unwind): Test the type of an object
13235         rather than just !NILP before extracting data from it.
13237         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
13239         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
13240         (XMISCANY): New macro.
13241         (XMISCTYPE): Use it.
13242         (struct Lisp_Misc_Any): New type.
13243         (union Lisp_Misc): Use it.
13244         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
13245         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
13246         (find_symbol_value, set_internal, default_value, Fset_default)
13247         (Fmake_variable_buffer_local, Fmake_local_variable)
13248         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
13249         (Flocal_variable_if_set_p, Fvariable_binding_locus):
13250         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
13251         * alloc.c (allocate_buffer): Set the size and tag.
13252         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
13253         Use XMISCANY.
13254         (die): Follow the GNU convention for error messages.
13255         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
13256         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
13257         tag any more.
13258         (set_buffer_internal_1):
13259         * frame.c (store_frame_param):
13260         * eval.c (specbind):
13261         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
13263         * doc.c (Fsnarf_documentation): Simplify.
13265 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
13267         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
13268         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
13270 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13272         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
13274 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
13276         * eval.c (do_autoload): Don't save autoloads.
13278         * data.c (Ffset): Save autoload of the function being set.
13280 2007-10-07  John Paul Wallington  <jpw@pobox.com>
13282         * xfns.c (x_create_tip_frame): Set the `display-type' frame
13283         parameter before setting up faces.
13285 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
13287         * ccl.c (Fregister_code_conversion_map):
13288         * keyboard.c (append_tool_bar_item): Reformat last change.
13290         * lisp.h (eabs): Rename from `abs'.  All callers changed.
13292 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
13294         * buffer.c (add_overlay_mod_hooklist):
13295         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
13296         * fontset.c (make_fontset):
13297         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
13298         (append_tool_bar_item):
13299         * macmenu.c (grow_menu_items):
13300         * w32menu.c (grow_menu_items):
13301         * xmenu.c (grow_menu_items): Use larger_vector.
13303 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
13305         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
13306         selected frame'' on MSDOS).
13308 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
13310         * frame.c (Qexplicit_name): New variable.
13311         (x_report_frame_params): Report it in parameter alist.
13312         (syms_of_frame): Intern and staticpro it.
13314 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
13316         * macfns.c (x_create_tip_frame): Set terminal for frame.
13318 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         * frame.c (Qenvironment): Remove.
13321         (syms_of_frame) <Qenvironment>: Don't initialize.
13322         (Fdelete_frame): Don't treat the `environment' param specially.
13323         * frame.h (Qenvironment): Don't declare.
13324         * callproc.c (set_initial_environment): Don't set unused frame param.
13326         * frame.c (Fframe_with_environment): Remove.
13327         (syms_of_frame) <Sframe_with_environment>: Don't declare.
13329         * lisp.h (Fframe_with_environment): Don't declare.
13331 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
13333         * indent.c (indent_tabs_mode, last_known_column)
13334         (last_known_column_modified): Make static.
13335         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
13337 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13339         * puresize.h (BASE_PURESIZE): Increase to 1170000.
13341 2007-10-09  Jason Rumney  <jasonr@gnu.org>
13343         * w32term.c (x_set_window_size): Disable code that attempts to tell
13344         Lisp code about a size change before it actually happens.
13346 2007-10-09  Richard Stallman  <rms@gnu.org>
13348         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
13349         return HANDLED_RETURN.
13351 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13353         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
13354         when there's an unread command event.
13356         * frame.c (focus_follows_mouse): Move here from frame.el to allow
13357         window autoselection act appropriately when leaving selected frame.
13358         (syms_of_frame): Initialize focus_follows_mouse.
13359         * frame.h (focus_follows_mouse): Extern it.
13360         * macterm.c (XTread_socket): When focus_follows_mouse is nil
13361         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
13362         * msdos.c (dos_rawgetc): Likewise.
13363         * w32term.c (w32_read_socket): Likewise.
13364         * xterm.c (handle_one_xevent): Likewise.
13365         * xdisp.c (syms_of_xdisp): In doc-string of
13366         mouse-autoselect-window mention focus-follows-mouse.
13368 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13370         * macterm.c (mac_load_query_font): Fix missing return value.
13371         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
13372         Add BLOCK_INPUT.
13374 2007-10-08  Richard Stallman  <rms@gnu.org>
13376         * xdisp.c (get_window_cursor_type): Implement documented behavior
13377         for cursor-in-non-selected-windows = t.
13379 2007-10-08  Jason Rumney  <jasonr@gnu.org>
13381         * w32.c (w32_get_resource): Always close registry keys.
13383 2007-10-08  Jason Rumney  <jasonr@gnu.org>
13385         * makefile.w32-in (LIBS): Add COMCTL32.
13387         * w32fns.c (globals_of_w32fns): Init common controls.
13389 2007-10-08  Richard Stallman  <rms@gnu.org>
13391         * image.c (our_memory_buffer): Rename from omfib_buffer.
13393 2007-10-08  Richard Stallman  <rms@gnu.org>
13395         * buffer.c (Foverlays_at): Doc fix.
13397 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13399         * fns.c (Fplist_put): Preserve uneven tail data.
13401 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
13403         * termhooks.h (enum event_kind): Remove trailing comma.
13405         * frame.h (enum): Remove trailing comma.
13407 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
13409         * w32proc.c (delete_child): Don't terminate threads of zombies.
13411 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
13413         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
13415         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
13416         last-repeatable-command.
13417         (init_kboard): Initialize Vlast_repeatable_command.
13418         (command_loop_1): Set it to real_this_command unless that was
13419         bound to an input event.
13420         (mark_kboards): Mark it.
13422 2007-10-08  Richard Stallman  <rms@gnu.org>
13424         * eval.c (condition-case): Doc fix.
13426 2007-10-08  Masatake YAMATO  <jet@gyve.org>
13428         * xfaces.c (tty_supports_face_attributes_p): Fix code
13429         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
13430         was copied and not edited.
13432 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13434         Add new `input-decode-map' keymap and use it for terminal
13435         escape sequences.
13436         * keyboard.h (struct kboard): Add Vinput_decode_map.
13437         Remove Vlocal_key_translation_map.
13438         * keyboard.c (read_key_sequence): Add support for input-decode-map.
13439         (init_kboard): Init input-decode-map.
13440         Replace local-key-translation-map back with key-translation-map.
13441         (syms_of_keyboard): Declare input-decode-map.
13442         Remove local-key-translation-map.  Update docstrings.
13443         (mark_kboards): Mark Vinput_decode_map.
13444         Don't mark Vlocal_key_translation_map.
13445         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
13446         Replace local-key-translation-map back with key-translation-map.
13447         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
13448         Bind in input-decode-map rather than function-key-map.
13450         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
13451         This was made redundant by the previous introduction of XSETPVECTYPE.
13453 2007-10-09  Richard Stallman  <rms@gnu.org>
13455         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
13457 2007-09-29  Richard Stallman  <rms@gnu.org>
13459         * eval.c (internal_condition_case_2, internal_condition_case_1)
13460         (internal_condition_case): Reenable abort if x_catching_errors ()
13461         to see if that really happens and why.
13463 2007-10-06  Andreas Schwab  <schwab@suse.de>
13465         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
13467 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13469         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
13471 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13473         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
13475 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13477         * window.h (struct window):
13478         * window.c (struct save_window_data, struct saved_window):
13479         * termhooks.h (struct terminal):
13480         * process.h (struct Lisp_Process):
13481         * frame.h (struct frame):
13482         * buffer.h (struct buffer):
13483         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
13484         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
13485         The size field of (pseudo)vectors is now unsigned.
13486         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
13488         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
13489         Turn `count' into an integer.
13491         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
13492         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
13493         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
13494         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
13495         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
13497         * alloc.c (allocate_pseudovector): New fun.
13498         (ALLOCATE_PSEUDOVECTOR): New macro.
13499         (allocate_window, allocate_terminal, allocate_frame)
13500         (allocate_process): Use it.
13501         (mark_vectorlike): New function.
13502         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
13503         (mark_terminals): Use it.
13504         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
13505         (Fmake_byte_code): Use XSETPVECTYPE.
13507         * frame.c (Fframe_parameters): Minor simplification.
13509         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
13511         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
13513         * buffer.c (Fget_buffer_create, init_buffer_once):
13514         * lread.c (defsubr):
13515         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
13517         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
13518         defined differently in the m/*.h files.
13519         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
13520         (XSETPVECTYPE): New macro.
13521         (XSETPSEUDOVECTOR): Use it.
13523         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
13524         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
13526         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
13527         * lread.c (defvar_per_buffer):
13528         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
13530         * window.c (candidate_window_p): Only consider as visible frames that
13531         are on the same terminal.
13533         * m/ibms390x.h (MARKBIT): Remove unused macro.
13535 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
13537         * lread.c (Fload): Fix typo in docstring.
13539 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
13541         * floatfns.c (Fexpt): Manually check for overflows, so that a power
13542         of a non-zero value can't yield zero.
13544 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13546         * term.c (term_clear_mouse_face, term_mouse_highlight)
13547         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
13549         * print.c (safe_debug_print): Use XHASH.
13551         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
13552         Lisp elements such as tags.
13553         (XHASH): New macro.
13554         (EQ): Use it.
13555         (SREF, SSET, STRING_COPYIN): Use SDATA.
13556         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
13558         * alloc.c (mark_terminal): Remove left-over declaration.
13559         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
13560         (allocate_vectorlike): Remove type argument.  Adjust callers.
13561         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
13562         Only handle the one remaining MEM_TYPE_VECTORLIKE.
13564         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
13565         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
13566         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
13567         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
13568         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
13569         Use them.
13571         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
13572         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
13573         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
13575 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
13577         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
13578         loaded by default.
13580 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13582         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
13583         on this tty.
13584         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
13586         * term.c (mouse_face_window): Rename from Qmouse_face_window.
13587         Update all users.
13588         (handle_one_term_event): Use Gpm_DrawPointer.
13589         (Fgpm_mouse_start): Rename from Fterm_open_connection.
13590         Signal errors instead of returning nil.  Always return nil.
13591         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
13592         Make it a noop if gpm-mouse was not activated.
13593         (syms_of_term): Update names.
13595 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
13598         (init_sys_modes): Check that gpm_tty is the current tty.
13600         * alloc.c (allocate_terminal): Set the vector size to only count the
13601         lisp fields.  Initialize those to nil.
13602         (mark_object): Don't treat terminals specially.
13603         (mark_terminal): Remove.
13604         (mark_terminals): Use mark_object instead.
13606         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
13607         the GC to the beginning.
13609         * indent.h:
13610         * indent.c: Use EMACS_INT for ints coming from Elisp data.
13612         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
13614 2007-09-25  Jason Rumney  <jasonr@gnu.org>
13616         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
13618         * w32console.c (create_w32cons_output): Remove.
13620         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
13622         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
13623         (reset_sys_modes): Use reset_terminal_modes_hook.
13625 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13627         * eval.c (do_autoload): Don't output any message.
13629 2007-09-24  Juri Linkov  <juri@jurta.org>
13631         * emacs.c (standard_args): Change priority of "--no-splash"
13632         from 40 to 3.  Add "--no-desktop" with the same priority.
13634 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
13636         * alloc.c (gc_sweep): Check cons cell mark bits word by word
13637         and optimize the case where they are all 1.
13639 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
13641         * lisp.h (abs): Define if not defined.
13642         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
13643         Don't define `abs', since it's defined in lisp.h.
13645 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
13647         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
13648         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
13649         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
13650         (init_tty): Use DEV_TTY instead of "/dev/tty".
13651         [WINDOWSNT]: No need to protect from NAME arg being null.
13653 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13655         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
13656         up the tty state.
13658 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13660         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
13661         (gpm_tty): Change its type.
13662         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
13663         (gpm_tty): Change its type and initialize it.
13664         (Fterm_open_connection): Check the frame is indeed a tty.
13665         Use the new gpm_tty.
13666         (Fterm_close_connection): Use the new gpm_tty.
13667         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
13668         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
13670 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
13672         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
13673         underline_color, to draw strike-through.
13675 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13677         * lisp.h (allocate_terminal): Declare.
13679         * window.c (candidate_window_p): Consider frames that are being placed
13680         by the user as somewhere between visible and iconified.
13681         (window_loop): Prefer windows on the current frame.
13682         (Fselect_window): Move the use of select-frame to the beginning so we
13683         can just delegate all the work (it'll call us back anyway).
13685         * frame.c (Qdisplay_environment_variable):
13686         * frame.h (Qdisplay_environment_variable): Delete.
13688         * .gdbinit (xbacktrace): Print the arg's address rather than the value
13689         of the first arg, since that value may be a union.
13691         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
13692         parameter rather than Qdisplay_environment_variable.  If all else
13693         fails, look for DISPLAY in initial-environment.
13695 2007-09-21  Glenn Morris  <rgm@gnu.org>
13697         * Makefile.in (emacstool): Remove target.
13698         (lisp, shortlisp): Remove termdev.elc.
13700 2007-09-21  Markus Triska  <markus.triska@gmx.at>
13702         * xterm.c (x_delete_display): Compile session management conditionally.
13704 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13706         * callproc.c (getenv_internal_1): New function.
13707         (getenv_internal): Use it.
13708         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
13710         * terminal.c (get_terminal): Don't accept ints to represent terminals.
13711         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
13712         (Fset_terminal_parameter): Work with dead terminals as well.
13713         (Fmodify_terminal_parameters): Remove.
13715         * terminal.c (get_terminal): Handle terminals.
13716         Make sure the terminal returned is live.
13717         (create_terminal): Use allocate_terminal.
13718         (mark_terminals): Move to alloc.c.
13719         (delete_terminal): Use terminal->name as liveness status.
13720         NULL out fields after freeing their contents.
13721         Don't deallocate the object.
13722         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
13723         rather than an int.
13724         (Fterminal_live_p): Accept non-integer arguments.
13725         (Fterminal_list): Return terminal objects rather than an ints.
13727         * alloc.c (enum mem_type): New member for `terminal' objects.
13728         (allocate_terminal): New function.
13729         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
13730         Handle terminals.
13731         (mark_terminal): New fun.
13732         (mark_terminals): Move from terminal.c.
13734         * term.c (get_tty_terminal): Don't treat output_initial specially.
13735         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
13736         (delete_tty): Use terminal->name as liveness status.
13738         * termhooks.h (struct terminal): Make it into a pseudovector.
13739         Remove `deleted' replaced by checking `name's nullness.
13741         * print.c (print_object): Handle terminals.
13743         * lisp.h (enum pvec_type): New `terminal' pseudovector.
13744         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
13746         * frame.c (make_terminal_frame):
13747         * keyboard.c (tty_read_avail_input):
13748         * w32term.c (x_delete_terminal):
13749         * xfns.c (Fx_create_frame, x_create_tip_frame):
13750         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
13752 2007-09-20  Glenn Morris  <rgm@gnu.org>
13754         * process.c (Fmake_network_process): Doc fix.
13756 2007-09-19  Jason Rumney  <jasonr@gnu.org>
13758         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
13760 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
13762         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
13763         Fix a C warning regarding variable constness.
13765         * xterm.c (handle_one_xevent): Fix a C warning.
13767 2007-09-18  Jason Rumney  <jasonr@gnu.org>
13769         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
13771 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
13773         * gtkutil.c (gdpy_def): New variable.
13774         (xg_initialize): Initialize gdpy_def.
13775         (xg_display_close): If no other display exists, set gdpy_def to a
13776         new connection.
13778 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
13780         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
13781         when we have no file name for the icon.
13782         (xg_tool_bar_expose_callback): Remove.
13783         (xg_create_tool_bar): Don't connect expose signal to
13784         xg_tool_bar_expose_callback.
13785         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
13787 2007-09-16  Andreas Schwab  <schwab@suse.de>
13789         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
13790         values instead of zapping them.
13792 2007-09-14  Glenn Morris  <rgm@gnu.org>
13794         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
13795         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
13796         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
13797         scope and rename to omfib_buffer for clarity.
13798         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
13800 2007-09-14  Kenichi Handa  <handa@m17n.org>
13802         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
13804 2007-09-13  Jason Rumney  <jasonr@gnu.org>
13806         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
13808         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
13810         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
13811         (mac_term_init): Call here instead, passing rif.
13813 2007-09-13  Glenn Morris  <rgm@gnu.org>
13815         * s/hpux.h: No longer define `static' as nothing.
13817 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
13819         * callint.c (Fcall_interactively): Remove unused var `fun'.
13821 2007-09-12  Romain Francoise  <romain@orebokech.com>
13823         * window.c (prefer_window_split_horizontally, display_buffer):
13824         Revert 2007-09-08 change.
13826 2007-09-12  Glenn Morris  <rgm@gnu.org>
13828         * alloca.c: Remove file.
13829         * Makefile.in (alloca): Do not undef.
13830         (allocaobj, alloca.o): Remove.
13831         (otherobj): Remove allocaobj.
13832         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
13833         * regex.c (C_ALLOCA): Remove all references and code that was only
13834         used when this was defined.
13835         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
13836         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
13837         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
13839         * Makefile.in (SOURCES, unlock, relock): Delete.
13841         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
13842         (menu_grab_callback): All uses changed.
13844         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
13845         (x_reply_selection_request): All uses changed.
13847 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         * lread.c (load_warn_old_style_backquotes): Change message to look
13850         better when it appears in the middle of byte-compiler messages.
13852 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
13854         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
13856         * xterm.c (x_create_terminal): Add comment.
13858         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
13860 2007-09-10  Richard Stallman  <rms@gnu.org>
13862         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
13864 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
13866         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
13867         (DEFUN): Document `intspec', use it instead of `prompt'.
13869         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
13871         * data.c (Finteractive_form): If the interactive specification starts
13872         with a `(', use it as a Lisp form.
13874         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
13875         name and file modes.
13877         * callint.c (Fcall_interactively): Comment fixes.
13879 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
13882         and compiled functions.
13884 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
13886         * window.c (prefer_window_split_horizontally): New variable.
13887         (display_buffer): Consider splitting window horizontally depending
13888         on prefer_window_split_horizontally.
13890 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
13892         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
13894 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13896         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
13898         * frame.c (x_set_frame_parameters): Check number is positive before
13899         using XFASTINT.
13901         * window.c (freeze_window_start): Don't presume selected_window holds
13902         a window object.
13903         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
13905 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
13907         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
13909 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * window.c (Vsplit_window_preferred_function): New var.
13912         (Fdisplay_buffer): Use it.
13913         (syms_of_window): Export, and initialize it.
13915 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
13917         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
13919 2007-09-06  Glenn Morris  <rgm@gnu.org>
13921         * gtkutil.c (menu_grab_callback) <cnt>:
13922         * xselect.c (x_reply_selection_request) <cnt>: Move static
13923         variable to file scope.
13925 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13927         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
13928         consistent values of selected_frame and selected_window.
13930 2007-09-04  Jason Rumney  <jasonr@gnu.org>
13932         * w32console.c (initialize_w32_display): Zero unused hooks.
13934 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13936         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
13937         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
13939 2007-09-04  Jason Rumney  <jasonr@gnu.org>
13941         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
13942         in w32console.c.  Set up input.  Remove XXX comments that have been
13943         confirmed as correct.
13945         * s/ms-w32.h (MULTI_KBOARD): Define.
13947         * w32console.c (one_and_only_w32cons): Remove.
13948         (initialize_w32_display): Take terminal argument.
13950         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
13951         initialize_w32_display.
13952         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
13954         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
13956         * keyboard.c (discard_mouse_events): Discard it.
13957         (make_lispy_event): Translate it to a lisp event.
13958         (lispy_wheel_names): Add wheel-left and right events.
13959         (syms_of_keyboard): Enlarge wheel_syms.
13961         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
13962         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
13964         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
13966         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
13967         from WM_MOUSEHWHEEL.
13968         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
13970         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
13971         terminal.
13973         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
13974         keyboard for the terminal.
13976 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13978         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
13979         (Vresume_tty_hook): Rename from Vresume_tty_functions.
13980         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
13981         and resume-tty-function to resume-tty-hook.
13982         (Fsuspend_tty, Fresume_tty): Use new names.
13984 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
13986         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
13987         if it starts with "n:".
13989 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
13991         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
13993 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13995         * frame.h:
13996         * frame.c (Qterm_environment_variable): Remove.
13997         (syms_of_frame): Don't init and staticpro it.
13999         * callproc.c (getenv_internal): Remove special case for $TERM.
14001         * callproc.c (Vinitial_environment): New variable.
14002         (set_initial_environment): Initialize it.
14003         (syms_of_callproc): Declare it.
14004         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
14005         TERM under which a process runs is never related to the TERM in which
14006         Emacs is running.
14008 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14010         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
14011         * s/darwin.h: ... do it here.
14013 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14015         * lisp.h (set_initial_environment): Rename from set_global_environment.
14017         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
14018         removed by mistake on the multi-tty branch.
14020         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
14021         (Fmodify_frame_parameters): Return a value.
14023         * image.c (png_load): Comment-out var only used in commented-out code.
14025         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
14026         before passing it to mark_object.
14028         * xfaces.c (internal_resolve_face_name): Return a value.
14029         (internal_resolve_face_name, resolve_face_name_error): Comment out.
14031         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
14032         (x_icon): Comment-out var only used in commented-out code.
14034 2007-08-29  Romain Francoise  <romain@orebokech.com>
14036         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
14037         QUIT hasn't been provided.
14039 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14041         * callproc.c (child_setup, getenv_internal): Use the
14042         display-environment-variable and term-environment-variable frame params.
14043         (set_initial_environment): Initialise Vprocess_environment.
14045         * config.in: Disable multi-keyboard support on a mac.
14047         * frame.c (Qterm_environment_variable)
14048         (Qdisplay_environment_variable): New variables.
14049         (syms_of_frame): Intern and staticpro them.
14050         (Fmake_terminal_frame): Disable output method test.
14052         * frame.h: Declare them here.
14054         * macfns.c (x_set_mouse_color): Get rif from the frame.
14055         (x_set_tool_bar_lines): Don't use updating_frame.
14056         (mac_window): Add 2 new parameters for consistency with other systems.
14057         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
14058         frame parameters following what is done in X11 and w32.  Don't use
14059         FRAME_MAC_DISPLAY_INFO.
14060         (Fx_open_connection, start_hourglass): Remove window-system check.
14061         (x_create_tip_frame): Get the keyboard from the terminal.
14063         * macmenu.c: Reorder includes.
14064         (Fx_popup_menu): Use terminal specific mouse_position_hook.
14066         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
14067         terminal parameter.
14068         (x_clear_frame): Add a frame parameter.
14069         (note_mouse_movement): Get rif from the frame.
14070         (mac_term_init): Initialize the terminal.
14071         (mac_initialize): Make static and move terminal initialization ...
14072         (mac_create_terminal): ... to this new function.
14074         * macterm.h (struct mac_display_info): Add terminal.
14075         (mac_initialize): Delete declaration.
14077         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
14079         * sysdep.c: Comment out text after #endif.
14081         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
14082         is defined.  Better initialize ttys in windows.  Use terminal
14083         specific mouse_position_hook.
14085         * termhooks.h (union display_info): Add mac_display_info.
14087         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
14088         Set the default minibuffer frame, window_system and the rest of the
14089         frame parameters following what is done in X11.
14091         * w32term.c (w32_initialize): Make static.
14093         * xselect.c (x_handle_selection_clear): Only access
14094         terminal->kboard when MULTI_KBOARD is defined.
14096         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
14097         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
14099 2007-08-29  Jason Rumney  <jasonr@gnu.org>
14101         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
14102         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
14104         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
14105         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
14107         * keyboard.c (restore_kboard_configuration): Only define when
14108         MULTI_KBOARD defined.
14110         * makefile.w32-in: Update dependancies from Makefile.in.
14111         (OBJ1): Add terminal.$(O)
14113         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
14114         Don't define function body.
14115         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
14117         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
14119         * w32.c (request_sigio, unrequest_sigio): Remove.
14121         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
14122         (w32con_clear_frame, w32con_clear_end_of_line)
14123         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
14124         (w32con_delete_glyphs, w32con_set_terminal_window)
14125         (scroll_line, w32_sys_ring_bell): Add frame arg.
14126         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
14127         Add terminal arg.
14128         (PICK_FRAME): Remove.
14129         (w32con_write_glyphs): Use frame specific terminal coding.
14130         (one_and_only_w32cons): New global variable.
14131         (initialize_w32_display): Use it for storing hooks.
14132         (create_w32cons_output): New function.
14134         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
14135         arg a frame.
14137         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
14138         Set window_system.
14139         (x_set_tool_bar_lines): Don't use updating_frame.
14140         (Fx_create_frame): Set terminal and ref count.
14141         (Fx_open_connection): Remove window-system check.
14143         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
14145         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
14146         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
14147         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
14148         Add frame arg.
14149         (x_delete_terminal, w32_create_terminal): New functions.
14150         (w32_term_init): Create a terminal.
14151         (w32_initialize): Move terminal specific initialization to
14152         w32_create_terminal.
14154         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
14155         (w32_clear_rect, w32_clear_area): Use background from frame.
14156         (w32_display_info): Add terminal.
14157         (w32_sys_ring_bell, x_delete_display): Declare here.
14159         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
14161         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
14163 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
14165         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
14166         Fix get_named_tty calls for the controlling tty.
14168 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14170         * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
14172 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
14174         * term.c (tty_insert_glyphs): Add missing first parameter.
14176 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
14178         * buffer.c (Fbuffer_list, Fbury_buffer):
14179         Take frame->buried_buffer_list into account.
14181         * cm.c (current_tty): New variable, for cmputc().
14182         (cmputc): Use it.
14183         (cmcheckmagic): Add tty parameter, look up terminal streams there.
14184         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
14185         (cmgoto): Add tty parameter.  Pass it on to calccost().
14186         Use emacs_tputs() instead of tputs().
14188         * cm.h (emacs_tputs): New macro to set current_tty, and then call
14189         tputs().
14190         (current_tty): New variable, for cmputc().
14191         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
14193         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
14194         (internal_condition_case, internal_condition_case_1)
14195         (internal_condition_case_2): Don't abort when x_catching_errors.
14197         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
14198         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
14199         prevent crashes caused by bogus longjmps in read_char.
14201         * keymap.h (Fset_keymap_parent): Add EXFUN.
14203         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
14204         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
14205         Remove redundant definition.
14207         * macfns.c (x_set_mouse_color, x_make_gc):
14208         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14210         * w32term.c (x_free_frame_resources):
14211         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14212         (w32_initialize): Use the accessor macros for terminal characteristics.
14214         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
14215         Use the accessor macros for terminal characteristics.
14216         * msdos.c (internal_terminal_init): Use the accessor macros for
14217         terminal characteristics.
14218         (ScreenVisualBell, internal_terminal_init):
14219         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14221         * termopts.h (no_redraw_on_reenter): Declare.
14223         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
14224         (mark_terminals, mark_ttys): Declare.
14225         (Fgarbage_collect): Call them.
14226         (mark_object): Mark buried_buffer_list.
14228         * prefix-args.c: Include stdlib.h for exit.
14230         * syssignal.h: Add comment.
14232         * indent.c: Include stdio.h.
14234         * window.h (Vinitial_window_system): Declare.
14235         (Vwindow_system): Delete declaration.
14237         * fontset.c (Finternal_char_font): Use FRAME_RIF.
14239         * image.c (lookup_image): Don't initialize `c' until the xasserts
14240         have been run.
14242         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
14243         FRAME_FOREGROUND_PIXEL.
14245         * print.c (print_preprocess): Don't lose print_depth levels while
14246         iterating.
14248         * widget.c (update_from_various_frame_slots):
14249         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14251         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
14252         frames.
14253         (window_internal_height): Remove bogus make_number call.
14254         (init_window_once): Call make_terminal_frame with two zero parameters.
14256         * fileio.c (Fread_file_name): Update comment.
14258         * callint.c (Fcall_interactively):
14259         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
14260         Make sure it is correctly unwound.
14262         * xsmfns.c (x_session_close): New function.
14264         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
14265         Delete declarations.
14267         * xterm.h: Remove declaration for x_fully_uncatch_errors.
14268         (x_output): Remove background_pixel and foreground_pixel fields.
14269         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
14270         (x_delete_device, x_session_close): Declare.
14272         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
14273         (read_filtered_event): Call `read_char' with a local
14274         `wrong_kboard_jmpbuf'.
14276         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
14277         Don't call single_kboard_state.  Use FRAME_RIF.
14279         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
14280         systems.
14282         * lisp.h (set_process_environment): Rename to `set_global_environment'.
14283         (Fframe_with_environment, Fset_input_meta_mode)
14284         (Fset_quit_char): EXFUN.
14285         (x_create_device, tty_output, terminal, tty_display_info): Declare.
14286         (init_sys_modes, reset_sys_modes): Update prototypes.
14287         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
14289         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
14290         Vlocal_key_translation_map, and Vkeyboard_translate_table.
14291         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
14292         Delete declarations.
14293         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
14294         (temporarily_switch_to_single_kboard, tty_read_avail_input):
14295         New declarations.
14297         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
14298         already does that during init_display().  Call syms_of_keymap
14299         before syms_of_keyboard.  Call `syms_of_terminal'.
14300         Call set_initial_environment, not set_process_environment.
14301         (shut_down_emacs): Call reset_all_sys_modes() instead of
14302         reset_sys_modes().
14304         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
14305         (internal_resolve_face_name, resolve_face_name_error): New functions.
14306         (resolve_face_name): Protect against loops and errors thrown by Fget.
14307         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
14308         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
14310         * scroll.c: Replace CURTTY() with local variables throughout the
14311         file (where applicable).
14312         (calculate_scrolling, calculate_direct_scrolling)
14313         (scrolling_1, scroll_cost): Use the accessor macros for terminal
14314         characteristics.
14316         * keymap.c (Vfunction_key_map): Remove.
14317         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
14318         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
14319         (Vkey_translation_map): Remove.
14320         (syms_of_keymap): Remove DEFVAR for key-translation-map.
14321         (Fdescribe_buffer_bindings)
14322         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
14323         Update for terminal-local key-translation-map.
14325         * Makefile.in (callproc.o): Update dependencies.
14326         (lisp, shortlisp): Add termdev.elc.
14327         (obj): Add terminal.o.
14328         (terminal.o): Add dependencies.
14329         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
14330         (data.o, fns.o): Add termhooks.h dependency.
14331         (SOME_MACHINE_LISP): Add dnd.elc.
14332         (minibuf.o): Fix typo.
14333         Update dependencies.
14335         * data.c (do_symval_forwarding, store_symval_forwarding)
14336         (find_symbol_value): Use the selected frame's keyboard, not
14337         current_kboard.
14339         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
14340         Vwindow_system.
14342         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
14343         Fmenu_bar_open.
14344         (syms_of_xmenu): Update defsubr.
14345         (mouse_position_for_popup, Fx_popup_menu)
14346         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
14347         (set_frame_menubar, free_frame_menubar)
14348         (create_and_show_popup_menu, xmenu_show, )
14349         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
14350         an X frame.
14352         * xselect.c (x_own_selection): Abort if not an X frame.
14353         (some_frame_on_display): Check if it is an X frame.
14354         (x_handle_selection_clear): Deal with MULTI_KBOARD.
14356         * coding.c: Include frame.h and termhooks.h.
14357         (terminal_coding, keyboard_coding): Delete.
14358         (Fset_terminal_coding_system_internal)
14359         (Fset_keyboard_coding_system_internal)
14360         (Fkeyboard_coding_system)
14361         (Fterminal_coding_system): Add a terminal parameter.
14362         Get terminal_coding from the terminal.
14363         (init_coding_once): Don't call setup_coding_system here.
14365         * dispextern.h (set_scroll_region, turn_off_insert)
14366         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
14367         (tty_clear_end_of_line, tty_setup_colors)
14368         (delete_tty, updating_frame)
14369         (produce_special_glyphs, produce_glyphs, write_glyphs)
14370         (insert_glyphs): Remove.
14371         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
14372         (tty_turn_off_highlight, get_tty_size): Add declaration.
14373         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
14375         * frame.h (enum output_method): Add output_initial.
14376         (struct x_output): Delete.
14377         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
14378         Access foreground_pixel and background_pixel directly from the frame.
14379         (tty_display): Delete.
14380         (struct frame): Add buried_buffer_list, foreground_pixel,
14381         background_pixel and terminal.  Delete kboard.
14382         (union output_data): Add tty.
14383         (FRAME_KBOARD): Get the kboard from the terminal.
14384         (FRAME_INITIAL_P): New macro.
14385         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
14386         (Qterm_environment_variable, Qdisplay_environment_variable)
14387         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
14388         New declarations.
14390         * termchar.h (tty_output, tty_display_info): New structures.
14391         (tty_list): Declare.
14392         (FRAME_TTY, CURTTY): New macros.
14393         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
14394         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
14395         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
14396         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
14398         * callproc.c: Include frame.h and termhooks.h, for terminal
14399         parameters.
14400         (add_env): New function.
14401         (child_setup): Use it.
14402         (child_setup, getenv_internal): Handle the new Vprocess_environment.
14403         (getenv_internal): Fix get_terminal_param call.
14404         (Fgetenv_internal, egetenv): Update doc.
14405         (syms_of_callproc): Initialize Vprocess_environment to nil.
14406         Register and initialize them.  Remove obsolete defvars.  Update doc
14407         strings.
14408         (child_setup): Handle Vlocal_environment_variables.
14409         (getenv_internal): Add terminal parameter.
14410         Handle Vlocal_environment_variables.
14411         (Fgetenv_internal): Add terminal parameter.
14412         (child_setup, getenv_internal, Fgetenv_internal): Store the local
14413         environment in a frame (not terminal) parameter.  Update doc strings.
14414         (set_initial_environment): Rename from set_global_environment.
14415         Store Emacs environment in initial frame parameter.
14417         * xdisp.c (redisplay_internal): Update references to
14418         `previous_terminal_frame'.
14419         (display_mode_line, Fformat_mode_line): Replace calls to
14420         `push_frame_kboard' with `push_kboard'.
14421         (get_glyph_string_clip_rects): Add extra parentheses and
14422         braces to prevent compiler warnings.
14423         (calc_pixel_width_or_height): Add xassert to check that the
14424         frame is alive.  Don't call `lookup_image' on a termcap frame.
14425         (message2_nolog, message3_nolog, redisplay_internal)
14426         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
14427         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
14428         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
14429         (Fx_display_pixel_width, Fx_display_pixel_height)
14430         (Fx_display_planes, Fx_display_color_cells)
14431         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
14432         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
14433         (Fx_display_backing_store, Fx_display_visual_class)
14434         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
14435         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
14437         * xfns.c (x_set_foreground_color x_set_background_color)
14438         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
14439         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14440         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
14441         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
14442         terminal that is being deleted.
14443         (Fx_create_frame): Use `store_frame_param' to set `window-system'
14444         frame parameter, and make sure it overrides any user-supplied setting.
14445         (Fx_close_connection, Fx_synchronize): Unify argument names with
14446         the rest of the DEFUNs.
14448         * dispnew.c (Fsend_string_to_terminal): Update call to
14449         `get_tty_terminal'.
14450         (Fredraw_frame, Fsend_string_to_terminal)
14451         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
14452         FRAME_TERMCAP_P and FRAME_TTY.
14453         (window_change_signal): Don't believe width/height values that are
14454         impossibly small.
14455         (Vinitial_window_system): Rename from Vwindow_system.
14456         (termscript, Wcm, rif): Delete.
14458         * termhooks.h (struct terminal): New struct containing the
14459         previously global text display hooks and new members NAME,
14460         DELETED and PARAM_ALIST.
14461         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
14462         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
14463         (FRAME_RIF): New macros.
14464         (get_terminal_param, get_device): New declarations.
14465         (termscript): Delete declaration.
14467         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
14468         (XTflash, x_free_frame_resources, x_scroll_bar_create)
14469         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
14470         FRAME_FOREGROUND_PIXEL.
14471         (x_fully_uncatch_errors): Disable definition.
14472         (x_scroll_bar_expose): Fix reference to foreground pixel.
14473         (XTread_socket): Disable loop on all X displays.
14474         (x_delete_terminal): Don't set terminal->deleted and let
14475         delete_terminal delete the frames on the terminal.
14476         (x_delete_display): Doc update to reflect changes in
14477         delete_terminal.
14478         (x_display_info) <terminal>: Move member earlier in the struct.
14479         (deleting_tty): Remove old variable.
14480         (Fsuspend_tty): Call clear_tty_hooks.
14481         (Fresume_tty, init_tty): Call set_tty_hooks.
14482         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
14483         errors on X frames.
14484         (x_catch_errors_unwind): Abort if x_error_message is NULL.
14485         (handle_one_xevent): Initialize `f' to NULL.
14486         (x_delete_terminal, x_create_terminal): New functions.
14487         (XTset_terminal_modes, XTreset_terminal_modes)
14488         (XTread_socket, x_connection_closed, x_term_init)
14489         (x_term_init, x_delete_display): Add terminal parameter.
14490         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
14491         X connections.
14493         * frame.c: Include termchar.h.
14494         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
14495         (Qwindow_system, Qenvironment, Qterm_environment_variable)
14496         (Qdisplay_environment_variable): New vars.
14497         (Fframep): Deal with output_initial.
14498         (Fframe-live-p): Doc fix.
14499         (Fwindow-system): New function.
14500         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
14501         (make_terminal_frame): Don't create frames on a terminal that is
14502         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
14503         (store_frame_param): Check for found_for_frame before calling XFRAME.
14504         (Fmake_terminal_frame): Handle NULL tty names correctly.
14505         (syms_of_frame): Enhance doc string of `default-frame-alist'.
14506         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
14507         frames to refer to a deleted frame in their 'environment parameter.
14508         (Fframe_with_environment): New function.
14509         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
14510         (get_future_frame_param): New function.
14511         (Fmake_terminal_frame): Use it.
14512         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
14514         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
14515         * sysdep.c (reset_sys_modes): Update for renames.
14517         * keyboard.c (tty_read_avail_input): New function.
14518         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
14519         (syms_of_keyboard): Defsubr them.
14520         (Fset_input_meta_mode, Fset_quit_char): New functions.
14521         (Fset_input_mode): Split to above functions.
14522         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
14523         parameter.  Use it in call to `read_char'.
14524         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
14525         Set wrong_kboard_jmpbuf correctly in recursive calls.
14526         Use current_kboard to access Vkeyboard_translate_table.
14527         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
14528         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
14529         Update longjmp invocations.  Remember the original current_kboard,
14530         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
14531         changes it.  Comment out unnecessary calls to
14532         `record_single_kboard_state' and `any_kboard_state'.
14533         Update recursive calls.
14534         (wrong_kboard_jmpbuf): Remove global variable.
14535         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
14536         Handle deleted interrupted_kboards correctly; that is a legal
14537         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
14538         and read_char calls.  Abort if interrupted_kboard died in read_char.
14539         (any_kboard_state, single_kboard_state)
14540         (push_frame_kboard): Remove function.
14541         (pop_kboard): Switch out of single_kboard mode if the kboard has
14542         been deleted.  Remove unused variable.  Help debugging by not
14543         changing current_kboard unnecessarily.  Set current_kboard to the
14544         kboard of the selected frame when the stored kboard object has
14545         been deleted before pop_kboard.
14546         (temporarily_switch_to_single_kboard): Change first parameter to a
14547         frame pointer.  Throw an error when caller wants to change kboards
14548         while in single_kboard mode.  Don't push_kboard if we weren't in
14549         single kboard state.  Don't pop_kboard if we popped into any
14550         kboard state.
14551         (restore_kboard_configuration): Abort if pop_kboard changed the
14552         kboard in single_kboard mode.  Call pop_kboard only after setting
14553         up single_kboard mode.
14554         (Frecursive_edit): Switch to single_kboard mode only in nested
14555         command loops.
14556         (cmd_error, command_loop, command_loop_1, timer_check):
14557         Comment out unnecessary call to `any_kboard_state' and
14558         `record_single_kboard_state'.
14559         (delete_kboard): Exit single_kboard mode if we have just deleted
14560         that kboard.  Use FRAME_KBOARD.
14561         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
14562         `fatal_error_signal'.
14563         (record_single_kboard_state): Don't push_kboard if we weren't in
14564         single kboard state.  Don't pop_kboard if we popped into any
14565         kboard state.
14566         (push_frame_kboard): Rename to push_kboard.
14567         (kbd_buffer_get_event): Use FRAME_TERMINAL.
14568         (read_avail_input): Read input from all terminals.
14569         (mark_kboards): Also mark Vkeyboard_translate_table.
14570         (kbd_buffer_store_event_hold): Simplify condition.
14571         (read_key_sequence): Reinitialize fkey and keytran at each replay.
14572         (Vkeyboard_translate_table): Move to struct kboard.
14573         (init_kboard): Initialize Vkeyboard_translate_table.
14574         (syms_of_keyboard): Use DEFVAR_KBOARD to define
14575         Vkeyboard_translate_table.  Update doc strings.  Update docs of
14576         local-function-key-map and function-key-map.
14578         * terminal.c: New file.
14580         * term.c: Include errno.h.
14581         (Vring_bell_function, device_list, initial_device)
14582         (next_device_id, ring_bell, update_begin, update_end)
14583         (set_terminal_window, cursor_to, raw_cursor_to)
14584         (clear_to_end, clear_frame, clear_end_of_line)
14585         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
14586         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
14587         (syms_of_term): Move their initialization to terminal.c.
14588         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
14589         (Ftty_display_color_cells)
14590         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
14591         (clear_tty_hooks, set_tty_hooks)
14592         (init_tty, maybe_fatal): New functions.
14593         (Ftty_type): Return nil if terminal is not on a tty instead of
14594         throwing an error.  Doc update.
14595         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
14596         Doc update.  Initialize new subrs and variables.
14597         (delete_tty): Use terminal->deleted.
14598         (tty_set_terminal_modes): Rename from set_terminal_modes.
14599         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
14600         (set_scroll_region): Rename to `tty_set_scroll_region'.
14601         (turn_on_insert): Rename to `tty_turn_on_insert'.
14602         (turn_off_insert): Rename to `tty_turn_off_insert'.
14603         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
14604         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
14605         (toggle_highligh): Rename to `tty_toggle_highlight'.
14606         (background_highlight): Rename to `tty_background_highlight'.
14607         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
14608         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
14609         (tty_set_scroll_region, tty_background_highlight)
14610         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
14611         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
14612         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
14613         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
14614         Add static modifier.
14615         (tty_reset_terminal_modes, tty_set_terminal_window)
14616         (tty_set_scroll_region, tty_background_highlight)
14617         (tty_highlight_if_desired, tty_cursor_to)
14618         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
14619         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
14620         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
14621         renames.
14623 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
14625         * keyboard.c: Qrtl is new.
14626         (parse_tool_bar_item): Handle :rtl keyword.
14627         (syms_of_keyboard): Intern :rtl keyword.
14629         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
14631         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
14632         so no Lisp code is executed.
14633         (file_for_image, find_rtl_image): New functions.
14634         (xg_get_image_for_pixmap): Use file_for_image.
14635         (update_frame_tool_bar): If direction is RTL, use RTL image if
14636         defined.  Use Gtk stock images if defined.
14638 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14640         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
14641         for nonexistent or zero-width glyph in composition glyph.
14643 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14645         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
14647         * xdisp.c (Finvisible_p): New function.
14648         (syms_of_xdisp): defsubr it.
14650 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
14652         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
14653         Doc fixes.
14655 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14657         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
14659 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
14661         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
14662         whether decoding has modified buffer contents.
14664 2007-08-24  Jason Rumney  <jasonr@gnu.org>
14666         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
14667         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
14668         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
14669         (init_svg_functions) [HAVE_NTGUI]: New function.
14670         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
14671         (svg_load_image): Use them.
14672         (svg_load_image) [HAVE_NTGUI]: Implement background.
14674 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14676         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
14677         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
14678         (LIBX): Remove @RSVG_LIBS@.
14679         (LIBES): Add $(RSVG_LIBS).
14681         * image.c (svg_load_image): Blend with specified background if exists.
14682         Use IMAGE_BACKGROUND.  Add Mac OS Support.
14684         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
14685         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
14686         Remove macros.
14687         [MAC_OSX] (socket_callback): Do nothing.
14688         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
14689         ReceiveNextEvent.
14690         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
14691         socket_callback.
14692         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
14694 2007-08-22  Glenn Morris  <rgm@gnu.org>
14696         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
14698 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
14700         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
14702         * image.c: Add support for SVG images.  Some additional comments
14703         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
14704         (svg_image_p): New function to test for SVG image.
14705         (svg_load): New function to load SVG image.
14706         (svg_load_image): New function, helper for svg_load.
14707         (Qsvg): New Lisp_object.
14708         (svg_keyword_index): New enum.
14709         (svg_format): New static `image_keyword' struct.
14710         (svg_type): New static `image_type' struct.
14711         (librsvg/rsvg.h): Include it.
14713 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14715         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
14717 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14719         * lread.c (Qold_style_backquotes): New var.
14720         (syms_of_lread): Init and staticpro it.
14721         (load_warn_old_style_backquotes): New fun.
14722         (Fload): Use them to warn about old style backquotes.
14723         (end_of_file_error, Fload): Remove unused vars.
14725         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
14727         * lread.c (Vold_style_backquotes): New var.
14728         (syms_of_lread): Init and export it to Elisp.
14729         (read1): Set it when we find an old-style (back)quote.
14731 2007-08-22  Jason Rumney  <jasonr@gnu.org>
14733         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
14735 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14737         * puresize.h (BASE_PURESIZE): Increase to 1140000.
14739 2007-08-19  Richard Stallman  <rms@gnu.org>
14741         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
14743 2007-08-19  Andreas Schwab  <schwab@suse.de>
14745         * alloc.c (pure): Round PURESIZE up.
14747 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
14749         * xterm.c (handle_one_xevent): Remove check that mouse click is in
14750         active frame.
14752 2007-08-16  Richard Stallman  <rms@gnu.org>
14754         * eval.c (Fcommandp): Add parens to clarify.
14756         * minibuf.c (Fall_completions): Use enum for type of table.
14758         * emacs.c (USAGE2): Improve text.
14760 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
14762         * term.c (tty_default_color_capabilities): Declare static
14763         variables in file scope, to avoid HPUX compiler problem.
14765 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
14767         * gtkutil.c (update_frame_tool_bar): Use -1 as index
14768         to gtk_toolbar_insert.
14770 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14772         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
14774         * insdel.c (reset_var_on_error): New fun.
14775         (signal_before_change, signal_after_change):
14776         Use it to reset (after|before)-change-functions to nil in case of error.
14777         Bind inhibit-modification-hooks to t.
14778         Don't bind (after|before)-change-functions to nil while they run.
14780 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14782         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
14783         filling pixmap with stippled background.
14785 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14787         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
14788         Don't use invisible frame as parent window for repositioning.
14790 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14792         * print.c (new_backquote_output): Rename from old_backquote_output.
14793         (print): Inverse its logic (according to its name) so as to match the
14794         behavior of new_backquote_flag in lread.c.
14796 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14798         * gmalloc.c (posix_memalign): New function.
14800         * macterm.c (frame_highlight, frame_unhighlight): Don't call
14801         ActivateControl/DeactivateControl here.
14802         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
14803         frame-notice-user-settings is non-nil.
14804         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
14805         for kEventParamFMFontStyle.
14806         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
14807         mac_pass_command_to_system and mac_pass_control_to_system here.
14808         (XTread_socket): Call ActivateControl/DeactivateControl here.
14809         (XTread_socket) [TARGET_API_MAC_CARBON]:
14810         Check mac_pass_command_to_system and mac_pass_control_to_system here.
14811         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
14812         for window repositioning.
14814 2007-08-08  Glenn Morris  <rgm@gnu.org>
14816         * Replace `iff' in doc-strings and comments.
14818 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
14820         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
14822 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
14824         * fileio.c (Finsert_file_contents): Run format-decode and
14825         after_insert_file_functions on entire buffer when REPLACE is
14826         non-nil and inhibit modification_hooks and point_motion_hooks.
14827         For consistency, run after_insert_file_functions iff something
14828         got inserted.  Move signal_after_change and update_compositions
14829         after code running after_insert_file_functions.  Make sure that
14830         undo_list doesn't record intermediate steps of the decoding process.
14832 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14834         * emacs.c (main)
14835         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
14836         Call malloc_enable_thread on interactive startup.
14838         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
14839         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
14840         [USE_PTHREAD]: Conditionalize with it.
14841         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
14842         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
14843         New functions.
14845 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
14847         * xdisp.c (redisplay_window): When restoring original buffer
14848         position, make sure it is still valid.
14850         * image.c (png_load): Ignore png-supplied background color.
14852 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14854         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
14855         Use kCFAbsoluteTimeIntervalSince1970.
14857         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
14858         New variable.
14859         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
14860         event loop should be quit.
14861         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
14862         Quit dialog event loop if quit_dialog_event_loop is set.
14864         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
14865         (Selection): New typedef.  Use instead of ScrapRef.
14866         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
14867         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
14868         (mac_clear_selection): Rename from clear_scrap.
14869         (get_flavor_type_from_symbol): New argument SEL and subsume function of
14870         scrap_has_target_type.  All uses changed.
14871         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14872         (mac_selection_has_target_p): New functions.
14873         (mac_put_selection_value): Rename from put_scrap_string.
14874         (mac_get_selection_value): Rename from get_scrap_string.
14875         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
14876         (put_scrap_private_timestamp, scrap_has_target_type)
14877         (get_scrap_private_timestamp): Remove functions.
14878         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
14879         (x_own_selection, x_get_local_selection):
14880         Use mac_valid_selection_value_p.
14881         (x_own_selection): Don't use put_scrap_private_timestamp.
14882         Record OWNERSHIP-INFO into Vselection_alist instead.
14883         (x_get_local_selection): Don't check type if request is local.
14884         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
14885         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
14887 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
14889         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
14890         add comment explaining why.
14892 2007-08-03  Richard Stallman  <rms@gnu.org>
14894         * fileio.c (Fvisited_file_modtime): Use make_time.
14896 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
14898         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
14899         build.
14901 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14903         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
14905 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14907         * puresize.h (BASE_PURESIZE): Increase to 1130000.
14909 2007-07-30  Richard Stallman  <rms@gnu.org>
14911         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
14913 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
14915         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
14917 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
14919         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
14920         remote default-directory.
14922         * buffer.c (mode-line-format): Update doc string.
14924 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14926         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
14927         scroll bar gap.
14928         (x_scroll_bar_create): Set bar->fringe_extended_p.
14929         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
14930         on frame edge.  Check fringe background extension.  Don't clear
14931         extended fringe background area.
14933         * w32term.h (struct scroll_bar): New member fringe_extended_p.
14934         (w32_fill_area): Enclose multiple statements with do ... while (0).
14936         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
14937         Extend fringe background to scroll bar gap.
14938         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
14939         Set bar->fringe_extended_p.
14940         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14941         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
14942         background extension.  Don't clear extended fringe background area.
14944         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14945         New member fringe_extended_p.
14947 2007-07-25  Glenn Morris  <rgm@gnu.org>
14949         * Relicense all FSF files to GPLv3 or later.
14951         * COPYING: Switch to GPLv3.
14953 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14955         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
14957         * data.c (Finteractive_form): Check for the presence of an
14958         `interactive-form' symbol property more thoroughly.
14960         * data.c (Finteractive_form): Use an `interactive-form' property if
14961         present, analogous to the function-documentation property.
14963 2007-07-24  Jason Rumney  <jasonr@gnu.org>
14965         * w32fns.c (x_real_positions): Get real position from OS instead of
14966         calculating it.
14968 2007-07-23  Jason Rumney  <jasonr@gnu.org>
14970         * filelock.c (current_lock_owner): Allow for @ sign in username.
14972 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
14974         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
14975         remote default-directory.
14977         * buffer.c (mode-line-format): Describe above case in doc string.
14979 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
14981         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
14982         Define if not defined.
14984 2007-07-18  Jason Rumney  <jasonr@gnu.org>
14986         * w32proc.c (w32_executable_type): Handle 64 bit executables.
14988 2007-07-18  Richard Stallman  <rms@gnu.org>
14990         * data.c (Fsetq_default): Doc fix.
14992         * eval.c (Fsetq): Doc fix.
14994 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
14996         * coding.c (Ffind_operation_coding_system):
14997         * eval.c (For, Fand): Doc fixes.
14998         Reported by Johan Bockgård.
15000 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
15002         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
15004         * xterm.h: Declare x_ewmh_activate_frame.
15006         * xterm.c (x_ewmh_activate_frame): New function.
15007         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
15009 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
15011         * window.c (Fdisplay_buffer): If largest or LRU window is the
15012         only window, split it even if it is not eligible for splitting.
15013         This restores the original behavior broken by the 2007-07-15
15014         change.
15016 2007-07-17  Glenn Morris  <rgm@gnu.org>
15018         * abbrev.c (abbrev_check_chars): New function.
15019         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
15020         Call abbrev_check_chars to check abbrev characters are word
15021         constituents.  Doc fix.
15023 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15025         * process.c (Fstart_process, Fmake_network_process)
15026         (read_process_output): Fix up last changes.
15028 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
15030         * makefile.w32-in (clean): Don't delete *~.
15032 2007-07-16  Andreas Schwab  <schwab@suse.de>
15034         * window.c (Fdisplay_buffer): Use NILP.
15035         (Fset_window_scroll_bars): Likewise.
15037 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
15039         * window.c (window_min_size_2): New function.
15040         (window_min_size_1, size_window, Fdisplay_buffer)
15041         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
15042         windows without mode- or header-lines when window-min-height is
15043         too small.
15044         (size_window): Reset nodelete_p after testing it, following an
15045         earlier note by Kim F. Storm.
15046         (display_buffer): Do not set split_height_threshold to twice the
15047         value of window_min_height to avoid changing the value of a
15048         customizable variable.  Rather explicitly check whether the
15049         height of the window that shall be splitted is at least as large
15050         as split_height_threshold.
15051         (Fwindow_full_width_p): New defun.
15052         (syms_of_window): Defsubr it.
15054         * window.h: Add EXFUN for Fwindow_full_width_p.
15056 2007-07-14  Jason Rumney  <jasonr@gnu.org>
15058         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
15060 2007-07-14  Richard Stallman  <rms@gnu.org>
15062         * eval.c (maybe_call_debugger): New function.
15063         (find_handler_clause): Use maybe_call_debugger.
15064         Call it when the handler says `debug'.
15065         Eliminate DEBUGGER_VALUE_PTR.
15066         (Fsignal): Eliminate debugger_value.
15067         (Qdebug): New variable.
15068         (syms_of_eval): Initialize it.
15070 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
15072         * eval.c (Fprogn):
15073         * keyboard.c (Ftrack_mouse):
15074         * print.c (Fwith_output_to_temp_buffer):
15075         * window.c (Fsave_window_excursion): Doc fix.
15077 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15079         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
15081 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15083         * process.h (struct Lisp_Process): Turn slots infd, outfd,
15084         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
15085         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
15086         read_output_delay, and read_output_skip from Lisp_Objects to ints.
15087         Remove unused encoding_carryover.
15088         * process.c: Adjust all functions accordingly.
15090 2007-07-12  Richard Stallman  <rms@gnu.org>
15092         * term.c: Include unistd.h only if HAVE_UNISTD_H.
15094 2007-07-11  Jason Rumney  <jasonr@gnu.org>
15096         * makefile.w32-in (LIBS): Include OLE32.
15098         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
15099         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
15101 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15103         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
15104         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
15105         from a Lisp_Object into a bare pointer.
15106         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
15107         Adjust the code correspondingly.
15109         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
15111         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
15112         (term_show_mouse_face): Remove unused var `j'.
15113         (handle_one_term_event): Remove unused vars `i' and `j'.
15114         Don't cast return value of ttyname since it's not necessary.
15116 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15118         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
15119         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
15121         * fns.c (map_char_table): Use an array of int for `indices' rather than
15122         an array of Lisp_Objects (which are only ever integers anyway).
15123         (Fmap_char_table): Update caller.
15124         * lisp.h: Update prototype.
15125         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
15126         * fontset.c (Ffontset_info):
15127         * casetab.c (set_case_table): Update callers.
15129         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
15131         * keymap.c (struct accessible_keymaps_data)
15132         (struct where_is_internal_data): New structures.
15133         (accessible_keymaps_1, where_is_internal_1): Use them to change
15134         interface to adhere to the one used by map_keymap.
15135         (Faccessible_keymaps, where_is_internal): Use map_keymap.
15136         (accessible_keymaps_char_table, where_is_internal_2): Remove.
15138         * keymap.h (map_keymap_function_t): More informative prototype.
15140 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
15142         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
15143         (looking_at_1): Don't change search_regs and last_thing_searched
15144         if `inhibit-changing-match-data' is non-nil.
15145         (string_match_1, search_buffer, set_search_regs): Likewise.
15146         (syms_of_search): Add Lisp level definition for
15147         `inhibit-changing-match-data' and set it to nil.
15148         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
15149         start and end of the match, instead of using values in search_regs.
15151 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15153         * minibuf.c (Fcompleting_read): New value `confirm-only'
15154         for `require-match'.
15156 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15158         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
15159         part of the 2007-06-27 change to syms_of_fileio.
15161 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15163         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
15164         Check WINDOWP before using XWINDOW.  Consolidate return statements.
15166 2007-06-27  Richard Stallman  <rms@gnu.org>
15168         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
15170 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
15172         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
15174 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15176         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
15177         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
15178         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
15179         (_free_internal, memalign): Use them.
15180         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
15181         Initialize to PTHREAD_MUTEX_INITIALIZER.
15182         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
15183         (morecore_nolock): Rename from morecore.  All uses changed.
15184         Use only nolock versions of internal allocation functions.
15185         (_malloc_internal_nolock, _realloc_internal_nolock)
15186         (_free_internal_nolock): New functions created from
15187         _malloc_internal, _realloc_internal, and _free_internal.
15188         (_malloc_internal, _realloc_internal, _free_internal): Use them.
15189         Copy hook value to automatic variable before its use.
15190         (memalign): Copy hook value to automatic variable before its use.
15192 2007-06-26  Kenichi Handa  <handa@m17n.org>
15194         * coding.c (Ffind_operation_coding_system): Docstring improved.
15195         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
15197 2007-06-25  David Kastrup  <dak@gnu.org>
15199         * keymap.c (Fcurrent_active_maps): Add `position' argument.
15200         (Fwhere_is_internal): Adjust call to `current-active-maps' to
15201         cater for additional parameter.
15203         * keymap.h: Adjust number of parameters to `current-active-maps'.
15205         * doc.c (Fsubstitute_command_keys): Adjust call of
15206         `current-active-maps'.
15208 2007-06-25  David Kastrup  <dak@gnu.org>
15210         * callint.c (Fcall_interactively): Make the parsing of interactive
15211         specs somewhat more readable.
15213 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15215         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
15216         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
15217         if extended background has already been filled.
15219 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15221         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
15222         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
15224         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
15225         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
15226         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
15227         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
15228         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
15229         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
15230         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
15231         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
15232         Run timers during dialog popup.
15233         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
15235 2007-06-21  Jason Rumney  <jasonr@gnu.org>
15237         * image.c (convert_mono_to_color_image): Swap fore and background.
15239 2007-06-20  Jason Rumney  <jasonr@gnu.org>
15241         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
15242         (w32_free_bdf_font): Unmap memory not handle.
15244 2007-06-20  Sam Steingold  <sds@gnu.org>
15246         * gmalloc.c (__morecore): Fix the declaration to comply with the
15247         definition.
15249 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
15251         * w32term.c (w32_delete_display): Remove leftover declaration.
15252         (w32_define_cursor, w32_initialize): Make static.
15254         * w32.c (_wsa_errlist): Fix typo in error message.
15255         (init_environment): Ignore any environment variable from the
15256         registry having a null value.
15258 2007-06-20  Glenn Morris  <rgm@gnu.org>
15260         * Makefile.in (LIBGIF): Default to -lgif.
15262 2007-06-17  Jason Rumney  <jasonr@gnu.org>
15264         * w32menu.c (add_menu_item): Don't use multibyte string functions on
15265         unicode strings.
15267 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
15269         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
15270         Fix typo in docstring.
15272 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
15274         * w32menu.c (add_menu_item): Escape `&' characters in menu items
15275         and their keybindings.
15277 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
15279         * composite.c (update_compositions): Fix last fix.
15281 2007-06-14  Jason Rumney  <jasonr@gnu.org>
15283         * w32.c (get_process_times_fn): New function pointer.
15284         (globals_of_w32): Intialize it if present in kernel32.dll.
15285         (w32_get_internal_run_time): New function.
15287         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
15289 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
15291         * composite.c (update_compositions): Check the validness of
15292         compositions.
15294 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15296         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
15297         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
15299         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
15300         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
15302         * macgui.h (USE_MAC_TOOLBAR): New define.
15304         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
15305         Return immediately unless popup is activated.
15307         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
15308         background to scroll bar gap.
15309         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
15310         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
15311         scroll bars on frame edge.  Check fringe background extension.
15312         Don't clear extended fringe background area.
15313         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
15314         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
15315         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
15316         [USE_MAC_TOOLBAR]: New macros.
15317         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
15318         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
15319         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
15320         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
15321         [USE_MAC_TOOLBAR]: New functions.
15322         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
15323         manually if previous repositioning has failed.
15324         (mac_handle_keyboard_event): Use precomputed event kind.
15325         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
15326         as tool bar item click.  Handle mouse movement over tool bar items.
15328         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
15329         toolbar_win_gravity.
15330         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
15331         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
15332         Add externs.
15334         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
15335         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
15337 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
15339         * image.c (search_image_cache): Remove unused variable.
15341 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
15343         * xfns.c, xmenu.c: Link to xaw3d if available.
15345 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15347         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
15348         frame_foreground and frame_background.
15350         * image.c (lookup_image): Save frame foreground and background colors.
15351         (search_image_cache): Check if saved and current frame colors match.
15353 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15355         * regex.c (regex_compile): Remove the `regnum' counter.
15356         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
15358 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15360         * term.c: Include intervals.h to declare Fget_text_property.
15362 2007-06-10  Jason Rumney  <jasonr@gnu.org>
15364         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
15366 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
15368         * callint.c (Fcall_interactively):
15369         * editfns.c (Fdelete_and_extract_region):
15370         * fileio.c (Fread_file_name):
15371         * fns.c (Fmapconcat):
15372         * keyboard.c (cmd_error_internal):
15373         * keymap.c (Fkey_description):
15374         * lread.c (openp):
15375         * minibuf.c (read_minibuf):
15376         * search.c (wordify):
15377         * sunfns.c (sel_read):
15378         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
15379         * xfns.c (x_default_scroll_bar_color_parameter):
15380         * xmenu.c (menu_help_callback):
15381         * xselect.c (Fx_get_atom_name):
15382         * xterm.c (x_term_init): Use empty_unibyte_string.
15384 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
15386         * alloc.c (init_strings): Initialize canonical empty strings.
15387         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
15388         canonical empty string when the requested size is 0.
15390         * emacs.c (empty_unibyte_string): Rename from empty_string.
15391         (empty_multibyte_string): New canonical empty string.
15392         (syms_of_emacs): Don't initialize empty_string.
15394         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
15395         string, if appropriate.
15396         (empty_unibyte_string, empty_multibyte_string): New externs.
15397         (empty_string): Remove extern.
15399         * lread.c (syms_of_lread): Use empty_unibyte_string.
15401 2007-06-07  Jason Rumney  <jasonr@gnu.org>
15403         * s/ms-w32.h: Don't define HAVE_TZNAME.
15405         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
15407 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15409         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
15411         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
15412         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
15414         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
15415         Don't call next handler.
15416         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
15417         Remove argument.  Install handler to application.
15418         (set_frame_menubar): Don't change deep_p.
15419         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
15420         FRAME_OUTER_TO_INNER_DIFF_Y.
15421         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15422         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15423         [HAVE_DIALOGS]: New macros.
15424         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
15425         Use them.
15426         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
15428         * macselect.c [MAC_OSX] (install_service_handler): Rename from
15429         init_service_handler.  All callers changed.  Return OSStatus value.
15431         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
15432         All callers changed so as not to call SetPortWindowPort.
15433         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
15434         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
15435         mac_draw_string_common.
15436         (mac_draw_image_string_qd): Likewise.
15437         (mac_draw_string_common): Use them.  Add INLINE.
15438         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
15439         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
15440         GetGlobalMouse.
15441         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
15442         and FRAME_OUTER_TO_INNER_DIFF_Y.
15443         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
15444         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
15445         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
15446         repositioning window to mac_handle_window_event.
15447         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
15448         saving window location to mac_handle_window_event
15449         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
15450         (install_menu_target_item_handler): Remove argument in extern.
15451         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
15452         Also accept command events.
15453         (do_keystroke): New function created from XTread_socket.
15454         (init_command_handler): Remove functions.
15455         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
15456         and save window location by kEventWindowShowing and kEventWindowHiding
15457         handlers here.  Don't call next handler for window state change and
15458         focus events.
15459         (mac_handle_application_event, mac_handle_keyboard_event)
15460         [TARGET_API_MAC_CARBON]: New functions.
15461         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
15462         kEventWindowShowing and kEventWindowHiding events.  Move installation
15463         of mouse, font, text input and menu target item handlers to
15464         install_application_handler.
15465         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
15466         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15467         New function.
15468         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15469         Register it.
15470         (XTread_socket) [TARGET_API_MAC_CARBON]:
15471         Consolidate SendEventToEventTarget calls.
15472         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
15473         Move application activation handler to mac_handle_application_event.
15474         Move keyboard handler to mac_handle_keyboard_event.
15475         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
15476         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
15477         init_command_handler.  Call install_application_handler.
15479         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
15480         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
15482 2007-06-07  Glenn Morris  <rgm@gnu.org>
15484         * emacs.c (main): Use `emacs-copyright' in --version output.
15486 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
15488         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
15490 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15492         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
15494         * macgui.h: Replace WindowPtr with WindowRef.
15496         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
15497         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
15498         Replace ControlHandle with ControlRef.
15499         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
15501         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
15502         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
15503         Replace ControlHandle with ControlRef.
15504         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
15505         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
15507         * macterm.h (struct scroll_bar): Rename member control_handle_low
15508         and control_handle_high to control_ref_low and control_ref_high.
15509         All uses changed.
15510         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
15511         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
15512         respectively.  All uses changed.
15513         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
15514         (install_window_handler, remove_window_handler): Replace WindowPtr
15515         with WindowRef in externs.
15517 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
15519         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
15521 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
15523         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
15525         * frame.c (Fmouse_position, Fmouse_pixel_position):
15526         Condition on HAVE_GPM too.
15528         * term.c (term_mouse_highlight): Remove unused variables.
15529         (Fterm_open_connection): Set gpm_zerobased to 1.
15530         (term_mouse_movement, term_mouse_click, handle_one_term_event):
15531         Use zero based co-ordinates.
15532         (handle_one_term_event): Report a drag as mouse movement too.
15534         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
15536 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
15538         * image.c (search_image_cache): New function.  Require background
15539         color match if background color is unspecified in the image spec.
15540         (uncache_image, lookup_image): Use it.
15542 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
15544         * window.c (Fshrink_window): Reflow docstring.
15546 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
15548         * Version 22.1 released.
15550 2007-06-01  Richard Stallman  <rms@gnu.org>
15552         * xfns.c (x_encode_text): Add GCPRO.
15554 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15556         * xfns.c (x_set_name_internal): Save encoded name before
15557         x_encode_text in case string data is relocated.
15559 2007-05-31  Richard Stallman  <rms@gnu.org>
15561         * buffer.c (syms_of_buffer): Doc fix.
15563 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
15565         * sysdep.c (init_sys_modes): Add rather than replace with
15566         O_NONBLOCK.
15568         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
15569         term_mouse_moveto.
15571         * termhooks.h (term_mouse_moveto): New extern.
15573         * term.c (mouse_face_window): Rename...
15574         (Qmouse_face_window): ...to this.
15575         (term_show_mouse_face, term_clear_mouse_face)
15576         (term_mouse_highlight): Use Qmouse_face_window.
15577         (term_mouse_moveto): New function.
15578         (term_mouse_position): Make it work.
15579         (syms_of_term): Uncomment assignment to mouse_position_hook.
15580         Staticpro Qmouse_face_window.
15582 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15584         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
15585         around current_column call.
15587 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
15589         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
15590         * xdisp.c (next_element_from_buffer):
15591         * window.c (delete_window):
15592         * term.c (term_mouse_highlight):
15593         * msdos.c (getdefdir):
15594         * macterm.c (mac_create_bitmap_from_bitmap_data)
15595         (init_font_name_table):
15596         * fns.c (Fsxhash):
15597         * data.c (Fmake_local_variable):
15598         * ccl.c (ccl_driver): Likewise.
15600 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15602         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
15603         Call mac_wakeup_from_rne on window size change.
15605 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
15607         * image.c (uncache_image): Fix typo.
15609 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
15611         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
15613 2007-05-22  Richard Stallman  <rms@gnu.org>
15615         * xterm.c (x_connection_closed): Remove NO_RETURN.
15617 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
15619         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
15621 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
15623         * image.c (uncache_image): New function.
15624         (Fimage_refresh): New function.
15626 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
15628         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
15630 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
15632         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
15633         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
15635 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
15637         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
15638         conditional on [HAVE_GPM_H].
15640 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15642         * syntax.c (skip_chars): Update syntax-table only after we checked that
15643         the new location is valid.
15645 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15647         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
15648         mac_get_window_bounds.
15650 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
15652         * Makefile.in (LIBGPM): Allow it to be set from configure.
15653         If set then link Emacs with it.
15655         * config.in: Regenerate.
15657         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
15658         New externs.
15660         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
15661         Include gpm.h.
15662         (handle_one_term_event, term_gpm): New externs.
15664         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
15665         and allow it to be interrupted by SIGIO.
15667         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
15668         (wait_reading_process_output): Wait on gpm_fd too.
15669         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
15670         (add_gpm_wait_descriptor_called_flag): New variable.
15671         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
15673         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
15674         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
15675         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
15676         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
15677         (make_lispy_event): Add case GPM_CLICK_EVENT.
15678         (read_avail_input): Handle mouse input.
15680         * term.c (write_glyphs_with_face): New function.
15681         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
15682         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
15683         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
15684         (mouse_face_face_id, term_gpm, pos_x, pos_y)
15685         (last_mouse_x, last_mouse_y): New variables.
15686         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
15687         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
15688         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
15689         (Fterm_close_connection): New functions.
15690         (term_init): Initialise mouse_face_window.
15692 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
15694         * xdisp.c (redisplay_window): If first window line is a
15695         continuation line, recompute the new window start instead of
15696         recentering.
15698 2007-05-18  Glenn Morris  <rgm@gnu.org>
15700         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
15701         Suggested by Alfred M. Szmidt <ams@gnu.org>.
15703 2007-05-17  Glenn Morris  <rgm@gnu.org>
15705         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
15707 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15709         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
15710         dead key repeat and up events.
15712 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
15714         * image.c (pbm_load): Check image size for monochrome pbm.
15716 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
15718         * xterm.c (XTread_socket): Revert last change.
15720 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
15722         * image.c (pbm_load): Correctly check image size for greyscale pbm.
15724         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
15726 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15728         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
15729         mixup (YAILOM).
15731 2007-05-07  Andreas Schwab  <schwab@suse.de>
15733         * keymap.c (Flookup_key): Fix typo in last change.
15735 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15737         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
15738         mapping for unibyte strings.
15740 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15742         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
15743         (Fx_popup_dialog) [MAC_OSX]: Likewise.
15745 2007-04-29  Richard Stallman  <rms@gnu.org>
15747         * insdel.c (replace_range): For undo, record insertion first.
15749 2007-04-29  Andreas Schwab  <schwab@suse.de>
15751         * lisp.h (VECSIZE): Use OFFSETOF.
15753 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15755         * xdisp.c (try_window_reusing_current_matrix): Fix number of
15756         disabled lines.
15758 2007-04-28  Richard Stallman  <rms@gnu.org>
15760         * lread.c (read_escape): In a string, \s is always space.
15762 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
15764         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
15766         * gtkutil.c (xg_update_menubar, create_menus): Create empty
15767         submenu for menu bar items.
15769 See ChangeLog.10 for earlier changes.
15771 ;; Local Variables:
15772 ;; coding: utf-8
15773 ;; add-log-time-zone-rule: t
15774 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15775 ;; End:
15777     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
15779   This file is part of GNU Emacs.
15781   GNU Emacs is free software: you can redistribute it and/or modify
15782   it under the terms of the GNU General Public License as published by
15783   the Free Software Foundation, either version 3 of the License, or
15784   (at your option) any later version.
15786   GNU Emacs is distributed in the hope that it will be useful,
15787   but WITHOUT ANY WARRANTY; without even the implied warranty of
15788   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15789   GNU General Public License for more details.
15791   You should have received a copy of the GNU General Public License
15792   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15794 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40