Remove experimental code inadvertently introduced when reverting the
[emacs.git] / src / ChangeLog
blob22a9b1909ebaf277104ef2d1fd5e1f79e3c5b6ca
1 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
3         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4         it is not even used.
6 2009-01-16  Glenn Morris  <rgm@gnu.org>
8         * font.c (Ffont_variation_glyphs): Silence compiler.
10 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
12         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
13         Reported by David Robinow <drobinow@gmail.com>.
15 2009-01-15  Kenichi Handa  <handa@m17n.org>
17         * coding.c (detect_coding_system): Fix handling of
18         null_byte_found.
20 2009-01-14  Jason Rumney  <jasonr@gnu.org>
22         * frame.c (x_set_font): Always store a font to the font parameter,
23         never a fontset. (Bug#1562)
25 2009-01-14  Kenichi Handa  <handa@m17n.org>
27         * coding.c (TWO_MORE_BYTES): New macro.
28         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of
29         ONE_MORE_BYTE.
31 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
33         * font.c (font_clear_prop): If clearing the family, clear the font
34         width index too.
36         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last
37         change.
39 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
41         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
42         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
43         functions, use sizeof.
45 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
47         * keyboard.c (read_char): Fix case where last_nonmenu_event
48         returned a bad value with submenus.  (Bug#447)
50 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
52         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
53         family, clear the font width index too.
55 2009-01-11  Jason Rumney  <jasonr@gnu.org>
57         * keyboard.c (cmd_error_internal): Exit when errors occur before
58         frame creation and not in daemon mode.  (Bug#1836)
60 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
62         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
63         of a display vector, backtrack.
64         (try_window_reusing_current_matrix): Check glyph type before
65         referencing charpos member.
67 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
69         Fix Bug #876:
71         * coding.c (inhibit_null_byte_detection): New variable.
72         (detect_coding, detect_coding_system): Don't pay attention to null
73         bytes if inhibit_null_byte_detection is non-zero.
74         (syms_of_coding) <inhibit-null-byte-detection>: Declare and
75         document.
76         <inhibit-iso-escape-detection>: Doc fix.
78 2009-01-09  Jason Rumney  <jasonr@gnu.org>
80         * w32font.c (add_font_entity_to_list): Don't report unknown
81         Windows charset as any unrecognized registry. (Bug#1548)
82         Only report Unicode Plane 2 fonts as unicode-sip.
84 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
86         * xfaces.c (Fx_font_family_list): Function deleted.  Compatibility
87         version moved to faces.el.
89         * font.c (Ffont_family_list): Return a list of strings, not
90         symbols.
92 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
94         * frame.c (x_set_frame_parameters): Remember requested value for
95         fullscreen before it's reset by the parameter handler.
97 2009-01-09  Glenn Morris  <rgm@gnu.org>
99         * keyboard.c (last_command_char): For clarity, rename to...
100         (last_command-event): ... and update all users.
101         (last_input_char): For clarity, rename to...
102         (last_input_event): ... and update all users.
103         (last-command-char, last-input-char): Move to subr.el as aliases.
104         * cmds.c, commands.h: Update for last_command_char rename.
106 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
108         * font.c (font_open_for_lface): Handle unspecified height
109         attribute.
111 2009-01-08  Jason Rumney  <jasonr@gnu.org>
113         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
114         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
115         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
116         Don't declare.
117         (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
118         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
120 2009-01-07  Kenichi Handa  <handa@m17n.org>
122         * fileio.c (Finsert_file_contents): In the case of replace,
123         remember the coding system used for decoding in
124         coding_system (Bug#1039).
126         * coding.c (decode_coding_utf_8): Check byte_after_cr before
127         breaking the loop.  (Bug#870)
128         (decode_coding_utf_16, decode_coding_emacs_mule)
129         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
130         (decode_coding_charset): Likewise.
132 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
134         * frame.c (x_set_frame_parameters): Make sure height (width) get
135         applied when fullwidth (fullheight) is set.  (Bug#1522)
137 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
139         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
140         (utc_base): Declare as ULONGLONG, not long double.
141         (convert_time_raw): Delete.
142         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
143         (initialize_utc_base): New function.
144         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
145         (convert_from_time_t): Use initialize_utc_base; compute result with
146         64-bit arithmetic.
147         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
149 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
151         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
152         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
153         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
154         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
155         [!subprocesses]: Define.
156         (syms_of_process) [!subprocesses]: Intern and staticpro them.
157         (Flist_system_processes, Fsystem_process_attributes)
158         [!subprocesses]: Call list_system_processes and
159         system_process_attributes instead of returning Qnil.
161         * dosfns.c (system_process_attributes, list_system_processes):
162         New functions.
164         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
166         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
167         Don't use the default (no-op) implementation.
169 2009-01-03  Jason Rumney  <jasonr@gnu.org>
171         * keyboard.c (parse_modifiers_uncached): Wheel events are
172         clicks (bug#687).
174         * w32term.c (x_query_colors, x_query_color): New functions.
176         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
177         (svg_load_image): Cast returned pointers from dynamically loaded
178         functions.  Eliminate W32 specific code.
180 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
182         * nsfns.m (x_set_foreground_color, x_set_background_color)
183         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
184         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
185         x_ prefix instead of ns_.  Update references.
186         (syms_of_nsfns): Add a FIXME comment.
188         * nsterm.m (x_set_cursor_type): New prototype.
189         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
191         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
192         for Solaris instead of incorrectly providing Qutime and Qcutime.
194 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
196         * w32.c (process_times): Compute sum of utime and stime.
197         (system_process_attributes): Add Qtime to the alist.
199         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
200         and add them to the alist.
202         * process.c (top level) <Qtime, Qctime>: New variables.
203         (syms_of_process): staticpro them.
204         (Fsystem_process_attributes): Add their documentation to the doc
205         string.
207         * process.h: Declare Qtime and Qctime.
209 2009-01-02  Jason Rumney  <jasonr@gnu.org>
211         * image.c (Qgobject): New symbol.
212         (syms_of_image): Initialize it.
213         (init_svg_functions): Load some functions from gobject library.
215 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
217         * frame.c (make_terminal_frame): Remove redundant code and useless
218         block.
220 2009-01-01  Andreas Schwab  <schwab@suse.de>
222         * process.c (conv_sockaddr_to_lisp): Add workaround for
223         getsockname bug on BSD.
225 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
227         * xfns.c (x_create_tip_frame): Set border width of the X window.
229         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error
230         message.
232 2009-01-01  Jason Rumney  <jasonr@gnu.org>
234         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
235         Don't block input, as per earlier xterm.c changes.
237 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
239         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
240         (ns_appkit_version_int): New function.
241         (x-server-version): Use ns_appkit_version_int and follow 21+
242         convention of returning 3 integers.
244 2008-12-30  Kenichi Handa  <handa@m17n.org>
246         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
247         (CHAR_SURROGATE_PAIR_P): New macro.
249         * font.h (struct font_driver): New member get_variation_glyphs.
251         * font.c (font_range): Don't require a font for a variation selector.
252         (Ffont_variation_glyphs): New function.
253         (syms_of_font): Defsubr it.
255         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
256         ftfont_variation_glyphs.
257         (setup_otf_gstring): New function.
258         (ftfont_drive_otf): Use it.
259         (ftfont_shape_by_flt): Handle variation selector.
260         (ftfont_variation_glyphs): New function.
262 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
264         * frame.c (Vemacs_iconified): Remove.
266 2008-12-30  Jason Rumney  <jasonr@gnu.org>
268         * frame.c (store_frame_param, x_get_arg): Enable newer code on
269         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
271 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
273         * indent.c (Fvertical_motion): Don't advance iterator if we have
274         reseated to the desired position.
276         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
277         checking for pos match.
279 2008-12-30  Kenichi Handa  <handa@m17n.org>
281         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
282         just get the low 8-bit of the code.
284         * font.c (font_intern_prop): Validate str as multibyte.
286 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
288         * dispextern.h (struct face): Move lface and hash from the middle
289         of bitfields.
291         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
293 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
295         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
296         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
297         instead of intervals.h.
299 2008-12-26  Andreas Schwab  <schwab@suse.de>
301         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
302         cons.
304 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
306         * textprop.c (Qminibuffer_prompt): New variable.
307         (syms_of_textprop): Initialize it.
308         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
309         in minibuffer-prompt face.  (Bug#1662)
311 2008-12-25  Jason Rumney  <jasonr@gnu.org>
313         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
315 2008-12-24  Jason Rumney  <jasonr@gnu.org>
317         * ralloc.c (r_alloc_reset_variable): New function.
319         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
320         record of what points where.  (Bug#716)
322 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
324         * minibuf.c (read_minibuf): Follow the non-interactive case when
325         running as a daemon, before detaching.
327 2008-12-22  Andreas Schwab  <schwab@suse.de>
329         * buffer.c (init_buffer): Use realloc instead of xrealloc.
330         * gtkutil.c (free_widget_value): Use xfree instead of free.
332 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
334         * frame.c (delete_frame): New function derived from
335         Fdelete_frame to handle Qnoelisp value for FORCE argument.
336         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
337         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
338         saying that FORCE non-nil doesn't run `delete-frame-functions'.
339         * frame.h: Extern delete_frame.
340         * window.c (window_loop):
341         * terminal.c (delete_terminal):
342         * xterm.c (x_connection_closed):
343         * xfns.c (Fx_hide_tip):
344         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
346 2008-12-21  Jason Rumney  <jasonr@gnu.org>
348         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
349         when character maps to .notdef character.
351 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
355 2008-12-20  Jason Rumney  <jasonr@gnu.org>
357         * frame.c (Fmake_terminal_frame): Raise an error when called from
358         a graphical frame on Windows.  (Bug#1325)
360 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
362         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
364 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
366         * minibuf.c (Fread_buffer): Doc fix.
368 2008-12-20  Jason Rumney  <jasonr@gnu.org>
370         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
371         server name in UNC paths.  (Bug#719)
373         * coding.c (decode_coding): Clear chars_at_source flag when using
374         charbuf.  (Bug#1035)
376 2008-12-19  Daniel Engeler  <engeler@gmail.com>
378         * sysdep.c (serial_configure): Fix typo.
380 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
382         * sysdep.c: Include alloca.h.
383         (system_process_attributes): Add implementation for Solaris.
385         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
387 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
389         Reorganize implementation of Flist_system_processes and
390         Fsystem_process_attributes.  No functional changes.
391         * process.c: Don't #include pwd.h, grp.h and limits.h.
392         (Flist_system_processes): Just call list_system_processes.
393         (Fsystem_process_attributes): Just call system_process_attributes.
394         (procfs_list_system_processes, time_from_jiffies)
395         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
396         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
398         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
399         (list_system_processes): Rename from
400         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
401         Provide a do nothing implementation.
402         (system_process_attributes): Rename from
403         procfs_list_system_processes.
404         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
405         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
407         * w32.c (list_system_processes): Rename from
408         w32_list_system_processes.
409         (system_process_attributes): Rename from
410         w32_system_process_attributes.
412         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
414         * process.h (w32_list_system_processes)
415         (w32_system_process_attributes): Remove.
416         (list_system_processes, system_process_attributes): New
417         prototypes.
419 2008-12-19  Kenichi Handa  <handa@m17n.org>
421         * xfont.c (xfont_decode_coding_xlfd): New function.
422         (xfont_encode_coding_xlfd): New function.
423         (xfont_list_pattern): Decode XLFD by iso-8859-1.
424         (xfont_list): Decode and encode XLFD by iso-8859-1.
425         (xfont_match): Likewise.
426         (xfont_list_family): Likewise.
427         (xfont_open): Likewise.
429         * ftfont.c (ftfont_open): Generate a multibyte string if given
430         names are utf-8.
432         * xftfont.c (xftfont_open): Generate a multibyte string if given
433         names are utf-8.
435 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
437         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
438         changed.
439         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
440         clicked on a detached tool bar button.
442 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
444         * emacs.c (main): Print and error and exit when no data is read
445         from the pipe.
447 2008-12-17  Jason Rumney  <jasonr@gnu.org>
449         * w32font.c (w32font_has_char): Always return -1.
451 2008-12-16  Kenichi Handa  <handa@m17n.org>
453         * font.c (font_open_entity): Fix previous change.
455 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
457         * process.c: Include <limits.h>.
459 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
461         * font.c (font_update_drivers): Fix mistake in reconstructing the
462         driver list.
464 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
466         * font.c (font_clear_cache): Fix format of font cache data.
468 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
470         * xftfont.c (xftfont_open): Free Xft font pattern if
471         XftFontOpenPattern fails.
473         * xterm.c (x_free_frame_resources): Remove extraneous call to
474         free_frame_faces.
476 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
478         * xterm.c (x_delete_display): Move xim_close_dpy call to
479         x_delete_terminal.
480         (x_delete_terminal): Call xim_close_dpy.
482 2008-12-13  Jason Rumney  <jasonr@gnu.org>
484         * w32font.c (intern_font_name): New function.
485         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
486         (w32font_open_internal, Fx_select_font): Decode font name.
487         (fill_in_logfont, list_all_matching_fonts): Encode font name.
489         * w32font.h (intern_font_name): Declare new function.
491         * w32uniscribe.c (add_opentype_font_name_to_list):
492         Use intern_font_name.
494 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
496         * frame.c (Fdelete_frame): Call free_font_driver_list.
498         * font.c (free_font_driver_list): Implement missing function.
500         * w32term.c (w32_term_init): Don't initialize the image cache
501         here; it will be done in init_frame_faces.
503         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
504         (struct x_display_info): Remove unused member null_pixel.  New
505         member xim_callback_data.
507         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
508         (xim_initialize): Save pointer to callback function data.
509         (xim_close_dpy): Free callback function data.  Call XCloseIM,
510         reverting 2008-11-04 change by David Smith.
511         (x_term_init): Don't initialize the image cache here; it will be
512         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
513         (x_delete_display): Free x_dnd_atoms member.
515 2008-12-13  Kenichi Handa  <handa@m17n.org>
517         * font.c (font_rescale_ratio): Moved from xfaces.c.
518         Argument type changed.  Handle a font-spec too.
519         (font_score): Check Vface_font_rescale_alist.
520         (font_open_entity): Likewise.  (Bug#1547)
522         * xfaces.c (font_rescale_ratio): Moved to font.c.
524 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
526         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
528 2008-12-12  Jason Rumney  <jasonr@gnu.org>
530         * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
531         Vwindow_system_version to the real w32 major version.
533 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
535         * term.c (init_tty): Move setting the terminal name before the
536         potential user: maybe_fatal.
538 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
540         * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
541         all callers changed.  Call free_frame_faces to free the face cache.
543 2008-12-11  Jason Rumney  <jasonr@gnu.org>
545         * w32font.c (fill_in_logfont): Don't assume symbol script means
546         SYMBOL_CHARSET.  (Bug#547)
548         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
549         size for surrogates.  (Bug#1096, bug#872)
551 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
553         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
555 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
557         * process.c (Fsystem_process_attributes, syms_of_process):
558         Fix typo in name of Ssystem_process_attributes.
559         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
561 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
563         * syntax.c (Fmodify_syntax_entry): Doc fix.
565 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
567         * font.c (Ffont_spec): Move usage to end of docstring.
569 2008-12-10  Jason Rumney  <jasonr@gnu.org>
571         * w32font.c (Qcham): New symbol.
572         (font_supported_scripts): Add cham, and comments for other new
573         scripts in bitfield from OpenType spec.
574         (add_font_entity_to_list): Limit unicode-sip fonts to those that
575         contain characters beyond the bmp.
577 2008-12-10  Kenichi Handa  <handa@m17n.org>
579         * ftfont.c (fc_charset_table): Add "unicode-sip".
580         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
581         Qunicode_sip.
583 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
585         * coding.c (QCdefault_char): Rename from QCdefalut_char.
586         (Fcoding_system_put): Use QCdefault_char.
587         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
589 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
591         * xftfont.c (syms_of_xftfont): Fix typo.
593         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
595 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
597         * emacs.c (main): Close daemon_pipe on exec.
599 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
601         * termchar.h (struct tty): New members termcap_term_buffer and
602         termcap_strings_buffer.
604         * term.c (encode_terminal_code): Free any previous memory blocks
605         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
606         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
607         All callers changed.
608         (init_tty): Store termcap data and string buffers in new struct
609         tty members termcap_term_buffer and termcap_strings_buffer.
610         (delete_tty): Free them.
611         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
613 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
615         * nsfns.m (ns_set_background_color): Remove code duplication.
616         It was a substitute for face-transparency on OS X 10.3.
618 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
620         * coding.c (make_conversion_work_buffer): Disable buffer
621         modification hooks in the work buffer.
623 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
625         * process.c (procfs_system_process_attributes): If `nread' has a
626         negative value, assign zero to it.
628 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
630         * eval.c (Vdebug_on_error): Doc fix.
632 2008-12-05  Kenichi Handa  <handa@m17n.org>
634         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
635         second character is a combining character.
637 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
639         * process.c (procfs_system_process_attributes): Don't use cmd,
640         cmdsize, and q without initializing them first.
642 2008-12-04  Jason Rumney  <jasonr@gnu.org>
644         * w32font.c (w32font_draw): Initialize orig_clip before getting
645         it, and delete it when finished.
647 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
649         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
650         case when running as a daemon before detaching.
652 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
654         * w32.c (init_environment): Don't unload library shell32.dll.
656 2008-12-03  Kenichi Handa  <handa@m17n.org>
658         * font.c (font_at): Set `multibyte' at first.
660         * coding.c (decode_coding_charset): Check type of an element of
661         vector VALIDS.
662         (encode_coding_emacs_mule): Be sure to set `code'.
664         * fontset.c (face_for_char): Handle invalid charset property correctly.
665         (font_for_char): Likewise.
667 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
669         * font.c (Fopen_font): Compute pixel size correctly.
670         (font_update_lface): Handle fonts with corrupted size specs,
671         i.e. non-int and non-float.
673         * ftfont.c (ftfont_match): Initialize entity variable.
674         (ftfont_resolve_generic_family): Avoid using uninitialized var.
675         (ftfont_list_family): Initialize list var earlier.
677         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
679         * xterm.c (x_draw_glyph_string): Fall back on
680         underline_minimum_offset for underline position.
682 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
684         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
686         * character.c (c_string_width): Specify the type for LEN.
688 2008-12-03  Kenichi Handa  <handa@m17n.org>
690         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
691         (decode_coding_utf_8): Likewise.
692         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
693         (produce_chars): Initialize consumed_chars to 0.
695 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
697         * keyboard.c (make_lispy_position): Only use PT if the selected
698         window is current.
700 2008-12-02  Andreas Schwab  <schwab@suse.de>
702         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
704         * doprnt.c (doprnt1): Fix size of charbuf.
706 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
708         * keyboard.c (timer_check): Revert last change.
710 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
712         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
714 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
716         * makefile.w32-in: Update dependencies.
717         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
719 2008-12-01  Andreas Schwab  <schwab@suse.de>
721         * font.c (register_font_driver): Use xmalloc.
722         (font_put_frame_data): Likewise.
724 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
726         * xfaces.c (realize_x_face): Make abort condition clearer.
728         * gtkutil.c (update_frame_tool_bar): Initialize variable.
730 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
732         * keyboard.c (timer_check): After a timer runs, ensure that the
733         selected window's buffer is current.
735 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
737         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
738         It was accidentally restored by the Unicode merge.
740         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
742 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
744         * w32proc.c: Include "coding.h".
745         (Fw32_short_file_name): Encode filename passed to Windows API.
746         (Fw32_long_file_name): Encode filename passed to Windows API and
747         decode back the result.  (Bug#1433)
749 2008-11-29  Kenichi Handa  <handa@m17n.org>
751         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
752         not before accessing it.
754         * charset.c (Fdefine_charset_internal): After calculating
755         min_char, max_char, and fastmap, copy the charset structure again.
756         (encode_char): Fix the previous change.
758 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
760         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
762         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
764         * nsterm.m (x_set_frame_alpha): New function.
766 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
768         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
770 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
772         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
773         pointer to check_face_name.
775 2008-11-27  Kenichi Handa  <handa@m17n.org>
777         * category.h (SET_CATEGORY_SET): Call set_category_set.
778         (set_category_set): Extern it.
780         * category.c (hash_get_category_set): New function.
781         (Fmodify_category_entry): Adjusted for the change of
782         char_table_ref_and_range.  Call hash_get_category_set to get a
783         category set to store in the table.
785         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
786         Funify_charset.
788         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
789         (DECODE_CHAR): Check if the decoder vector is ready.
790         (ENCODE_CHAR): Check if the encoder char-table is ready.
791         (maybe_unify_char): Extern it.
793         * charset.c (Vchar_unified_charset_table): Delete it.
794         (inhibit_load_charset_map): New variable.
795         (temp_charset_work): New variable.
796         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
797         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
798         New macros.
799         (load_charset_map): Meaning of control_flag changed.  If
800         inhibit_load_charset_map is nonzero, setup a table in
801         temp_charset_work.
802         (load_charset): New argument control_flag.
803         (map_charset_for_dump): New function.
804         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
805         map_charset_for_dump.
806         (Fdefine_charset_internal): If the charset method is MAP, load
807         mapping tables by calling load_charset.
808         (Funify_charset): Don't load a mapping table but directly set
809         Vchar_unify_table.
810         (maybe_unify_char): New function.
811         (decode_char): Don't handle the deleted method MAP_DEFERRED.
812         Handle the case of inhibit_load_charset_map being nonzero.
813         (encode_char): Don't handle the deleted method MAP_DEFERRED.
814         Handle the case of inhibit_load_charset_map being nonzero.
815         (Fclear_charset_maps): Just free temp_charset_work.
816         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
817         variable.
819         * chartab.c (sub_char_table_ref_and_range): Adjusted for the
820         change of char_table_ref_and_range.
821         (char_table_ref_and_range): Change the meaning of argument FROM
822         and TO.  Now the caller must provide initial values for *FROM
823         and *TO.
825         * fontset.c (fontset_add): Adjusted for the change of
826         char_table_ref_and_range.
827         (fontset_get_font_group): Likewise.
828         (Ffontset_info): Likewise.
830         * keymap.c (describe_vector): Adjusted for the change of
831         char_table_ref_and_range.  For char-table, put boundary between
832         non-ASCII and 8-bit characters.
834         * print.c (print_object): For bool-vector, delete unnecessary
835         check of ASCII_BYTE_P.
837 2008-11-26  Jason Rumney  <jasonr@gnu.org>
839         * w32font.c (w32font_open_internal): Don't include external
840         leading in font height.  (Bug#879)
842 2008-11-26  Glenn Morris  <rgm@gnu.org>
844         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
845         redefinition with ifdef.  (Bug#1383)
847 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
849         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
851 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
853         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
854         New EmacsView methods.
855         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
856         Fixes bug #1048,1357,1414.
858 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
860         Fix bug #1362.
861         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
862         is not an indexed color.
863         * nsterm.m (free_indexed_color): Add argument checking.
864         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
866 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
868         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
869         Document confirm-after-completion value for
870         minibuffer-completion-confirm.
872 2008-11-24  Jason Rumney  <jasonr@gnu.org>
874         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
875         warning.
877 2008-11-23  Jason Rumney  <jasonr@gnu.org>
879         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
880         restored before returning.
882         * w32font.c (check_face_name): New function.
883         (add_font_entity_to_list): Use it to filter out common substituted
884         fonts.  (Bug#642)
886 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
888         * buffer.c (Fswitch_to_buffer): Reword and mention new option
889         confirm-nonexistent-file-or-buffer in doc-string.
891 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
894         Fix copy/paste typo.  Add checks.
896 2008-11-21  Kenichi Handa  <handa@m17n.org>
898         * coding.c (detect_coding_iso_2022): Reject invalid composition
899         sequence.
900         (DECODE_COMPOSITION_START): If the current source is the last
901         block, and the current composition doesn't end, regard this
902         sequence as invalid.
903         (decode_coding_iso_2022): Handle invalid composition sequence.
905 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
907         * window.c (coordinates_in_window): Don't return
908         ON_VERTICAL_BORDER for the rightmost position of a mode/header
909         line when the window is not the rightmost one.  (Bug#1372)
911 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
913         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
915 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
917         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
918         and bright_bg if noninteractive is non-zero.
920 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
922         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
923         x_draw_glyph_string_background.
925         * w32term.c (x_draw_glyph_string): Likewise.
927 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
929         * xterm.c (x_draw_glyph_string): Stop drawing the background of
930         the next glyph string once past the overhang width.
932         * nsterm.m (ns_draw_glyph_string): Likewise.
934         * w32term.c (x_draw_glyph_string): Likewise.
936 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
938         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
939         double file close.
941 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
943         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
944         dedicated status of window before attempting to display another
945         buffer in it.
947 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
949         * msdos.c (Fmsdos_long_file_names):
950         (syms_of_msdos) <dos-unsupported-char-glyph>:
951         * dosfns.c (Fint86): Fix typos in docstrings.
953 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
955         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
957 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
959         * puresize.h (BASE_PURESIZE): Increase to 1260000.
961 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
963         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
965         * frame.h: Negative alpha means "don't touch".
967         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
969         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
971 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
973         * hftctl.c:
974         * chpdef.h:
975         * acldef.h: Remove files used only for systems no longer supported.
977         * Makefile.in: Fix .o alphabetical ordering.
978         (hftctl.o): Remove dependency, file removed.
979         (keymap.o, print.o): Depend on charset.h.
981 2008-11-10  Kenichi Handa  <handa@m17n.org>
983         * character.c (Fget_byte): Fix and make it faster for unibyte target.
985 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
987         * dired.c (file_name_completion): If completion_ignore_case is
988         enabled, ignore case when checking completion-regexp-list.
990 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
992         * vm-limit.c (get_lim_data): Fix last change.
994 2008-11-08  Kenichi Handa  <handa@m17n.org>
996         * character.c (Fget_byte): New function.
997         (syms_of_character): Defsubr Fget_byte.
999 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
1001         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
1002         cursor position is valid after scrolling.
1004 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
1006         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
1008 2008-11-06  Glenn Morris  <rgm@gnu.org>
1010         * xterm.c (handle_one_xevent): Don't let popup menus cause
1011         mouse-autoselect-window related window switching.  (Bug#1261)
1013 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
1015         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
1017 2008-11-04  Andreas Schwab  <schwab@suse.de>
1019         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
1021 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1023         * xfns.c (Fx_wm_set_size_hint): New function.
1025 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
1027         * textprop.c (Fprevious_single_char_property_change): Return 0
1028         when there's no change in a string.  (Bug#1301)
1030 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1032         * frame.c (do_switch_frame): New argument NORECORD passed to
1033         Fselect_window.
1034         (Fselect_frame): New argument NORECORD passed to
1035         do_switch_frame.
1036         (Fset_frame_selected_window): New argument NORECORD passed to
1037         Fselect_frame.
1038         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
1039         in call of do_switch_frame.
1040         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
1041         Handle NORECORD argument in call of Fselect_frame.
1042         * lisp.h (do_switch_frame, Fselect_frame)
1043         (Fset_frame_selected_window): Adjust declarations.
1044         * window.c (select_frame_norecord): New function.
1045         (run_window_configuration_change_hook): Use it and call
1046         Fselect_frame with NORECORD set.
1047         (Fselect_window): Pass NORECORD to Fselect_frame.
1048         (Fset_window_configuration): Handle NORECORD argument in call of
1049         do_switch_frame.
1050         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
1051         Fset_frame_selected_window.
1052         * keyboard.c (command_loop_1): Handle NORECORD in call of
1053         Fselect_frame (currently ifdefd).
1055 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1057         * emacs.c (USAGE2): Untabify.
1059 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1061         * composite.c (fill_gstring_header): Fix copy/paste typo.
1063 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1065         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
1066         (Fother_window): Rename argument and rewrite doc-string.
1067         (select_window_norecord): Fix return value.  (Bug#1276)
1069 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1071         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
1072         new frames overriding foreground for tooltips.  Based on similar patch
1073         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
1075 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1077         * emacs.c (Fdaemon_initialized): Initialize nfd.
1079 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
1081         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
1082         (Fwindow_text_height): Clarify doc-strings.
1083         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
1084         doc-string of window-scroll-functions.
1086 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1088         * category.c (syms_of_category): Fix typo in docstring.
1090 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
1092         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
1093         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
1094         Fix typos in docstrings.
1096 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
1098         * emacs.c (daemon_pipe): Make non-static.
1099         (IS_DAEMON): Move definition ...
1100         * lisp.h (IS_DAEMON): ... here.
1101         (daemon_pipe): Declare.
1102         (is_daemon): Remove.
1103         * dispnew.c (init_display): Use IS_DAEMON.
1105 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
1108         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
1110         * emacs.c (is_daemon): Remove.
1111         (main): Don't set is_daemon.
1112         (IS_DAEMON): New macro.
1113         (Fdaemonp, Fdaemon_initialized): Use it.
1114         (Fdaemon_initialized): Write a char into the pipe to make sure the
1115         parent exits.
1116         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
1118 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
1120         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
1121         over-sized glyph, draw it with the default glyph width.
1123         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
1124         glyph, draw it with the default glyph width.
1126         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
1127         glyph, draw it with the default glyph width.
1129         * xdisp.c (try_scrolling): When computing the distance from the
1130         scroll margin to PT, try moving some distance past the window
1131         bottom before giving up.
1133 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
1135         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
1136         (Fset_window_buffer): Explain in doc-string that a window can be
1137         "strongly" dedicated to its buffer.
1139 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1141         * emacs.c (daemon_name): New variable.
1142         (main): Deal with --daemon=SERVER_NAME.
1143         (Fdaemonp): Return a name if one was passed to --daemon.
1145 2008-10-26  Romain Francoise  <romain@orebokech.com>
1147         * emacs.c (daemon_pipe): New variable.
1148         (main): Create a pipe before forking, make the parent exit only after
1149         the child has closed its end of the pipe.  Move closing the
1150         descriptors ...
1151         (Fdaemon_initialized): ... here.  New function.
1153 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
1156         the previous unoptimized table.
1158         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
1159         the distinction between non-nil and non-t value of `dedicated'.
1161 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
1163         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
1164         read_char_minibuf_menu_text is large enough to hold the menu string.
1166 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1168         * window.c (Fget_buffer_window, Fdelete_windows_on)
1169         (Freplace_buffer_in_windows): Make buffer argument optional and
1170         rename to buffer_or_name.
1172 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
1174         * xdisp.c (handle_single_display_spec, handle_display_prop):
1175         Undo 2005-05-16 change.
1176         (handle_stop): Pop iterator if it's loaded with an empty string.
1177         (get_overlay_strings_1): Don't save iterator if it's loaded with
1178         an empty string (bug#1201).
1180 2008-10-24  Kenichi Handa  <handa@m17n.org>
1182         * ftfont.c (ftfont_otf_features): Fix previous change.
1183         (ftfont_otf_capability): Check FeatureList.FeatureCount before
1184         calling ftfont_otf_features.
1186 2008-10-24  Kenichi Handa  <handa@m17n.org>
1188         * font.c (font_match_p): Fix for the case that a vector of
1189         characters is in script-representative-chars.
1191 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
1193         * dbusbind.c (xd_in_read_queued_messages): New variable.
1194         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
1195         (xd_read_queued_messages): Catch Qdbus_error from the macros.
1196         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
1197         macro.  (Bug#1186).
1199 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
1201         * s/sol2-10.h: New file.
1203 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1205         * xdisp.c (fill_glyph_string): Fix typo in source (though the
1206         poor beast has survived 9+ years and the jump from xterm.c!).
1208 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
1210         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
1211         Reword doc-string.
1212         (Fbury_buffer): In doc-string say what happens to the buffer's window.
1214 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1216         * character.c (syms_of_character) <script-representative-chars>:
1217         <unicode-category-table>: Doc fixes.
1219 2008-10-23  Noah Friedman  <friedman@splode.com>
1221         * coding.c (make_conversion_work_buffer): Check that
1222         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
1223         Fget_buffer_create.
1225 2008-10-23  Kenichi Handa  <handa@m17n.org>
1227         * font.c (font_add_log): Check the values of extra properties.
1229 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
1231         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
1232         Reword doc-string.
1233         (Fset_window_parameter): Use NILP.
1234         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
1235         (Frecenter): Use "selected" instead of "current" window in doc-strings.
1237 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1239         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
1241 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1243         * nsfns.m (ns_appkit_version): New function.
1244         (x-server-version): Use it.
1245         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
1246         (x-server-vendor): Don't check_ns().
1248         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
1250 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1252         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
1253         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
1255 2008-10-22  Kenichi Handa  <handa@m17n.org>
1257         * syntax.c (scan_words): Call word_boundary_p instead of comparing
1258         scripts.
1260         * category.c (word_boundary_p): Check scripts instead of charset.
1261         Handle nil value in word-separating-categories and
1262         word-combining-categories.
1263         (syms_of_category): Fix docstrings of word-separating-categories
1264         and word-combining-categories.
1266 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
1268         * coding.c (Fencode_coding_region, Fdecode_coding_region)
1269         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
1271 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
1273         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
1274         Rename arg "buffer" to "buffer_or_name".
1275         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
1276         it optional.
1277         (no_switch_window): Remove since the return value is not used.
1278         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
1279         Consider window as dedicated when Fwindow_dedicated_p returns a
1280         non-nil value.
1281         * lisp.h: Remove prototype for no_switch_window.
1283 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
1285         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
1286         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
1288 2008-10-21  Kenichi Handa  <handa@m17n.org>
1290         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
1291         check Vlatin_extra_code_table.
1293 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1295         * fileio.c (Fset_file_modes): Doc fix.
1297 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
1299         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
1300         in arrays.
1302 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1304         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
1305         Mention kill-buffer in doc-string.
1306         (Fset_window_buffer): Reinsert tem check removed in last commit.
1307         (Fenlarge_window, Fshrink_window): Have argument names and
1308         doc-string follow Elisp manual more closely.
1310 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1312         * fileio.c (Fset_file_modes): Doc fix.
1314 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
1316         * window.c (Fwindow_width, Fset_window_start)
1317         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
1318         (Fdelete_windows_on, Freplace_buffer_in_windows):
1319         Make doc-strings follow code and Elisp manual more closely.
1320         (Fwindow_dedicated_p): Make window argument optional.
1321         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
1322         (Fset_window_buffer): Respect any non-nil dedicated value for
1323         window.  Rename "buffer" argument to "buffer_or_name".
1325 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
1327         * m/sh3.h: New file, machine description for SuperH.
1329 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
1331         * window.c (Fsplit_window): Rename arg horflag to horizontal.
1333 2008-10-17  Kenichi Handa  <handa@m17n.org>
1335         * ftfont.c (ftfont_otf_features): Fix indexing
1336         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
1338 2008-10-16  Magnus Henoch  <mange@freemail.hu>
1340         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
1341         (Fdbus_call_method_asynchronously): Ditto.
1342         This change makes C-h f display the argument list.
1344 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
1346         * fileio.c (Fexpand_file_name): Doc fix.
1348         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
1349         of :foreground and :background equivalent to unspecified (20.x
1350         compatibility).
1352 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
1354         * buffer.c (syms_of_buffer): Doc fix.
1356 2008-10-14  Kenichi Handa  <handa@m17n.org>
1358         * font.c (font_clear_prop): When clearing font width, clear the
1359         average width field too.
1361 2008-10-12  Andreas Schwab  <schwab@suse.de>
1363         * ftfont.c (ftfont_shape_by_flt): Make static.
1364         * ftfont.h (ftfont_shape_by_flt): Don't declare.
1366         * font.c: Don't include <m17n-flt.h>.
1368 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1370         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
1372 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1374         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
1375         away code.
1377 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1379         * dispnew.c (update_text_area): Avoid looping due to large glyph
1380         overhangs (bug#1070).
1382 2008-10-09  Kenichi Handa  <handa@m17n.org>
1384         * fontset.c (face_for_char): If face->fontset is negative, just
1385         return ascii_face.
1387         * font.c (font_delete_unmatched): Fix previous change.
1388         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
1390 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1392         * frame.c (Fraise_frame): On text-only terminals select frame in
1393         order to make it visible.  (Bug#1061)
1395 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1397         * fontset.c (fontset_find_font): Check frame validity.
1399 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
1401         * gtkutil.c (xg_display_open): Reset default display if none exists.
1402         (xg_display_close): Allow Emacs to close all displays (bug#985).
1404 2008-10-06  Andreas Schwab  <schwab@suse.de>
1406         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
1408 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
1410         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
1412         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
1414         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
1415         during initialization.
1417 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
1419         * xdisp.c (redisplay_internal): If frame switched, redisplay the
1420         whole thing on MSDOS frames as well as on a TTY.
1422         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
1423         well as for TTY.
1424         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
1425         well as on a TTY.
1427         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
1428         as well as for TTY.
1430         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
1432         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
1433         MSDOS frames as well.
1435 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
1437         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
1438         correct arguments.
1439         * menu.c (find_and_return_menu_selection) Add cast.
1441 2008-10-03  Glenn Morris  <rgm@gnu.org>
1443         * emacs.c (USAGE1): Add --daemon.
1445 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
1447         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
1448         100, so it's in percents as advertised.
1450 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
1452         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
1453         (ns_output.current_cursor, ns_output.desired_cursor)
1454         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
1455         (FRAME_NEW_CURSOR_COLOR): Remove.
1457         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
1458         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
1459         enumeration (HOLLOW_BOX_CURSOR, etc.).
1461         * nsterm.m (ns_frame_rehighlight): Remove commented code.
1462         (draw_window_cursor): Simplify code.
1463         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
1464         Don't change cursor type.  In latter, call rehighlight instead of doing
1465         updates manually.
1466         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
1467         Use core Emacs cursor types.
1469         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
1471 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
1473         * process.c (Faccept_process_output): Fix doc-string.
1475 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
1477         * gmalloc.c (__sbrk): Also define for uClibc.
1479         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
1480         for uClibc.
1482 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1484         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
1485         styles.
1486         (nsfont_open): Reenable the cache.
1488 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1490         * font.c (font_matching_entity): Reflect ATTRS in font selection.
1491         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
1493 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
1496         a suspended terminal.
1498 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
1500         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
1502 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
1504         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
1506 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1508         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
1509         in a continued line coincides with a line beginning.
1511 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
1513         * nsfont.m (nsfont_trait_distance): Fix bug.
1514         (nsfont_list): Return a list rather than a vector (syncs with Handa
1515         changes of 2008-05-14).
1516         (nsfont_open): Improve logging.
1518 2008-09-29  Andreas Schwab  <schwab@suse.de>
1520         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
1522 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
1524         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
1525         name as char-resolve-modifiers.
1526         Reported by: Markus Triska <markus.triska@gmx.at>
1528 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1530         * dispnew.c (init_display): Return earlier when running as a daemon.
1532 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1534         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
1536 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
1538         * composite.c (Fcomposition_get_gstring)
1539         (Fcompose_region_internal, Fcompose_string_internal)
1540         (Ffind_composition_internal): Doc fix.
1541         (syms_of_composite) <compose-chars-after-function>: Doc fix.
1542         (syms_of_composite) <auto-composition-function>: Doc fix.
1543         (syms_of_composite) <composition-function-table>: Doc fix.
1545 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1547         * search.c (wordify): New argument for lax word-ends.
1548         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
1550 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1552         * lisp.h (is_daemon): Declare.
1553         * dispnew.c (init_display): Do not try to initialize the terminal
1554         when running as a daemon.
1556 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
1558         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
1559         x_display_pixel_height.
1561 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
1563         * undo.c (record_point): Don't call Fundo_boundary for first
1564         change.  (Bug#731)
1566 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
1568         * emacs.c (Fdaemonp): Doc fix.
1570 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1572         * emacs.c (main): Place #ifdef in the proper place.
1574 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1576         * emacs.c (standard_args): Add --daemon.
1577         (main): Disconnect from the terminal when --daemon is passed.
1578         (is_daemon): New variable.
1579         (Fdaemonp): New function.
1580         (syms_of_emacs): Defsubr it.
1582 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
1584         * xdisp.c (get_next_display_element): Handle string display
1585         correctly when checking for the end of a box run.
1587 2008-09-20  Glenn Morris  <rgm@gnu.org>
1589         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
1590         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
1591         (Frename_file): Avoid copying to trash if a rename involves
1592         a delete.  (Bug#964).
1594 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
1596         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
1597         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
1598         frames as well as termcap frames.
1599         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
1600         get_named_tty.
1602 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
1604         * process.c (procfs_system_process_attributes): Fix cmdline in
1605         case /proc/PID/cmdline is empty.
1607         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
1608         x_display_pixel_height.
1610 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
1612         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
1614         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
1615         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
1617 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
1619         * dispextern.h (struct it): Move line_wrap away from the middle of
1620         bitfields.  Move voffset in struct iterator_stack_entry after the
1621         bitfields.  Move tab_width near after another short.
1623 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1625         * frame.h (struct frame): Move alpha from the middle of bitfields.
1627         * window.h (struct window): Move frozen_window_start_p after the
1628         rest of the bitfields to reduce padding.
1630 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
1632         * xterm.h (x_display_info): Remove `height' and `width' members.
1634         * nsterm.h (ns_display_info): Remove `height' and `width' members.
1636         * w32term.h (w32_display_info): Remove `height', `width',
1637         `height_in', and `width_in' members.
1639         * xterm.c (x_display_pixel_height, x_display_pixel_width):
1640         New functions.
1641         (x_calc_absolute_position): Use them.
1642         (x_term_init): Omit removed `height' and `width' members.
1644         * w32term.c (x_display_pixel_height, x_display_pixel_width):
1645         New functions.
1646         (w32_read_socket, x_calc_absolute_position): Use them.
1647         (w32_initialize_display_info, w32_term_init): Omit removed members
1648         of w32_display_info.
1650         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
1651         New functions.
1652         (ns_initialize_display_info): Omit removed members of ns_display_info.
1654         * xterm.c (x_display_pixel_height, x_display_pixel_width):
1655         New functions.
1656         (x_calc_absolute_position): Use them.
1657         (x_term_init): Omit removed `height' and `width' members.
1659         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
1660         (compute_tip_xy):
1661         * frame.c (x_fullscreen_adjust):
1662         * xmenu.c (menu_position_func): Use x_display_pixel_height and
1663         x_display_pixel_width.
1665 2008-09-18  Kenichi Handa  <handa@m17n.org>
1667         * composite.c (fill_gstring_header): Don't check FROM and TO here.
1668         (composition_compute_stop_pos): Fix handling of static composition.
1669         (Fcomposition_get_gstring): Check FROM and TO at first.
1671 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject
1674         mixup (YAILOM).
1676 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
1678         * indent.c (Fvertical_motion): Use position reported by iterator
1679         instead of PT for determining screen motion (bug#943).
1681 2008-09-17  Romain Francoise  <romain@orebokech.com>
1683         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
1685 2008-09-17  Kenichi Handa  <handa@m17n.org>
1687         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
1689         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
1690         if necessary.
1692 2008-09-16  Kenichi Handa  <handa@m17n.org>
1694         * coding.c (make_conversion_work_buffer): Avoid calling
1695         Fget_buffer_create if it is not necessary.
1697 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
1699         * window.c (Fselect_window): Don't update window_select_count and
1700         use_time when norecord is not nil.
1702 2008-09-14  Kenichi Handa  <handa@m17n.org>
1704         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
1705         specpdl_ptr.
1707 2008-09-12  Kenichi Handa  <handa@m17n.org>
1709         * indent.c (scan_for_column): Don't handle automatic composition
1710         if the current buffer is not associated with a window.
1712         * composite.c (composition_reseat_it): If the current buffer is
1713         not associated with a window, ignore the automatic composition.
1714         (find_automatic_composition): Likewise.
1716 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1718         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
1719         (Fgpm_mouse_stop): Use it.
1720         * termhooks.h (close_gpm): Declare.
1721         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
1722         connection if Gpm_GetEvent fails.
1724         * window.c (set_window_buffer): Always preserve current-buffer.
1726 2008-09-12  Glenn Morris  <rgm@gnu.org>
1728         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
1730 2008-09-11  Glenn Morris  <rgm@gnu.org>
1732         * charset.c (charset-map-path): Doc fix.
1734 2008-09-10  Kenichi Handa  <handa@m17n.org>
1736         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
1738         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
1739         compose a grapheme cluster with the preceding base glyph.
1741         * composite.c (composition_compute_stop_pos): Fix previous change.
1742         Reset cmp_it->id to -1 at first.
1744 2008-09-10  Glenn Morris  <rgm@gnu.org>
1746         * Makefile.in (character.o, chartab.o): Fix config.h typo.
1748 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
1750         * keyboard.c (read_key_sequence): Reapply translation maps when
1751         switching keyboards.
1753 2008-09-09  Kenichi Handa  <handa@m17n.org>
1755         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
1756         characters.
1758         * composite.c (FORWARD_CHAR): Fix calculation
1759         of (POSITION).pos_byte.
1760         (composition_compute_stop_pos): Limit the search of composition to
1761         at most 500 characters ahead.  If we reach the limit or find a
1762         newline, set cmp_it->ch to -2 and return 0.
1763         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
1765 2008-09-08  Kenichi Handa  <handa@m17n.org>
1767         * indent.c (Fvertical_motion): Be sure to set
1768         it_overshoot_expected if it.cmp_it.id is non-negative.
1770 2008-09-07  Andreas Schwab  <schwab@suse.de>
1772         * callproc.c (Fcall_process): Don't hold references to string data
1773         across garbage collection.  Move initialisation of new_argv down
1774         to avoid compiler bug.
1776 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1778         * process.c (Fsystem_process_attributes): Doc fix.
1780 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
1782         * callproc.c (Fcall_process): Canonicalize current directory name.
1784         * xdisp.c (move_it_to): When moving by vpos, ensure that the
1785         iterator advances to the next line if the current line ends in a
1786         continued tab.
1788 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
1790         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
1791         member to point to cmp_from.
1793         * xdisp.c: Doc fix for references to gidx data member.
1795 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
1799 2008-09-07  Kenichi Handa  <handa@m17n.org>
1801         * composite.c (FORWARD_CHAR): Check STOP after
1802         incrementing (POSITION).pos.
1804 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1806         * process.c (Fsystem_process_attributes): Doc fix.
1808 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
1810         * keyboard.c (Ftop_level): Doc fix.
1812 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
1814         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
1815         minibuffer, don't let lower part of menu invade the echo area.
1817         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
1818         "char *q" to access menu text and advance through it.  Revert the
1819         change that displayed ">" instead of ASCII character 0x10.
1821 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
1823         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
1824         toggle boxes and radio buttons on MS-DOS as well.
1826 2008-09-05  Kenichi Handa  <handa@m17n.org>
1828         * composite.c (autocmp_chars): Check lookback count.
1829         (composition_compute_stop_pos): Set cmp_it->lookback.
1830         (composition_reseat_it): Check lookback count.
1831         (struct position_record): New struct.
1832         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
1833         (find_automatic_composition): New function.
1834         (composition_adjust_point): Use find_automatic_composition.
1836         * dispextern.h (struct composition_it): New member lookback.
1838 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
1840         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
1841         if moving by a single line.
1843 2008-09-02  Andreas Schwab  <schwab@suse.de>
1845         * xterm.c (x_delete_display): Fix merge error.
1847         * fileio.c (Fexpand_file_name): Remove unused variables.
1849 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
1851         * fileio.c (Fexpand_file_name): Copy argument `name' into local
1852         storage on all platforms, not just on DOS_NT.
1854 2008-09-02  Jason Rumney  <jasonr@gnu.org>
1856         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
1857         Ensure mouse is not grabbed after menu is finished.
1859 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
1861         * xfaces.c (Finternal_set_alternative_font_family_alist)
1862         (Finternal_set_alternative_font_registry_alist): Properly copy
1863         entire alist structure.
1865 2008-09-01  Kenichi Handa  <handa@m17n.org>
1867         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
1868         representative chars of the script is a vector.
1869         (ftfont_list): Handle the case where the representative chars of
1870         the script is a vector.
1872         * character.c (syms_of_character): Docstring of
1873         script-representative-chars fixed.
1875 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
1877         * msdos.c (BUILD_CHAR_GLYPH): New macro.
1878         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
1879         the menu.  Allocate larger buffer for `text', to account for
1880         possible ^C characters.
1882 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
1884         * xdisp.c (prepare_menu_bars): Don't call
1885         Vwindow_size_change_functions with arg Qt.
1887 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1889         * font.h (font_range):
1890         * fileio.c (report_file_error):
1891         * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
1893 2008-08-30  Glenn Morris  <rgm@gnu.org>
1895         * data.c (Fmake_variable_frame_local): Doc fix.
1897         * frame.c (Fmodify_frame_parameters): Doc fix.
1899 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
1901         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
1902         needed by GetTokenInformation.
1903         (w32_system_process_attributes): Check return values of all system
1904         APIs.
1906         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
1907         only when the state changes.
1908         (IT_update_begin, IT_update_end): Add termscript trace.
1910         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
1911         clipboard is unavailable.  Set dst to NULL if it doesn't point to
1912         malloc'ed data.
1913         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
1914         passing random values to xfree.
1916         * dispnew.c (init_display): Set `tty's association in frame's
1917         parameters alist to the name of the terminal device, if that is known.
1919 2008-08-29  Jason Rumney  <jasonr@gnu.org>
1921         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
1923 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
1925         * composite.c (fill_gstring_body): Avoid compiler warnings.
1927         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
1928         LGLYPH_SET_CODE to avoid compiler warnings.
1930         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
1932         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
1934         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
1935         LGLYPH_SET_CODE.
1937 2008-08-29  Kenichi Handa  <handa@m17n.org>
1939         * fileio.c (report_file_error): Don't downcase the first character
1940         of errstring if it is still unibyte.
1942 2008-08-29  Kenichi Handa  <handa@m17n.org>
1944         These changes are to re-implement the automatic composition so
1945         that it doesn't use text properties.
1947         * Makefile.in (ftfont.o): Depend on composite.h.
1948         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
1950         * character.h (Vunicode_category_table): Extern it.
1952         * character.c (Vunicode_category_table): New variable.
1953         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
1955         * chartab.c (optimize_sub_char_table): Perform more greedy
1956         optimization.
1958         * composite.h (enum composition_method):
1959         Delete COMPOSITION_WITH_GLYPH_STRING.
1960         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
1961         (Vcomposition_function_table): Extern it.
1962         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
1963         (composition_gstring_put_cache, composition_gstring_from_id)
1964         (composition_gstring_p, composition_gstring_width)
1965         (composition_compute_stop_pos, composition_reseat_it)
1966         (composition_update_it, composition_adjust_point): Extern them.
1967         (Fcomposition_get_gstring): EXFUN it.
1969         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
1970         (Vcomposition_function_table)
1971         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
1972         (gstring_hash_table, gstring_work, gstring_work_headers):
1973         New variables.
1974         (gstring_lookup_cache, composition_gstring_put_cache)
1975         (composition_gstring_from_id, composition_gstring_p)
1976         (composition_gstring_width, fill_gstring_header)
1977         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
1978         (composition_reseat_it, composition_update_it)
1979         (composition_adjust_point, Fcomposition_get_gstring): New functions.
1980         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
1981         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
1982         Defsubr compostion_get_gstring.
1984         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
1985         cmp_id.
1986         (struct glyph_string): Delete the member gidx.  New members
1987         cmp_id, cmp_from, and cmp_to.
1988         (enum it_method): Delete GET_FROM_COMPOSITION.
1989         (struct composition_it): New struct.
1990         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
1991         Delete c, len, cmp_id, cmp_len in u.comp.
1993         * font.h (enum lgstring_indices): Delete it.
1994         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
1995         (enum lglyph_indices): Likewise.
1996         (font_range): Adjust extern.
1997         (font_fill_lglyph_metrics): Extern it.
1999         * font.c (QCf): New variable.
2000         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
2001         (font_prepare_composition): Delete this function.
2002         (font_range): Type and arguments changed.
2003         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
2004         (font_fill_lglyph_metrics): New function.
2005         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
2006         (syms_of_font): DEFSYM QCf.  Delete defsubr for
2007         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
2008         Defsubr Sfont_shape_gstring.
2010         * fontset.h (font_for_char): Extern it.
2012         * fontset.c (font_for_char): New function.
2014         * ftfont.c: Include composite.h.
2015         (ftfont_resolve_generic_family): Add langset "en" to pattern.
2016         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
2018         * indent.c: Include composite.h and dispextern.h.
2019         (check_composition): Delete this function.
2020         (scan_for_column): Handle composition by
2021         composition_compute_stop_pos, composition_reseat_it, and
2022         composition_update_it.
2023         (compute_motion): Likewise.
2024         (Fvertical_motion): Fix checking of composition.
2026         * keyboard.c (adjust_point_for_property): Check composition by
2027         composition_adjust_point.
2029         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
2030         struct glyph_string.
2032         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
2033         (append_composite_glyph): Adjust for the change of struct it and
2034         struct glyph.
2035         (produce_composite_glyph): Likewise.
2037         * w32term.c (x_draw_composite_glyph_string_foreground):
2038         Adjust for the change of struct glyph_string.
2039         (x_draw_glyph_string): Likewise.
2041         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
2042         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
2044         * xdisp.c: Include font.h.
2045         (it_props): Delete the entry for Qauto_composed.
2046         (init_iterator): Initialize it->cmp_it.id to -1.
2047         (compute_stop_pos): Call composition_compute_stop_pos.
2048         (face_before_or_after_it_pos): Adjust for the change of struct it.
2049         (handle_auto_composed_prop): Delete it.
2050         (handle_composition_prop): Handle only static composition.
2051         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
2052         from xassert.  Initialize it->cmp_it.stop_pos.
2053         (push_it): Adjust for the change of struct it.
2054         (pop_it): Likewise.
2055         (get_next_element): Delete next_element_from_composition.
2056         (CHAR_COMPOSED_P): New macro.
2057         (get_next_display_element): For automatic composition, get a face
2058         from the font in the glyph-string.
2059         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
2060         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
2061         (next_element_from_string): Check if the character at the current
2062         position is composed by CHAR_COMPOSED_P.
2063         (next_element_from_buffer): Likewise.
2064         (next_element_from_composition): Adjust for the change of struct it.
2065         Update it->cmp_it.
2066         (dump_glyph): Adjust for the change of struct glyph.
2067         (fill_composite_glyph_string): Adjust for the change of struct
2068         it and struct glyph.  Don't handle automatic composition here.
2069         (fill_gstring_glyph_string): New function.
2070         (x_get_glyph_overhangs): Handle automatic composition.
2071         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
2072         (BUILD_GSTRING_GLYPH_STRING): New macro.
2073         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
2074         automatic composition.
2075         (append_composite_glyph): Adjust for the change of struct it and
2076         struct glyph.
2077         (x_produce_glyphs): Adjust for the change of struct it.
2079         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
2080         the change of struct glyph_string.
2081         (x_draw_glyph_string): Likewise.
2083 2008-08-29  Glenn Morris  <rgm@gnu.org>
2085         * buffer.c (word-wrap): Doc fix.
2086         * xdisp.c (truncate-partial-width-windows): Doc fix.
2087         Increase default to 50.
2089 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
2091         * xdisp.c (update_tool_bar_unwind): New function.
2092         (update_tool_bar): Temporarily set selected frame before building
2093         tool-bar items.
2095 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
2097         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
2098         snprintf, respectively.
2099         (xd_append_arg): Convert strings with Fstring_make_unibyte.
2101 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2103         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
2104         LDFLAGS to GNUstep CC invocation.
2106 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
2108         * indent.c (Fvertical_motion): Revert last change.  Handle the
2109         general case where we are moving forward, and PT spans multiple
2110         screen lines.
2112         * eval.c (find_handler_clause): Temporarily increase
2113         max-lisp-eval-depth while printing the backtrace buffer, to
2114         guarantee that help-mode code can run.
2116 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
2118         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
2119         colors under -rv.
2120         (IT_set_frame_parameters): Don't swap foreground and background
2121         colors if `(reverse . t)' is present in the frame properties.
2122         (internal_terminal_init): Call init_frame_faces only for the
2123         initial frame.
2125 2008-08-27  Andreas Schwab  <schwab@suse.de>
2127         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
2129 2008-08-27  Andreas Schwab  <schwab@suse.de>
2131         * search.c (search_buffer): Set char_base to zero only at the end.
2133 2008-08-27  Kenichi Handa  <handa@m17n.org>
2135         * fileio.c (report_file_error): Fix handling of multibyte error string.
2137 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
2139         * xterm.c (x_term_init): Temporarily hide the partially
2140         initialized terminal while calling vendor-specific-keysyms.
2142 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
2144         * msdos.c (internal_terminal_init): Most initializations done only
2145         once, especially initial_screen_colors[] and termscript open.
2147 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
2149         * eval.c (Fcondition_case): Doc fix.
2151         * widgetprv.h (EmacsFramePart): Change font member to the new font
2152         struct.
2154         * widget.c: Include character.h and font.h for XSETFONT.
2155         (setup_frame_gcs): Compute X font id from font struct, just once.
2157 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
2159         * term.c (get_named_tty): Fix last change.
2161 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
2163         * indent.c (Fvertical_motion): If moving forward starting from a
2164         multi-line string, move the iterator to the last line of that string.
2166 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
2168         * frame.c (do_switch_frame): Mark previously displayed frame as
2169         obscured for FRAME_MSDOS_P frames as well.
2171 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
2173         * frame.c (make_terminal_frame): Initialize f->terminal,
2174         f->terminal->reference_count, and scroll bars on MS-DOS as well.
2175         Set the top frame to newly created frame.
2176         (Fmake_terminal_frame): Reuse the_only_display_info.
2178         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
2179         estimating available memory.
2181 2008-08-23  David Reitter  <david.reitter@gmail.com>
2183         * nsterm.m (ns_draw_window_cursor): Don't call
2184         NSDisableScreenUpdates and NSEnableScreenUpdates on
2185         non-NS_IMPL_COCOA systems.
2187 2008-08-23  Andreas Schwab  <schwab@suse.de>
2189         * process.c (procfs_system_process_attributes): Fix use of
2190         uninitialized variables.
2192 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
2194         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
2196         * dispnew.c (init_display): Remove MS-DOS specific conditions for
2197         calling tty-set-up-initial-frame-faces.
2199         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
2200         Allow MSDOS frames along with X frames.
2202         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
2203         addition to output_termcap.
2205         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
2207         * termchar.h (FRAME_TTY): Support output_msdos_raw.
2208         (struct tty_display_info) [MSDOS]: Add fields related to mouse
2209         highlight.
2211         * process.c [!subprocesses]: Define QCname.
2212         (syms_of_process): Intern and staticpro it.
2214         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
2215         Adjust for changes in encoding/decoding routines.
2216         Use encode_coding_object and decode_coding_object instead of
2217         encode_coding and decode_coding.
2219         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
2221         * dosfns.c: Include frame.h before termhooks.h.
2222         (dos_cleanup): Use CURTTY ()->termscript instead of a global
2223         variable termscript.
2225         * s/msdos.h (USER_FULL_NAME): Define.
2226         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
2228         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
2229         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
2230         pw->pw_gecos.
2232         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
2233         SELECTED_FRAME as additional (1st) argument.
2234         (tty_read_avail_input): Handle output_msdos_raw in
2235         addition to output_termcap.
2237         * msdos.c: Include frame.h before termhooks.h.
2238         (mouse_on, mouse_off, mouse_moveto, mouse_init)
2239         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
2240         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
2241         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
2242         (IT_set_terminal_modes, IT_reset_terminal_modes)
2243         (IT_set_frame_parameters): Use tty->termscript instead of a global
2244         variable termscript.
2245         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
2246         global variable terminal_coding.  Don't refer to
2247         Vnonascii_translation_table.
2248         (internal_terminal_init): Set Vwindow_system in current_kboard.
2249         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
2250         Announce date and time of session start, if termscript is open.
2251         Don't zero out the_only_display_info (it is done in
2252         term.c:init_tty).  Open termscript only of not already open.
2253         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
2254         here instead of dos_ttraw.  Don't initialize display if this is an
2255         initial tty.  Don't set FRAME_FONT.
2256         (Vwindow_system_version): Bump to 23.
2257         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
2258         is available, set up mouse_position_hook.
2259         (dos_ttraw, IT_set_terminal_modes): If called with initial
2260         terminal, do nothing.
2261         (IT_set_frame_parameters): Handle the Qtty_type frame
2262         parameter by calling internal_terminal_init.
2263         (dos_set_window_size, show_mouse_face)
2264         (clear_mouse_face, IT_note_mode_line_highlight)
2265         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
2266         (dos_rawgetc): Use tty_display_info instead of x_display_info.
2267         (initialize_msdos_display): New function.
2268         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
2269         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
2270         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
2271         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
2272         Accept additional argument: a pointer to a frame.  Update all callers.
2273         (request_sigio, unrequest_sigio): Don't define, now defined on
2274         sysdep.c.
2275         (IT_write_glyphs): Rewrite to use encode_terminal_code.
2277         * term.c [MSDOS]: Include msdos.h.
2278         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
2279         conditional to DOS_NT.  Allow only one call to this function in a
2280         session.  Don't allocate a new struct tty_display_info; instead,
2281         reuse the_only_display_info.  Call get_tty_size to get screen
2282         dimensions.  Call init_baud_rate to set bad_rate.
2283         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
2284         (Fsuspend_tty) [MSDOS]: Don't close input and output.
2285         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
2286         (get_tty_terminal, get_named_tty, Ftty_type)
2287         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
2288         output_termcap.
2289         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
2290         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2291         only when subprocesses are supported.
2293         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
2294         f->output_data.x.
2295         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
2296         terminal devices.
2298         * msdos.h: Remove definition of struct x_display_info and struct
2299         x_output.
2300         (FRAME_FONT): Use output_data.tty.
2301         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
2302         (struct x_display_info): Rename from display_info.  Update all users in
2303         msdos.c.
2304         (struct x_output): Remove background_pixel and foreground_pixel.
2305         (the_only_display_info): Rename from the_only_x_display.
2306         (dos_ttraw): Update prototype.
2308         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
2309         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
2311 2008-08-23  Jason Rumney  <jasonr@gnu.org>
2313         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
2314         (fn_TIFFSetDirectory): New library function used.
2315         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
2316         (tiff_load): Use :index to select among multiple images.  Set count
2317         property when multiple images exist.
2318         (gif_format): Use :index, not :image.
2320 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2322         * xdisp.c (try_scrolling): Check INT_MAX instead of
2323         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
2324         to obtain INT_MAX.
2326 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
2328         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
2330 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
2332         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
2333         GNUstep library location.
2335 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
2337         * xfaces.c (x_update_menu_appearance): Check validity of menu font
2338         before using it.
2340         * puresize.h (BASE_PURESIZE): Increase to 1250000.
2342 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
2344         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
2345         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
2346         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
2347         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
2348         (EmacsApp-cursor_blink_handler): Remove declaration.
2349         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
2350         match 01 Feb 2008 changes in xterm.c.
2351         (ns_read_socket): Add cast to avoid warning.
2352         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
2353         GNUstep.
2355 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
2357         * xselect.c (x_get_foreign_selection): Return nil if desired
2358         selection could not be obtained, instead of signalling an error.
2360 2008-08-20  David Reitter  <david.reitter@gmail.com>
2362         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
2363         * nsterm.m: Remove ns-specific code for cursor blinking.
2364         (ns_draw_window_cursor): Clear cursor properly rather than
2365         redrawing the area.  Respect width of bar cursors.
2366         These changes enable the use of generic blink-cursor-mode and
2367         generic cursor types in NS and support smooth cursor movements (do
2368         not blink off after command).
2369         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
2370         Nextstep, too.
2372 2008-08-19  Kenichi Handa  <handa@m17n.org>
2374         * font.c (Vfont_log_deferred): New variable.
2375         (font_add_log): Check Vfont_log_deferred.
2376         (font_deferred_log): New function.
2378         * font.h (font_deferred_log): Extern it.
2380         * fontset.c (reorder_font_vector): Use encoding charset of fonts
2381         for sorting.
2382         (face_for_char): Use deferred log.
2384 2008-08-18  Kenichi Handa  <handa@m17n.org>
2386         * fontset.c (face_for_char): Add font log.
2388         * font.c (font_add_log): Add the font properties :script, :lang,
2389         and :otf in the log.
2391 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
2393         * xdisp.c: Remove dead code.
2394         (handle_invisible_prop, next_overlay_string): Defer call to
2395         setup_for_ellipsis.
2396         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
2398 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
2400         * xfaces.c (lookup_derived_face): Properly handle possible zero
2401         return value of get_lface_attributes.
2402         (merge_faces): Don't tell lookup_derived_face to signal an error
2403         if face is not found.
2405         * dired.c (Fdirectory_files): Doc fix.
2407         * process.c (make_process): Initialize kill_without_query struct
2408         member.
2410 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
2412         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
2413         Alternative calculation of totphys for Visual Studio 6.
2415         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
2417         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
2418         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
2419         All users changed.
2420         (stat): Only root directory passed to GetDriveType.  Allow RAM
2421         disk as well as local fixed disk when w32-get-true-file-attributes
2422         is set to `local'.
2423         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
2424         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
2425         (w32_cached_id, w32_add_to_cache): New functions.
2426         (get_name_and_id): Look account names in the cache before calling
2427         lookup_account_sid.
2428         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
2429         New initialization flags.
2430         (globals_of_w32): Initialize them to zero.
2431         (w32_system_process_attributes): Use w32_cached_id and
2432         w32_add_to_cache.
2434 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
2436         * lread.c (Fread_char, Fread_char_exclusive): If no character
2437         event is read before timeout is reached, return nil, rather than
2438         converting to a number.
2440 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
2442         * fns.c (use_dialog_box): Doc fix.
2444         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
2445         on OS X.
2447 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
2449         * frame.c (Qns_parse_geometry): New var.
2450         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
2452 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
2454         * xdisp.c (x_produce_glyphs): Handle the case when font has no
2455         space character in calculating tabs.
2457 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
2459         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
2461 2008-08-10  Glenn Morris  <rgm@gnu.org>
2463         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
2464         silence gcc "limited range of data type" warnings in some
2465         make_fixnum_or_float calls.
2467 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
2469         * w32.c (w32_system_process_attributes): If the process does not
2470         exist, return nil.
2472         * w32.c: Include thelp32.h, psapi.h and coding.h.
2473         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
2474         declarations.
2475         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
2476         (Process32Next_Proc): New typedefs.
2477         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
2478         (g_b_init_process32_next, g_b_init_open_thread_token)
2479         (g_b_init_impersonate_self, g_b_init_revert_to_self)
2480         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
2481         (g_b_init_get_process_working_set_size)
2482         (g_b_init_global_memory_status_ex): New static variables.
2483         (globals_of_w32): Initialize them.
2484         (create_toolhelp32_snapshot, process32_first, process32_next)
2485         (open_thread_token, impersonate_self, revert_to_self)
2486         (get_process_memory_info, get_process_working_set_size)
2487         (global_memory_status, global_memory_status_ex): New wrapper
2488         functions.
2489         (w32_list_system_processes, w32_system_process_attributes)
2490         (enable_privilege, restore_privilege, ltime, process_times):
2491         New functions.
2492         (convert_time_raw): New function.
2493         (convert_time): Remove conversion of FILETIME into time in 100
2494         nsec units, call convert_time_raw instead.
2496         * process.h (w32_list_system_processes, w32_system_process_attributes):
2497         Add prototypes.
2498         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
2499         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
2500         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
2501         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
2503         * process.c (Fsystem_process_attributes): Doc fix.
2505 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
2507         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
2508         a continued multi-char glyph; if so, advance to the actual glyph.
2510 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
2512         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
2514         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
2515         (.m.o): Use it.
2516         * config.in: Regenerate.
2518 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
2520         * xdisp.c (redisplay_window): Revert last change.
2521         (try_window): Check bottom scroll margin too.
2523 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
2525         * config.in: Regenerate.
2527         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
2528         -list-load-path-shadows'.
2529         (nsgui.h): Reduce number of things depending on it.
2531 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
2533         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
2534         instead of window-end which does the wrong thing at eob.
2535         (try_cursor_movement): Minor optimization.
2536         (redisplay_window): If scroll margin is defined, don't assume
2537         window doesn't need scrolling.
2539 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
2541         * config.in: Regenerate.
2543         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
2544         (mostlyclean): Don't delete *.d under NS.
2546         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
2548 2008-08-06  Kenichi Handa  <handa@m17n.org>
2550         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
2552 2008-08-06  Andreas Schwab  <schwab@suse.de>
2554         * config.in: Regenerate.
2556 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
2558         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
2559         forcing a window start.
2561         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
2562         (auto_save_1): Update modtime when auto-save-list-file-name is on.
2564 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
2566         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
2567         argument.
2569 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
2571         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
2572         <scroll-down-aggressively, before-change-functions>:
2573         <after-change-functions>: Reflow docstrings.
2575 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
2576             Ken Raeburn  <raeburn@gnu.org>
2578         Dock menu customization, based on a patch by Ken Raeburn, plus some
2579         other fixes.
2580         * nsmenu.m (dockMenu): New variable.
2581         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
2583         * nsterm.h (dockMenu): Declare.
2585         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
2586         (ns_term_init): Initialize dockMenu.
2587         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
2588         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
2589         left.
2591         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
2593 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
2595         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
2597         * config.in: Regenerate.
2599 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
2601         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
2603 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
2605         * nsterm.h (find_and_call_menu_selection): Fix prototype.
2607 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
2609         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
2611         * keyboard.h: Comment an #endif.
2613         * lisp.h (have_menus_p): Adjust comment.
2615         * menu.c (find_and_return_menu_selection): Fix comparison with
2616         client_data.
2618         * nsmenu.m (popup_activated_flag): New variable.
2619         (popup_activated): New function.
2620         (menu-or-popup-active-p): New exported lisp definition.
2621         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
2622         when popup done.
2623         (ns_popup_dialog): Set popup_activated_flag.
2625         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
2626         version for GNUstep (handled by conditional typedef in nsterm.m).
2627         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
2628         in rgb.txt).
2630         * process.c (init_process): Use DARWIN_OS, not DARWIN.
2632         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
2634         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
2636         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
2637         shortcircuit if popup_activated like GTK and X toolkit.
2639         * m/inter386.h: Change DARWIN to DARWIN_OS.
2641         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
2642         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
2643         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
2644         comment on NO_SOCK_SIGIO.
2646 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
2648         * nsterm.m (windowDidResize): Remove stopModal call.
2650 2008-08-03  Andreas Schwab  <schwab@suse.de>
2652         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
2653         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
2655 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2657         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
2658         Don't use uninitialized pointer variable when using getrlimit.
2660 2008-08-02  Jason Rumney  <jasonr@gnu.org>
2662         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
2664 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
2666         * alloc.c (NSTATICS): Bump to 0x640.
2668         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
2670         * lisp.h: Add prototype for directory_files_internal.
2672         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
2673         New functions.
2674         (syms_of_process): Defsubr them.  Add initializations for various
2675         Q* symbols used in procfs_system_process_attributes.
2676         (procfs_list_system_processes, procfs_system_process_attributes)
2677         [HAVE_PROCFS]: New functions.
2678         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
2679         (procfs_get_total_memory): New functions.
2681 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
2683         * xfaces.c (Fx_load_color_file): Fix previous change;
2684         it is #ifdef WINDOWSNT, not WINDOWS_NT.
2686 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
2688         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
2690 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
2692         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
2694 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
2696         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
2698         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
2699         define NSApplicationDelegateReplySuccess.
2700         (EmacsView -converstationIdentifier): Use long instead of
2701         NSInteger for GNUstep, since it doesn't have NSInteger.
2703         * xmenu.c: Revert last change.
2705         * keyboard.h: Fix last change.
2707 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
2709         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
2710         on Windows.
2712 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
2714         Warning clearing and clean-up in NS port.
2715         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
2716         Add prototypes.
2717         * nsgui.h (FACE_DEFAULT): Remove, unused.
2718         (XGCValues): Change colors to unsigned long.
2719         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
2720         nsterm.m.
2721         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
2722         (ns_list_fonts): Remove, unused.
2723         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
2724         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
2725         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
2726         (nsfont_draw): Compare face colors to 0, not nil.
2727         * nsmenu.m (struct widget_value): Drop unneeded declaration.
2728         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
2729         (-addSubmenuWithTitle:): Use NSMenuItem class.
2730         (ns_popup_menu): Use NO, not NULL, for enabled setting.
2731         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
2732         (ns_clip_to_row): Make gc arg a BOOL.
2733         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
2734         ns_clip_to_row() call.
2735         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
2736         used).  Cast FRAME_FONT assignments.
2737         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
2738         (ns_string_to_lispmod): Change arg to const char.
2739         (ns_term_init): Use NSMenuItem class.
2740         (EmacsApp -openFile:): Move to different section of file.
2741         (EmacsApp -application:openFiles:): Don't return a value, call
2742         -replyToOpenOrPrint:.
2743         (EmacsView -keyDown:): Fix up cast.
2744         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
2745         (EmacsView -menuDown:): Cast tag in call to
2746         find_and_call_menu_selection().
2747         (ns_list_fonts): Remove, unused.
2748         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
2749         (ns_fontname_to_xlfd): Make static.
2750         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
2751         Remove prototypes (now in keyboard.h).
2752         (next_menubar_widget_id): Remove, unused.
2753         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
2754         Remove prototypes (now in keyboard.h).
2755         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
2757 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
2759         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
2760         (floatfns.o): Depend on syssignal.h.
2761         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
2763         * systty.h: Fix previous change that removed BSD_TERMIOS.
2764         Add comments to #ifdefs.
2766 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
2768         * w32fns.c (w32-load-color-file): Remove.
2769         (x-open-connection): Use renamed Fx_load_color_file.
2770         * xfaces.c (x-load-color-file): Add.
2771         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
2772         Emacs.clr.
2773         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
2775 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
2777         * dbusbind.c (Fdbus_call_method_asynchronously)
2778         (Fdbus_method_error_internal): New defuns.
2779         (xd_read_message): Handle also reply messages.
2780         (Vdbus_registered_functions_table): Extend docstring.
2782 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
2784         * keyboard.c (gobble_input): Fix previous change.
2786 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2788         * bitmaps/README:
2789         * xfns.c:
2790         * termcap.c:
2791         * term.c:
2792         * syswait.h:
2793         * systty.h:
2794         * systime.h:
2795         * syssignal.h:
2796         * sysdep.c:
2797         * process.h:
2798         * process.c:
2799         * print.c:
2800         * ndir.h:
2801         * lread.c:
2802         * keyboard.c:
2803         * getpagesize.h:
2804         * floatfns.c:
2805         * fileio.c:
2806         * emacs.c:
2807         * doc.c:
2808         * dispnew.c:
2809         * dired.c:
2810         * data.c:
2811         * callproc.c:
2812         * buffer.c:
2813         * README:
2814         * Makefile.in:
2815         * s/template.h:
2816         * s/msdos.h:
2817         * m/vax.h: Remove VMS support.
2818         * s/vms.h:
2819         * vlimit.h:
2820         * uaf.h:
2821         * temacs.opt:
2822         * param.h:
2823         * ioctl.h: Remove file.
2825 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2827         * s/ms-w32.h (MULTI_KBOARD): Remove.
2828         * xterm.c:
2829         * xselect.c:
2830         * xfns.c:
2831         * window.c:
2832         * w32term.c:
2833         * w32fns.c:
2834         * terminal.c:
2835         * termhooks.h:
2836         * term.c:
2837         * sysdep.c:
2838         * keyboard.h:
2839         * keyboard.c:
2840         * frame.h:
2841         * frame.c:
2842         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
2843         * config.in: Regenerate.
2845 2008-07-30  Jason Rumney  <jasonr@gnu.org>
2847         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
2849         * w32font.c (w32font_encode_char): Leave as unicode if in range.
2850         (w32font_open_internal): Get unicode version of textmetrics.
2851         Don't enable or disable glyph indices here.
2852         (w32font_open): Disable use of glyph indices.
2854         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
2856 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
2858         * minibuf.c (Vread_buffer_function): Doc fix.
2860 2008-07-30  John Paul Wallington  <jpw@pobox.com>
2862         * minibuf.c (read_buffer_completion_ignore_case): New var.
2863         (Fread_buffer): Use it.
2865 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
2867         * systty.h (sensemode): Remove empty #if.  Remove reference to
2868         BSD_TERMIOS, unused.
2870         * sysdep.c: Remove reference to DGUX.
2871         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
2873         * config.in: Regenerate.
2875 2008-07-30  Jason Rumney  <jasonr@gnu.org>
2877         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
2879 2008-07-29  Jason Rumney  <jasonr@gnu.org>
2881         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
2882         is populated.
2883         (uniscribe_encode_char): Always use uniscribe.
2884         Avoid using context if cache is populated.
2886 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2888         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
2889         open menu.
2891         * gtkutil.c (menu_nav_ended): Remove.
2892         (create_menus): Remove signal connect for menu_nav_ended.
2894 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
2896         * xdisp.c (redisplay_window): Check return value of
2897         compute_window_start_on_continuation_line before forcing a window
2898         start.
2900 2008-07-28  Jason Rumney  <jasonr@gnu.org>
2902         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
2904         * w32term.c (w32_enable_unicode_output, cleartype_active):
2905         Remove obsolete display options.
2906         (x_draw_glyph_string_background): Don't use old cleartype_active
2907         workaround.
2908         (w32_initialize): Remove cleartype_active initialization.
2909         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
2911 2008-07-28  Andreas Schwab  <schwab@suse.de>
2913         * lisp.h (init_weak_hash_tables, syms_of_font)
2914         (xd_read_queued_messages, syms_of_dbusbind): Declare.
2915         (remove_hash_entry): Don't declare.
2916         * eval.c (maybe_call_debugger): Make static and move before use.
2917         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
2918         * xdisp.c: Include "gtkutil.h" if USE_GTK.
2919         * xterm.h (x_set_frame_alpha): Declare.
2921 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2923         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
2924         (create_menus): Connect selection-done to menu_nav_ended.
2926 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2928         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
2929         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
2930         parameter with read of 'alpha' one.
2931         (Qns_frame_parameter): Remove.
2932         * nsselect.m (selection-coding-system)
2933         (next-selection-coding-system, Vselection_coding_system)
2934         (Vnext_selection_coding_system): Drop.
2936 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2938         * nsfns.m (do-applescript, do_applescript): Rename to
2939         ns-do-applescript, ns_do_applescript, and move within file.
2941 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2943         Remove support for Mac Carbon.
2944         * mactoolbox.c:
2945         * macterm.h:
2946         * macterm.c:
2947         * macselect.c:
2948         * macmenu.c:
2949         * macgui.h:
2950         * macfns.c:
2951         * mac.c: Remove file.
2952         * s/darwin.h:
2953         * m/intel386.h:
2954         * xfaces.c:
2955         * xdisp.c:
2956         * window.c:
2957         * tparam.c:
2958         * termhooks.h:
2959         * termcap.c:
2960         * term.c:
2961         * syssignal.h:
2962         * sysselect.h:
2963         * sysdep.c:
2964         * process.c:
2965         * lread.c:
2966         * lisp.h:
2967         * keyboard.c:
2968         * image.c:
2969         * fringe.c:
2970         * frame.h:
2971         * frame.c:
2972         * fontset.c:
2973         * font.h:
2974         * font.c:
2975         * fns.c:
2976         * fileio.c:
2977         * emacs.c:
2978         * dispnew.c:
2979         * dispextern.h:
2980         * config.in:
2981         * atimer.c:
2982         * Makefile.in: Remove code for Carbon.
2984 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2986         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
2988 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2990         * macterm.h (kCGBitmapByteOrder32Host): New define for
2991         non-universal SDKs.
2993         * image.c (mac_create_cg_image_from_image, image_load_image_io)
2994         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
2996         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
2997         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
2999 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
3001         * w32inevt.c: Include dispextern.h.
3003 2008-07-26  Andreas Schwab  <schwab@suse.de>
3005         * print.c (print_object): Fix off-by-one in last change.
3007 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
3009         * term.c (syms_of_term): Don't initialize default_orig_pair,
3010         default_set_foreground and default_set_background on Windows.
3012 2008-07-25  Jason Rumney  <jasonr@gnu.org>
3014         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
3015         ScriptItemize.  Clean up return value checking.  Remove unused
3016         variables.
3017         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
3018         shaping engine.
3020         * w32font.c (w32font_has_char): Handle the case where we can't
3021         determine the script for a character.
3023 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3025         * term.c (syms_of_term): Initialize default_orig_pair,
3026         default_set_foreground, and default_set_background.
3028         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
3029         clash (bug#86).
3030         (getloadavg): Callers changed.
3032         * image.c (svg_load_image): Fix last change.
3033         (svg_load_image): Use rsvg_handle_get_dimensions to check that
3034         image size is valid.  Use g_object_unref instead of deprecated
3035         rsvg_handle_free to free rsvg handle.
3036         (x_from_xcolors): Don't initialize pixmap (silence compiler).
3038 2008-07-25  Jason Rumney  <jasonr@gnu.org>
3040         * w32font.c (w32font_encode_char): Encode characters outside BMP as
3041         surrogates before looking up glyph index.
3042         (w32font_text_extents): Encode as surrogates if falling back to
3043         functions that need UTF-16 wide chars.
3045         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
3046         BMP as surrogates before looking up glyph index.
3048 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3050         * image.c (svg_load_image): Check for failure in return value of
3051         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
3053 2008-07-25  Jason Rumney  <jasonr@gnu.org>
3055         * w32font.c (Fx_select_font): Reverse sense of second arg.
3057 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3059         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
3060         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
3062         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
3063         (PURESIZE): Use it.
3065 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3067         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
3068         * m/alpha.h (TEXT_END):
3069         * m/ibmrs6000.h (TEXT_END):
3070         * m/macppc.h (TEXT_END):
3071         * s/darwin.h (TEXT_END):
3072         * s/msdos.h (TEXT_END): Remove, unused.
3073         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
3074         * s/cygwin.h: Remove comment.
3076         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
3077         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
3078         * m/intel386.h (DOT_GLOBAL_START):
3079         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
3080         (USG): Remove, file not used on USG platforms.
3082         * Makefile.in (HAVE_X11): Remove empty #else.
3084 2008-07-24  Andreas Schwab  <schwab@suse.de>
3086         * fileio.c (Finsert_file_contents): Properly adjust undo list
3087         after format conversion.
3089 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
3091         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
3092         (menu_nav_ended): Remove.
3093         (create_menus): Remove signal connect for menu_nav_ended.
3094         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
3095         create_menus.
3096         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
3098 2008-07-23  Jason Rumney  <jasonr@gnu.org>
3100         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
3101         with opened font.
3102         (w32font_open): Set font type to gdi.
3104         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
3106 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3108         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
3109         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
3110         defines it.
3111         * unexec.c (ADDR_CORRECT): Define unconditionally.
3113         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
3115         * unexec.c: Remove code depending on !COFF and USG, the file is
3116         not used for such systems.
3118         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
3119         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
3120         (LD_SWITCH_SYSTEM_1): Remove, update users.
3122         * s/darwin.h (DATA_END):
3123         * m/intel386.h (DATA_END):
3124         * m/ibmrs6000.h (DATA_END):
3125         * m/alpha.h (DATA_END): Remove, unused.
3127         * config.in: Regenerate.
3128         * s/ms-w32.h (subprocesses): Define unconditionally.
3129         * s/template.h (subprocesses): Update comment.
3130         * s/vms.h (subprocesses):
3131         * s/usg5-4.h (subprocesses):
3132         * s/hpux10-20.h (subprocesses):
3133         * s/gnu-linux.h (subprocesses):
3134         * s/cygwin.h (subprocesses):
3135         * s/bsd-common.h (subprocesses):
3136         * s/aix4-2.h (subprocesses):
3137         * s/darwin.h (subprocesses): Do not define, defined by default now.
3139         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
3140         Remove all references.
3141         (temacs): Add GNUstep specific ld flags.
3143         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
3144         similarly to what X does.
3146 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
3148         * nsfns.m (x-list-fonts): Remove.
3149         (syms_of_nsfns): Drop the x-list-fonts declaration.
3150         * nsterm.m: Get rid of remaining "//" comments.
3152 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
3154         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
3156         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
3157         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
3158         (Fns_own_selection_internal, Fx_disown_selection_internal)
3159         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
3161         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
3162         ... */' style of docstrings.  Doc fixes.
3164 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3166         * terminfo.c (UP, BC, PC): Undo previous change.
3168         * nsfns.m: Rename ns prefixed functions/variables to the
3169         corresponding x versions.  Update references.
3171 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3173         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
3175 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3177         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
3178         Remove forwarding functions.
3179         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
3180         non-static.
3181         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
3182         non-static.
3183         (ns_frame_parm_handlers): Use the new names.
3184         (syms_of_nsfns): Move to the end of file.
3186         * nsterm.m (syms_of_nsterm): Move to the end of file.
3188         * dispnew.c (init_display): Remove code for X10.
3190 2008-07-22  Jason Rumney  <jasonr@gnu.org>
3192         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
3193         bare drive.
3195 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
3197         * nsterm.m (syms_of_nsterm): Remove debugging println.
3199 2008-07-22  David Reitter  <david.reitter@gmail.com>
3201         * nsfns.m (do_applescript, F_do_applescript): NS version of the
3202         Carbon implementation of the same functionality: execute arbitrary
3203         AppleScript code.
3205 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
3207         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
3208         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
3209         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3210         (Fx_display_mm_height, Fx_display_mm_width)
3211         (Fx_display_backing_store, Fx_display_visual_class)
3212         (Fx_display_save_under, Fx_open_connection)
3213         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
3214         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
3215         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
3216         (Fx_display_pixel_width, Fx_display_pixel_height)
3217         (Fx_display_usable_bounds, Fx_display_planes)
3218         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
3219         ... */' style of docstrings.
3221 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3223         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
3224         on this platform.
3225         (mips):
3226         * m/iris4d.h (mips): Do not define.
3227         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
3229         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
3231         * image.c:
3232         * nsfns.m:
3233         * nsselect.m:
3234         * nsterm.h:
3235         * nsterm.m: Rename ns prefixed functions/variables to the
3236         corresponding x versions.  Update references.
3238         * m/ibms390x.h (NO_REMAP): Do not undefine.
3240         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
3242 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3244         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
3245         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
3246         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
3247         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
3248         (Fns_display_mm_height, Fns_display_mm_width)
3249         (Fns_display_backing_store, Fns_display_visual_class)
3250         (Fns_display_save_under, Fns_open_connection)
3251         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
3252         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
3253         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
3254         (Fns_display_pixel_width, Fns_display_pixel_height)
3255         (Fns_display_usable_bounds, Fx_display_planes)
3256         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
3258 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
3260         * print.c (print_object): Check print_depth before searching for
3261         circularities.
3263 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
3265         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
3266         only sprintf.
3268 2008-07-21  Kenichi Handa  <handa@m17n.org>
3270         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
3272 2008-07-20  Andreas Schwab  <schwab@suse.de>
3274         * syntax.c (find_start_pos, find_start_value)
3275         (find_start_value_byte, find_start_begv, find_defun_start)
3276         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
3278 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3280         * s/sol2-3.h: Insert contents of s/sol2.h.
3281         (LD_SWITCH_SYSTEM): Remove redundant definition.
3282         * s/sol2.h: Remove, unused.
3284 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
3286         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
3288 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
3290         * Makefile.in (ns_appdir): Fix typo in find command.
3292 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3294         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
3296         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
3297         added not supported anymore.
3299         * s/usg5-4-2.h (LIBS_SYSTEM):
3300         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
3302         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
3303         * s/lynxos.h (GETPGRP_NO_ARG):
3304         * s/hpux10-20.h (NO_SIOCTL_H):
3305         * s/gnu.h (GETPGRP_NO_ARG):
3306         * s/gnu-linux.h (NO_SIOCTL_H):
3307         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
3308         * s/cygwin.h (GETPGRP_NO_ARG):
3309         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
3310         (C_DEBUG_SWITCH): Remove duplicate definition.
3312         * m/ibms390.h: Remove boilerplate comments.
3314         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
3316         * process.c (HAVE_SERIAL): Consolidate ifdefs.
3317         (wait_reading_process_output): Remove code for SunOS, platform not
3318         supported anymore.  Use SOLARIS2 instead of sun.
3320 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3322         * font.c (font_open_by_name): Under NS, default lface height to zero.
3323         (font_open_for_lface): Under NS, set size based on frame fontsize.
3324         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
3325         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
3327 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3329         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
3330         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
3331         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
3332         YES/NO.
3333         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
3334         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
3335         * Makefile.in (clean): Clear out build destination dir.
3337 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3339         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
3340         xterm, xselect.
3341         * lisp.h: Remove declaration of hash_remove.
3342         * nsgui.h: Remove redefinitions of hash_remove.
3343         * fns.c (hash_remove): Rename to hash_remove_from_table.
3345 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
3347         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
3348         strdup() the family UTF8String before modifying it.
3350 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3352         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
3353         NS_FACE_BACKGROUND with 0 instead of nil.
3354         * nsfont.m (nsfont_draw): Same.
3356 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
3358         * nsfns.m (ns_set_background_color): Fix crash.
3360 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
3362         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
3364 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
3366         * puresize.h (BASE_PURESIZE): Increase to 1240000.
3368 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3370         * gtkutil.c: Include <config.h> instead of "config.h".
3372         * lisp.h (Foverlay_buffer): Add EXFUN.
3374         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
3375         child process to complete child_setup.  Undo 2005-09-21 change.
3377         * s/darwin.h: Mention setsid after vfork.
3379 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3381         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
3382         Depend on macgui.h.
3384         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
3385         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
3387         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
3388         and f19.
3389         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
3391         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
3392         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
3393         Remove enumerators.
3395         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
3396         Check if FACE_FROM_ID returns NULL.
3398 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
3400         * w32inevt.c (change_frame_size): Remove extern declaration.
3401         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
3402         change_frame_size.
3404 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
3406         * getloadavg.c: Revert last change (2008-07-15).
3408 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
3410         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
3411         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
3412         from configure.
3414 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
3416         * s/sol2.h:
3417         * s/sol2-4.h: Reorganize conditionals.
3419         * ecrt0.c: Remove code depending on m68000, not used anymore.
3421         * fns.c (hash_remove): Make static.
3422         * lisp.h (hash_remove): Don't prototype.
3424         * m/ibmrs6000.h:
3425         * m/ibms390x.h:
3426         * m/macppc.h: Remove boilerplate comments.
3428         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
3429         Solaris, which does not need them.
3431         * m/vax.h: Remove comments about unsupported systems.
3433         * s/darwin.h: Reorganize ifdefs.
3435 2008-07-17  Andreas Schwab  <schwab@suse.de>
3437         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
3439 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         Use SDATA.  Follow coding convention of placing operators at
3442         beginning of next line rather than end of previous line, and placing
3443         spaces around infix operators.
3445         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
3446         in case it was defined already.
3447         USE @GNUSTEP_MAKEFILES@ rather than envvars.
3448         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
3449         ns_default.
3450         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
3451         Lisp_Objects.
3452         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
3453         (ns_defined_color, ns_color_to_lisp): Declare.
3454         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
3455         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
3456         it's accepted even with USE_LISP_UNION_TYPE.
3457         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
3458         (update_frame_tool_bar): Remove apparently obsolete tests for
3459         non-integerness of f->tool_bar_lines.
3460         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
3461         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
3462         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
3463         (nsfont_open): Don't confuse NULL for Qnil.
3464         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
3465         * menu.h (find_and_call_menu_selection):
3466         * menu.c (find_and_call_menu_selection): Use just int for vector size.
3467         (find_and_return_menu_selection): Always return something.
3468         * frame.h: Include dispextern.h for Display_Info.
3469         (display_x_get_resource): Declare.
3471 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
3473         * syntax.c: Remove stdio.h include accidentally introduced in
3474         Emacs.app commit.
3475         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3476         NS_IMPL_COCOA.
3477         * keyboard.c (handle_async_input, input_available_signal): Remove
3478         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
3480 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
3483         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
3484         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
3485         Use SDATA.
3487         * keymap.c: Remove all NS-specific code.
3488         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
3489         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
3490         where_is_preferred_modifier, return a different value depending on how
3491         preferred is the binding.
3492         (where_is_internal): Adjust accordingly.
3493         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
3494         Adjust to new preferred_sequence_p.
3495         (syms_of_keymap): Declare `where-is-preferred-modifier'.
3496         * keyboard.c (parse_solitary_modifier): Not static any more.
3497         * keyboard.h (parse_solitary_modifier): Declare.
3499 2008-07-16  Andreas Schwab  <schwab@suse.de>
3501         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
3502         of easymenu.
3504 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
3506         * xdisp.c (move_it_in_display_line): Account for word wrap, so
3507         that we don't move off the line.
3509 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3511         * keyboard.c (Qsuper): Remove.
3512         (parse_menu_item): Don't call where_is_internal specially for NS.
3514 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3516         * s/gnu-linux.h: Remove boilerplate comments.
3518         * m/alpha.h (__ELF__): Consolidate conditions.
3520         * m/m68k.h (linux): Use GNU_LINUX instead.
3521         Remove boilerplate comments.
3523         * m/intel386.h: Undo refactoring from previous change.
3524         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
3525         too, remove dead code.
3526         (linux): Use GNU_LINUX instead.
3528 2008-07-16  Jason Rumney  <jasonr@gnu.org>
3530         * w32gui.h: Repeat 26 June changes lost by last change.
3532 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3534         * systty.h: Remove code for Aix on 386, unsupported platform.
3536         * s/ms-w32.h: Remove boilerplate comments.
3537         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
3539         * s/gnu-linux.h (TERM): Remove support.
3540         (HAVE_SYSVIPC): Remove, unused.
3541         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
3542         for this system.
3544         * process.c: Remove support for IRIS, unused.
3545         Remove support for TERM, not relevant anymore.
3547         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
3548         used with the definition.
3550         * s/aix4-2.h (static): Do not undef.
3552         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
3553         only used on Aix.
3554         (HAVE_SYSVIPC): Remove, unused.
3556         * m/hp800.h (CANNOT_DUMP): Do not undef.
3558         * m/alpha.h: Fix comment.
3560         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
3561         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
3562         used by this configuration.
3563         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
3564         * unexec.c: Remove code depending on HPUX and
3565         USG_SHARED_LIBRARIES, not used with this file.  Remove code
3566         depending on IRIS, unused.  Remove if 0-ed code.
3568         * s/template.h: Remove comments about static.
3570         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
3571         Remove if 0-ed code.
3572         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
3573         were the same as the default.
3574         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
3575         Remove boilerplate comments.
3576         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
3577         (HAVE_SYSVIPC): Remove, unused.
3578         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
3580         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3581         Remove boilerplate comments.
3582         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3583         Remove boilerplate comments.
3584         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3585         Remove boilerplate comments.
3586         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
3588         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
3589         USG systems which do not use DATA_SEG_BITS.
3590         Refactor code.  Remove boilerplate comments.
3592         * m/ibms390.h:
3593         * m/m68k.h:
3594         * s/bsd-common.h:
3595         * s/cygwin.h:
3596         * s/darwin.h:
3597         * s/freebsd.h:
3598         * s/gnu.h:
3599         * s/msdos.h: Remove boilerplate comments.
3601         * m/iris4d.h: Remove boilerplate comments and code for systems that
3602          do not use this file.
3603         (IRIS_4D): Remove, unused.
3605         * m/mips.h: Remove boilerplate comments and code for systems that
3606          do not use this file.
3607         (SIGN_EXTEND_CHAR):
3608         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
3609         * unexmips.c: Remove file, unused.
3611         * editfns.c (Fuser_full_name): Replace the only use of
3612         USER_FULL_NAME with its value.
3613         * config.in: Regenerate.
3615 2008-07-16  David Reitter  <david.reitter@gmail.com>
3617         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
3618         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
3620 2008-07-16  Glenn Morris  <rgm@gnu.org>
3622         * emacs.c (system-type): Doc fix.
3624 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
3627         If the cache doesn't work, let's fix it, rather than work around it.
3629 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3631         * Makefile.in: Correct additions for nsfont.o in last commit.
3632         * nsfont.m: New file (forgot last commit).
3634 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
3636         * callproc.c (set_initial_environment): Initialize
3637         Vprocess_environment under CANNOT_DUMP (fixes crash when
3638         batch-compiling for bootstrap).
3640 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
3641             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3643         (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
3644         fix crash due to different init order.
3646 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3648         Changes and additions for NeXTstep windowing system (Cocoa and
3649         GNUstep) support.
3651         * Makefile.in:
3652         * config.in: Support defines and build commands for NS port.
3653         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
3654         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
3655         * dispextern.h: Include nsgui.h and add needed typedefs under NS
3656         windowing.
3657         (struct face): Add synth_ital field.
3658         * dispnew.c: Include nsterm.h when compiling under NS windowing.
3659         (init_display): Initialize Vinitial_window_system to "ns" when so
3660         compiled.
3661         * emacs.c: Include GSConfig.h when compiling under GNUstep.
3662         (display_arg): Use under NS.
3663         (main): Under NS, allocate autorelease pool and handle command line
3664         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
3665         (standard_args): Add NS-specific args.
3666         (shut_down_emacs): Shut down NS terminal if compiled under NS.
3667         * font.c (DEFAULT_ENCODING): New variable.
3668         (font_find_for_lface): Use it.
3669         (syms_of_font): Load syms_of_nsfont under NS.
3670         * font.h: Declare nsfont_driver when compiled under NS.
3671         * fontset.c: When compiling under NS, include nsterm.h.
3672         (fontset_from_font): Autoconstruct fontset under NS.
3673         * frame.c (various): Under NS, include nsterm.h, add Qns window system
3674         symbol, document and use it.
3675         (do_switch_frame): When for_deletion under Cocoa, add
3676         Fraise_frame(Qnil).
3677         (x_set_frame_parameters): Ensure font attribute changes are picked up.
3678         (x_get_arg): Allow "yes" and "no" as boolean values.
3679         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
3680         Qright under Cocoa.
3681         (focus-follows-mouse): Default to 0 under NS.
3682         * frame.h (enum output_method): Add output_ns.
3683         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
3684         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
3685         (FRAME_WINDOW_P): NS-specific definition.
3686         * fringe.c (max_used_fringe_bitmap): Make public.
3687         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
3688         (getloadavg): Use NeXT code under descendant OS's.
3689         * image.c (includes and header section, x_create_bitmap_from_data)
3690         (x_create_bitmap_from_file, free_bitmap_record, image_background)
3691         (image_background_transparent, x_clear_image_1)
3692         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
3693         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
3694         (x_to_xcolors, x_from_xcolors, x_disable_image)
3695         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
3696         other GUIs, including XPM support using code originally written for
3697         Carbon GUI.
3698         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
3699         using NS API.
3700         (image_ascent): Use font metrics macros instead of direct struct field
3701         access.
3702         * keyboard.c (includes): Add nsterm.h when compiling under NS.
3703         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
3704         Also, handle NS as GTK for menu bar purposes.
3705         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
3706         toolkit where they differ.
3707         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
3708         use cachelist, still needed under NS.
3709         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
3710         (struct widget_value): Define it here for menu.c.
3711         * keymap.c (includes): Include modifier internals.
3712         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
3713         NS.
3714         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
3715         support for preferring sequences using certain modifiers, specified by
3716         the FIRSTONLY argument.
3717         * lisp.h (hash_remove): Rename to avoid name clash when compiling
3718         under NS GNUstep implementation.
3719         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
3720         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
3721         * menu.c: Include nsterm.h under NS.
3722         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
3723         (free_menubar_widget_tree_value, update_submenu_strings)
3724         (find_and_call_menu_selection): Treat NS as X and NT.
3725         (find_and_return_menu_selection): New function, used for popup menus.
3726         * nsgui.h:
3727         * nsterm.h:
3728         * nsfns.m:
3729         * nsimage.m:
3730         * nsmenu.m:
3731         * nsselect.m:
3732         * nsterm.m: New files.
3733         * process.c (wait_reading_process_output): Under NS, call ns_select()
3734         instead of plain select().
3735         * syntax.c (char_quoted): Under NS, avoid a crash when called near
3736         beginning of buffer.
3737         * sysselect.h (init_process): Rename when compiling under Cocoa to
3738         avoid name conflict.
3739         * termhooks.h (display_info): Add ns_display_info to union.
3740         * terminal.c (Fterminal_live_p): Add ns to terminal types.
3741         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
3742         COCOA environment.
3743         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
3744         unexec() signature.  (Note, this will dump, but the resulting file
3745         crashes; unexosx is used instead; keeping around for reference and
3746         possible aid in getting dump working under GNUstep.)
3747         * w32gui.h (button_type, widget_value): Remove definitions (now in
3748         keyboard.h).
3749         * window.c: Include nsterm.h when compiling under NS.
3750         * xdisp.c (includes): Include nsterm.h when compiling under NS.
3751         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
3752         other GUI windowing systems.
3753         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
3754         GTK.
3755         (x_consider_frame_title): Under NS, set icon type and frame
3756         modified-state indicator; use ns_set_name_as_filename() when using
3757         formatted title.
3758         (update_window_cursor): Make public when compiling under NS.
3759         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
3760         (hourglass_atimer, Vhourglass_delay
3761         * xfaces.c (header section, init_frame_faces, clear_font_table)
3762         (defined_color, unload_color, x_face_list_fonts)
3763         (prepare_face_for_display): Add NS support parallel to other GUIs.
3764         Emulate GCs like other non-X GUIs.
3765         (split_font_name): Don't lowercase font name under NS.
3766         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
3767         under NS.
3768         * s/darwin.h: Add support for compilation under NS.
3770 2008-07-15  Jason Rumney  <jasonr@gnu.org>
3772         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
3773         (w32_show_hourglass): Rename from show_hourglass.
3774         (w32_hide_hourglass): Rename from hide_hourglass.
3775         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
3776         (Vhourglass_delay): Declare extern.
3777         (hourglass_started): Remove.
3779         * xdisp.c (Vhourglass_delay): Remove static.
3780         (hourglass_started, start_hourglass, cancel_hourglass):
3781         Don't include these versions on WINDOWSNT.
3783 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3785         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
3786         variables (formerly in xfns.c).
3787         (show_hourglass, hide_hourglass): New prototypes (same).
3788         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
3789         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
3790         in xfns.c).
3791         (syms_of_xdisp): Declare/initialize display-hourglass,
3792         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
3793         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
3794         formerly in xfns.c.
3795         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
3796         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
3797         (start_hourglass, cancel_hourglass): Remove.
3798         (show_hourglass, hide_hourglass): Remove prototypes and static
3799         modifiers.
3800         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
3801         hourglass_atimer, hourglass_shown_p declaration/initialization.
3802         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
3803         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
3804         (start_hourglass, cancel_hourglass): Remove.
3805         (show_hourglass, hide_hourglass): Remove prototypes and static
3806         modifiers.
3807         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
3808         hourglass_atimer, hourglass_shown_p declaration/initialization.
3809         * w32fns.c (display_hourglass_p, Vhourglass_delay)
3810         (DEFAULT_HOURGLASS_DELAY): Remove.
3811         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
3812         hourglass_shown_p declaration/initialization.
3814 2008-07-14  Jason Rumney  <jasonr@gnu.org>
3816         * w32fns.c (w32_get_arg): Remove wrapper function.
3817         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
3818         directly.
3819         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
3821 2008-07-14  Kenichi Handa  <handa@m17n.org>
3823         * xfont.c (xfont_open): Add workaround for X's bug.
3825 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3827         * fontset.c: Include <stdio.h> unconditionally.
3829 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
3831         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
3832         for filtering.
3834 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
3836         * s/vms.h: Use __GNUC__ instead of _GNUC_.
3838         * m/macppc.h:
3839         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
3841         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
3842         (SPECIAL_EMACS_INT):
3843         * m/ia64.h (SPECIAL_EMACS_INT):
3844         * m/amdx86-64.h (SPECIAL_EMACS_INT):
3845         * s/gnu.h (NLIST_STRUCT):
3846         * s/aix4-2.h (X11R5_INHIBIT_I18N):
3847         * s/gnu-linux.h (LINUX):
3848         * s/msdos.h (HAVE_FACES):
3849         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
3851         * systty.h:
3852         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
3853         anymore.
3855 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
3857         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
3858         always defined as int.
3860         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
3861         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
3862         * s/gnu-linux.h (HAVE_WAIT_HEADER):
3863         * s/freebsd.h (HAVE_WAIT_HEADER):
3864         * s/bsd-common.h (HAVE_UNION_WAIT):
3865         * s/aix4-2.h (HAVE_WAIT_HEADER):
3866         * m/mips.h (HAVE_UNION_WAIT):
3867         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
3868         (COFF, static): Do not define, they are undefined later in the file.
3870         * process.c (update_status): Don't use a union.
3871         (status_convert):
3872         (sigchld_handler): Use int instead of WAITTYPE.
3874 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
3876         * indent.c (Fvertical_motion): Restore hscroll before moving to
3877         goal column.
3879 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
3881         * lisp.h: Remove left over code.
3883 2008-07-11  Andreas Schwab  <schwab@suse.de>
3885         * lisp.h: Fix logic in last change.
3887         * menu.h: New file.
3888         * menu.c: Include it.
3889         * xmenu.c: Likewise.
3890         * Makefile.in: Update dependencies.
3892 2008-07-11  Kenichi Handa  <handa@m17n.org>
3894         * fontset.c (fontset_from_font): Cancel the previous change.
3896 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
3898         * lisp.h:
3899         * w32heap.c:
3900         * emacs.c:
3901         * alloc.c: Replace all references of NO_UNION_TYPE with
3902         USE_LISP_UNION_TYPE.
3904         * m/xtensa.h (NO_UNION_TYPE):
3905         * m/vax.h (NO_UNION_TYPE):
3906         * m/template.h (NO_UNION_TYPE):
3907         * m/sparc.h (NO_UNION_TYPE):
3908         * m/mips.h (NO_UNION_TYPE):
3909         * m/macppc.h (NO_UNION_TYPE):
3910         * m/m68k.h (NO_UNION_TYPE):
3911         * m/iris4d.h (NO_UNION_TYPE):
3912         * m/intel386.h (NO_UNION_TYPE):
3913         * m/ibms390x.h (NO_UNION_TYPE):
3914         * m/ibms390.h (NO_UNION_TYPE):
3915         * m/ibmrs6000.h (NO_UNION_TYPE):
3916         * m/ia64.h (NO_UNION_TYPE):
3917         * m/hp800.h (NO_UNION_TYPE):
3918         * m/arm.h (NO_UNION_TYPE):
3919         * m/amdx86-64.h (NO_UNION_TYPE):
3920         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
3921         defining it the same.
3923 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
3925         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
3927 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
3929         * fileio.c:
3930         * sysdep.c
3931         * systty.h:
3932         * m/ibmrs6000.h:
3933         * m/iris4d.h:
3934         * s/aix4-2.h:
3935         * s/freebsd.h:
3936         * s/gnu-linux.h:
3937         * s/hpux10-20.h:
3938         * s/hpux11.h:
3939         * s/netbsd.h:
3940         * s/sol2-3.h:
3941         * s/sol2-4.h:
3942         * s/sol2.h:
3943         * s/usg5-4.h:
3944         * s/vms.h: Remove references to unused variables.
3946 2008-07-10  Andreas Schwab  <schwab@suse.de>
3948         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
3949         pattern before matching the generic family.
3951 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
3953         * unexec.c:
3954         * s/vms.h:
3955         * s/usg5-4-2.h:
3956         * s/sol2-5.h:
3957         * s/freebsd.h:
3958         * s/darwin.h: Remove dead code.
3960         * m/template.h:
3961         * m/sparc.h:
3962         * m/mips.h:
3963         * m/m68k.h:
3964         * m/iris4d.h:
3965         * m/intel386.h:
3966         * m/ibms390x.h:
3967         * m/ibms390.h:
3968         * m/ia64.h:
3969         * m/hp800.h:
3970         * m/arm.h:
3971         * m/amdx86-64.h: Remove dead code and references to unused
3972         and compiler defined symbols.
3974         * unexmips.c:
3975         * unexelf.c: Remove references to desupported systems.
3977         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
3979         * m/powermac.h: Remove boilerplate comments.
3980         (NO_REMAP): Remove unused definition.
3982         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
3983         define them.
3985 2008-07-10  Kenichi Handa  <handa@m17n.org>
3987         * xfont.c (xfont_open): Log the reason of failure.
3989 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3991         * fontset.c (fontset_get_font_group):
3992         * font.c (font_check_otf): Specify argument types.
3994 2008-07-09  Kenichi Handa  <handa@m17n.org>
3996         * coding.c (detect_coding_utf_8): Set detect_info->found only when
3997         non-ASCII char is found.
3999         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
4000         (reorder_font_vector): Change the arg preferred_family to font.
4001         Prefer the spec matching with font.
4002         (fontset_get_font_group): New function.
4003         (fontset_find_font): Change the format of an element of a realized
4004         fontset.  Use fontset_get_font_group.
4005         (fontset_font): Try the current fontset, the default fontset, the
4006         fallbacks of the current fontset, and the fallbacks of the default
4007         fontset in this order.
4008         (face_for_char): Delete the shortcut to use the current font.
4009         (fontset_from_font): Don't set fonts for Latin in the fontset.
4011         * font.h (font_make_object, font_match_p): Adjust prototypes.
4013         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
4015         * font.c (font_make_object): New arg entity and pixelsize.
4016         (font_check_otf_features, font_check_otf): New functions.
4017         (font_match_p): Check :lang, :script, and :otf properties.
4019         * xfont.c (xfont_open): Adjust it for the change of
4020         font_make_object.
4021         (xfont_text_extents): Fix initial setting of metrics.
4023         * ftfont.c (struct ftfont_info): New member index, delete member
4024         fc_charset_idx.  Make the member order compatible with struct
4025         xftfont_info.
4026         (fc_charset_table): Change charset names to registry names.
4027         (ftfont_pattern_entity): Delete the args registry and
4028         fc_charset_idx.  Change the value of :font-entity property
4029         to (FONTNAME . INDEX).  Always set :registry property to
4030         `iso10646-1'.
4031         (struct ftfont_cache_data): New struct.
4032         (ftfont_lookup_cache): New arg for_face.
4033         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
4034         (ftfont_driver): Set the member otf_capability.
4035         (ftfont_get_charset): Adjust it for the change of
4036         fc_charset_table.
4037         (OTF_TAG_SYM): New macro.
4038         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
4039         for the change of fc_charset_table.
4040         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
4041         ftfont_pattern_entity.  Add FC_INDEX to objset.
4042         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
4043         and ftfont_pattern_entity.
4044         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
4045         font_make_object, struct ftfont_info.
4046         (ftfont_has_char): Use ftfont_get_fc_charset.
4047         (ftfont_otf_features, ftfont_otf_capability): New functions.
4048         (ftfont_shape): Use ftfont_get_otf.
4049         (ftfont_text_extents): Fix initial setting of metrics.
4051         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
4052         member order compatible with struct ftfont_info.
4053         (xftfont_open): Add FC_CHARSET to the pattern.  Set
4054         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
4055         properties if appropriate.
4056         (xftfont_close): Unlock the face.
4057         (xftfont_anchor_point, xftfont_shape): Deleted.
4058         (syms_of_xftfont): Don't set members anchor_point and shape of
4059         xftfont_driver.
4061         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
4062         font_make_object.
4064         * w32font.c (w32font_open): Adjust it for the change of
4065         font_make_object.
4066         (w32font_open_internal): Don't set properties of font_object here.
4068 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
4070         * macfns.c (x_create_tip_frame):
4071         * w32fns.c (x_create_tip_frame):
4072         * xfns.c (x_create_tip_frame): Pass parameter argument to
4073         face-set-after-frame-default.
4075         * xfaces.c (Finternal_merge_in_global_face): Save merged
4076         attributes for the default face back into the face vector.
4078 2008-07-08  Andreas Schwab  <schwab@suse.de>
4080         * fontset.h: Declare fontset_from_font.  Don't declare
4081         new_fontset_from_font and fontset_from_font_name.
4082         * xterm.c: Include "fontset.h".
4083         * Makefile.in (xterm.o): Update dependencies.
4085 2008-07-08  Glenn Morris  <rgm@gnu.org>
4087         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
4088         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
4090 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
4092         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
4093         (x_set_frame_parameters): Don't bind it.
4095 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
4097         * w32fns.c (map_w32_filename): Declare extern.
4099 2008-07-07  Jason Rumney  <jasonr@gnu.org>
4101         * w32term.c (WS_EX_LAYERED): Define if not already.
4103 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
4105         * xfaces.c (set_font_frame_param): Don't try to set the font
4106         parameter if it is still unspecified in the lface.
4108 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
4110         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
4111         face if it didn't already exist.
4113         * xdisp.c (try_window_id): Give up if word-wrapping is on.
4115 2008-07-05  Andreas Schwab  <schwab@suse.de>
4117         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
4119 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
4121         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
4122         word-wrapping.
4123         (IT_DISPLAYING_WHITESPACE): New macro.
4124         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
4125         when word-wrapping.  Simplify word-wrapping logic.  Use correct
4126         pixel positions when saving copies of the iterator.
4127         (display_line): Use proper wrap point if the last character on a
4128         line was preceded by whitespace.
4130 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4132         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
4134 2008-07-04  Kenichi Handa  <handa@m17n.org>
4136         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
4138         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
4140 2008-07-02  Jason Rumney  <jasonr@gnu.org>
4142         * xfns.c (syms_of_xfns): Only define x-select-font when both
4143         HAVE_FREETYPE and USE_GTK.
4145         * xdisp.c (next_element_from_display_vector): Move assignment out
4146         of if statement.
4148 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4150         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
4152         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
4153         (syms_of_fileio): Initialize and export them.
4154         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
4156         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
4157         (Fsystem_move_file_to_trash): New function.
4158         (syms_of_w32fns): Export it to lisp.
4160 2008-07-01  Jason Rumney  <jasonr@gnu.org>
4162         * w32font.c (w32font_text_extents): Don't count overhang as part
4163         of width.
4165 2008-06-30  Miles Bader  <miles@gnu.org>
4167         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
4168         Add `avoid_cursor_p' field.
4170         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
4171         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
4172         (append_glyph, append_composite_glyph, produce_image_glyph)
4173         (append_stretch_glyph): Initialize avoid_cursor_p.
4174         (get_it_property): Rename from `get_line_height_property'.
4175         (x_produce_glyphs): Use get_it_property.
4176         (handle_line_prefix, push_display_prop): New functions.
4177         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
4178         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
4179         New variables.
4180         (syms_of_xdisp): Initialize them.
4182 2008-06-30  Kenichi Handa  <handa@m17n.org>
4184         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
4185         XftDefaultSubstitute (they are called in XftFontMatch).
4186         (xftfont_open): Fix args to ftfont_font_format.
4188         * ftfont.c (fc_charset_table): New member lang.
4189         (ftfont_resolve_generic_family): New arg pattern.
4190         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
4191         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
4192         (ftfont_open): Fix args to ftfont_font_format.
4193         (ftfont_font_format): New arg filename.
4195 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
4197         * xfaces.c (Finternal_merge_in_global_face): If default face was
4198         modified, realize it again.  Update the font face attribute.
4200 2008-06-29  Jason Rumney  <jasonr@gnu.org>
4202         * w32term.c (x_set_frame_alpha): Fix logic.
4204 2008-06-29  Kenichi Handa  <handa@m17n.org>
4206         * fontset.c (Finternal_char_font): Return font-object instead of
4207         font-name.
4209         * composite.c (get_composition_id): Fix the width calculation for TAB.
4211 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         * indent.c (Fvertical_motion): Properly handle float column arg.
4215 2008-06-28  Jason Rumney  <jasonr@gnu.org>
4217         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
4218         (pfnSetLayeredWindowAttributes): New function pointer.
4219         (w32_initialize): Initialize it when supported.
4220         (x_set_frame_alpha): New function.
4222         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
4223         (w32_frame_parm_handlers): Set alpha handler.
4225         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
4227 2008-06-27  Jason Rumney  <jasonr@gnu.org>
4229         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
4230         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
4231         (w32_to_x_charset, x_to_w32_charset)
4232         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
4233         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
4234         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
4235         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
4236         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
4237         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
4238         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
4239         (Qw32_charset_unicode): Remove.
4240         (syms_of_w32fns): Update for above changes.
4242         * w32font.c (w32_to_x_charset, x_to_w32_charset)
4243         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
4244         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
4245         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
4246         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
4247         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
4248         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
4249         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
4250         (syms_of_w32font): Update for above changes.
4252 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
4254         * s/usg5-4.h: Fix previous change: keep the correct branch of a
4255         removed #if.
4256         (USG_SHARED_LIBRARIES): Remove duplicate definition.
4258 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
4259             Eli Zaretskii  <eliz@gnu.org>
4261         * makefile.w32-in (LOCAL_FLAGS):
4262         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
4264         * sysdep.c (_spawnlp, _getpid):
4265         Declare with explicit _cdecl instead of _CRTAPI1.
4267         * editfns.c (Fget_internal_run_time):
4268         Check for WINDOWSNT with #ifdef, not #if.
4270 2008-06-26  Jason Rumney  <jasonr@gnu.org>
4272         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
4274         * w32term.c (x_draw_glyph_string_foreground)
4275         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
4276         Use FONT_HANDLE macro.
4277         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
4279         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
4280         (uniscribe_encode_char): Use FONT_HANDLE macro.
4282         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
4283         (w32font_text_extents): Use precast w32_font.
4284         (w32font_close): Free cached metrics.
4285         (w32font_open_internal): Allocate space for name on stack.
4287 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4289         * xdisp.c (extend_face_to_end_of_line): Fix last change.
4291 2008-06-26  Jason Rumney  <jasonr@gnu.org>
4293         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
4294         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
4296 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
4298         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
4300 2008-06-26  Jason Rumney  <jasonr@gnu.org>
4302         * w32bdf.c, w32bdf.h: Remove obsolete files.
4304         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
4306         * w32gui.h: Don't include w32bdf.h.
4307         (XCharStruct, enum w32_char_font_type, W32FontStruct):
4308         Remove obsolete font support.
4310         * w32font.h (struct w32font_info): Remove compat_w32_font.
4311         Add hfont member.
4312         (FONT_COMPAT): Remove obsolete macro.
4314         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
4315         (w32font_encode_char, w32font_text_extents): Use new hfont member.
4316         (w32font_open_internal): Remove compat code.  Set new hfont member.
4317         (Fx_select_font): Use new hfont member.
4319         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
4320         (uniscribe_encode_char): Use new hfont member.
4322         * w32term.c (x_draw_glyph_string_foreground)
4323         (x_draw_composite_glyph_string_foreground): Use new hfont member.
4324         (x_draw_glyph_string): Use metrics in w32font_info.
4326 2008-06-26  Kenichi Handa  <handa@m17n.org>
4328         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
4330 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4332         * unexnext.c:
4333         * m/ews4800.h:
4334         * m/hp9000s300.h:
4335         * m/ibm370aix.h:
4336         * m/mips-siemens.h:
4337         * m/ncr386.h:
4338         * m/next.h:
4339         * m/pmax.h:
4340         * m/powerpcle.h:
4341         * m/tandem-s2.h:
4342         * s/386bsd.h:
4343         * s/bsd386.h:
4344         * s/bsd4-1.h:
4345         * s/bsd4-2.h:
4346         * s/bsdos2-1.h:
4347         * s/bsdos2.h:
4348         * s/bsdos3.h:
4349         * s/bsdos4.h:
4350         * s/nextstep.h:
4351         * s/ultrix4-3.h:
4352         * s/usg5-0.h:
4353         * s/usg5-2-2.h:
4354         * s/usg5-2.h:
4355         * s/usg5-4-3.h:
4356         * s/ux4800.h:
4357         * s/uxpds.h:
4358         * s/uxpv.h: Remove support for obsolete systems.
4359         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
4360         Remove, insert contents in s/hpux10-20.h.
4361         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
4362         Remove, insert contents in s/aix4-2.h.
4363         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
4364         * s/bsd4-3.h: Rename to ...
4365         * s/bsd-common.h: ... this.
4366         * data.c:
4367         * doc.c:
4368         * ecrt0.c:
4369         * emacs.c:
4370         * fileio.c:
4371         * floatfns.c:
4372         * keyboard.c:
4373         * mem-limits.h:
4374         * print.c:
4375         * process.c:
4376         * sysdep.c:
4377         * syssignal.h:
4378         * systty.h:
4379         * syswait.h:
4380         * term.c:
4381         * unexec.c:
4382         * unexelf.c:
4383         * unexhp9k800.c:
4384         * m/hp800.h:
4385         * m/ibmrs6000.h:
4386         * m/mips.h:
4387         * m/vax.h:
4388         * s/darwin.h:
4389         * s/freebsd.h:
4390         * s/gnu.h:
4391         * s/ms-w32.h:
4392         * s/msdos.h:
4393         * s/netbsd.h:
4394         * s/template.h: Remove references to obsolete variables.
4396         * Makefile.in: Add dependencies for all unexec files.
4397         (admindir): Remove unused variable.
4398         (UNEXEC_SRC): Remove references.
4400 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
4402         * xfns.c (x_default_font_parameter): If Xft is available, first
4403         try Monospace-12 for the default font.
4405 2008-06-25  Jason Rumney  <jasonr@gnu.org>
4407         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
4409 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4411         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
4413         * buffer.c (syms_of_buffer): Remove default-word-wrap.
4415 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
4417         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
4418         <scroll-conservatively>: Fix typo in docstring.
4420         * xselect.c (Fx_send_client_event): Doc fix.
4422 2008-06-25  Kenichi Handa  <handa@m17n.org>
4424         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
4426         * font.c (font_parse_fcname): Remove unused variables.
4427         (font_sort_entites): Delete the arg SPEC.  Caller changed.
4428         Fix for the case of ! best_only.
4429         (font_delete_unmatched): Check DPI and AVGWIDTH too.
4431         * lisp.h (Fstring_to_unibyte): EXFUN it.
4433         * character.h (str_to_unibyte): Extern it.
4435         * character.c (str_to_unibyte): New function.
4437         * fns.c (Fstring_to_unibyte): New function.
4438         (syms_of_fns): Defsubr it.
4440 2008-06-24  Kenichi Handa  <handa@m17n.org>
4442         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
4443         DPI too.
4444         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
4446 2008-06-24  Andreas Schwab  <schwab@suse.de>
4448         * Makefile.in (${lispsource}loaddefs.el): Rename from
4449         ../lisp/loaddefs.el.
4450         (bootstrap-clean): Do what distclean does but don't remove
4451         Makefile.
4452         (distclean): Depend on bootstrap-clean and remove Makefile.
4454 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
4456         * buffer.h (struct buffer): New member word_wrap.
4458         * buffer.c (syms_of_buffer): New variables default-word-wrap and
4459         word-wrap.
4460         (init_buffer_once): Initialize them.
4462         * dispextern.h (struct it): Replace bool truncate_lines_p with a
4463         line_wrap enum possessing three possible values.
4465         * termopts.h: Replace truncate_partial_width_windows with
4466         Vtruncate_partial_width_windows.
4468         * dispnew.c (direct_output_for_insert): Avoid direct output when
4469         inserting a space with word wrap on.
4471         * indent.c (compute_motion): Obey integer values of
4472         truncate-partial-width-windows.
4474         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
4475         replacing truncate_partial_width_windows.
4476         (init_iterator): If Vtruncate_partial_width_windows is an integer,
4477         truncate only if the window width is below that integer.
4478         (start_display, resize_mini_window, produce_stretch_glyph)
4479         (display_string, move_it_in_display_line_to): Use line_wrap.
4480         (back_to_previous_visible_line_start, reseat_1): Reset
4481         string_from_display_prop_p.
4482         (display_line): Extend default face to end of line when wrapping.
4484 2008-06-24  Kim F. Storm  <storm@cua.dk>
4486         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
4487         to wrap continued lines at word boundaries.
4489 2008-06-24  Jason Rumney  <jasonr@gnu.org>
4491         * font.c (Ffont_face_attributes): Multiply pixel size before point
4492         conversion to avoid multiplying rounding error.
4494 2008-06-23  Jason Rumney  <jasonr@gnu.org>
4496         * w32term.c (x_draw_glyph_string_background)
4497         (x_draw_glyph_string): Remove old bdf font code.
4499         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
4501 2008-06-22  Kenichi Handa  <handa@m17n.org>
4503         * font.c (font_find_for_lface): Try the adstyle specified in
4504         the property of LFACE_FONT of LFACE (if any).
4506 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
4507             Ryo Yoshitake  <ryo@shiftmode.net>
4509         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
4511 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
4514         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
4515         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
4516         (witness-emacs): Remove.
4517         (lisp, shortlisp): Move loaddefs.el earlier.
4518         (mostlyclean): Forget about witness-emacs.
4520 2008-06-22  Glenn Morris  <rgm@gnu.org>
4522         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
4523         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
4525 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * Makefile.in (PRECOMP): Remove.
4528         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
4529         (witness-emacs): Run `compile-first'.
4530         (.el.elc): Use the new compile-onefile target.
4532 2008-06-21  Kenichi Handa  <handa@m17n.org>
4534         * xftfont.c (xftfont_open): Handle QCembolden only when
4535         FC_EMBOLDEN is defined.
4537 2008-06-21  Andreas Schwab  <schwab@suse.de>
4539         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
4540         (.el.elc): Likewise.
4542 2008-06-21  Miles Bader  <miles@gnu.org>
4544         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
4545         build dir, not the lisp source dir.
4547 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
4550         (bootstrapclean): Remove.
4551         (.el.elc): New rule.
4552         (PRECOMP): New var.
4553         (../lisp/subdirs.el): Remove.
4554         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
4555         (witness-emacs): New target.
4556         (mostlyclean): Remove witness-emacs as well.
4557         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
4558         Add witness-emacs dependency.
4560 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
4562         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
4563         defined by the font.
4565 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
4568         (bootstrap-clean): New target that keeps TAGS around.
4569         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
4570         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
4572 2008-06-20  Jason Rumney  <jasonr@gnu.org>
4574         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
4575         Remove obsolete font code.
4577         * w32font.c (font_matches_spec): Use csb bitfield from font signature
4578         to determine language support.
4580 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4582         * sysdep.c (cfsetspeed): New fun extracted from the code.
4583         (cfmakeraw): Move before first use.
4585 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
4587         * sysdep.c (cfmakeraw): Provide fallback implementation.
4588         (serial_configure): Provide fallback implementation of cfsetspeed.
4590 2008-06-20  Kenichi Handa  <handa@m17n.org>
4592         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
4593         the pattern.
4595         * fontset.c (fontset_from_font): Copy font_spec before changing
4596         the elements.
4598         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
4600 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4602         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
4603         for explicit `font' parameters.
4605         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
4607 2008-06-19  Kenichi Handa  <handa@m17n.org>
4609         * frame.c: Include <ctype.h>.
4610         (x_set_font_backend): Allow spacing characters in the X resource
4611         for FontBackend.
4613 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * w32fns.c, xfns.c (Qfont_param): New var.
4616         (syms_of_w32fns): Initialize it.
4617         (x_default_font_parameter): Record explicit `font' into
4618         `font-parameter'.
4620 2008-06-18  Kenichi Handa  <handa@m17n.org>
4622         * font.c (font_parse_xlfd): Fix previous change.
4623         (font_parse_fcname): Don't use :fc-unknown-spec.
4624         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
4625         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
4626         (font_add_log): Prepend the driver name to the resulting fonts.
4628         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
4629         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
4630         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
4632         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
4633         (QCembolden): New variables.
4634         (syms_of_xftfont): DEFSYM them.
4635         (xftfont_open): Call XftFontMatch.  Don't trust the result of
4636         XftTextExtents8 if the pixel_size is less than 5.
4638 2008-06-18  Andreas Schwab  <schwab@suse.de>
4640         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
4641         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
4643 2008-06-18  Jason Rumney  <jasonr@gnu.org>
4645         * w32font.c (w32font_list, w32font_match): Add logging.
4647         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
4649 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
4651         * font.c (font_parse_fcname): Store divider characters for
4652         unknown-spec list.  For known key symbols, intern using correct
4653         symbol name.
4655 2008-06-17  Kenichi Handa  <handa@m17n.org>
4657         * xfaces.c (realize_default_face): If the frame is not on window
4658         system, set the fontset of face to nil.
4660 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4662         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
4664 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
4666         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
4667         (build_font_name_from_vector): Delete externs.
4669         * xfaces.c (struct font_name): Don't declare.
4671 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4673         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
4675 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
4677         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
4679 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
4681         * font.c (Ffont_spec): Fix usage in docstring.
4682         (Ffont_face_attributes): Doc fix.
4684 2008-06-16  Andreas Schwab  <schwab@suse.de>
4686         * font.c (Ffont_face_attributes): Fix definition.
4688 2008-06-16  Jason Rumney  <jasonr@gnu.org>
4690         * font.h (font_style_symbolic_from_value): Remove.
4692         * font.c (font_style_symbolic_from_value): Remove.
4693         (font_style_symbolic): Revert to pre 2008-06-13 version.
4695         * w32font.c (w32_to_fc_weight): New function.
4696         (w32font_full_name, logfont_to_fcname): Use it.
4698 2008-06-16  Kenichi Handa  <handa@m17n.org>
4700         * font.c (font_check_object): Delete it.
4701         (font_clear_cache): Check if a font-object is alive.
4702         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
4703         font-object to nil.
4704         (font_close_object): Don't check FONT_CLOSE_OBJECT.
4705         (font_at): Don't call font_check_object.
4706         (Ffont_get): Return a symbol for :weight, :slant, and :width.
4708 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4710         * puresize.h (BASE_PURESIZE): Increase to 1230000.
4712 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
4714         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
4716 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
4718         * font.c (font_parse_fcname): Only one decimal point.
4719         (font_unparse_fcname): Handle data in family and foundry indices
4720         as symbols, not strings.
4721         (font_unparse_gtkname, Ffont_face_attributes): New functions.
4723         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
4725         * font.h (font_unparse_gtkname): Add prototype.
4727 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4729         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
4731 2008-06-15  Andreas Schwab  <schwab@suse.de>
4733         * font.c (font_update_drivers): Fix crash when no drivers match.
4735 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4737         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
4738         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
4740 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
4744 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * process.c (Fserial_process_configure, Fprocess_send_eof):
4747         Use EQ to compare Lisp_Objects.
4749 2008-06-13  Jason Rumney  <jasonr@gnu.org>
4751         * w32fns.c (Fw32_select_font): Remove old font API function.
4753         * w32font.c (logfont_to_fcname): New function.
4754         (Fx_select_font): New font dialog function compatible with
4755         GTK/fontconfig version.
4757         * font.c (font_style_symbolic_from_value): New function.
4758         (font_style_symbolic): Use it.
4760         * font.h (font_style_symbolic_from_value): Declare new function.
4762 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
4764         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
4765         <font-width-table>: Fix typos in docstrings.
4767 2008-06-13  Daniel Engeler  <engeler@gmail.com>
4769         These changes add serial port access.
4770         * process.c: Add HAVE_SERIAL.
4771         (Fdelete_process, Fprocess_status, Fset_process_buffer)
4772         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
4773         (list_processes_1, select_wrapper, Fstop_process)
4774         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
4775         (status_notify): Modify to handle serial processes.
4776         [HAVE_SERIAL] (Fserial_process_configure)
4777         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
4778         New functions.
4779         * process.h (struct Lisp_Process): Add `type'.
4780         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
4781         New functions.
4782         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
4783         serial ports.
4784         (serial_open, serial_configure) New functions.
4785         * w32.h: Add FILE_SERIAL.
4786         (struct _child_process): Add ovl_read, ovl_write.
4788 2008-06-13  Kenichi Handa  <handa@m17n.org>
4790         * dispextern.h (enum lface_attribute_index): New member
4791         LFACE_FOUNDRY_INDEX.
4793         * font.c (font_score): Delete arg alternate_families.  Check only
4794         weight, slant, width, and size.  Ignore the difference of alias
4795         style symbols.
4796         (font_sort_entites): Adjust for the above change.  Reflect the
4797         order of font-driver to scores.
4798         (font_list_entities): Don't check alternate_familes here.
4799         (font_clear_prop): Handle foundry.
4800         (font_update_lface): Don't parse "foundry-family" form here.
4801         Handle FONT_FOUNDRY_INDEX.
4802         (font_find_for_lface): Likewise.  Handle alternate families here.
4803         If registry is nil, try iso8859-1 and ascii-0.
4804         (font_open_for_lface): Pay attention to size in ENTITY.
4805         (font_open_by_name): Simplify by calling font_load_for_lface.
4806         (free_font_driver_list): Delete it.
4807         (font_update_drivers): Preserve the order of backends.
4808         (syms_of_font): Setting of sort_shift_bits adjusted for the change
4809         of font_score and font_sort_entites.
4810         (font_update_sort_order): Likewise.
4812         * xfaces.c (LFACE_FOUNDRY): New macro.
4813         (check_lface_attrs): Check foundry.
4814         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
4815         (merge_face_vectors): Check foundry.
4816         (merge_face_ref): Likewise.
4817         (Finternal_set_lisp_face_attribute): Likewise.
4818         (x_update_menu_appearance): Likewise.
4819         (Finternal_get_lisp_face_attribute): Likewise.
4820         (lface_hash): Likewise.
4821         (lface_same_font_attributes_p): Likewise.
4822         (x_supports_face_attributes_p): Likewise.
4823         (tty_supports_face_attributes_p): Likewise.
4824         (Finternal_set_alternative_font_family_alist): Intern strings.
4825         (Finternal_set_alternative_font_registry_alist): Downcase strings.
4826         (realize_default_face): Set LFACE_FOUNDRY (lface).
4828         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
4829         font-driver at first.
4831         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
4833 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4835         * lread.c (Fload): Use xfree, not free on saved_doc_string.
4837 2008-06-12  Jim Meyering  <meyering@redhat.com>
4839         Make unexec_free handle NULL the same way free does.
4840         * unexmacosx.c (unexec_free): Ignore a NULL argument.
4842 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         * character.h (CHAR_TO_BYTE_SAFE): New macro.
4845         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
4846         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
4847         (WEAK_ALIAS): Simplify.
4848         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
4849         when searching a unibyte buffer.
4851 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
4853         * xfns.c (Fx_select_font): Rename from x-font-dialog.
4855 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
4857         * w32font.c: Include ctype.h.
4859 2008-06-11  Jason Rumney  <jasonr@gnu.org>
4861         * w32font.c (w32font_encode_char): Detect missing glyphs that are
4862         misreported as space.
4863         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
4864         as aliases for registry iso10646-1.
4866 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * buffer.c (clone_per_buffer_values): Skip `name'.
4870 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
4872         * font.c (font_parse_fcname): Fix last change; accept decimal
4873         points in font size.
4875 2008-06-10  Jason Rumney  <jasonr@gnu.org>
4877         * w32uniscribe.c (add_opentype_font_name_to_list):
4878         Skip non unicode fonts.
4880 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
4882         * xfns.c (Fx_font_dialog): New function.
4884         * gtkutil.c (xg_dialog_response_cb): Rename from
4885         xg_file_response_callback.
4886         (pop_down_dialog): Rename from pop_down_file_dialog.
4887         (xg_get_file_name): Callers changed.
4888         (xg_get_font_name): New function.
4890         * gtkutil.h (xg_get_font_name): Insert prototype.
4892 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
4895         x_underline_minimum_display_offset.
4896         (syms_of_xdisp): Declare it here rather than in xterm.c.
4897         * dispextern.h (underline_minimum_offset): Declare it.
4898         * w32term.c (x_draw_glyph_string): Use it.
4899         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
4900         (syms_of_xterm): Don't declare it any more.
4901         (x_draw_glyph_string): Adjust to the new name.
4903 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
4905         * xterm.c (x_underline_minimum_display_offset): New var.
4906         (x_draw_glyph_string): Use it.
4907         (syms_of_xterm): Declare it.
4909 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
4911         * font.c (font_parse_fcname): Accept GTK-style font names too.
4913 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * dired.c (file_name_completion): Don't return t if the match is exact
4916         but with different capitalization.
4917         * minibuf.c (Ftry_completion): Simplify.
4919         * window.c (Vwindow_point_insertion_type): New var.
4920         (set_window_buffer): Use it.
4921         (syms_of_window): Init and export it to Lisp.
4923 2008-06-10  Kenichi Handa  <handa@m17n.org>
4925         * font.h (font_intern_prop): Prototype adjusted.
4927         * font.c (font_intern_prop): New arg force_symbol.
4928         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
4929         Adjust for the change of font_intern_prop.
4931         * ftfont.c (ftfont_pattern_entity):
4932         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
4933         (w32_registry):
4934         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
4935         the change of font_intern_prop.
4937 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
4939         * w32menu.c (digest_single_submenu): Declare extern.
4941 2008-06-09  Jason Rumney  <jasonr@gnu.org>
4943         * w32term.c (x_make_frame_visible): Use alternate restore flags.
4945         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
4946         (parse_single_submenu): Remove.
4947         (digest_single_submenu): Remove.
4948         (syms_of_w32menu): Don't initialise variables that have moved
4949         to menu.c.
4950         (set_frame_menubar): Sync with version in xmenu.c.
4951         (w32_menu_show): Sync with xmenu_show in xmenu.c.
4953         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
4954         Make static again.
4956 2008-06-09  Jason Rumney  <jasonr@gnu.org>
4958         Changes to w32 files related to the move of common menu code
4959         to menu.c on 2008-06-08 by Chong Yidong.
4961         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
4962         defs to w32gui.h.
4963         (single_keymap_panes, push_menu_item, push_menu_pane):
4964         Make globally visible.
4966         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
4967         (local_free, malloc_widget_value, free_widget_value)
4968         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
4969         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
4970         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
4971         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
4972         (menu_items, menu_items_allocated, menu_items_used)
4973         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
4974         (init_menu_items, finish_menu_items, discard_menu_items)
4975         (grow_menu_items, push_submenu_start, push_submenu_end)
4976         (push_left_right_boundary, push_menu_pane, push_menu_item)
4977         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
4978         (free_menubar_widget_tree_value, parse_single_submenu)
4979         (update_submenu_strings): Remove functions.
4980         (xmalloc_widget_value): Remove and declare extern.
4982         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
4983         (OBJ1): Build it.
4985         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
4986         (local_heap, local_alloc, local_free, malloc_widget_value)
4987         (free_widget_value): Define here.
4989 2008-06-09  Kenichi Handa  <handa@m17n.org>
4991         * font.h (Qascii_0): Extern it.
4993         * font.c (Qascii_0): New variable.
4994         (syms_of_font): DEFSYM it.
4995         (font_open_by_name): If the registry "iso8859-1" fails, try also
4996         "ascii-0".
4998         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
5000 2008-06-08  Kenichi Handa  <handa@m17n.org>
5002         * .gdbinit (xfont): New command.
5004 2008-06-08  Andreas Schwab  <schwab@suse.de>
5006         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
5007         * Makefile.in (menu.o): Update dependencies.
5009         * Makefile.in (obj): Always add menu.o.
5010         * emacs.c (main): Always call syms_of_menu.
5011         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
5013 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
5015         * Makefile.in: Compile menu.c.
5017         * lisp.h: Declare syms_of_menu.
5019         * emacs.c (main): Call syms_of_menu.
5021         * keyboard.h: Relocate platform-independent menu definitions from
5022         xmenu.c.
5024         * menu.c: New file.  Relocate platform-independent menu
5025         definitions from xmenu.c.  Suggested by Adrian Robert.
5027         * xmenu.c: Remove platform-independent menu definitions.
5028         (menu_items menu_items_inuse, menu_items_allocated)
5029         (menu_items_used, menu_items_n_panes)
5030         (menu_items_submenu_depth): Move to keyboard.h.
5031         (init_menu_items, finish_menu_items, unuse_menu_items)
5032         (discard_menu_items, restore_menu_items, save_menu_items)
5033         (grow_menu_items, push_submenu_start, push_submenu_end)
5034         (push_left_right_boundary, push_menu_pane, push_menu_item)
5035         (keymap_panes, single_keymap_panes, single_menu_item)
5036         (list_of_panes, list_of_items, find_and_call_menu_selection)
5037         (xmalloc_widget_value, free_menubar_widget_value_tree)
5038         (parse_single_submenu, digest_single_submenu)
5039         (update_submenu_strings): Move to menu.c.
5041 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5043         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
5045 2008-06-06  Miles Bader  <miles@gnu.org>
5047         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
5048         face, not frame default.
5050 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
5052         * window.c (pop_up_windows, pop_up_frames)
5053         (display_buffer_reuse_frames, Vpop_up_frame_function)
5054         (Vdisplay_buffer_function, Veven_window_heights)
5055         (Vspecial_display_buffer_names, Vspecial_display_regexps)
5056         (Vspecial_display_function, Vsame_window_buffer_names)
5057         (Vsame_window_regexps, split_height_threshold)
5058         (Vsplit_window_preferred_function): Move those vars to window.el.
5059         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
5060         (Fdisplay_buffer): Move those functions to window.el.
5061         (syms_of_window): Remove corresponding declarations.
5062         (display_buffer): New function.
5063         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
5064         * dispnew.c (Flast_nonminibuf_frame): New function.
5065         * buffer.c (Fpop_to_buffer): Move to window.el.
5067 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
5071 2008-06-05  Kenichi Handa  <handa@m17n.org>
5073         * coding.c (detect_coding): Fix previous change.
5074         (detect_coding_system): Likewise.
5076 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5078         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
5080         * keymap.c (Vminibuffer_local_filename_must_match_map):
5081         Rename from Vminibuffer_local_must_match_filename_map.
5082         (syms_of_keymap):
5083         * minibuf.c (Fcompleting_read): Adjust accordingly.
5084         * commands.h: Rename declaration as well.
5086 2008-06-05  Kenichi Handa  <handa@m17n.org>
5088         * font.c (Ffont_spec): Don't use font_parse_family_registry for
5089         family name.
5090         (Ffont_put): Likewise.
5092         * fontset.c (fontset_find_font): Call font_open_for_lface with the
5093         current font-spec.
5095         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
5096         is unspecified.
5098         * xfaces.c (realize_x_face): If the font-related face attributes
5099         are the same as those of default face, realize a new fontset from
5100         default->fontset.
5101         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
5103 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
5106         (move_it_in_display_line): New wrapper.
5108         * window.c (window_scroll_pixel_based_preserve_x)
5109         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
5110         (window_scroll_pixel_based, window_scroll_line_based):
5111         Use them to preserve column positions.
5112         (syms_of_window): Initialize them.
5114         * indent.c (Fvertical_motion): Extend first arg to allow passing an
5115         (HPOS . VPOS) pair.
5117         * dispextern.h (move_it_in_display_line): Declare.
5119 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
5121         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
5122         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
5123         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
5125 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
5127         * window.c (Fset_window_parameter): Doc fix.
5128         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
5130 2008-06-04  Joakim Verona  <joakim@verona.se>
5132         * window.h (struct window): Add new member window_parameters.
5134         * window.c (Fwindow_parameters, Fwindow_parameter)
5135         (Fset_window_parameter): New defuns.
5136         (syms_of_window): Defsubr the new defuns.
5137         (make_window): Initialize window_parameters to nil.
5139 2008-06-04  John Paul Wallington  <jpw@pobox.com>
5141         * eval.c (Fdefmacro): Doc fix.
5143 2008-06-04  Kenichi Handa  <handa@m17n.org>
5145         * coding.c (detect_coding): Fix handling of coding->head_ascii.
5146         Be sure to call setup_coding_system when we find a proper coding system.
5147         (detect_coding_system): Fix handling of coding->head_ascii.
5149 2008-06-03  Andreas Schwab  <schwab@suse.de>
5151         * font.c (font_prop_validate_spacing): Fix last change.
5153 2008-06-03  Kenichi Handa  <handa@m17n.org>
5155         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
5156         (font_parse_fcname): Fix handling of unknown key.
5158         * xfont.c (xfont_list): Try an alias.
5160         * charset.c (char_charset): Return NULL if the arg charset_list is
5161         specified and C doesn't belong to any of them.
5163 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
5165         * font.c (font_pixel_size): Don't take cdr of an integer.
5167 2008-06-02  Jim Meyering  <meyering@redhat.com>
5169         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
5170         * alloc.c (xfree): Return right away for a NULL arg.
5171         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
5172         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
5173         * mac.c (create_apple_event_from_event_ref): Likewise.
5174         (create_apple_event_from_drag_ref, cfstring_create_normalized):
5175         Likewise.
5176         * doprnt.c (doprnt1): Likewise.
5177         * frame.c (frame): Likewise.
5178         * keyboard.c (wipe_kboard): Likewise.
5179         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
5180         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
5181         * term.c (tty_default_color_capabilities, maybe_fatal)
5182         (delete_tty): Likewise.
5183         * w16select.c (string): Likewise.
5184         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
5185         * w32bdf.c (w32_free_bdf_font): Likewise.
5186         * w32fns.c (w32_unload_font): Likewise.
5187         * w32font.c (w32font_close): Likewise.
5188         * window.c (size_window): Likewise.
5189         * xselect.c (receive_incremental_selection): Likewise.
5190         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
5191         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
5192         * w32.c (stat): Likewise.
5194         Remove useless if-before-free tests.
5195         * editfns.c (Fset_time_zone_rule): Likewise.
5196         * lread.c (nosuffix): Likewise.
5197         * ralloc.c (get_bloc): Likewise.
5198         * regex.c (reg_free): Likewise.
5199         * xftfont.c (xftfont_open, xftfont_close): Likewise.
5200         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
5201         * xsmfns.c (smc_save_yourself_CB): Likewise.
5203 2008-06-02  Kenichi Handa  <handa@m17n.org>
5205         * font.c (font_find_for_lface): Handle float font size.
5206         (font_open_for_lface): Likewise.
5208         * xfaces.c (x_supports_face_attributes_p): Check face->font before
5209         comparing the properties.
5211 2008-06-01  Jason Rumney  <jasonr@gnu.org>
5213         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
5214         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
5215         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
5216         Don't add empty script list.
5217         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
5219 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5221         * Makefile.in (dot, dotdot): Remove, update users.
5222         ".." has been used elsewhere in the file for a long time.
5223         (LIBXT_STATIC): Remove conditional based on unused variable.
5225 2008-06-01  Miles Bader  <miles@gnu.org>
5227         * xfaces.c (Vface_remapping_alist): New variable.
5228         (syms_of_xfaces): Initialize it.
5229         (enum named_merge_point_kind): New type.
5230         (struct named_merge_point): Add `named_merge_point_kind' field.
5231         (push_named_merge_point): Make cycle detection respect different
5232         named-merge-point kinds.
5233         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
5234         Remove face-name alias resolution.
5235         (lface_from_face_name): New definition using
5236         `lface_from_face_name_no_resolve'.
5237         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
5238         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
5239         (get_lface_attributes): New definition that layers face-remapping on
5240         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
5241         (lookup_basic_face): New function.
5242         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
5243         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
5244         `get_lface_attributes'.
5245         (face_at_buffer_position): Use `lookup_basic_face' to lookup
5246         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
5247         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
5249         * xdisp.c (init_iterator): Pass base_face_id through
5250         `lookup_basic_face' when we actually use it as a face-id.
5251         (handle_single_display_prop): Use `lookup_basic_face' to lookup
5252         DEFAULT_FACE_ID.
5254         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
5255         lookup the initial face-id.
5257         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
5259 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
5261         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
5262         (Fremove_text_properties): Fix typos in docstrings.
5264 2008-05-31  Kenichi Handa  <handa@m17n.org>
5266         * font.c (font_list_entities): Fix the car part of data to be
5267         stored in the cache.
5269         * ftfont.c (ftfont_font_format): Don't use strcasestr.
5271 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
5274         Add a `test' argument so another predicate than `equal' can be used.
5275         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
5276         (map_char_table): Remove unused vars `c' and `i'.
5277         * lisp.h (Foptimize_char_table): Adjust declaration.
5278         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
5280 2008-05-30  Kenichi Handa  <handa@m17n.org>
5282         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
5283         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
5284         defined.
5286 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
5289         (Fmake_variable_frame_local): Disallow mixing buffer-local and
5290         frame-local settings for the same variable.
5292 2008-05-30  Kenichi Handa  <handa@m17n.org>
5294         * fontset.c (Ffont_info): Move to font.c.
5295         (syms_of_fontset): Delete defsubr of Sfont_info.
5297         * font.c (font_style_to_value, font_score): Delete casting of the
5298         args to xstcasecmp.
5299         (register_font_driver): Increment num_font_drivers only when
5300         registering the driver globally.
5301         (Ffont_info): Move from fontset.c.  Handle a font object too.
5302         (syms_of_font): Defsubr Sfont_info.
5304 2008-05-29  Kenichi Handa  <handa@m17n.org>
5306         * coding.h (enum define_coding_utf8_arg_index): New enum.
5307         (enum coding_attr_index): Change coding_attr_utf_16_bom to
5308         coding_attr_utf_bom.
5309         (enum utf_bom_type): Rename from utf_16_bom_type.
5310         (struct utf_16_spec): Adjust for the above change.
5311         (struct coding_system): Add utf_8_bom in `spec' union.
5313         * coding.c (CODING_UTF_8_BOM): New macro.
5314         (enum coding_category): Delete coding_category_utf_8, add
5315         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
5316         coding_category_utf_8_sig.
5317         (CATEGORY_MASK_UTF_8): Delete it.
5318         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
5319         (CATEGORY_MASK_UTF_8_SIG): New macros.
5320         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
5321         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
5322         CATEGORY_MASK_UTF_8_SIG.
5323         (CATEGORY_MASK_UTF_8): New macro.
5324         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
5325         (detect_coding_utf_8): Check BOM.
5326         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
5327         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
5328         (encode_coding_utf_16): Likewise.
5329         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
5330         (detect_coding, detect_coding_system): Handle utf-8-auto.
5331         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
5332         (syms_of_coding): Fix setting up of Vcoding_category_table.
5334 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5336         * process.c (Faccept_process_output): If `millisec' is non-nil,
5337         `seconds' default to 0.
5338         (wait_reading_process_output): Also return non-nil if we read output
5339         from a non-running process.
5341 2008-05-29  Jason Rumney  <jasonr@gnu.org>
5343         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
5344         `raster' specified.
5345         (add_font_entity_to_list): Allow non-opentype truetype fonts back
5346         in the uniscribe backend, but disallow any font that has no
5347         unicode subrange support.
5349 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
5351         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
5352         Fix typos in docstrings.
5354 2008-05-29  Kenichi Handa  <handa@m17n.org>
5356         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
5357         (Fx_family_fonts): Set frame correctly.
5359 2008-05-28  Jason Rumney  <jasonr@gnu.org>
5361         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
5363 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5365         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
5366         calling build_annotations.
5368 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
5370         * coding.c (Fdecode_coding_region, Fencode_coding_region)
5371         (Fencode_coding_string):
5372         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
5373         <latin-extra-code-table>: Fix typos in docstrings.
5374         (syms_of_coding) <coding-system-alist>: Doc fix.
5375         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
5377 2008-05-28  Kenichi Handa  <handa@m17n.org>
5379         * fontset.c (Ffont_info): Don't call font_close_object.
5381         * font.c (font_parse_family_registry): Use Ffont_put to validate
5382         foundry and family.
5383         (font_delete_unmatched): Don't check spacing.
5384         (font_list_entities): Add spacing to the spec to list fonts.
5386         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
5387         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
5389         * coding.c (encode_coding_raw_text): Fix previous change.
5390         (encode_coding_object): When the dst_object is a buffer and is
5391         different from src_object, move gap to PT.
5393 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5395         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
5397 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5399         * coding.c (encode_coding_raw_text): Set coding->produced_char for
5400         all branches.  Compute it differently.
5402         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
5404 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
5406         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
5407         into "else if () ... else ...".
5409 2008-05-27  Jason Rumney  <jasonr@gnu.org>
5411         * w32font.c (w32font_open_internal): Determine if glyph indices
5412         are likely to work here.
5414 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5416         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
5417         draw overlap glyphs with appropriate highlighting.
5419 2008-05-27  Kenichi Handa  <handa@m17n.org>
5421         * xfont.c (xfont_open): Fix calculation of font->average_width.
5423 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * casefiddle.c (casify_object): Try to guess better whether the
5426         argument is a byte or a char.
5428 2008-05-26  Andreas Schwab  <schwab@suse.de>
5430         * xselect.c (x_reply_selection_request): Properly handle format == 32.
5431         Always send multiples of format size.
5433         * xterm.c (x_set_frame_alpha): Fix type mismatch.
5435 2008-05-26  Jason Rumney  <jasonr@gnu.org>
5437         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
5438         (compute_metrics): Don't set failure if we just cleared the cache.
5439         (w32_weight_table): Remove unused variable.
5440         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
5441         backwards compatibility.
5443 2008-05-25  Kenichi Handa  <handa@m17n.org>
5445         * w32term.c (x_draw_glyph_string):
5446         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
5448         * xfaces.c: Delete unused function prototypes.
5449         (xstrlwr, font_frame): Delete them.
5450         (clear_face_cache): Delete unused variable.
5452         * xftfont.c (xftfont_open): Delete unused variable.
5453         If underline_thickness is not 1, adjust underline_position.
5455         * ftxfont.c (ftxfont_open): Delete unused variable.
5457         * fontset.c (face_for_char): Optimize for the case of no charset
5458         property.
5460         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
5461         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
5462         (otf_open, font_otf_capability, generate_otf_features)
5463         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
5464         Comment out by surrounding "#if 0" and "#endif" for the moment.
5465         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
5466         (syms_of_font): Codes for accessing above commented out.
5468 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
5470         * w32proc.c: Include dispextern.h.
5472         * w32.c: Include dispextern.h.
5474 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
5476         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
5477         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
5478         Fix typos in docstrings.
5480 2008-05-23  Jason Rumney  <jasonr@gnu.org>
5482         * xsmfns.c: Remove includes that are already included by config.h.
5484 2008-05-23  Kenichi Handa  <handa@m17n.org>
5486         * charset.c (Qemacs, charset_emacs): New variables.
5487         (char_charset): Fix for non-Unicode characters.
5488         (syms_of_charset): Define charset_emacs.
5490         * w32term.c (x_draw_glyph_string): Be sure to update
5491         s->underline_thickness and s->underline_position.  Be sure to draw
5492         underline within the current line area.
5494         * xterm.c (x_draw_glyph_string): Be sure to update
5495         s->underline_thickness and s->underline_position.  Be sure to draw
5496         underline within the current line area.
5498         * fontset.c: Delete unused variables and add casting for char *
5499         throughout the file.
5500         (fontset_font): Try the fallback fonts of the current fontset
5501         before consulting the default fontset.
5503         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
5505         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
5507 2008-05-22  Jason Rumney  <jasonr@gnu.org>
5509         * font.c: Don't include strings.h.
5511         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
5513         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
5514         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
5515         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
5516         to call xstrcasecmp.
5518         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
5520         * fontset.c (fs_query_fontset): Use xstrcasecmp.
5522         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
5524         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
5526 2008-05-22  Kenichi Handa  <handa@m17n.org>
5528         * puresize.h (BASE_PURESIZE): Increase to 1220000.
5530         * font.c (font_prop_validate_style): Adjust for the format
5531         change of font_style_table.
5533         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
5534         two args.
5536         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
5537         two args.
5539 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5541         * minibuf.c (keys_of_minibuf): Delete.
5542         * lisp.h (keys_of_minibuf): Delete.
5543         * emacs.c (main): Don't call keys_of_minibuf.
5545 2008-05-22  Kenichi Handa  <handa@m17n.org>
5547         * ftfont.c (ftfont_resolve_generic_family): Rename from
5548         ftfont_list_generic_family.  Return a single family for each
5549         generic family.
5550         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
5551         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
5552         Call font_add_log.
5553         (ftfont_match): Call font_add_log.
5555         * font.h (Ffont_xlfd_name): EXFUN adjusted.
5556         (FONT_DEBUG): Define it.
5557         (font_add_log): Extern it.
5558         (font_assert): Rename from xassert.
5560         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
5561         (xfont_list_family): Call font_add_log.
5562         (xfont_match): Likewise.
5563         (memq_no_quit): Delete.
5565         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
5566         call of Ffont_xlfd_name.
5568         * xfaces.c (struct table_entry, slant_table, weight_table)
5569         (swidth_table): Move to font.c.
5571         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
5572         xassert are changed to font_assert.  Delete many unused variables.
5573         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
5574         New variables.
5575         (struct table_entry): Move from xfaces.c and modified.
5576         (weight_table, slant_table, width_table): Move from xfaces.c and
5577         contents adjusted for the change of struct table_entry.
5578         (font_style_to_value, font_style_symbolic): Adjust for the
5579         format change of font_style_table.
5580         (font_parse_family_registry): Don't overwrite existing foundry and
5581         family of font_spec.
5582         (font_score): Fix calculation of diff for sizes.
5583         (font_sort_entites): Call font_add_log.
5584         (font_delete_unmatched): Return a newly created list.
5585         (font_list_entities): Fix previous change.  Call font_add_log.
5586         (font_matching_entity, font_open_entity, font_close_entity):
5587         Call font_add_log.
5588         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
5589         (Finternal_set_font_style_table): Delete.
5590         (BUILD_STYLE_TABLE): New macro.
5591         (build_style_table): New function.
5592         (Vfont_log, font_log_env_checked): New variables.
5593         (font_add_log): New function.
5594         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
5595         Declare Lisp variables "font-weight-table", "font-slant-table",
5596         "font-width-table", and "font-log".  Initialize font_style_table.
5598 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
5600         * xterm.c (x_set_frame_alpha): Move declarations before statements.
5602 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
5603             Ryo Yoshitake  <ryo@shiftmode.net>
5605         * frame.c (Qalpha): Add a new frame parameter `alpha'.
5606         (Vframe_alpha_lower_limit): New variable.
5607         (x_set_alpha): New function.
5609         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
5611         * xfns.c (x-create-frame, Qalpha):
5612         Initialize the frame parameter `alpha'.
5613         * xterm.c (OPAQUE, OPACITY): New.
5614         (x_set_frame_alpha): New function.
5615         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
5617         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
5618         * w32fns.c (w32_frame_parm_handlers): Likewise.
5620 2008-05-20  Jason Rumney  <jasonr@gnu.org>
5622         * w32font.c (add_font_entity_to_list): Don't add non-opentype
5623         truetype fonts to opentype list.
5625 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
5627         * fontset.c (Ffontset_info): Doc fix.
5628         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
5629         <ignore-relative-composition>: Fix typos in docstrings.
5631         * font.c (syms-of-font) <font-encoding-alist>:
5632         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
5633         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
5634         (Ffont_otf_alternates): Doc fixes.
5636 2008-05-20  Kenichi Handa  <handa@m17n.org>
5638         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
5639         font.h through out the file.
5640         (FONT_DRIVERS): Rename from FONTOBJ.
5641         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
5642         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
5644         * emacs.c (main): Call syms_of_font unconditionally.
5646         * font.h (find_font_encoding): Extern it.
5648         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
5649         fontset.c.
5650         (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
5651         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
5652         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
5653         only when HAVE_WINDOW_SYSTEM is defined.
5654         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
5655         when HAVE_WINDOW_SYSTEM is defined.
5657         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
5658         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
5660         * xfaces.c: Include font.h unconditionally.
5661         (merge_face_ref, merge_face_vectors)
5662         (Finternal_set_lisp_face_attribute): Cancel the previous change.
5664 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5666         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
5667         indirect_variable.
5668         * eval.c (lisp_indirect_variable): New fun.
5669         (Fuser_variable_p): Use it.
5671 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * lisp.h (indirect_variable):
5674         * data.c (indirect_variable, let_shadows_buffer_binding_p):
5675         Use Lisp_Symbol pointers rather than Lisp_Object.
5676         Adjust callers.
5677         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
5678         To this end, change calling-convention.
5680         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
5681         if some non-hidden buffers are selected by string&pred.
5683 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
5685         * process.c (wait_reading_process_output): Always check status
5686         when in batch mode.
5688 2008-05-19  Kenichi Handa  <handa@m17n.org>
5690         * font.c (font_list_entities): Fix handling of cache.
5691         (font_matching_entity): Likewise.
5693         * ftfont.c (cs_iso8859_1): Delete.
5694         (ft_face_cache): New variable.
5695         (struct ftfont_info): New member fc_charset_idx.
5696         (ftfont_build_basic_charsets): Delete.
5697         (fc_charset_table): New variable.
5698         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
5699         . FC_CHARSET_IDX) as :font-entity property in the font entity.
5700         Callers changed.
5701         (ftfont_lookup_cache, ftfont_get_charset): New functions.
5702         (ftfont_spec_pattern): New argument fc_charset_idx.
5703         Check registry more rigidly.  Change callers.
5704         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
5705         change of :font-entity property of the font.
5707         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
5708         property of the font.
5710 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
5712         * coding.c (Fcoding_system_p): Rename argument to match docstring.
5713         (Funencodable_char_position, Fcheck_coding_systems_region)
5714         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
5715         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
5716         (Ffind_operation_coding_system, Fset_coding_system_priority)
5717         (Fcoding_system_eol_type): Doc fixes.
5719 2008-05-17  Glenn Morris  <rgm@gnu.org>
5721         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
5723 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
5725         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
5726         and st_gid.
5728         * frame.c (Fdelete_frame): Don't call font_update_drivers if
5729         HAVE_WINDOW_SYSTEM is not defined.
5731         * xfaces.c (merge_face_ref, merge_face_vectors)
5732         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
5733         HAVE_WINDOW_SYSTEM is defined.
5734         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
5736 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
5740 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5742         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
5744 2008-05-15  Kenichi Handa  <handa@m17n.org>
5746         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
5747         preference.
5749 2008-05-15  Glenn Morris  <rgm@gnu.org>
5751         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
5753 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
5755         * fns.c (init_fns): Don't initialize weak_hash_tables here.
5756         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
5758         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
5760 2008-05-15  Kenichi Handa  <handa@m17n.org>
5762         * ftfont.c (ftfont_list): Downcase family name to check generic
5763         families.
5765         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
5766         font-spec for QCfont value.
5768         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
5769         buffer.  Check the return value of it.
5771 2008-05-14  Jason Rumney  <jasonr@gnu.org>
5773         * w32term.c (w32_get_glyph_overhangs): Remove.
5774         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
5776 2008-05-14  Kenichi Handa  <handa@m17n.org>
5778         * font.c (font_prop_validate): Make nil a valid value.
5779         (font_clear_cache): Check if the cached vector of entities is nil
5780         or not.
5782 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5784         * emacs.c (main_thread): Conditionalize on
5785         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5786         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
5788         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
5789         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
5790         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5792 2008-05-14  Kenichi Handa  <handa@m17n.org>
5794         * coding.c (detect_coding_iso_2022): Ignore a coding category that
5795         has no corresponding coding system.
5797 2008-05-14  Jason Rumney  <jasonr@gnu.org>
5799         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
5801         * w32font.h (w32font_open_internal): Update declaration.
5803         * w32font.c (w32font_open_internal): Change last argument from
5804         w32font_info struct to font object.  Fill in font object from
5805         font_entity.  Get Outline metrics if possible.  Use them to
5806         calculate underline position and thickness.  Use xlfd name as name
5807         property.  Don't set codepage.
5808         (w32font_open): Pass font_object to w32font_open_internal.  Don't
5809         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
5810         (w32font_draw): Use s->font.
5811         (clear_cached_metrics): Don't clear non-existent blocks.
5813         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
5814         font was not found.
5815         (x_draw_glyph_string): Use underline position and thickness from font.
5817         * w32uniscribe.c (uniscribe_open): Pass font_object to
5818         w32font_open_internal.
5820 2008-05-14  Kenichi Handa  <handa@m17n.org>
5822         These changes are to delete all legacy font-handling codes, and
5823         make Emacs use only font-backends.
5825         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
5826         (frame.o, image.o, print.o): Depend on $(FONTSRC).
5828         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
5830         * charset.h (Vcharset_non_preferred_head)
5831         (Vcurrent_iso639_language): Extern them.
5833         * charset.c (Vcharset_non_preferred_head): New variable.
5834         (Vcurrent_iso639_language): New variable.
5835         (syms_of_charset): Declare it as a Lisp variable.
5836         (char_charset): Don't check non preferred charsets.  As a last
5837         resort, return charset_unicode.
5838         (Fset_charset_priority): Update Vcharset_non_preferred_head.
5840         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
5841         conditionals.  Don't check enable_font_backend.  Delete all codes
5842         used only when USE_FONT_BACKEND is not defined.
5844         * dispextern.h (struct glyph_string): Change type of `font' to
5845         `struct font *'.
5846         (struct glyph_string): New member underline_position and
5847         underline_thickness.
5848         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
5849         (struct face): Change type of `font' to `struct font *'.  Remove
5850         members `font_name', `font_info_id'.
5851         (per_char_metric, encode_char): Delete externs.
5852         (calc_pixel_width_or_height): Adjust the prototype.
5854         * emacs.c (enable_font_backend): Delete extern.
5855         (main): Don't set enable_font_backend.  Don't check the command
5856         line argument "-disable-font-backend".
5858         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
5859         (enum font_property_index): New members FONT_DPI_INDEX,
5860         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
5861         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
5862         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
5863         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
5864         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
5865         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
5866         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
5867         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
5868         (struct font_spec, struct font_entity): New structs.
5869         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
5870         (struct font): Many members from old "struct font_info" moved to
5871         here.  Members font and entity deleted.
5872         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
5873         the new font-related objects.
5874         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
5875         (CHECK_FONT_GET_OBJECT): Likewise.
5876         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
5877         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
5878         (struct font_driver): New members case_sensitive anc check.  Type
5879         of the member list and open changed.
5880         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
5881         (font_symbolic_width, font_find_object, font_get_spec)
5882         (font_set_lface_from_name): Delete extern.
5883         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
5885         * font.c: Include <strings.h>.
5886         (enable_font_backend): Delete it.
5887         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
5888         (CHECK_VALIDATE_FONT_SPEC): Delete it.
5889         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
5890         (null_string): Delete it.
5891         (null_vector): Make it static.
5892         (font_family_alist): Delete it.
5893         (Qnormal): Extern it.
5894         (QCextra, QClanguage): Delete it.
5895         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
5896         (font_make_spec, font_make_entity, font_make_object)
5897         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
5898         the string.  Callers changed.
5899         (font_pixel_size): Adjusted for the format change of font-related
5900         objects.
5901         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
5902         (font_style_to_value, font_style_symbolic): New function.
5903         (build_font_family_alist): Delete it.
5904         (font_registry_charsets): Use Fassoc_string instead of
5905         assq_no_quit.
5906         (font_prop_validate_symbol): Don't return null_string.
5907         (font_prop_validate_style): Adjusted for the change of
5908         style-related values in a font vector.
5909         (font_property_table): Delete entries for QClanguage and
5910         QCantialias, add entries for QCavgwidth.
5911         (get_font_prop_index): Delete the 2nd argument FROM.
5912         (font_prop_validate): Arguments changed.
5913         (font_put_extra): Adjusted for the change of font-related objects.
5914         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
5915         (font_parse_fcname, font_unparse_fcname)
5916         (font_prepare_composition): Likewise.
5917         (font_parse_family_registry): Renamed from font_merge_old_spec.
5918         (otf_open): Delete the 1st arg entity.
5919         (font_otf_capability): Adjusted for the above change.
5920         (font_score): New arg alternate_families.  Adjusted for the change
5921         of font-related objects.
5922         (font_sort_entites): New arg best_only.
5923         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
5924         Delete them.
5925         (font_match_p): Check alternate families.
5926         (font_find_object): Delete it.
5927         (font_check_object): New function.
5928         (font_clear_cache): Adjusted for the change of font-related objects.
5929         (font_delete_unmatched): New arg.
5930         (font_list_entities): Call font_driver->list with a spec that
5931         doesn't specify style-related properties.
5932         (font_matching_entity): Arguments changed.  Caller changed.
5933         (font_open_entity): Adjusted for the change of font-related objects.
5934         (font_close_object, font_has_char, font_encode_char)
5935         (font_get_name, font_get_spec): Likewise.
5936         (font_spec_from_name, font_clear_prop, font_update_lface):
5937         New functions.
5938         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
5939         (font_prepare_for_face, font_done_for_face, font_open_by_name)
5940         (font_at): Adjusted for the change of font-related objects.
5941         (font_range): New function.
5942         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
5943         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
5944         (Fcopy_font_spec, Fmerge_font_spec): New function.
5945         (Ffont_family_list): Renamed from list-families.
5946         (Finternal_set_font_style_table): Arguments changed.
5947         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
5948         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
5949         change of font-related objects.
5950         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
5952         * fontset.h (struct font_info): Delete it.  Most members go to
5953         struct font.
5954         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
5955         (enum FONT_SPEC_INDEX): Delete it.
5956         (font_info, list_fonts_func, load_font_func, query_font_func)
5957         (set_frame_fontset_func, find_ccl_program_func)
5958         (get_font_repertory_func, new_fontset_from_font_name): Delete
5959         externs.
5960         (fontset_from_font_name): Extern it.
5961         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
5962         (FONT_INFO_FROM_FACE): Deleted.
5963         (face_for_font): Adjust prototype.
5965         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
5966         conditionals.  Don't check enable_font_backend.  Delete all codes
5967         used only when USE_FONT_BACKEND is not defined.
5968         (get_font_info_func, list_font_func, load_font_func)
5969         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
5970         (get_font_repertory_func): Delete them.
5971         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
5972         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
5973         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
5974         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
5975         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
5976         (fontset_compare_rfontdef): New function.
5977         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
5978         rfont-defs by qsort.  Adjusted for the change of font-group vector.
5979         (load_font_get_repertory): Deleted.
5980         (fontset_find_font): Use new macros to ref/set elements of
5981         font-def and rfont-def.
5982         (fontset_font): Fix the timing of remembering that no font for C.
5983         (free_face_fontset): Do nothing if the face has no fontset.
5984         (face_suitable_for_char_p): Use new macros to ref/set elements of
5985         rfont-def.
5986         (face_for_char): Likewise.  Call face_for_char with font_object.
5987         (fs_load_font): Delete.  Delete #pragma surrounding it.
5988         (fs_query_fontset): Use strcasecmp instead of strcmp.
5989         (generate_ascii_font_name): Adjusted for the format change of
5990         font-spec.
5991         (Fset_fontset_font): Likewise.  Use new macros to set elements of
5992         font-def.
5993         (Fnew_fontset): Use font_unparse_xlfd to generate
5994         FONTSET_ASCII (fontset).
5995         (new_fontset_from_font_name): Deleted.
5996         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
5997         a fontset is already created for the font.  FIx updating of
5998         Vfontset_alias_alist.
5999         (fontset_ascii_font): Deleted.
6000         (Ffont_info): Adjusted for the format change of font-spec.
6001         (Finternal_char_font): Likewise.
6002         (Ffontset_info): Likewise.
6003         (syms_of_fontset): Don't check load_font_func.
6005         * fns.c (internal_equal): Handle PREV_FONT.
6007         * frame.h: Delete USE_FONT_BACKEND conditional.
6009         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
6010         conditionals.  Don't check enable_font_backend.  Delete all codes
6011         used only when USE_FONT_BACKEND is not defined.
6012         (x_set_font): Call x_new_font, not x_new_fontset2.
6013         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
6014         already set for the frame.
6016         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
6017         a font-entity by font_make_entity.  Use font_intern_prop instead
6018         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
6019         font property.  If a font is scalable, set avgwidth property to 0.
6020         Set font-entity property by font_put_extra.
6021         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
6022         (ffont_driver): Adjusted for the change of struct font_driver.
6023         (ftfont_spec_pattern): New function.
6024         (ftfont_list): Return a list, not vector.
6025         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
6026         (ftfont_list_family): Don't downcase names.
6027         (ftfont_free_entity): Deleted.
6028         (ftfont_open): Return a font-object.  Adjusted for the change of
6029         struct font.  Get underline_thickness and underline_position from
6030         font property.  Don't update dpyinfo->smallest_font_height and
6031         dpyinfo->smallest_char_width.
6032         (ftfont_close): Don't free `struct font'.
6033         (ftfont_has_char): Adjusted for the format change of font-entity.
6034         (ftfont_encode_char, ftfont_text_extents): Likewise.
6036         * ftxfont.c (ftxfont_list): Return a list, not vector.
6037         (ftxfont_open): Return a font-object.  Adjusted for the change of
6038         struct font.  Get underline_thickness and underline_position from
6039         font property.  Don't update dpyinfo->smallest_font_height and
6040         dpyinfo->smallest_char_width.
6041         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
6042         (ftxfont_draw): Adjusted for the change of struct font.
6044         * image.c (image_ascent): Don't include "charset.h".  Include
6045         "character.h" and "font.h".
6047         * lisp.h (enum pvec_type): New member PREV_FONT.
6048         (Fassoc_string): EXFUN it.
6050         * print.c: Include font.h.
6051         (print_object): Handle font-related objects.
6053         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
6054         conditionals.  Don't check enable_font_backend.  Delete all codes
6055         used only when USE_FONT_BACKEND is not defined.
6056         (handle_auto_composed_prop): Do nothing if it->f is not on a
6057         window system.  Check how many following characters can be
6058         displayed by the same font.
6059         (calc_pixel_width_or_height): Type of the 4th arg is changed to
6060         'struct font *'.
6061         (get_char_face_and_encoding): Assign the whole encoding task to
6062         the `encode-char' method of a font driver.
6063         (fill_composite_glyph_string): Adjusted for the change of `struct
6064         face' and `struct glyph_string'.
6065         (fill_glyph_string): Likewise.
6066         (get_per_char_metric): Arguments changed.
6067         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
6068         and `struct glyph_string'.
6069         (produce_stretch_glyph, calc_line_height_property)
6070         (x_produce_glyphs): Likewise.
6072         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
6073         conditionals.  Don't check enable_font_backend.  Delete all codes
6074         used only when USE_FONT_BACKEND is not defined.  Use
6075         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
6076         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
6077         (Qp): Extern them.
6078         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
6079         Deleted.
6080         (struct font_name): Deleted.
6081         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
6082         (compare_fonts_by_sort_order): New function.
6083         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
6084         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
6085         Deleted.
6086         (Fx_family_fonts): Use font_list_entities, and sort fonts by
6087         compare_fonts_by_sort_order.
6088         (Fx_font_family_list): Call Ffont_family_list.
6089         (face_numeric_value, face_numeric_weight, face_numeric_slant)
6090         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
6091         (face_symbolic_slant, face_symbolic_swidth)
6092         (split_font_name_into_vector, build_font_name_from_vector)
6093         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
6094         (font_rescale_ratio, split_font_name, build_font_name)
6095         (free_font_names, sort_fonts, x_face_list_fonts)
6096         (face_font_available_p, sorted_font_list, cmp_font_names)
6097         (font_list_1, concat_font_list, font_list, remove_duplicates):
6098         Deleted.
6099         (Fx_list_fonts): Use Ffont_list.
6100         (LFACE_AVGWIDTH): Deleted.
6101         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
6102         by FONTP.
6103         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
6104         (set_lface_from_font_name): Delete it.
6105         (set_lface_from_font): Renamed from
6106         set_lface_from_font_and_fontset.  Caller changed.  Don't set
6107         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
6108         for face.
6109         (merge_face_vectors): Copy font-spec if necessary.
6110         Clear properties of the font-spec if necessary.
6111         (merge_face_ref): Clear properties of the font-spec if necessary.
6112         (Finternal_set_lisp_face_attribute): Likewise.
6113         (set_font_frame_param): Use font_load_for_lface to load a
6114         font-object, and call Fmodify_frame_parameters with it.
6115         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
6116         font name by Ffont_xlfd_name.
6117         (Finternal_lisp_face_attribute_values): Don't check QCweight,
6118         QCslant, and QCwidth.
6119         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
6120         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
6121         Compare fonts by EQ.
6122         (lookup_non_ascii_face): Deleted.
6123         (face_for_font): The 2nd argument changed.
6124         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
6125         Check atomic font properties by case insensitive.
6126         (realize_non_ascii_face): Set face->overstrike correctly.
6127         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
6128         (dump_realized_face): Get font name from
6129         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
6131         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
6132         conditionals.  Don't check enable_font_backend.  Delete all codes
6133         used only when USE_FONT_BACKEND is not defined.
6134         (xic_create_xfontset): Original code deleted and renamed from
6135         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
6136         (x_make_gc): Don't set GCFont in GCs.
6137         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
6138         opened by "fixed".
6139         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
6140         find_ccl_program_func, query_font_func, set_frame_fontset_func,
6141         get_font_repertory_func.
6143         * xfont.c: Include <stdlib.h> and "ccl.h".
6144         (struct xfont_info): New structure.
6145         (xfont_query_font): Deleted.
6146         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
6147         moved from xterm.c.
6148         (xfont_driver): Adjusted for the change of struct font_driver.
6149         (compare_font_names): New function.
6150         (xfont_list_pattern): Sort font names case insensitively.  Make
6151         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
6152         (xfont_list): Return a list, not vector.
6153         (xfont_match): If the font doesn't have QCname property, generate
6154         a name from the other font properties.
6155         (xfont_open): Return a font-object.  Adjusted for the change of
6156         struct font.  Get underline_thickness and underline_position from
6157         font property.  Don't update dpyinfo->smallest_font_height and
6158         dpyinfo->smallest_char_width.
6159         (xfont_close): Don't free struct font.
6160         (xfont_prepare_face): Adjusted for the change of struct font.
6161         (xfont_done_face): Deleted.
6162         (xfont_has_char): Adjusted for the change of struct font.
6163         (xfont_encode_char, xfont_draw): Likewise.
6164         (xfont_check): New function.
6166         * xftfont.c (xftfont_list): Adjusted for the change of `list'
6167         callback function.
6168         (xftfont_match): Adjusted for the format change of font-entity.
6169         (xftfont_open): Adjusted for the format change of font-entity and
6170         font-object.  Adjusted for the change of struct font.  Return a
6171         font-object.  Don't update dpyinfo->smallest_font_height and
6172         dpyinfo->smallest_char_width.
6173         (xftfont_close): Block input while calling XftFontClose.
6174         (xftfont_prepare_face): Don't block input while calling
6175         xftfont_get_colors.  Adjusted for the change of struct font.
6176         (xftfont_shape): Return value of error case fixed.
6178         * xrdb.c (x_load_resources): Don't setup a fontset resource.
6180         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
6181         conditionals.
6182         (FONT_WIDTH): Return (f)->max_width.
6183         (struct x_display_info): Delete member `font'.
6184         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
6185         (x_find_ccl_program, x_get_font_repertory): Delete externs.
6186         (struct x_output): Change type of `font' to `struct font *'.
6188         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
6189         conditionals.  Don't check enable_font_backend.  Delete all codes
6190         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
6191         (x_per_char_metric, x_encode_char): Deleted.
6192         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
6193         (x_compute_glyph_string_overhangs): Adjusted for the change of
6194         `struct face'.
6195         (x_draw_glyph_string_foreground)
6196         (x_draw_composite_glyph_string_foreground): Likewise.
6197         (x_draw_glyph_string): Likewise.  Use font->underline_position and
6198         font->underline_thickness.
6199         (x_new_font): Renamed from x_new_fontset2.
6200         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
6201         (x_check_font): Call `check' method of a font driver.
6202         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
6203         (x_query_font, x_get_font_repertory): Deleted.
6204         (x_find_ccl_program): Renamed and moved to xfont.c.
6205         (x_redisplay_interface): Adjusted for the change of `struct
6206         redisplay_interface'.
6208         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
6209         conditionals.  Don't check enable_font_backend.  Delete all codes
6210         used only when USE_FONT_BACKEND is not defined.  Surround non-used
6211         code by "#ifdef OLD_FONT" and "endif".
6212         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
6214         * w32font.h (struct w32font_info): New member.
6215         (FONT_COMPAT): New macro.
6216         (w32font_open_internal): Prototype adjusted.
6218         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
6219         OLD_FONT" and "endif".
6221         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
6222         conditionals.  Don't check enable_font_backend.  Delete all codes
6223         used only when USE_FONT_BACKEND is not defined.
6224         (w32font_open): Return a font-object.  Make a font-object by
6225         font_make_object.  Adjusted for the change of struct w32font_info.
6226         (w32font_close): Don't free struct font.  Adjusted for the change
6227         of struct w32font_info.
6228         (w32font_encode_char, w32font_text_extents, w32font_draw):
6229         Adjusted for the change of struct w32font_info.
6230         (w32font_draw): Likewise.
6231         (w32font_list_internal): Return a list, not vector.
6232         (w32font_open_internal): Change the 4th arg to font-object.
6233         Adjusted for the change of struct w32font_info and font-object format.
6234         (add_font_name_to_list): Don't downcase names.
6235         (w32_enumfont_pattern_entity): Make a font-entity by
6236         font_make_entity.  Adjusted for the format change of font-entity.
6237         Use FONT_SET_STYLE to set a style-related font property.  If a
6238         font is scalable, set avgwidth property to 0.  Set font-entity
6239         property by font_put_extra.
6240         (font_matches_spec): Adjusted for the format change of font-entity.
6241         (w32_weight_table, w32_decode_weight): New variables.
6242         (w32_encode_weight): New function.
6243         (fill_in_logfont): Adjusted for the format change of font-spec.
6244         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
6245         weight value.
6246         (w32font_driver): Adjusted for the change of struct font_driver.
6248         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
6249         conditionals.  Don't check enable_font_backend.  Surround non-used
6250         code by "#ifdef OLD_FONT" and "endif".
6251         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
6252         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
6254         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
6255         conditionals.  Don't check enable_font_backend.  Delete all codes
6256         used only when USE_FONT_BACKEND is not defined.  Surround non-used
6257         code by "#ifdef OLD_FONT" and "endif".
6259         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
6260         (uniscribe_open): Return value changed to font-object.
6261         Adjusted for the format change of font-object.
6262         (uniscribe_otf_capability): Adjusted for the change of struct font.
6263         (add_opentype_font_name_to_list): Don't downcase names.
6264         (uniscribe_font_driver): Adjusted for the change of struct
6265         font_driver.
6267 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
6269         * dispnew.c (update_frame_1): Check if tty output is still valid
6270         before flushing it.
6272 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
6274         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
6275         to Gtk+ menus.
6277 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * dired.c (file_name_completion): Tweak the code so as to always do it
6280         in a single pass.  Tighten the scope of some variables.
6282         * dired.c (Qdefault_directory): New var.
6283         (file_name_completion): Use it instead of Fexpand_file_name.
6284         (syms_of_dired): Initialize it.
6286 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * fileio.c (double_dollars): Remove dead code.
6290 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
6292         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
6293         Mention w32-get-true-file-attributes in doc string.
6295         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
6297 2008-05-09  Glenn Morris  <rgm@gnu.org>
6299         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
6300         2008-04-23.
6302 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
6304         Support for reporting owner and group of each file on MS-Windows:
6305         * dired.c (stat_uname, stat_gname): New functions, with special
6306         implementation for w32.
6307         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
6309         * w32.c: Rename the_passwd_* to dflt_passwd_*.
6310         (dflt_group_name): New static variable.
6311         (dflt_group): Rename from the_group.
6312         (init_user_info): Init dflt_group fields.  Get user's group name
6313         from LookupAccountSid.
6314         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
6315         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
6316         New initialization states.
6317         (globals_of_w32): Initialize them to zero.  Initialize the default
6318         group name to "None".
6319         (GetFileSecurity_Name): New global var, the name of the function
6320         to call for GetFileSecurity.
6321         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
6322         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
6323         (get_file_security, get_security_descriptor_owner)
6324         (get_security_descriptor_group, is_valid_sid)
6325         (get_file_security_desc, get_rid, get_name_and_id)
6326         (get_file_owner_and_group): New functions.
6327         (stat): Use get_file_security_desc and get_file_owner_and_group to
6328         report the owner and primary group of each file.  Don't ignore the
6329         high 32 bits of file's size, now that st_size is 64-bit wide.
6330         Fix test when to get true file attributes.
6331         (init_user_info): Use get_rid instead of equivalent inline code.
6332         (fstat): Don't ignore the high 32 bits of file's size.
6334 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
6336         * image.c (png_load): Use correct bit-depth for setting background
6337         color.
6339 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
6341         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
6342         epa-hook.elc.
6344 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6346         * font.c (Ffont_match_p): Don't use `iff' in docstring.
6348 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
6350         * macfns.c (Fx_create_frame): Make a copy of frame parameters
6351         because the original parameters are in pure storage now.
6352         (mac_window): Remove unused params.  Update callers.
6354 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         * lread.c (substitute_object_recurse): Use lower-level primitives.
6357         Don't signal errors when traversing sub-char-tables.
6358         Don't loop over all the possible characters when traversing char-tables.
6360         * print.c (print_preprocess): Add sub-char-tables to the print-table,
6361         just like we do in print.c.
6363 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         * minibuf.c (Ftry_completion): Remove code left over from when we used
6366         scmp instead of Fcompare_strings.
6368 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
6370         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
6372 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6374         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
6375         Create bitmap context in native byte order.
6377         * macterm.c (XDrawLine)
6378         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
6379         context in native byte order.
6381 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6383         * config.in: Regenerate.
6385         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
6386         New definitions for Image I/O support.
6387         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
6388         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
6389         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
6390         (mac_data_provider_release_data, image_load_image_io)
6391         [USE_MAC_IMAGE_IO]: New functions.
6392         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
6393         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
6394         (init_image_func_pointer) [MAC_OSX]: Remove function.
6395         (image_load_quartz2d) [MAC_OSX]: Check availability of
6396         CGImageCreateWithPNGDataProvider at compile time.
6397         Use lowercase `false' for boolean constant.
6398         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
6399         Use image_load_image_io.
6400         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
6401         Don't check MyCGImageCreateWithPNGDataProvider.
6402         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
6403         Don't call init_image_func_pointer.
6405         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
6407         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
6408         Make variable non-static.
6409         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
6410         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
6412         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
6413         (RED_FROM_ULONG): Mask off higher bits.
6414         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
6416         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
6417         Include AvailabilityMacros.h.
6418         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
6419         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
6421 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * chartab.c (Fset_char_table_range): If range is t, really set all
6424         chars to that value.
6426 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
6428         * dired.c (Ffile_attributes): Don't allow the device number become
6429         negative.
6431 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
6433         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
6435 2008-05-02  Juri Linkov  <juri@jurta.org>
6437         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
6438         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
6439         DEFAULT argument as a list of default values in docstrings.
6441 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
6443         * puresize.h (BASE_PURESIZE): Increase to 1210000.
6445 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
6447         * dispnew.c (change_frame_size_1): Preserve small windows when
6448         shrinking frames by calling set_window_height|width with third
6449         arg 2.
6451         * window.h (struct window): Replace field too_small_ok by field
6452         resize_proportionally.
6454         * window.c (make_window): Initialize resize_proportionally.
6455         (enlarge_window): Temporarily set resize_proportionally to make
6456         sure that shrink_windows does scale the window proportionally.
6457         (shrink_windows): When window has resize_proportionally set try
6458         to shrink it proportionally by stealing from other windows.
6459         (struct saved_window, Fset_window_configuration)
6460         (compare_window_configurations): Handle resize_proportionally.
6461         (WINDOW_TOTAL_SIZE): New macro.
6462         (window_min_size, shrink_windows, size_window): Use it.
6463         (check_min_window_sizes): Remove.  Invalid values of
6464         window-min-height|width are handled by window_min_size_2 now.
6465         (size_window, Fsplit_window, enlarge_window)
6466         (adjust_window_trailing_edge, grow_mini_window): Don't call
6467         check_min_window_sizes.
6468         (window_min_size_2, window_min_size_1, window_min_size):
6469         New argument safe_p for retrieving "safe" minimum sizes.
6470         (Fdisplay_buffer, Fsplit_window, enlarge_window)
6471         (adjust_window_trailing_edge, grow_mini_window):
6472         Adjust arguments of window_min_size... functions.
6473         (shrink_windows): Argument min_size removed.  New argument
6474         safe_p allows shrinking windows to their safe minimum sizes.
6475         Calculate minimum size and decide whether a window shall be
6476         deleted for each window individually.
6477         (size_window): When nodelete_p equals 2, tell shrink_windows to
6478         delete windows only if their new minimum size is no more safe.
6479         (shrink_window_lowest_first): Call window_min_size_1 to make
6480         sure to preserve modeline of bottom-most window when resizing
6481         the minibuffer.
6482         (Fset_window_configuration, Fcurrent_window_configuration)
6483         (compare_window_configurations): Do not handle
6484         window-min-height|width any more.
6485         (syms_of_window): Clarify window-min-height|width doc-strings.
6487 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6489         * dired.c (file_name_completion): Fix up the encoding/decoding issue
6490         some more.  Copy some of the code from Ftry_completions.
6491         Remove special case code that dates back to initial revision when the
6492         slash was only added when necessary and that can't trigger nowadays.
6494 2008-04-27  Kenichi Handa  <handa@m17n.org>
6496         * font.c (font_prop_validate): Signal `error' instead of `font'.
6498 2008-04-29  Jason Rumney  <jasonr@gnu.org>
6500         * w32fns.c (Fw32_battery_status): New defun.
6501         (syms_of_w32fns): Defsubr it.
6503 2008-04-28  Andreas Schwab  <schwab@suse.de>
6505         * dired.c (file_name_completion): Fix another mixing of encoded
6506         and decoded names.
6508 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
6510         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
6512 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
6514         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
6516 2008-04-27  Andreas Schwab  <schwab@suse.de>
6518         * dired.c (file_name_completion): Fix inappropriate mixing of
6519         encoded and decoded names.
6521         * xterm.c (XTread_socket): Fix use of uninitialized variable.
6523         * puresize.h (BASE_PURESIZE): Increase to 1200000.
6525 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
6527         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
6528         2008-03-31, it's not needed anymore with `struct stat' definition
6529         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
6530         for the same reasons.
6532 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
6534         * m/sparc.h: Additional redefinitions for GNU/Linux.
6536 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6538         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
6539         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
6540         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
6541         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
6542         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
6543         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
6544         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
6545         Likewise.
6547         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
6548         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
6549         (mac_ax_number_of_characters): Add externs.
6550         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
6551         [USE_MAC_TSM]: Likewise.
6552         (mac_handle_text_input_event) [MAC_OSX]:
6553         Handle kEventTextInputOffsetToPos for no active input area case.
6554         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
6555         (mac_handle_document_access_event)
6556         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
6557         (install_application_handler) [MAC_OSX]: Register handlers for
6558         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
6559         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
6560         Register mac_handle_document_access_event.
6562         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
6563         Make functions non-static.
6565 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
6568         (read_file_name_completion_ignore_case, insert_default_directory)
6569         (Qdefault_directory): Move to minibuffer.el.
6570         (Fread_file_name): Call the new `read-file-name' instead.
6572 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6574         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
6575         Make function non-static.
6576         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
6577         Remove function.
6578         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
6579         Move to mactoolbox.c.
6580         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
6582         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
6583         (mac_rect_make): New macro.
6585         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
6586         instead of float.
6587         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
6588         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
6589         (XSetBackground) [USE_CG_DRAWING]: Likewise.
6590         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
6591         CGRectMake.
6592         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
6593         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
6594         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
6595         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
6596         instead of WindowRef in argument type.
6597         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
6598         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
6599         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
6600         instead of DISPLAY.  All uses changed.
6601         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
6602         (x_calc_absolute_position): Simplify so as not to use
6603         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
6605         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
6606         instead of WindowRef in argument type.
6607         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
6608         [TARGET_API_MAC_CARBON]: Remove externs.
6609         (create_apple_event, mac_event_parameters_to_lisp)
6610         [TARGET_API_MAC_CARBON]: Add externs.
6612         * mactoolbox.c (Vmac_ts_script_language_on_focus)
6613         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
6614         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
6615         is clicked.
6616         (x_activate_menubar): Remove extern for saved_menu_event_location.
6617         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
6618         Move from mac.c.
6620 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6622         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
6623         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
6625 2008-04-23  Jason Rumney  <jasonr@gnu.org>
6627         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
6628         attributes only for local files.
6630         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
6631         default to Qlocal.
6633 2008-04-22  Juri Linkov  <juri@jurta.org>
6635         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
6636         read-buffer-to-switch instead of using the letter "B".
6638 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6640         * fileio.c (Qdefault_directory): New variable.
6641         (Fread_file_name): Use it to pass `dir' to the completion functions.
6643 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
6645         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
6647 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * keyboard.c (Vpre_help_message): Remove.
6650         (show_help_echo): Remove default C code.
6652         * dired.c (directory_files_internal, file_name_completion):
6653         Only call ENCODE_FILE if the string is indeed decoded.
6655 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * Makefile.in (TOOLKIT_DEFINES): Remove.
6658         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
6660 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6662         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
6663         (mactoolbox.o): New target.
6665         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
6666         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
6668         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
6669         Use mac_set_frame_window_background instead of XSetWindowBackground.
6670         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
6671         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
6672         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
6673         instead of SetWindowTitleWithCFString.
6674         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
6675         Move function to mactoolbox.c.
6676         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
6677         Use mac_set_window_modified instead of SetWindowModified.
6678         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
6679         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
6680         (Fx_focus_frame): Use mac_front_non_floating_window instead of
6681         FrontNonFloatingWindow.  Use mac_activate_window instead of
6682         ActivateWindow.  Use mac_active_non_floating_window instead of
6683         ActiveNonFloatingWindow.
6684         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
6685         Use mac_show_hourglass and mac_hide_hourglass.
6686         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
6687         instead of GetGlobalMouse.
6688         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
6689         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
6690         Use mac_bring_window_to_front instead of BringToFront.
6691         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
6692         mactoolbox.c.
6693         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
6694         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
6695         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
6696         mactoolbox.c.
6698         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
6699         (XtPointer): Move typedef from macmenu.c.
6700         (enum button_type): Move enum from macmenu.c.
6701         (widget_value): Move typedef from macmenu.c.
6702         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
6703         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
6704         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
6705         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
6706         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
6707         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
6708         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
6709         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
6710         (Selection): Move typedef from macselect.c.
6711         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
6712         macterm.c.
6713         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
6714         (mac_is_window_collapsed, mac_bring_window_to_front)
6715         (mac_send_window_behind, mac_hide_window, mac_show_window)
6716         (mac_collapse_window, mac_front_non_floating_window)
6717         (mac_active_non_floating_window, mac_activate_window)
6718         (mac_move_window_structure, mac_move_window, mac_size_window)
6719         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
6721         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
6722         (enum mac_menu_kind): Move enum to mactoolbox.c.
6723         (min_menu_id): Move variable to mactoolbox.c.
6724         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
6725         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
6726         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
6727         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
6728         [TARGET_API_MAC_CARBON]: Likewise.
6729         (XtPointer): Move typedef to macgui.h.
6730         (enum button_type): Move enum to macgui.h.
6731         (widget_value): Move typedef to macgui.h.
6732         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
6733         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
6734         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
6735         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
6736         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
6737         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
6738         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
6739         (popup_activated_flag): Make variable non-static.
6740         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
6741         (add_menu_item, fill_menu, dispose_menus):
6742         Move functions to mactoolbox.c.
6743         (restore_show_help_function, menu_target_item_handler)
6744         (install_menu_target_item_handler, mac_handle_dialog_event)
6745         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
6746         [TARGET_API_MAC_CARBON]: Likewise.
6747         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
6748         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
6749         (find_and_call_menu_selection, name_is_separator): Make function
6750         non-static.
6751         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
6752         to mactoolbox.c.
6753         (set_frame_menubar): Don't call install_menu_quit_handler.
6754         (menu_item_selection): New variable.
6755         (mac_menu_show): Use create_and_show_popup_menu.
6756         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
6757         selection but set variable menu_item_selection.  All uses changed.
6758         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
6759         Call install_menu_quit_handler.  Move to mactoolbox.c.
6761         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
6762         (Selection): Move typedef to macgui.h.
6763         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
6764         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
6765         Make variables non-static.
6766         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
6767         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
6768         Make functions non-static.
6769         (Vmac_service_selection) [MAC_OSX]: Likewise.
6770         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
6771         (mac_valid_selection_target_p, mac_clear_selection)
6772         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
6773         (mac_put_selection_value, mac_selection_has_target_p)
6774         (mac_get_selection_value, mac_get_selection_target_list)
6775         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
6776         Move functions to mactoolbox.c.
6777         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
6778         Likewise.
6779         (copy_scrap_flavor_data, mac_handle_service_event)
6780         (install_service_handler) [MAC_OSX]: Likewise.
6781         (syms_of_macselect) <Vmac_dnd_known_types>:
6782         Use mac_dnd_default_known_types.
6784         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
6785         Move to mactoolbox.c.
6786         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
6787         (Fx_selection_owner_p): Add EXFUN.
6788         (install_window_handler, remove_window_handler, XSetWindowBackground):
6789         Remove externs.
6790         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
6791         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
6792         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
6793         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
6794         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
6795         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
6796         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
6797         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
6798         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
6799         (create_and_show_popup_menu, mac_get_selection_from_symbol)
6800         (mac_valid_selection_target_p, mac_clear_selection)
6801         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
6802         (mac_put_selection_value, mac_selection_has_target_p)
6803         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
6804         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
6805         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
6806         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
6807         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
6808         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
6809         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
6810         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
6811         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
6813         * mactoolbox.c: New file.
6815 2008-04-18  Jason Rumney  <jasonr@gnu.org>
6817         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
6819 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * character.c (Fmultibyte_char_to_unibyte):
6822         Return latin1 chars unchanged.
6824         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
6825         relocated if it points to `name'.
6827 2008-04-17  Kenichi Handa  <handa@m17n.org>
6829         * data.c (Faset): Allow setting a multibyte character in an
6830         ASCII-only unibyte string.
6832         * lisp.h (STRING_SET_MULTIBYTE): New macro.
6834 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
6837         done in config.h.
6839 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
6841         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
6842         (Fchar_direction): Add usage in the docstring.
6844 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
6846         * keyboard.c (read_key_sequence): Remove always-true checks.
6848 2008-04-14  Jason Rumney  <jasonr@gnu.org>
6850         * w32font.c (w32font_open_internal): Set max_bounds.descent in
6851         compatibility struct, for better underline positioning.
6853 2008-04-13  David Hansen  <david.hansen@gmx.net>
6855         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
6856         string.
6858 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
6860         * m/hp800.h (XUINT, XSET): Remove.
6862 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
6864         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
6865         previous change.
6867 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
6870         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
6872 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6874         * keymap.h (map_keymap_canonical): Declare.
6875         * xmenu.c (single_keymap_panes): Use it.
6877 2008-04-11  Glenn Morris  <rgm@gnu.org>
6879         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
6880         set the target's value to that of the alias.
6882 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * term.c (set_tty_color_mode): Left over typo.
6886 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
6888         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
6889         only after check for file name handler functions.  Signal, when
6890         native functionality is not supported.
6891         (syms_of_fileio): Declare it unconditionally.
6893 2008-04-10  Jason Rumney  <jasonr@gnu.org>
6895         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
6896         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
6898         * w32.c (logon_network_drive): Also logon to remote drives that
6899         are mapped to drive letters.
6901 2008-04-10  Glenn Morris  <rgm@gnu.org>
6903         * xdisp.c (truncate-partial-width-windows): Doc fix.
6905 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
6908         Move functions to minibuffer.el.
6909         (syms_of_fileio): Don't declare them.
6911 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6913         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
6914         (syms_of_minibuf): Remove its initialization.
6916         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
6918 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
6920         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
6922 2008-04-09  Jason Rumney  <jasonr@gnu.org>
6924         * makefile.w32-in (distclean): Delete makefile too.
6925         (maintainer-clean): New target.
6927         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
6929         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
6930         for new font backend and composite cases.
6932 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
6934         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
6935         Most of the code moved to run_timers.
6936         (do_pending_atimers): Call run_timers.
6937         (run_timers): New function.
6939         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
6940         run atimers.
6942         * process.c (wait_reading_process_output): The same as above.
6944 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6946         * minibuf.c (last_exact_completion): Remove variable.
6947         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
6948         (complete_and_exit_1, complete_and_exit_2)
6949         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
6950         (Fdisplay_completion_list, display_completion_list_1)
6951         (Fminibuffer_completion_help, Fself_insert_and_exit)
6952         (Fexit_minibuffer, Fminibuffer_message): Move functions to
6953         minibuffer.el.
6954         (syms_of_minibuf): Remove corresponding initializations.
6956         * keyboard.c (Qdeactivate_mark): New var.
6957         (command_loop_1): Use it to call `deactivate-mark'.
6958         (syms_of_keyboard): Initialize it.
6960         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
6961         to another frame.
6962         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
6963         Don't call set_tty_color_mode.
6964         (store_frame_param): Reset previous_frame rather than call
6965         set_tty_color_mode.
6966         * term.c (set_tty_color_mode): Rewrite.
6967         * dispextern.h (set_tty_color_mode): New type.
6968         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
6970 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6972         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
6973         for generic chars, which do not exist any more in emacs-unicode.
6975 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
6977         * coding.c (detect_coding_emacs_mule)
6978         (Ffind_operation_coding_system): Fix typo.
6980 2008-04-08  Jason Rumney  <jasonr@gnu.org>
6982         * w32uniscribe.c (SNAME): Extract only symbol name.
6984         * w32font.h (struct w32_metric_cache): New struct.
6985         (w32font_info): Use it.
6986         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
6987         (CACHE_BLOCKSIZE): New constants.
6989         * w32font.c (Qja, Qko, Qzh): New symbols.
6990         (syms_of_w32font): Initialise them.
6991         (font_matches_spec): Use them to filter by language.
6992         (recompute_cached_metrics): Remove function.
6993         (compute_metrics, clear_cached_metrics): New functions.
6994         (w32font_encode_char): Use them to manage metric cache.
6995         (w32font_text_extents): Cache metrics for all glyphs on demand.
6996         Delay converting glyph indices to WORD until needed.
6997         (w32font_open_internal): Initialize metric cache to empty.
6998         (registry_to_w32_charset): Charset should always be a symbol.
6999         (fill_in_logfont, list_all_matching_fonts): Family should
7000         always be a symbol.
7002 2008-04-06  Jason Rumney  <jasonr@gnu.org>
7004         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
7005         Give up if glyph indices not supported.  Use uniscribe obtained
7006         ABC widths for individual metrics.  Map glyph clusters back to
7007         characters using fClusterStart flag.  Return number of glyphs
7008         produced, not chars processed.
7009         (uniscribe_shape): Map char at FROM to current glyph.
7011 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7013         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
7014         Use SetMenuItemHierarchicalMenu.
7016 2008-04-05  Jason Rumney  <jasonr@gnu.org>
7018         * image.c (pbm_load): Allow color values up to 65535.
7019         Throw an error if max_color_idx is outside the supported range.
7020         Report an error when image size is invalid.
7021         Read two bytes at a time when raw images have max_color_idx above 255.
7023 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
7025         * w32.c (readdir): If FindFirstFile/FindNextFile return in
7026         cFileName a file name that includes `?' characters, use the 8+3
7027         alias in cAlternateFileName instead.
7029 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
7031         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
7032         append "CCL: Quitted" when the CCL program is quitted.
7033         (setup_ccl_program): Initialize ccl->quit_silently to zero.
7035         * ccl.h (struct ccl_program): New member quit_silently.
7037 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
7039         * search.c (compile_pattern_1): Treat non-nil and non-string of
7040         search-spaces-regexp as nil.
7042         * minibuf.c (Fassoc_string): Tweak docstring.
7044 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
7046         * dired.c (Ffile_attributes): Support inode numbers wider than 32
7047         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
7048         2008-03-14 to force inode be positive.
7050         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
7051         _S_* ones, since we now use our own sys/stat.h.
7052         (stat, fstat): Don't mangle the inode number.
7053         (init_user_info): Don't restrict UID and GID to 0-60000 range.
7055 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * frame.h (struct frame): Give one more bit to `visible' since we use
7058         values larger than 1 to indicate obscured frames on ttys.
7060         * keymap.c (Qkeymap_canonicalize): New var.
7061         (Fmap_keymap_internal): New fun.
7062         (describe_map): Use keymap-canonicalize.
7064         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
7065         (Fundo_boundary): Set them.
7066         (syms_of_undo): Initialize them.
7067         (record_point): Use them instead of last_point_position*.
7068         (last_undo_buffer): Change type.
7070 2008-04-04  Jason Rumney  <jasonr@gnu.org>
7072         * w32font.c (w32font_text_extents): Use font's ascent and descent.
7073         (recompute_cached_metrics): Don't set ascent and descent per char.
7075         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
7076         (uniscribe_check_otf): Add GC protection before consing.
7077         Rearrange loop for counting features.
7079 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
7082         buffer with byte-size of source buffer.
7084 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
7086         * callint.c (Fcall_interactively): Handle temporary region even
7087         when shift-select-mode is off.
7089 2008-04-03  Jason Rumney  <jasonr@gnu.org>
7091         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
7093 2008-04-03  Kenichi Handa  <handa@m17n.org>
7095         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
7096         (CATEGORY_MASK_UTF_16): Likewise.
7097         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
7098         binary file.
7099         (detect_coding): Add null-byte detection for a binary file.
7100         (detect_coding_system): Likewise.
7102 2008-04-03  Jason Rumney  <jasonr@gnu.org>
7104         * w32uniscribe.c: New file.
7106         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
7108         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
7110         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
7111         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
7112         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
7113         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
7114         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
7115         (Qphonetic): New symbols.
7116         (syms_of_w32font): Initialize them.
7117         (font_supported_scripts): Use them.
7118         (w32font_list_family): List all charsets.
7119         (w32font_text_extents, recompute_cached_metrics): Fix metric
7120         calculations.
7121         (w32_enumfont_pattern_entity): Make full_type a DWORD.
7122         Give opentype fonts their own format.
7123         (font_matches_spec): New arguments backend and logfont.
7124         Handle :otf spec for uniscribe backend.
7125         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
7126         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
7128         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
7129         font backend.
7130         (globals_of_w32fns): Initialize uniscribe font backend.
7132         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
7133         dependencies.
7134         (w32uniscribe.$(O)): New file to build.
7135         (FONT_OBJ): Include w32uniscribe.$(O).
7136         (LIBS): Add uniscribe libraries.
7138         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
7140 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
7142         * callint.c (Vshift_select_mode): New var.
7143         (Finteractive): Document new ^ spec.
7144         (Fcall_interactively): Call handle-shift-selection if the ^ spec
7145         is present.
7147         * keyboard.c (Vthis_command_keys_shift_translated): New var.
7148         (command_loop_1): Avoid running the direct display versions of
7149         forward-char and backward-char if shift-selection may occur.
7150         (read_key_sequence): Set Vthis_command_keys_shift_translated if
7151         shift-translation takes place.
7153         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
7154         avoid clobbering by define-minor-mode.
7156         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
7157         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
7159         * syntax.c (Fforward_word): Add ^ interactive spec.
7161         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
7162         (Fscroll_right): Add ^ interactive spec.
7164 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
7168         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
7170         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
7172 2008-03-31  Juri Linkov  <juri@jurta.org>
7174         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
7176 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
7178         * gtkutil.c (xg_set_geometry): Fix indentation.
7179         (xg_resize_outer_widget): Remove.
7180         (x_wm_size_hint_off): Fix indentation.
7181         (xg_frame_set_char_size): Call flush_and_sync after
7182         gtk_window_resize.
7183         (x_wm_set_size_hint): Pass NULL as geometry window to
7184         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
7185         Add menu bar and tool bar height to base height.
7186         (xg_update_frame_menubar, free_frame_menubar)
7187         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
7188         (update_frame_tool_bar, free_frame_tool_bar):
7189         Change xg_resize_outer_widget to xg_frame_set_char_size.
7191 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
7193         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
7194         (Fdbus_call_method): New parameter TIMEOUT.
7195         (dbus-send-signal): Optimize UNGCPRO call.
7197 2008-03-29  Juri Linkov  <juri@jurta.org>
7199         * window.c (Fdisplay_buffer): Move call to
7200         Vsplit_window_preferred_function out of conditions that check
7201         if window is eligible for vertical splitting.
7202         When Vsplit_window_preferred_function is non-nil, call it and use
7203         its non-nil return value as window.  Otherwise, continue doing
7204         vertical splitting using Fsplit_window with arg horflag=nil.
7205         (syms_of_window) <Vsplit_window_preferred_function>: Change the
7206         default value from `split-window' to nil.
7208 2008-03-29  Juri Linkov  <juri@jurta.org>
7210         * callint.c (Fcall_interactively): Revert 2008-03-16 change
7211         for interactive code letters 'b' and 'B'.
7213 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
7215         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
7216         multibyte string.
7218 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * keyboard.c (pending_funcalls): New var.
7221         (timer_check): Run it.
7222         (syms_of_keyboard): Initialize it.
7223         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
7224         (Vdelete_terminal_functions): New vars.
7225         (syms_of_terminal): Initialize them.
7226         (Fdelete_terminal): Run delete-terminal-functions.
7227         * xdisp.c (safe_eval): Rewrite.
7228         (safe_call2): New fun.
7229         * frame.c (Qdelete_frame_functions): New var.
7230         (syms_of_frame): Initialize it.
7231         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
7232         * lisp.h (safe_call2, pending_funcalls): Declare.
7234 2008-03-28  Andreas Schwab  <schwab@suse.de>
7236         * indent.c (Fmove_to_column): Move declaration before statements.
7238 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
7241         (struct frame): Use bit fields for boolean vars.
7243         * process.c (server_accept_connection): Simplify naming.
7244         (emacs_get_tty_pgrp): Use SDATA.
7246         * coding.c (decode_coding_object): Fix last change.
7248 2008-03-27  Jason Rumney  <jasonr@gnu.org>
7250         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
7252 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
7254         * charset.c (Fdefine_charset_internal): Change the way of
7255         registering charsets in Vcharset_order_list.
7256         (syms_of_charset): Make the charset `eight-bit' supplementary.
7258 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
7260         * regex.c (EXTEND_BUFFER): Change order of pointer addition
7261         operations, to avoid having the difference between pointers
7262         overflow.
7264 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * indent.c (check_display_width): New fun.
7267         (scan_for_column): Use it.
7269         * data.c (syms_of_data): Mark most-positive-fixnum and
7270         most-negative-fixnum as constants.
7272         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
7274         * indent.c (scan_for_column): Extract from current_column_1.
7275         Merge with the same code from Fmove_to_column.
7276         (current_column_1, Fmove_to_column): Use it.
7278 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7280         * keymap.c (map_keymap_internal): New fun.
7281         (map_keymap): Use it.
7282         (Fmap_keymap_internal): New fun.
7283         (Fmap_keymap): Remove left-out test from before make_save_value.
7285         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
7287         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
7288         Use XCAR/XCDR.
7290         * process.h (struct Lisp_Process): Remove filter_multibyte.
7291         * process.c (QCfilter_multibyte): Remove.
7292         (setup_process_coding_systems): Don't use filter_multibyte.
7293         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
7294         (read_process_output): Don't adjust multibyteness to filter_multibyte.
7295         (Fset_process_filter_multibyte): Change the coding-system to
7296         approximate the previous behavior.
7297         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
7298         coding-system.
7300         * coding.c (decode_coding_object): When not decoding into a buffer,
7301         obey the coding system's preference of (uni|multi)byte.
7303 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
7306         every char is changed and has a different byte-length.
7307         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
7308         Fix int -> EMACS_INT.
7310 2008-03-23  David Hansen  <david.hansen@gmx.net>
7312         * dbusbind.c (xd_read_message): Remove extra copying of message
7313         strings.  Check for NULL `interface' or `member'.
7315 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
7317         * w32.c (readdir): If FindFirstFile/FindNextFile return in
7318         cFileName a file name that includes `?' characters, use the 8+3
7319         alias in cAlternateFileName instead.
7321 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
7325 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
7328         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
7329         work on current_buffer only instead (that was already the case
7330         for some of the code anyway).
7331         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
7332         (temp_set_point, temp_set_point_both): Use EMACS_INT.
7333         (SET_PT, SET_PT_BOTH): Adjust.
7334         * intervals.h (set_point, temp_set_point, set_point_both)
7335         (temp_set_point_both): Remove redundant declarations.
7337 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7339         * fileio.c (Finsert_file_contents):
7340         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
7341         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
7342         when buffer != current_buffer anyway.
7344 2008-03-20  Andreas Schwab  <schwab@suse.de>
7346         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
7347         as default.
7349 2008-03-19  Jason Rumney  <jasonr@gnu.org>
7351         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
7352         (syms_of_w32fns): Initialize them.
7353         (HOURGLASS_ID): New constant.
7354         (x_window_to_frame): Don't check hourglass_window.
7355         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
7356         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
7357         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
7358         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
7359         Only change the cursor if hourglass is not active.
7360         (Fx_create_frame): Initialize frame's current_cursor.
7361         (hourglass_atimer): Remove.
7362         (hourglass_started): New function.
7363         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
7364         (show_hourglass): Adapt to w32, changing argument to frame.
7366         * w32term.h (struct w32_output): Remove hourglass_window.
7367         Add current_cursor.
7369         * eval.c (call_debugger, Fsignal):
7370         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
7371         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
7372         (Fexecute_extended_command, cancel_hourglass_unwind):
7373         * minibuf.c (read_minibuf):
7374         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
7376 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7378         * window.c (run_funs): New fun.
7379         (run_window_configuration_change_hook): Use it to run the buffer-local
7380         and the global part of the hook.
7382         * xdisp.c (format_mode_line_unwind_data): Add window argument.
7383         (unwind_format_mode_line): Restore selected window.
7384         (x_consider_frame_title, Fformat_mode_line): Set selected window.
7386 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7388         * editfns.c (Fchar_equal): Check they are valid characters.
7390         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
7392 2008-03-17  Andreas Schwab  <schwab@suse.de>
7394         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
7395         against a charset.
7397         * lisp.h (Fbuffer_list): Declare.
7399 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
7401         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
7402         handlebox_widget is != 0.
7404 2008-03-16  Juri Linkov  <juri@jurta.org>
7406         * callint.c (Fcall_interactively): For interactive code letters
7407         'b' and 'B' put the buffer list into the list of default "future"
7408         values of the minibuffer.
7410 2008-03-16  Andreas Schwab  <schwab@suse.de>
7412         * keyboard.c (read_key_sequence): Fix downcasing of letters with
7413         modifiers.
7415         * regex.c (re_match_2_internal): Correct matching of a charset
7416         against latin-1 characters.
7418 2008-03-16  Kenichi Handa  <handa@m17n.org>
7420         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
7421         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
7422         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
7423         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
7424         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
7425         CHAR_STRING_ADVANCE.
7426         (produce_chars): Fix for the case that the source and the
7427         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
7428         instead of CHAR_STRING_ADVANCE.
7429         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
7430         STRING_CHAR_ADVANCE.
7432 2008-03-15  Andreas Schwab  <schwab@suse.de>
7434         * regex.c (re_match_2_internal): Correct matching of eight bit
7435         characters in unibyte strings.
7437 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
7439         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
7440         at end of range when it coincides with the end of the buffer.
7442 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
7444         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
7446         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
7448 2008-03-14  Jason Rumney  <jasonr@gnu.org>
7450         * editfns.c (initial_tz): New variable.
7451         (syms_of_editfns): Initialize it.
7452         (Fset_time_zone_rule): Set it when first called.
7453         Use it when TZSTRING is nil.
7455         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
7456         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
7457         (monitor_from_point_fn, get_monitor_info_fn): New globals.
7458         (globals_of_w32fns): Initialize them.
7459         (compute_tip_xy): Use them to position tooltips.
7461 2008-03-14  Glenn Morris  <rgm@gnu.org>
7463         * emacs.c (main): Revert previous change.
7464         (standard_args): Revert -internal-script back to -scriptload,
7465         and remove the long-option form.
7467 2008-03-13  Glenn Morris  <rgm@gnu.org>
7469         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
7470         Remove option -enable-font-backend.
7472 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
7476 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
7478         * xterm.c (x_connection_closed): For GTK: If this is the last
7479         terminal just exit without closing the display.
7481 2008-03-11  Jason Rumney  <jasonr@gnu.org>
7483         * w32font.c (w32font_full_name): Use floor to round.
7485 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
7487         * sound.c (alsa_configure): Declare vol at beginning of block.
7489         * fontset.c (Ffontset_info): Remove extra semicolon.
7491 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
7494         size of resulting string.
7496 2008-03-10  Jason Rumney  <jasonr@gnu.org>
7498         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
7500 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7502         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
7503         Don't pretend as if characters with display property haven't been
7504         consumed for string-replacing-string case.
7506 2008-03-08  Kim F. Storm  <storm@cua.dk>
7508         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
7509         (get_next_display_element, next_element_from_string)
7510         (next_element_from_ellipsis, next_element_from_buffer): Use it.
7512 2008-03-08  Andreas Schwab  <schwab@suse.de>
7514         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
7516 2008-03-06  Jason Rumney  <jasonr@gnu.org>
7518         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
7519         when charset not specified.  Only translate ANSI to unicode when
7520         font_type is truetype.
7521         (w32font_coverage_ok): New function.
7522         (add_font_entity_to_list): Use it to filter unsuitable fonts.
7524 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
7526         * lread.c (Fread_char): Resolve modifiers.
7527         (Fread_char_exclusive): Likewise.
7529         * character.c (char_resolve_modifier_mask): New function.
7530         (char_string): Use char_resolve_modifier_mask.
7531         (Fchar_resolve_modifiers): New function.
7532         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
7533         function.
7535 2008-03-04  Jason Rumney  <jasonr@gnu.org>
7537         * makefile.w32-in: Always include w32font.c in the build.
7538         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
7540 2008-03-04  Andreas Schwab  <schwab@suse.de>
7542         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
7543         (versionclean): Likewise.
7545 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
7547         * .cvsignore: Add oo.
7549 2008-03-03  Andreas Schwab  <schwab@suse.de>
7551         * coding.c (decode_coding_object): Inhibit gap shrinking while
7552         decoding in place.
7554 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
7556         * w32term.c: Remove unused include "gnu.h".
7557         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
7559         * gnu.h: Rename to ...
7560         * emacs-icon.h: ... this.
7561         * xterm.c: Use emacs-icon.h instead of gnu.h.
7562         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
7564 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
7566         * w32font.c: Include math.h.
7568 2008-03-03  Jason Rumney  <jasonr@gnu.org>
7570         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
7571         Compute options separately.
7572         (w32font_open_internal): Set glyph_idx before caching metrics.
7574         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
7575         Define if system headers don't.
7576         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
7577         (w32font_encode_char): Don't declare here.
7579         * w32font.c (Quniscribe, QCformat): New symbols.
7580         (syms_of_w32font): Define them.
7581         (w32font_has_char): Indicate uncertainty.
7582         (w32font_encode_char): Encode as glyph point.  Make static.
7583         (recompute_cached_metrics): New function.
7584         (w32font_open_internal): Use it.  Set font to use glyph points
7585         initially.  Set format based on type of font.
7586         (w32font_text_extents, w32font_draw): Optionally use glyph points.
7587         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
7588         on it.  Set format based on information available here.
7589         (add_font_entity_to_list): Identify backend based on opentype_only.
7591 2008-03-02  Andreas Schwab  <schwab@suse.de>
7593         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
7595         * coding.c (decode_coding_big5, produce_chars):
7596         Fix typos in last change.
7598 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
7600         * gnu.h: New icon.
7602 2008-03-02  Kenichi Handa  <handa@m17n.org>
7604         * coding.c (decode_coding_utf_8): When eol-type of CODING is
7605         `dos', don't decode '\r' if that is the last in the source.
7606         (decode_coding_utf_16, decode_coding_emacs_mule)
7607         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7608         (decode_coding_raw_text, decode_coding_charset): Likewise.
7609         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
7611 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7613         * w32font.c (w32font_full_name): Report point size for scalable fonts.
7615 2008-03-01  Kim F. Storm  <storm@cua.dk>
7617         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
7619 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7621         * w32font.c (w32font_full_name): New function.
7622         (w32font_open_internal): Use it.
7624 2008-03-01  Kim F. Storm  <storm@cua.dk>
7626         * dispnew.c (line_draw_cost): Fix invalid glyph check.
7628 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7630         * font.c (font_unparse_fcname): Increase len when style is a symbol.
7632 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
7634         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
7635         xg_frame_resized when the event is for the edit widget.
7637         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
7639         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
7640         set_char_size.
7641         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
7642         operations on widgets here.  Just set frame size if needed.
7643         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
7644         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
7645         (x_wm_set_size_hint): Set size hints on the edit widget only, not
7646         the whole frame.
7647         (xg_create_tool_bar): Move attachment of the tool bar to
7648         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
7649         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
7651 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7653         * w32fns.c (w32_msg_pump): Disable debug code.
7655 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7657         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
7659 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
7661         * xdisp.c (next_overlay_string): Don't set
7662         overlay_strings_at_end_processed_p if we're currently reading from
7663         a display string.
7665 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * xdisp.c (get_overlay_strings_1): Fix typo.
7669 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
7671         * xdisp.c (get_overlay_strings_1): Add missing argument type.
7673 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
7675         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
7677         * xdisp.c (display_mode_element): Cancel the previous change.
7678         (decode_mode_spec): Likewise.
7679         (handle_auto_composed_prop): Don't make composition if it->string
7680         is a string.
7682 2008-02-27  Kim F. Storm  <storm@cua.dk>
7684         * lisp.h (GLYPH): Change type from int to struct with separate char
7685         and face_id members.
7686         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
7687         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
7688         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
7689         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
7690         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
7691         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
7692         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
7693         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
7694         handle new Lisp glyph code encoding, either an integer or a cons.
7696         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
7697         (GLYPH_ALIAS): Delete.
7698         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
7699         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
7700         (GLYPH_FROM_CHAR): Replace macro by ...
7701         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
7703         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
7704         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
7705         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
7706         (GLYPH_INVALID_P): New macro.
7707         (spec_glyph_lookup_face): Update prototype.
7709         * dispnew.c (line_draw_cost): Adapt to new glyph type.
7710         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
7711         new glyph code encoding.
7712         (spec_glyph_lookup_face): No return value; update passed glyph instead.
7713         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
7715         * xdisp.c (get_next_display_element, next_element_from_display_vector):
7716         Adapt to new glyph type and new glyph code encoding.
7718         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
7720         * indent.c (current_column, current_column_1, Fmove_to_column)
7721         (compute_motion): Adapt to new glyph code encoding.
7723         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
7725 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
7727         * process.c (wait_reading_process_output): Check for window
7728         changes caused by timers.
7729         Suggested by Johan Bockgård.
7731 2008-02-27  Glenn Morris  <rgm@gnu.org>
7733         * emacs.c (USAGE1): Add `--disable-font-backend'.
7735 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
7738         is made to the buffer.
7740 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7742         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
7743         (face_at_string_position):
7744         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
7745         (face_at_string_position):
7746         * xdisp.c (display_string, next_overlay_change):
7747         * buffer.h (overlays_at):
7748         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
7749         Update callers.
7751 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
7753         * editfns.c (Fformat): Doc fix.
7755 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
7757         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
7758         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
7759         (Ffont_otf_alternates, Fquery_font): Doc fixes.
7761 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7763         * buffer.c (Fbuffer_swap_text): New function.
7764         (syms_of_buffer): Defsubr it.
7766 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
7768         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
7770 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7772         * w32font.c (w32font_draw): Draw one character at a time when padding.
7774 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
7777         Handle a nil arg.  Use run_window_configuration_change_hook.
7778         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
7779         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
7780         Use run_window_configuration_change_hook.
7782 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7784         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
7785         1-pixel width.
7787 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7789         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
7790         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
7791         if the glyph in the font is zero pixel with.
7793         * dispextern.h (struct glyph_string): New member padding_p.
7795         * w32font.c (w32font_draw): Pay attention to s->padding_p.
7797         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
7799         * xfont.c (xfont_draw): Pay attention to s->padding_p.
7801         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
7803         * font.c: If the font driver doesn't have `shape' function, return Qnil.
7805 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7807         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
7809 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7811         Allow fine-grained image-cache flushing.
7812         * dispextern.h (struct image): Add `dependencies' field.
7813         (clear_image_caches): Change arg to Lisp_Object.
7814         * image.c (make_image): Initialize `dependencies' field.
7815         (clear_image_cache): Change arg to allow fine-grained flushing.
7816         Perform the flush even if image-cache-eviction-delay is nil.
7817         (clear_image_caches): Change arg to Lisp_Object.
7818         (Fclear_image_cache): Expand meaning of the argument.
7819         (mark_image): Mark `dependencies' field.
7820         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
7821         (lface_hash): Use XHASH rather than XFASTINT.
7822         (face_at_buffer_position): Fix int -> EMACS_INT position.
7823         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
7824         (select_frame_for_redisplay): Remove code duplication.
7825         (redisplay_internal): Adapt arg to call to clear_image_caches.
7827 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7829         * s/vms4-0.h:
7830         * s/vms4-2.h:
7831         * s/vms4-4.h:
7832         * s/vms5-5.h: Remove, unused.
7834         * s/irix5-2.h:
7835         * s/irix6-0.h:
7836         * s/riscos5.h:
7837         * s/mach-bsd4-3.h:
7838         * m/mips4.h: Remove files for obsolete systems.
7840         * Makefile.in:
7841         * filelock.c:
7842         * unexmips.c:
7843         * m/hp9000s300.h:
7844         * m/iris4d.h:
7845         * s/aix3-1.h:
7846         * s/hpux.h:
7847         * s/msdos.h:
7848         * s/usg5-0.h:
7849         * s/usg5-2-2.h:
7850         * s/usg5-2.h:
7851         * s/usg5-3.h: Remove references to obsolete variables.
7853         * s/irix5-0.h: Remove, move all the contents ...
7854         * s/irix6-5.h: ... here.  Simplify.
7855         * config.in: Regenerate.
7857 2008-02-24  Jason Rumney  <jasonr@gnu.org>
7859         * w32term.c (x_draw_glyph_string_background): Clear the background
7860         manually when cleartype is in use.
7861         (x_draw_glyph_string_foreground): Draw text transparently when
7862         cleartype is in use.
7864         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
7865         a font into it unless we have to.
7867 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
7870         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
7872 2008-02-18  Jason Rumney  <jasonr@gnu.org>
7874         * w32fns.c (Fw32_shell_execute): Encode parameters.
7876 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
7878         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
7880 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
7882         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
7884 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
7886         * xterm.c (x_set_offset): Don't change the gravity if
7887         CHANGE_GRAVITY is -1.
7889 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
7891         * fileio.c (auto_save_error_occurred): New var.
7892         (auto_save_error): Set it.
7893         (Fdo_auto_save): Don't overwrite the error message if an auto-save
7894         error occurred.
7896 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
7898         * w32.c (globals_of_w32): Add initializations for
7899         g_b_init_get_sid_sub_authority and
7900         g_b_init_get_sid_sub_authority_count.
7902 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7904         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
7905         (font_parse_xlfd): Use them for sanity check.
7906         (Finternal_set_font_style_table): Make sure the table is bijective.
7908         Consolidate the image_cache to the terminal struct.
7909         * termhooks.h (P_): Remove redundant def.
7910         (struct terminal): New field `image_cache'.
7911         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
7912         of FRAME_X_IMAGE_CACHE.
7913         * xterm.h (struct x_display_info): Remove image_cache field.
7914         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
7915         * w32term.h (struct w32_display_info): Remove image_cache field.
7916         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
7917         * macterm.h (struct mac_display_info): Remove image_cache field.
7918         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
7919         * xterm.c (x_term_init):
7920         * w32term.c (w32_term_init):
7921         * macterm.c (mac_term_init): Set the image_cache in the terminal.
7922         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
7923         Remove declarations.
7924         (clear_image_caches, mark_image_cache): New declarations.
7925         * xfaces.c (clear_face_cache):
7926         * xdisp.c (redisplay_internal): Use clear_image_caches.
7927         * image.c (clear_image_cache): Don't check that a frame is on
7928         a window-system before checking if it shares the same cache.
7929         (clear_image_caches): New function.
7930         (Fclear_image_cache): Use it.
7931         (mark_image): Move from allo.c.
7932         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
7933         * alloc.c (mark_image, mark_image_cache): Move to image.c.
7934         (mark_object): Don't call mark_image_cache for frames.
7935         (mark_terminals): Call mark_image_cache.
7937         * lisp.h (Fdelete_terminal): Declare.
7939         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
7940         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
7941         wrong_type_argument.
7943 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
7945         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
7946         malayalam.el, and tamil.el.  Add sinhala.el.
7948 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7950         * xterm.c (x_connection_closed): Consolidate identical tests.
7951         (x_delete_terminal): Don't crash if called via x_connection_closed.
7953 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
7955         * xdisp.c (decode_mode_spec): New arg string.
7956         (display_mode_element): Adjust for the above change.
7958 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7960         * callint.c (Fcall_interactively): Use AREF.
7962 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
7966 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
7968         * xfns.c (Fx_show_tip): Set string to " " if empty.
7970 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
7972         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
7973         with Qt.
7975 2008-02-17  Kenichi Handa  <handa@m17n.org>
7977         * ftfont.c (ftfont_shape): Return Lispy number.
7979         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
7980         for GCs.
7981         (Finternal_set_font_selection_order): Call font_update_sort_order
7982         only when enable_font_backend is set.
7983         (realize_x_face): Set face->font_info to that of default face only
7984         when enable_font_backend is set.
7986         * xdisp.c (handle_composition_prop): Set it->c to the fist
7987         character of the composed region.
7988         (fill_composite_glyph_string): Set base_face->font_info to
7989         s->font_info.  Get a face for ascii from base_face->ascii_face.
7990         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
7991         with a face already decided.
7992         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
7993         non-negative.
7994         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
7995         call font_prepare_composition unconditionally.
7997         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
7999         * xterm.h (struct x_display_info): New member font.
8001         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
8002         (x_set_mouse_face_gc, x_new_font): Likewise.
8003         (x_term_init): Setup display_info->font.
8004         (x_delete_terminal): Free display_info->font.
8006         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
8008         * ftxfont.c (ftxfont_default_fid): Delete it.
8009         (ftxfont_open): Set xfont->fid to 0.
8010         (ftxfont_end_for_frame): Clear data specific to the frame and the
8011         font-driver.
8013         * xftfont.c (xftfont_default_fid): Delete it.
8014         (xftfont_open): Set xfont->fid to 0.
8016         * fontset.c (FONTSET_OBJLIST): New macro.
8017         (fontset_find_font): Update font-object list of the fontset.
8018         (free_realized_fontset): New function.
8019         (free_face_fontset): Call free_realized_fontset.
8020         (Ffont_info): Call font_close_object only when enable_font_backend
8021         is set.
8023         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
8024         [HAVE_NTGUI]: Include w32term.h.
8025         [MAC_OS]: Include macterm.ch.
8026         (font_otf_ValueRecord): Use make_number.
8027         (font_finish_cache): Fix handling of reference count.
8028         (font_clear_cache): Update num_fonts.
8029         (font_open_entity): Update smallest_char_width and
8030         smallest_font_height of the frame.
8031         (font_close_object): Update num_fonts.
8032         (Fclear_font_cache): Fix finding the target cache data.
8034 2008-02-16  Glenn Morris  <rgm@gnu.org>
8036         * fontset.c (Finternal_char_font): Fix compilation warning.
8038 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
8040         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
8041         instead of char arrays.  Enlarge the size of array passed to
8042         get_token_information.
8044         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
8045         warnings.
8047 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
8049         * .gdbinit: Don't set `args', it breaks gdb --args.
8051 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8053         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
8054         within a narrowed buffer.
8056 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
8058         * coding.c (decode_coding_object, encode_coding_object):
8059         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
8061 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * coding.c (coding_set_destination): Use BEG_BYTE rather than
8064         hardcoding 1.
8065         (detect_coding_system):
8066         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
8067         (string_char_to_byte, string_byte_to_char, insert_from_gap):
8068         * insdel.c (insert_from_gap):
8069         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
8070         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
8071         (string_to_multibyte):
8072         * character.c (chars_in_text, multibyte_chars_in_text):
8073         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
8075         * character.h (FETCH_STRING_CHAR_ADVANCE)
8076         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
8077         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
8078         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
8080         * casefiddle.c (casify_region): Only call after-change and composition
8081         functions on the part of the region that was changed.
8083         * keyboard.c (read_avail_input):
8084         * frame.c (Fdelete_frame): Call Fdelete_terminal.
8086 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8088         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
8089         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
8091 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
8093         * w32menu.c (push_submenu_start, push_submenu_end)
8094         (push_left_right_boundary, push_menu_pane, push_menu_item):
8095         * keyboard.c (read_key_sequence): Don't pass args with side effects
8096         to AREF, it fails when compiling with -DENABLE_CHECKING.
8098 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
8100         * Makefile.in (${lispsource}international/charprop.el):
8101         Delete this target.
8103         * search.c (boyer_moore): Fix incorrect synching of the trunk and
8104         emacs-unicode-2.
8106 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8108         * terminal.c (Fdelete_terminal): Clean up the `force' path.
8110 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * frame.c (Qnoelisp): New symbol.
8113         (syms_of_frame): Initialize it.
8114         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
8115         harmless Elisp code, from a strong `force' from x_connection_closed.
8116         * frame.h (Qnoelisp): Declare.
8117         * xterm.c (x_connection_closed): Pass `noelisp'.
8119         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
8120         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
8121         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
8122         rather than `int' for the type of `type'.
8124 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8126         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
8128         * Makefile.in (GNUC): Remove support for gcc-1.x.
8130 2008-02-10  Richard Stallman  <rms@gnu.org>
8132         * lisp.h (ASET): Use AREF, not ASLOT.
8134 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * lisp.h (ASET): Check bounds.
8138 2008-02-10  Glenn Morris  <rgm@gnu.org>
8140         * buffer.c (mode-name): Doc fix.
8142 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8144         * Makefile.in:
8145         * emacs.c:
8146         * gmalloc.c:
8147         * keyboard.c:
8148         * lisp.h:
8149         * m/ibm370aix.h:
8150         * process.c:
8151         * regex.c:
8152         * s/hpux.h:
8153         * sysdep.c:
8154         * sysselect.h:
8155         * systty.h:
8156         * unexec.c:
8157         * w32term.c:
8158         * xsmfns.c:
8159         * xterm.c: Remove code that deals with obsolete variables.
8161         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
8163         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
8164         nothing else needs it anymore.
8166 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
8168         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
8169         instead of unibyte_char_to_multibyte.
8171 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8173         * s/gnu-linux.h: Remove commented out code.
8175         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
8177         * Makefile.in: Update what RMS says about using autoconf.
8178         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
8179         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
8180         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
8181         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
8183 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * keymap.c (Fkey_description): Move side effect outside of macro call.
8187         * xfaces.c (Finternal_make_lisp_face):
8188         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
8190         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
8191         (syms_of_fontset): Use ASET.
8193         * fns.c (concat): Move side effect outside of macro call.
8194         (hash_clear): Use ASET.
8196 2008-02-08  Richard Stallman  <rms@gnu.org>
8198         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
8199         If FORCE, and frame has a surrogate minibuffer for another frame,
8200         delete the other frame first.
8202 2008-02-07  Timo Savola  <timo.savola@iki.fi>
8204         * xterm.c (x_detect_focus_change): Handle embed client message.
8205         (handle_one_xevent): Ditto.
8206         (handle_one_xevent): If embedded and we get a button press/release,
8207         request focus.
8208         (xembed_set_info, xembed_send_message): New functions.
8209         (x_make_frame_visible): Call xembed_set_info if embedded.
8210         (x_make_frame_invisible): Call xembed_set_info if embedded.
8211         (x_term_init): Initialize Xatom_XEMBED.
8212         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
8213         (x_iconify_frame): Ditto.
8215         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
8216         (enum xembed_info, enum xembed_message, enum xembed_focus)
8217         (enum xembed_modifier, enum xembed_accelerator): New.
8218         (xembed_set_info, xembed_send_message): Declare.
8219         (FRAME_X_EMBEDDED_P): New.
8221         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
8222         gtk_plug_new.
8224         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
8225         window ID of a frame.
8226         (x_window): Reparent frame if embedded.
8227         (Fx_create_frame): Don't set border width if embedded.
8229         * emacs.c (USAGE3): Add --parent-id.
8230         (standard_args): Ditto.
8232 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8234         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
8236 2008-02-07  Jim Meyering  <meyering@redhat.com>
8238         Use "do...while (0)", not "if (1)...else" in macro definitions.
8239         The latter provokes a warning from gcc about the empty else, when
8240         followed by ";".  Also, without that trailing semicolon, it would
8241         silently swallow up any following statement.
8242         * syntax.h (SETUP_SYNTAX_TABLE)
8243         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
8244         * buffer.h (DECODE_POSITION): Likewise.
8245         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
8246         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
8247         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
8248         (FETCH_CHAR_ADVANCE): Likewise.
8249         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
8251 2008-02-07  Jim Meyering  <meyering@redhat.com>
8253         * lread.c [lint]: Don't include <sys/inode.h>.
8255 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * xselect.c (x_handle_dnd_message):
8258         * xmenu.c (digest_single_submenu, xmenu_show):
8259         * xdisp.c (with_echo_area_buffer_unwind_data)
8260         (format_mode_line_unwind_data, unwind_format_mode_line)
8261         (display_menu_bar):
8262         * eval.c (Ffetch_bytecode):
8263         * doc.c (store_function_docstring):
8264         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
8265         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
8266         * buffer.c (add_overlay_mod_hooklist): Use ASET.
8268 2008-02-07  Kenichi Handa  <handa@m17n.org>
8270         * ftxfont.c (ftxfont_open): Don't set
8271         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
8273         * ftfont.c (ftfont_open): Fix previous change.
8275 2008-02-06  Jason Rumney  <jasonr@gnu.org>
8277         * w32font.c (w32font_text_extents): Fill in lbearing metric.
8278         Use cached metrics for ASCII characters.
8279         (w32font_open_internal): Don't set font's owning_frame.
8280         Cache metrics for ASCII characters.
8282         * w32font.h (struct w32font_info): Add ascii_metrics.
8283         Remove owning_frame.
8285 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
8287         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
8288         to negative value.
8290         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
8292         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
8294         * charset.c (syms_of_charset): Set QCtest and Qeq.
8296 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * process.c (Fstart_process):
8299         * callproc.c (Fcall_process): Handle the case where
8300         Funhandled_file_name_directory returns nil.
8302         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
8303         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
8304         * font.c (check_gstring): Use them and AREF to access the vector before
8305         we know it's really a gstring.
8306         (Ffont_shape_text): Fix typo.
8307         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
8309         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
8310         Declare.
8312         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
8314 2008-02-05  Jason Rumney  <jasonr@gnu.org>
8316         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
8317         Set smallest_font_height and smallest_char_width in display info.
8319 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
8321         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
8323 2008-02-05  Miles Bader  <miles@gnu.org>
8325         * xfaces.c (get_lface_attributes, merge_named_face)
8326         (lookup_named_face, lookup_derived_face, realize_named_face):
8327         Revert 2008-02-01 change by cyd@stupidchicken.com.
8329 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
8331         * fontset.c (Ffontset_info): Handle the case of inhibitting the
8332         fallback fonts.
8333         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
8335 2008-02-04  Jason Rumney  <jasonr@gnu.org>
8337         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
8338         set full_name.
8339         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
8341 2008-02-03  Jason Rumney  <jasonr@gnu.org>
8343         * makefile.w32-in (OBJ1): Include font.o here.
8344         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
8346 2008-02-02  Jason Rumney  <jasonr@gnu.org>
8348         * makefile.w32-in (temacs): Bump EMHEAP to 21.
8350 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8352         * s/cygwin.h: Define VIRT_ADDR_VARIES.
8354         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
8356 2008-02-01  Andreas Schwab  <schwab@suse.de>
8358         * Makefile.in (shortlisp, lisp): Update for rename of
8359         ../lisp/language/myanmar.el.
8361 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
8363         * xfaces.c (get_lface_attributes): Delete function.
8364         (merge_named_face, lookup_named_face, lookup_derived_face)
8365         (realize_named_face): Call lface_from_face_name directly, and use
8366         the fact that merge_face_vectors does not alter its FROM argument.
8368 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8370         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
8371         input in the default locale.  Handle non-Unicode multibyte input.
8373 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8375         * fontset.c (reorder_font_vector): Exclude nil elements from the
8376         font group.  Don't try multiple fonts.
8377         (fontset_font): Adjust for the above change.
8378         (Finternal_char_font): Return nil if the found font doesn't
8379         contain the character ch.
8381         * Makefile.in (lisp, shortlisp): Add cham.el.
8383 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8385         * font.h (FONTP): Make it return 1 also for a font-object.
8387         * .gdbinit (xfontset): New function.
8389         * font.c (font_find_for_lface): Check if the character C is
8390         supported or not only for the first font.
8392         * fontset.c (reorder_font_vector): Fix typo.
8393         (fontset_find_font): Don't add a font-spec specifying a script.
8394         Use 0 (not Qt) for the indication of empty font-group.  Change the
8395         format of RFONT-DEF.  Return Qt if no font in the font-group
8396         support the character.
8397         (fontset_font): Adjust for the above change.  If no font was
8398         found the character, remember that.
8399         (face_for_char): Adjust for the change of RFONT-DEF.
8400         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
8401         no font for the target.
8402         (Finternal_char_font): Adjust for the change of RFONT-DEF.
8404 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8406         * font.c (font_load_for_face): Handle the case that the font in
8407         face->lface is a string.
8409 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8411         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
8413 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8415         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
8416         Fix previous change.  If the frame is not on a window system,
8417         signal an error.
8419 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8421         * coding.c (decode_coding_object, encode_coding_object): Adjust
8422         marker positions after conversion.
8424         * lisp.h (struct Lisp_Marker): New member need_adjustment.
8426 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8428         * font.c (font_find_for_lface): Fix the handling of the return
8429         value of font_has_char.
8430         (Ffont_shape_text): Fix previous change.
8432         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
8433         (fontset_ref_and_range): Delete it.
8434         (fontset_find_font): Call char_table_ref_and_range instead of
8435         FONTSET_REF_AND_RANGE.
8436         (make_fontset): Don't setup font groups of Latin here.
8437         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
8438         (new_fontset_from_font): Make the specified font the default for
8439         all Latin characters.
8441 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8443         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
8444         is on a window system before accessing the fontset of the frame.
8446 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8448         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
8450         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
8451         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
8453         * font.c (Ffont_shape_text): If the font driver doesn't have a
8454         shaper function, make zero-width glyphs to have at least one-pixel
8455         width.  Fix setting of `to' field of glyphs.
8457 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8459         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
8460         glyphs.
8462         * font.h (struct font_driver): Improve docstring of member `shape'.
8464 2008-02-01  Kenichi Handa  <handa@m17n.org>
8466         * composite.c (syms_of_composite): Fix docstring of
8467         auto-composition-function.
8469         * font.h (LGLYPH_SIZE): New macro.
8471         * font.c (Ffont_fill_gstring): Stop filling when a character not
8472         supported by the font is found.
8473         (Ffont_shape_text): When a shape callback function returns nil,
8474         try at most two more times with larger gstring.
8475         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
8477         * xdisp.c (handle_auto_composed_prop): Change the argument to
8478         auto-composition-function.
8480         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
8481         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
8482         Lispy glyph and store it in the lgstring.
8484         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
8486         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
8488 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8490         * font.c (Ffont_shape_text): Avoid unnecessary composition.
8492         * fontset.c (Vfont_encoding_charset_alist): New variable.
8493         (syms_of_fontset): DEFVAR it.
8494         (reorder_font_vector, fontset_find_font): Optimize for the case of
8495         no need of reordering.
8496         (face_for_char): Map the charset property by
8497         Vfont_encoding_charset_alist.
8499 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8501         * w32font.c (logfonts_match): Don't check adstyle here.
8502         (font_matches_spec): Check here against physical font instead.
8503         (add_font_entity_to_list): Avoid some substitutions.
8505         * font.c (font_parse_fcname): Default weight and slant to normal.
8506         (font_score): Prefer normal fonts if weight or slant unspecified.
8507         (font_score) [WINDOWSNT]: Scale weight difference down to closer
8508         match freetype scores.
8510 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8512         * w32font.c (w32font_text_extents): Don't use the frame stored in the
8513         font, as it may have been deleted.
8514         (w32_enumfont_pattern_entity): Map generic family to adstyle using
8515         most common hyphenless variation.
8516         (logfonts_match): Check generic family.
8517         (font_matches_spec): Don't check generic family here.
8518         (fill_in_logfont): Set generic family based on adstyle.
8520         * w32font.h (w32font_get_cache): Update declaration.
8522 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8524         * ftfont.c (ftfont_get_cache): Adjust the argument type.
8526         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
8527         If none of the new drivers are available, call font_update_drivers
8528         with the old drivers.
8530         * w32font.c (w32font_get_cache): Adjust the argument type.
8532         * xfont.c (xfont_get_cache): Adjust the argument type.
8534         * font.h (struct font_driver): Change argument type of get_cache.
8536         * xftfont.c (xftfont_start_for_frame): Delete prototype.
8538         * font.c (Ffont_get): Fix arguments to Fassoc.
8539         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
8540         (font_clear_cache): New function.
8541         (font_list_entities, font_matching_entity): Use font_get_cache.
8542         (font_update_drivers): Call font_clear_cache when finishing a driver.
8544         * fontset.c (fontset_find_font): Fix previous change.
8546 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8548         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
8549         dpyinfo->font_table.
8550         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
8551         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
8553         * font.c (font_at): Handle the case that the arg C is negative.
8554         Handle the unibyte case.
8555         (Ffont_at): Call font_at with the arg C -1.
8557         * xdisp.c (handle_auto_composed_prop): Don't get a character at
8558         the position here, and call font_at with the arg C -1.
8559         Don't check the range of the existing composition at the point.
8561 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8563         * fontset.c (fontset_add): New args charset_id and family.
8564         Change caller.
8565         (load_font_get_repertory, fontset_find_font): Assume that
8566         font_spec is always a font-spec object.
8567         (Fset_fontset_font): Always store a font-spec object in a fontset.
8569         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
8570         instead of get_property_and_range.
8572 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8574         * xftfont.c (struct xftfont_info): Delete the member ft_face.
8575         (xftfont_open): Don't keep locking face.
8576         (xftfont_close): Don't unlock face.
8577         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
8579         * fontset.c (fontset_find_font): Don't prefer a font of
8580         supplementary charset.
8582 2008-02-01  Kenichi Handa  <handa@m17n.org>
8584         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
8585         script, langsys_tag to langsys, new member script.
8586         (OTF_TAG_STR): Terminate by '\0'.
8587         (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
8588         listing to the script specified in that property.  Fix arg to
8589         OTF_check_features.
8591 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8593         * w32font.h: New file.
8595         * w32font.c: Include it.
8596         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
8597         (w32font_open): Set owning_frame.
8598         (w32font_text_extents): Use owning_frame.
8599         (struct font_callback_data): Add opentype_only field.
8600         (add_font_entity_to_list): Use it to filter fonts.
8601         Don't check against full name.
8602         (w32font_list_internal): New function.
8603         (w32font_list): Use it.
8604         (w32font_match_internal): New function.
8605         (w32font_match): Use it.
8606         (w32font_open_internal): New function.
8607         (w32font_open): Use it.
8608         (w32font_get_cache, w32font_close, w32font_has_char)
8609         (w32font_encode_char, w32font_text_extents, w32font_draw):
8610         Make non-static.
8612         * makefile.w32-in (w32font.o): Depend on w32font.h.
8614 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8616         * charset.c (Fdefine_charset_internal): Record a supplementary
8617         charset at the tail of Vcharset_order_list.
8619         * font.c (Ffont_shape_text): Fix the return value.
8621         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
8623         * xdisp.c (handle_auto_composed_prop): Fix previous change.
8625 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8627         * ftfont.c (struct OpenTypeSpec): New struct.
8628         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
8629         (ftfont_get_open_type_spec): New function.
8630         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
8632         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
8634 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8636         * w32font.c (add_font_entity_to_list): Compare only the beginning
8637         of full name.
8639 2008-02-01  Kenichi Handa  <handa@m17n.org>
8641         * xdisp.c (handle_auto_composed_prop): Simplify the code.
8642         Never return HANDLED_RECOMPUTE_PROPS.
8644 2008-02-01  Kenichi Handa  <handa@m17n.org>
8646         * font.c (font_gstring_produce): Delete it.
8648         * composite.h (COMPOSITION_METHOD):
8649         Handle COMPOSITION_WITH_GLYPH_STRING.
8651 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8653         * xfont.c (Qx): Delete.
8654         (syms_of_xfont): Don't initialize Qx.
8656         * composite.h (enum composition_method):
8657         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
8659 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8661         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
8662         (choose_face_font): Accept new form of font-spec.
8664         * frame.h (font_driver_list): Declare it unconditionally.
8665         (struct frame): Define members font_driver_list and font_data_list
8666         unconditionally.
8668         * fontset.c: Include "font.h" unconditionally.
8669         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
8670         (Fset_fontset_font): Accept a font-spec object.
8672         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
8673         PIXEL_SIZE part a wild card.
8675         * dispextern.h (struct glyph_string): Define members clip and
8676         num_clips unconditionally.
8677         (struct face): Define members font_info and extra unconditionally.
8679         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
8680         ftfont_info only when HAVE_LIBOTF is defined.
8682 2008-02-01  Andreas Schwab  <schwab@suse.de>
8684         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
8685         and end.
8687 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8689         * w32font.c (w32font_driver): Add new fields.
8691 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8693         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
8694         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
8695         (LIBES): Add @M17N_FLT_CFLAGS@.
8697         * composite.c (compose_text): Don't treat the new style
8698         composition specially.
8700         * emacs.c (main): Call syms_of_font unconditionally.
8702         * font.h (FONT_ENTITY_NOT_LOADABLE)
8703         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
8704         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
8705         (struct font_driver): New member shape.
8706         (font_registry_charsets): Extern it.
8707         (font_find_for_lface, font_prepare_composition): Adjust prototype.
8708         (font_otf_capability, font_drive_otf): Delete their externs.
8710         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
8711         (font_charset_alist, font_registry_charsets): Move from xfont.c
8712         and rename.
8713         (font_prop_validate_otf): New function.
8714         (font_property_table): Register it for QCotf.
8715         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
8716         (font_drive_otf): Delete.
8717         (font_prepare_composition): New arg F.  Adjust for the change of
8718         lispy gstring.
8719         (font_find_for_lface): New arg C.
8720         (font_load_for_face): Adjust for the change of font_find_for_lface.
8721         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
8722         lispy gstring.
8723         (Ffont_shape_text): New function.
8724         (Fopen_font): If the font size is not given, use 12-pixel.
8725         (Ffont_at): New arg STRING.
8726         (syms_of_font): Initalize font_charset_alist.
8727         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
8728         conditionally.
8730         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
8731         fonts of the same font-spec.  Change the format of RFONT-DEF.
8732         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
8733         Adjust for the change of RFONT-DEF.
8734         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
8736         * ftfont.h: New file.
8738         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
8739         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
8740         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
8741         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
8742         font_otf_capability and font_drive_otf, set ftfont_shape.
8743         (ftfont_list): Adjust for the change of :otf property value.
8744         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
8745         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
8746         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
8747         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
8748         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
8749         (otf_gstring, gstring, m17n_flt_initialized): New variables.
8751         * w32term.c (x_draw_composite_glyph_string_foreground):
8752         Adjust for the change of lispy gstring.
8754         * xdisp.c (handle_composition_prop): Adjust for the change of
8755         lispy gstring.  Call a function for auto-composition with the
8756         third arg it->window.
8757         (fill_composite_glyph_string): Adjust for the change of lispy string.
8758         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
8760         * xfaces.c (set_font_frame_param): Adjust for the change of
8761         font_find_for_lface.
8763         * xfont.c (x_font_charset_alist): Move to font.c and rename.
8764         (xfont_registry_charsets): Likewise.  Change caller.
8765         (syms_of_xfont): Don't handle x_font_charset_alist.
8767         * xftfont.c: Include "ftfont.h".
8768         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
8769         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
8770         (xftfont_close) [HAVE_LIBOTF]: Close otf.
8771         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
8772         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
8773         Set xftfont_driver.shape to xftfont_shape.
8775         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
8776         the change of lispy gstring.
8778 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8780         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
8782 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8784         * w32font.c (w32font_draw): Fill background manually.
8786 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8788         * font.c (Qfontp): Remove unused symbol.
8789         (QCantialias): New symbol.
8790         (syms_of_font): Define it.
8791         (font_property_table): Set a validator for QCantialias.
8793         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
8794         Define if not already.
8795         (QCfamily): Share with xfaces.c.
8796         (Qstandard, Qsubpixel, Qnatural): New symbols.
8797         (syms_of_w32font): Define them.  Don't define QCfamily here.
8798         (w32_antialias_type, lispy_antialias_type): New functions.
8799         (w32_enumfont_pattern_entity): New arg requested_font.
8800         Set antialias parameter if non-default was requested.
8801         (fill_in_logfont): Fill in lfQuality if :antialias specified.
8803 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8805         * lread.c (read1): Undo the previous change.
8807 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8809         * frame.c (Fdelete_frame): Call font_update_drivers only when
8810         USE_FONT_BACKEND is defined.
8812 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8814         * font.h (struct font_bitmap): New member bits_per_pixel.
8815         (struct font_driver): New members start_for_frame and end_for_frame.
8816         (struct font_data_list): New struct.
8817         (font_put_frame_data, font_get_frame_data): Extern them.
8819         * frame.h (struct frame): New member font_data_list.
8821         * font.c (font_update_drivers): Call driver->start_for_frame and
8822         driver->end_for_frame at proper timings.
8823         (font_put_frame_data, font_get_frame_data): New functions.
8824         (Ffont_spec): Add usage in the docstring.
8826         * frame.c (make_frame): Initialize f->font_data_list to NULL.
8827         (Fdelete_frame): Call font_update_drivers.
8829         * xftfont.c (struct xftface_info): Delete the member xft_draw.
8830         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
8831         (xftfont_get_xft_draw): New function.
8832         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
8833         (xftfont_end_for_frame): New function.
8834         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
8836         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
8837         Change argument.  Cache GCs in the per-frame data.
8838         (struct ftxfont_frame_data): New struct.
8839         (ftxfont_draw_bitmap): New arg gc_fore and flush.
8840         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
8841         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
8842         (ftxfont_end_for_frame): New function.
8843         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
8845         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
8847 2008-02-01  Kenichi Handa  <handa@m17n.org>
8849         * xselect.c (Vselection_coding_system)
8850         (Vnext_selection_coding_system): Delete them.
8851         (syms_of_xselect): Don't declare selection-coding-system and
8852         next-selection-coding-system.  They are declared in select.el.
8854 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8856         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
8858         * w32fns.c: Include imm.h.
8859         (get_composition_string_fn, get_ime_context_fn): New optional
8860         system functions.
8861         (globals_of_w32fns): Load them from imm32.dll.
8862         (ignore_ime_char): New flag.
8863         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
8864         WM_IME_ENDCOMPOSITION messages.
8866         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
8867         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
8869 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8871         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
8872         (READCHAR_REPORT_MULTIBYTE): New macro.
8873         (readchar): New 2nd arg MULTIBYTE.
8874         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
8875         Make symbol's name multibyte according to the multibyteness of the
8876         source.
8878 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8880         * xfaces.c (face_for_overlay_string): Call lookup_face with
8881         correct arguments (fix of synching with the trunk).
8883 2008-02-01  Kenichi Handa  <handa@m17n.org>
8885         * font.c (font_prop_validate_symbol, font_prop_validate_style)
8886         (font_prop_validate_non_neg, font_prop_validate_spacing):
8887         Delete argument prop_index.
8888         (font_property_table): Change arguments to validater.  Change Callers.
8889         (font_lispy_object): Delete.
8890         (font_at): Use font_find_object instead fo font_lispy_object.
8892 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8894         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
8895         and file names.
8897 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8899         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
8900         (font_matches_spec): Remove debug output.
8901         (add_font_entity_to_list): Avoid using substituted fonts.
8903 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8905         * doc.c (Fsnarf_documentation):
8906         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
8908 2008-02-01  Miles Bader  <miles@gnu.org>
8910         * dispextern.h (struct glyph_row): Only define "clip" field if
8911         HAVE_WINDOW_SYSTEM is defined.
8913 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         Fix up multi-tty merge.
8917         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
8918         and indentation.
8920         * xfaces.c (free_realized_face, clear_face_gcs):
8921         Include font_done_for_face in the input_blocked section, just in case.
8923         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
8924         (get_char_face_and_encoding): Undo last change and remove the *other*
8925         duplicate definition (i.e. keep the one that's better scoped and that
8926         includes code for the font-backend).
8928         * terminal.c (create_terminal): Default keyboard_coding to
8929         `no-conversion' and terminal_coding to `undecided'.
8931         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
8933         * fontset.c (free_realized_fontsets): Check that the table entry does
8934         contain a fontset before trying to compare it to `base'.
8936         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
8937         syms_of_charset, and syms_of_coding earlier because init_window_once
8938         now needs Vcoding_system_hash_table to be setup.
8940         * coding.h (default_buffer_file_coding): Remove.
8942         * coding.c (default_buffer_file_coding): Remove.
8943         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
8944         than ->symbol, and use the terminal-local coding system.
8945         (syms_of_coding): Don't setup the coding-systems that are not
8946         terminal-local.
8947         (Fdefine_coding_system_internal): Use XCAR/XCDR.
8949         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
8950         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
8952         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
8953         in chartab.c and were re-added here by mistake.
8954         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
8956         * doc.c (Fsnarf_documentation):
8957         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
8958         src to etc.
8960         * ChangeLog.10: Add mistakenly removed entry.
8962 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8964         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
8966 2008-02-01  Miles Bader  <miles@gnu.org>
8968         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
8969         Add extra args to FACE_FOR_CHAR.
8971 2008-02-01  Kenichi Handa  <handa@m17n.org>
8973         * keymap.c (where_is_internal_1): If key is a cons, store the copy
8974         in sequence.
8976         * chartab.c (map_sub_char_table, map_char_table): If the range
8977         contains just one character, call the function with that character
8978         even if the depth is not 3.
8980 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8982         * w32font.c (w32font_text_extents): Calculate metrics for the
8983         whole string.
8985 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8987         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
8989 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8991         * w32term.c (x_set_glyph_string_clipping): Use
8992         get_glyph_string_clip_rects.
8993         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
8994         Adjust for the change of struct glyph_string.
8996         * w32font.c (w32font_draw): Do clipping here.
8998 2008-02-01  Kenichi Handa  <handa@m17n.org>
9000         * xftfont.c (xftfont_draw): Adjust for the change of struct
9001         glyph_string.
9003         * xterm.c (x_set_glyph_string_clipping): Use
9004         get_glyph_string_clip_rects.
9005         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
9006         Adjust for the change of struct glyph_string.
9008         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
9009         the resulting clip(s}.
9010         (expose_overlaps): Add arg r.  Change callers.  Set it to
9011         row->clip temporarily.
9012         (expose_window): Redraw rows overlapping the exposed area.
9014         * dispextern.h (struct glyph_row): New member clip.
9015         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
9016         clip_height, new member clip, and num_clips.
9018 2008-02-01  Kenichi Handa  <handa@m17n.org>
9020         * data.c (Fchar_or_string_p): Fix docstring.
9022 2008-02-01  Kenichi Handa  <handa@m17n.org>
9024         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
9025         create a temporary XftDraw object.
9027 2008-02-01  Kenichi Handa  <handa@m17n.org>
9029         * font.c (Ffontp): Fix docstring.
9031         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
9032         strong evidence of ISO-2022.
9034 2008-02-01  Kenichi Handa  <handa@m17n.org>
9036         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
9037         SYNTAX_ENTRY_FOLLOW_PARENT.
9039 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
9042         its type.
9043         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
9044         Update to the new type of weak_hash_tables and next_weak.
9046         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
9047         a plain C pointer to Lisp_Hash_Table.
9049         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
9050         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
9051         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
9052         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
9053         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
9054         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
9055         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
9056         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
9057         (GC_EQ): Remove since they've been identical to their non-GC_
9058         alter-egos ever since the markbit was eradicated.
9060         * alloc.c:
9061         * buffer.c:
9062         * buffer.h:
9063         * data.c:
9064         * fileio.c:
9065         * filelock.c:
9066         * fns.c:
9067         * frame.h:
9068         * lisp.h:
9069         * macterm.c:
9070         * print.c:
9071         * process.c:
9072         * w32fns.c:
9073         * w32menu.c:
9074         * w32term.c:
9075         * xfns.c:
9076         * xmenu.c:
9077         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
9079 2008-02-01  Kenichi Handa  <handa@m17n.org>
9081         * chartab.c (map_sub_char_table): Make it work for the top-level
9082         char-table.  Fix handling of parent char-table.
9083         (map_char_table): Adjust for the above change.
9085 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9087         * w32font.c (Qgdi): Rename from Qw32.
9089 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9091         * w32bdf.c (get_quoted_string): Make function static.
9093 2008-02-01  Kenichi Handa  <handa@m17n.org>
9095         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
9096         bigger ascent and descent than those of the font, use them as
9097         font's ascent and descent.
9099 2008-02-01  Kenichi Handa  <handa@m17n.org>
9101         * Makefile.in (${lispsource}international/charprop.el): Move this
9102         target within "#ifdef HAVE_UNIDATA" and "#endif".
9104 2008-02-01  Kenichi Handa  <handa@m17n.org>
9106         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
9107         (shortlisp): Add ../lisp/language/tai-viet.el.
9109 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
9111         * Makefile.in (${lispsource}international/charprop.el): Depend on
9112         temacs${EXEEXT}.
9114 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9116         * w32font.c (w32font_close): Delete the GDI font object.
9118         * w32menu.c: Include character.h.
9120         * w32proc.c: Likewise.
9122         * w32select.c: Likewise.
9124         * makefile.w32-in (w32proc.o): Depend on character.h.
9126 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9128         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
9130         * w32menu.c (syms_of_w32menu): Likewise.
9132         * w32proc.c (syms_of_ntproc): Likewise.
9134         * w32select.c (syms_of_w32select): Likewise.
9136         * w32term.c (syms_of_w32term): Likewise.
9138 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9140         * w32font.c (w32font_draw): Delete brush after using it.
9142 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9144         * w32font.c (w32font_open): Don't set font_idx.
9145         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
9146         to font settings.
9147         (w32font_draw): Fill background explicitly.
9149 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9151         * w32term.c (w32_initialize): Don't call w32font_initialize.
9153         * w32font.c (w32font_info): Remove subranges.
9154         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
9155         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
9156         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
9157         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
9158         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
9159         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
9160         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
9161         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
9162         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
9163         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
9164         New symbols.
9165         (font_callback_data): New struct.
9166         (w32font_list, w32font_match): Use it.
9167         (w32font_open): Don't populate subranges.
9168         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
9169         (w32font_encode_char): Always return unicode code-point as-is.
9170         (w32font_text_extents): Supply a transformation matrix to
9171         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
9172         twice.  Use unicode version of GetTexExtentPoint32 instead of
9173         glyph index version.
9174         (set_fonts_frame): Remove.
9175         (w32_enumfont_pattern_entity): Add frame parameter, use it to
9176         set frame parameter.  Use backward compatible fake foundries.
9177         Save generic family in extra slot under QCfamily.  Make width slot
9178         constant.  Save QCspacing value.  Save list of scripts instead of
9179         binary subranges.
9180         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
9181         (add_font_entity_to_list): Use font_callback_data struct.  Filter
9182         unwanted fonts.
9183         (add_one_font_entity_to_list): Use font_callback_data struct.
9184         (w32_registry): Default to iso10646_1.
9185         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
9186         string font registries.  Don't fill in font name if it is a generic
9187         family name, fill family instead.  Use spacing, family and script
9188         extra info to fill pitch, family and charset fields.
9189         (list_all_matching_fonts): Use font_callback_data struct.
9190         (unicode_range_for_char): Remove.
9191         (font_supported_scripts): New function.
9192         (w32font_initialize): Remove.
9193         (syms_of_w32font): Update which symbols are defined.
9195 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9197         * font.c (font_pixel_size): Reverse assq_no_quit args.
9199         * w32term.h (FONT_WIDTH): Report max width, not average.
9200         (FONT_MAX_WIDTH): Remove.
9201         (FONT_AVG_WIDTH): New macro.
9203         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
9204         redefinition of FONT_WIDTH.
9206         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
9207         (w32_cache_char_metrics): Use FONT_WIDTH.
9209         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
9211 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9213         * w32font.c (w32font_open): Make lfHeight negative.
9215         * w32fns.c (x_default_font_parameter): Use new style font name.
9216         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
9218 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9220         * w32font.c (QCsubranges): New symbol.
9221         (w32font_open, w32font_has_char): Get subranges from subproperty
9222         of extra.
9223         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
9224         (syms_of_w32font): Define :subranges symbol.
9226         * font.c (font_put_extra): Expose externally.
9228         * font.h (font_put_extra): Move declaration from font.c.
9230         * font.c (Ffont_get): Use font driver to determine otf capability.
9231         (adjust_anchor): Check if driver defines anchor_point before using.
9233         * w32font.c (w32font_open): Handle size, height and pixel_size better.
9234         (w32font_draw): Use options.
9235         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
9236         Fix detection of truetype fonts.
9237         (registry_to_w32_charset): Handle charsets other than iso8859-1
9238         expressed as lisp symbols.
9239         (w32_registry): Express charset as lisp symbol.
9240         (fill_in_logfont): Reverse pixel and point height logic.
9241         Don't set width here.  Set quality to default.
9243         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
9244         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
9246         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
9247         Remove redundant loop and allocation.
9249         * makefile.w32-in (font.o, w32font.o): New objects.
9250         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
9251         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
9253         * xdisp.c (fill_composite_glyph_string): Make the first arg to
9254         STORE_XCHARB a valid l-value.
9256         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
9257         calculations for non-Truetype fonts.
9258         (x_draw_glyph_string): Sync with xterm.c.
9259         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
9260         Remove redundant code.
9261         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
9263         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
9264         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
9266         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
9267         (x_to_w32_charset, w32_to_x_charset): Expose externally.
9269         * w32font.c: New file for w32 font backend.
9271 2008-02-01  Kenichi Handa  <handa@m17n.org>
9273         * term.c: Don't include "buffer.h" twice.
9275 2008-02-01  Kenichi Handa  <handa@m17n.org>
9277         * character.c (Funibyte_string): New function.
9278         (syms_of_character): Defsubr it.
9280 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9282         * w32term.c [USE_FONT_BACKEND]:
9283         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
9284         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
9285         (x_draw_glyph_string, x_draw_glyph_string_foreground)
9286         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
9287         (x_free_frame_resources): Sync with xterm.c.
9289 2008-02-01  Andreas Schwab  <schwab@suse.de>
9291         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
9292         char-table size.
9294 2008-02-01  Kenichi Handa  <handa@m17n.org>
9296         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
9298 2008-02-01  Kenichi Handa  <handa@m17n.org>
9300         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
9301         font_otf_gpos, add font_drive_otf.
9303         * fontset.c (fontset_find_font): Pay attention to font size
9304         specified for a font.
9305         (reorder_font_vector): Check contents of font_def.
9307         * font.c (struct otf_list): Delete it.
9308         (otf_list): Make it a lisp variable.
9309         (otf_open): Use lispy otf_list.
9310         (generate_otf_features): Rename from parse_gsub_gpos_spec.
9311         (check_otf_features): New function.
9312         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9313         New functions.
9314         (font_drive_otf): New function merging font_otf_gsub and
9315         font_otf_gpos.
9316         (font_open_for_lface): New arg spec.  Change argument order.
9317         (font_load_for_face): Adjust for the change of font_open_for_lface.
9318         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
9319         Ffont_otf_gpos.
9320         (syms_of_font): Staticpro otf_list.  Delete defsubr of
9321         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
9323         * xfaces.c (set_font_frame_param): Adjust for the change of
9324         font_open_for_lface.
9326         * font.h (font_open_for_lface): Adjust prototype.
9327         (struct font_driver): Delete members otf_gsub and otf_gpos, add
9328         member otf_drive.
9329         (font_otf_gsub, font_otf_gpos): Delete externs.
9330         (font_drive_otf): Extern it.
9332 2008-02-01  Kenichi Handa  <handa@m17n.org>
9334         * font.c (font_at): If the window W is not on a window system,
9335         return Qnil.
9337         * coding.c (produce_chars, encode_coding): Don't call
9338         insert_from_gap if no characters to produce.
9340 2008-02-01  Kenichi Handa  <handa@m17n.org>
9342         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
9343         Fclear_face_cache.
9345         * xfaces.c (face_for_font): Check also face->font==font->font.font.
9347 2008-02-01  Miles Bader  <miles@gnu.org>
9349         * emacs.c (main): Change default value of `enable_font_backend' to 1.
9350         Parse "--disable-font-backend" option.
9351         (standard_args): Add "--disable-font-backend" option.
9353 2008-02-01  Kenichi Handa  <handa@m17n.org>
9355         * fontset.c (fontset_find_font): New function.
9356         (fontset_font): Use fontset_find_font.
9357         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
9358         Register the specified font for all Latin characters.
9359         (new_fontset_from_font): Register the specified font for all Latin
9360         characters.
9361         (dump_fontset): For a realized fontset, include the base fontset
9362         name in the returned vector.
9364 2008-02-01  Kenichi Handa  <handa@m17n.org>
9366         * character.h (CHAR_STRING): Cast C to unsigned on calling
9367         char_string.
9369         * character.c (char_string): Type of arg C changed to unsigned.
9370         Signal an error if C is an invalid character code.
9372         * editfns.c (general_insert_function, Fchar_to_string):
9373         Use CHARACTERP, not INTEGERP.
9375 2008-02-01  Kenichi Handa  <handa@m17n.org>
9377         * character.h (MIN_MULTIBYTE_LEADING_CODE)
9378         (MAX_MULTIBYTE_LEADING_CODE): New macros.
9380         * regex.c (analyse_first): Fix for multibyte characters in "case
9381         charset:" and "case categoryspec:".
9383 2008-02-01  Andreas Schwab  <schwab@suse.de>
9385         * Makefile.in (LIBES): Move standard libraries to the end.
9387 2008-02-01  Kenichi Handa  <handa@m17n.org>
9389         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
9390         nonzero, don't shrink the buffer nextb.
9392         * buffer.h (struct buffer_text): New member inhibit_shrinking.
9394         * coding.c (coding_alloc_by_making_gap): New arg offset.
9395         (alloc_destination): Call coding_alloc_by_making_gap with the arg
9396         offset.
9397         (decode_coding_iso_2022): Update coding->safe_charsets.
9398         (decode_coding_gap): Temporarily set
9399         current_buffer->text->inhibit_shrinking to 1.
9401 2008-02-01  Kenichi Handa  <handa@m17n.org>
9403         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
9404         indexing into elements of s->cmp and s->char2b.
9406 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9408         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
9410 2008-02-01  Kenichi Handa  <handa@m17n.org>
9412         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
9413         target_multibyte instead of multibyte.
9414         (re_match_2_internal): Call bcmp_translate with target_multibyte.
9415         (bcmp_translate): Change the argument name from multibyte to
9416         target_multibyte.
9418 2008-02-01  Kenichi Handa  <handa@m17n.org>
9420         These changes are to compile a regexp into a pattern that can be
9421         used both for multibyte and unibyte targets.
9423         * Makefile.in (search.o): Depend on charset.h.
9425         * character.c (multibyte_char_to_unibyte_safe): New function.
9427         * search.c: Include "charset.h".
9428         (compile_pattern_1): Delete argument multibyte.  Don't set
9429         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
9430         (compile_pattern): Don't compare cp->buf.target_multibyte.
9431         Compare cp->buf.charset_unibyte.
9432         (compile_pattern): Set cp->buf.target_multibyte.
9434         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
9436         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
9438         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
9439         multibyte.  Change callers.
9440         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
9441         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
9442         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
9443         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
9444         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
9445         (regex_compile): Make the compiled pattern usable both for
9446         multibyte and unibyte targets.
9447         (analyse_first): Make the fastmap usable both for multibyte and
9448         unibyte targets.
9449         (TRANSLATE_VIA_MULTIBYTE): Delete.
9450         (re_match_2_internal): Pay attention to the case that the
9451         multibyteness of bufp and target may be different.
9453 2008-02-01  Kenichi Handa  <handa@m17n.org>
9455         * xdisp.c (x_produce_glyphs): When a font is not found, make the
9456         empty box occupy at least one column width.
9458 2008-02-01  Miles Bader  <miles@gnu.org>
9460         * Makefile.in: Remove redundant HAVE_XFT clause.
9462 2008-02-01  Kenichi Handa  <handa@m17n.org>
9464         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
9466 2008-02-01  Kenichi Handa  <handa@m17n.org>
9468         * fontset.c (Finternal_char_font): Fix for the case of POSITION
9469         being nil.
9471 2008-02-01  Kenichi Handa  <handa@m17n.org>
9473         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
9475 2008-02-01  Kenichi Handa  <handa@m17n.org>
9477         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
9479 2008-02-01  Kenichi Handa  <handa@m17n.org>
9481         * search.c (simple_search): Fix previous change.
9483 2008-02-01  Kenichi Handa  <handa@m17n.org>
9485         * xftfont.c (ftfont_font_format): Extern declaration.
9487         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
9489         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
9490         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
9492         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
9493         (ftfont_font_format): Fix previous change.
9495         * font.h (Ffont_xlfd_name): EXFUN it.
9497         * font.c (font_parse_xlfd): Fix the array size of `f'.
9498         (register_font_driver): Use EQ to compare driver->type.
9500         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
9501         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
9502         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
9504 2008-02-01  Kenichi Handa  <handa@m17n.org>
9506         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
9507         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
9509 2008-02-01  Kenichi Handa  <handa@m17n.org>
9511         * xfont.c (xfont_open): Set font->format.
9513         * xftfont.c (xftfont_open): Set font->format.
9515         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
9516         (ftfont_list): Include FC_FONTFORMAT in FcObject.
9517         (ftfont_open): Set font->format.
9518         (ftfont_font_format): New function.
9520         * font.h (struct font): New member format.
9522         * font.c (Qopentype): New variable.
9523         (syms_of_font): Defsym it.
9524         (Fquery_font): Change the format of the last element of the return
9525         value.
9527 2008-02-01  Kenichi Handa  <handa@m17n.org>
9529         * xfns.c (xic_create_xfontset): Try the default fontset name as a
9530         last resort.
9532 2008-02-01  Kenichi Handa  <handa@m17n.org>
9534         * coding.c (detect_coding_charset): Fix detection of multi-byte
9535         charset.
9537 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
9539         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
9541 2008-02-01  Kenichi Handa  <handa@m17n.org>
9543         * xdisp.c (get_next_display_element): Set it->face_id for the
9544         first component of a composition.
9545         (x_produce_glyphs): Check if the font is changed or not for composition.
9547 2008-02-01  Kenichi Handa  <handa@m17n.org>
9549         * fontset.c (Qlatin): New variable.
9550         (syms_of_fontset): Define it as a lisp symbol.
9551         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
9553 2008-02-01  Kenichi Handa  <handa@m17n.org>
9555         * font.c (font_unparse_fcname): Pay attention to the case that
9556         some of font property is a null string.
9558 2008-02-01  Kenichi Handa  <handa@m17n.org>
9560         * term.c: Include "composite.h".
9561         (encode_terminal_code): Output all components of composition.
9562         Check the size of encode_terminal_src.
9563         (produce_glyphs): For composition, call produce_composite_glyph.
9564         (append_composite_glyph, produce_composite_glyph): New functions.
9566         * xdisp.c (x_produce_glyphs): In handling composition, if a font
9567         is not found, get font_info from the current ascii face.
9569 2008-02-01  Kenichi Handa  <handa@m17n.org>
9571         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
9572         buffer-file-name to Qnil before calling insert_from_buffer.
9574         * font.c (font_unparse_fcname): Pay attention to the case that
9575         foundry is a null string.
9577 2008-02-01  Kenichi Handa  <handa@m17n.org>
9579         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
9581         * font.c (Qunicode_sip): New variable.
9582         (syms_of_font): Declare it as a Lisp symbol.
9584         * font.h (Qunicode_sip): Extern it.
9586 2008-02-01  Kenichi Handa  <handa@m17n.org>
9588         * composite.c (get_composition_id): Pay attention to TAB component.
9590         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
9591         TAB.  Adjust for the change of s->char2b which always points to
9592         the first element of allocated memory.
9594         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
9596         * xdisp.c (handle_composition_prop): Set it->c to the first
9597         non-TAB component.
9598         (fill_composite_glyph_string): Change argument.
9599         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
9600         (x_produce_glyphs): Fix handling of left/right padding.
9602 2008-02-01  Kenichi Handa  <handa@m17n.org>
9604         * coding.c (detect_coding_system): Fix for handling off
9605         inhibit_iso_escape_detection.  Fix for the case that no coding
9606         system is defined for a specific coding category.
9608 2008-02-01  Kenichi Handa  <handa@m17n.org>
9610         * font.c (font_matching_entity): Delete unused local var.
9612         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
9613         opening a font.
9615         * fileio.c (Finsert_file_contents): On recovering a file, assume
9616         Unix-like eol.
9617         (choose_write_coding_system): On auto-saving a file, force
9618         Unix-like eol.
9620         * coding.c (setup_coding_system): Fix setting of
9621         coding->common_flags based on eol_type.
9622         (coding_inherit_eol_type): If PARENT is not nil, be sure to
9623         inherit from it.
9625 2008-02-01  Kenichi Handa  <handa@m17n.org>
9627         * alloc.c (NSTATICS): Increas to 0x600.
9629 2008-02-01  Kenichi Handa  <handa@m17n.org>
9631         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
9632         (ftfont_list): Don't check :name property.
9633         (ftfont_match): New function.
9634         (ftfont_pattern_entity): If the pattern doesn't contain
9635         FC_SPACING, don't assume FC_MONO.
9637         * font.h (struct font_driver): New member `match'.
9638         (font_update_drivers): Adjust prototype.
9640         * font.c (font_parse_fcname, font_parse_name): Don't change :name
9641         property of FONT.
9642         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
9643         them unconditionally.
9644         (font_matching_entity): New function.
9645         (font_open_by_name): Try font_matching_entity if exact match is
9646         not found.
9647         (font_update_drivers): Delete the arg FONT.  Return a list of
9648         actually used backends.  Don't free faces, font caches here.
9649         Don't store data in frame parameters.  Don't call x_set_font.
9650         (Ffont_spec): Store :name property as is.
9651         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
9652         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
9653         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
9654         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
9655         Call font->driver->otf_gsub instead of font_otf_gsub.
9657         * frame.c (x_set_font_backend): Do more works that were done in
9658         font_update_drivers before.
9660         * xfont.c (xfont_match): New function.
9661         (xfont_driver): Set xfont_driver.match to xfont_match.
9662         (xfont_draw): Set font in GC if necessary.
9664         * ftxfont.c (ftxfont_match): New function.
9665         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
9667         * xftfont.c (xftfont_match): New function.
9668         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
9670 2008-02-01  Kenichi Handa  <handa@m17n.org>
9672         * font.h (struct font): New member scalable.
9673         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
9674         (font_otf_gsub): Adjust prototype.
9676         * font.c (font_otf_capability): Fix handling of the default langsys.
9677         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
9678         Check the contents of SPEC.
9679         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
9680         (check_gstring): New function.
9681         (REPLACEMENT_CHARACTER): New macro.
9682         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
9683         glyph codes of GSTRING.
9684         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
9685         (font_prepare_composition): Set cmp->glyph_len.
9686         (font_open_entity): Set font->scalable.
9687         (Ffont_get): Handle :otf property.
9688         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
9689         functions.
9690         (Fquery_font): Use font->font.full_name.
9691         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
9692         Sfont_otf_alternates.
9694         * ftfont.c (ftfont_open): Set font->font.full_name and
9695         font->font.name properly.  Fix calculation of font->font.height
9696         and font->min_width.
9698         * ftxfont.c (ftxfont_create_gcs): New function.
9699         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
9700         (ftxfont_draw_backgrond): Fix filling region.
9701         (ftxfont_default_fid): New function.
9702         (ftxfont_open): Set xfont->fid to the return value of
9703         ftxfont_default_fid.
9704         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
9705         (ftxfont_done_face): Free only GCs that are created by
9706         ftxfont_create_gcs.
9707         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
9709         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
9710         Clip to src->width, etc (not src->clip_XXX).
9712         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
9713         FontBackend frame parameter.
9715 2008-02-01  Kenichi Handa  <handa@m17n.org>
9717         * font.h (struct font_driver_list): New member `on'.
9718         (Fclear_font_cache): EXFUN it.
9719         (font_update_drivers): Extern it.
9721         * font.c (font_unparse_fcname): Fix typo (swidth->width).
9722         (font_list_entities): Check driver_list->on.
9723         (register_font_driver): Initalize `on' member to 0.
9724         (font_update_drivers): New function.
9725         (Fclear_font_cache): Check driver_list->on.
9727         * frame.h (Qfont_backend): Extern it.
9728         (x_set_font_backend): Extern it.
9730         * frame.c (Qfont_backend): New variable.
9731         (frame_parms): New element for font-backend.
9732         (x_set_font_backend): New function.
9734         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
9735         FontBackend frame parameter.
9736         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
9737         x_set_font_backend.
9739         * xfont.c (xfont_list): Don't try listing by :name property if the
9740         name is not for XLFD.
9742 2008-02-01  Kenichi Handa  <handa@m17n.org>
9744         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
9745         (LGLYPH_SET_TO): New macros.
9746         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
9747         element of G is vector or not.
9748         (font_at): Extern it.
9750         * font.c: Include window.h.
9751         (font_lispy_object): New function.
9752         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
9753         end of valid glyph.
9754         (font_close_object): Fix getting (struct font *).
9755         (font_at): New function.
9756         (Ffont_get): If FONT is a font-object, get entity from it.
9757         (Ffont_make_gstring): Initialize elements of glyphs with nil.
9758         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
9759         range check.
9760         (Ffont_at): New function.
9761         (syms_of_font): Defsubr Sfont_at.
9763         * xdisp.c (it_props): Move the entry for Qauto_composed to just
9764         before the entry for Qcomposition.
9765         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
9766         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
9767         the font in gstring.
9768         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
9769         LGLYPH_FORM (g) to detect the end of valid glyph.
9770         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
9771         we are composing with gstring.
9773         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
9774         Check if adjustment is vector or not.
9776         * Makefile.in (font.o): Make it depends on window.h.
9778 2008-02-01  Kenichi Handa  <handa@m17n.org>
9780         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
9781         adjustment is vector or not.
9783 2008-02-01  Miles Bader  <miles@gnu.org>
9785         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
9787 2008-02-01  Kenichi Handa  <handa@m17n.org>
9789         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
9790         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
9791         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
9793         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
9794         (DEVICE_DELTA): Fix typo.
9795         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
9796         LGLYPH format.
9798         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9799         the change of LGLYPH format.
9801 2008-02-01  Kenichi Handa  <handa@m17n.org>
9803         * ftfont.c (ftfont_list): Fix typo.
9804         (ftfont_build_basic_charsets): Don't include letters with diacritics.
9806 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
9808         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
9810         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
9811         xftface_info is non-NULL.
9813 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
9815         * ftfont.c (ftfont_list): Move misplaced #endif.
9817 2008-02-01  Kenichi Handa  <handa@m17n.org>
9819         * ftfont.c (ftfont_list): Pay attention to the case that
9820         FC_CAPABILITY is not defined.
9822 2008-02-01  Kenichi Handa  <handa@m17n.org>
9824         * xftfont.c (xftfont_open): Set charset related members to -1.
9826         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
9827         QCname.
9828         (ftfont_open): Set charset related members to -1.
9830         * fontset.c (Votf_script_alist): New variable.
9831         (syms_of_fontset): Initialize it.
9832         (fontset_font): Delete unused variable.
9834         * fontset.h (Votf_script_alist): Extern it.
9836         * font.c (font_find_for_lface): Optimize code.
9838         * font.h (font_close_object, font_merge_old_spec): Extern them.
9840 2008-02-01  Kenichi Handa  <handa@m17n.org>
9842         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
9843         (syms_of_font): Initialize them.
9844         (font_pixel_size): Allow float value in dpi.
9845         (font_prop_validate_type): Delete.
9846         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
9847         Change caller.
9848         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
9849         (font_prop_validate_extra): Delete.
9850         (font_prop_validate_spacing): New function.
9851         (font_property_table): Add elements for all known properties.
9852         (get_font_prop_index): Rename from check_font_prop_name.  New
9853         argument FROM.  Change caller.
9854         (font_prop_validate): Validate all known properties.
9855         (font_put_extra): Delete argument force.  Change caller.
9856         (font_expand_wildcards): Make it static.  Fix the way of shrinking
9857         the possible range.
9858         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
9859         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
9860         Change caller.
9861         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
9862         (font_parse_fcname): Delete argument merge.  Fix parsing of point
9863         size.  Don't validate properties values here.  Change caller.
9864         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
9865         (font_open_by_name): Delete unused variable.
9866         (Ffont_spec): Likewise.  Validate property values.
9867         (Ffont_match_p): New function.
9869         * font.h (QCscalable): Extern it.
9870         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
9872         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
9874         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
9875         (xfont_list_pattern): New function.
9876         (xfont_list): Use xfont_list_pattern.
9878 2008-02-01  Kenichi Handa  <handa@m17n.org>
9880         * font.h (Flist_fonts): EXFUN it.
9882 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9884         * w32term.c (w32_initialize): Add back smoothing_type and
9885         smoothing_enabled definitions.
9887 2008-02-01  Kenichi Handa  <handa@m17n.org>
9889         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
9890         s->face->font on determining underline position.
9892 2008-02-01  Kenichi Handa  <handa@m17n.org>
9894         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
9895         (font_has_char): Accept font-object too.
9896         (font_find_for_lface): Try at first with a size specified in face.
9898 2008-02-01  Kenichi Handa  <handa@m17n.org>
9900         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
9901         font_open_by_name.
9903 2008-02-01  Kenichi Handa  <handa@m17n.org>
9905         * font.h (QCspacing, QCdpi): Extern them.
9906         (enum font_spacing): New enum.
9907         (FONT_PIXEL_SIZE_QUANTUM): New macro.
9909         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
9910         (QCspacing, QCdpi): New variables.
9911         (syms_of_font): Initialize them.
9912         (font_pixel_size): New function.
9913         (font_put_extra): New function.
9914         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
9915         in FONT_EXTRA.
9916         (font_parse_fcname): Handle enumerated values (e.g. bold).
9917         Fix handling font size.  Add QCname property that contains only
9918         unknown properties.
9919         (font_score): Change argument.  Change caller.  Pay attention to
9920         FONT_PIXEL_SIZE_QUANTUM.
9921         (font_sort_entites, font_list_entities, font_find_for_lface)
9922         (font_open_for_lface, font_open_by_name): Fix handling of font size.
9923         (Ffont_spec): Add QCname property that contains only unknown properties.
9925         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
9926         include weight in listing pattern, instead check weight of each
9927         listed font.  Don't include scalable in pattern.  Pay attention to
9928         FONT_PIXEL_SIZE_QUANTUM.
9930 2008-02-01  Kenichi Handa  <handa@m17n.org>
9932         * font.c (font_parse_fcname): Fix parsing of point-size.
9933         (font_unparse_fcname): Produce symbolic names for style properties.
9934         (font_list_entities): Handle float size correctly.
9935         (font_open_by_name): Prefer `normal' property values if the name
9936         doesn't specify them.
9938         * fontset.c (Finternal_char_font): Use font_get_name, not
9939         Ffont_xlfd_name.
9941         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
9942         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
9943         pattern.  Don't force scalable.
9945         * xftfont.c (xftfont_open): For generating a name, start from
9946         96-byte buffer.
9948 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
9950         * frame.h (x_new_fontset2): Fix prototype.
9952 2008-02-01  Kenichi Handa  <handa@m17n.org>
9954         * font.h (struct font_driver): Delete member parse_name.
9955         (font_match_p, font_get_spec, font_parse_fcname)
9956         (font_unparse_fcname): Extern them.
9957         (font_get_name): Adjust prototype.
9959         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
9960         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
9961         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
9962         unnecessary checks for weight, slant, and swidth.
9963         (font_parse_fcname): New function.
9964         (font_unparse_fcname): New function.
9965         (font_parse_name): New function.
9966         (font_match_p): New function.
9967         (font_get_name): Change return value to Lisp string.
9968         (font_get_spec): New function.
9969         (Qunspecified, Qignore_defface): Don't extern them.
9970         (font_find_for_lface): Assume that LFACE is fully specified.
9971         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
9972         object, use it for FACE.
9973         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
9974         driver->parse_name.
9975         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
9977         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
9978         prototype.
9980         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
9981         argument F.  Don't call Fnew_fontset.  Instead, directly call
9982         make_fontset.
9984         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
9986         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
9987         of x_new_fontset2.
9989         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
9990         (Qsans__serif): New variables.
9991         (ftfont_generic_family_list): New variable.
9992         (syms_of_ftfont): Initialize the above variables.
9993         (ftfont_pattern_entity): Delete argument NAME.
9994         (ftfont_list_generic_family): New function.
9995         (ftfont_parse_name): Delete this function.
9996         (ftfont_list): Try generic family only when FcFontList found no font.
9997         (ftfont_list_family): Fix args to FcObjectSetBuild.
9999         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
10000         object in attrs[LFACE_FONT_INDEX].
10001         (set_lface_from_font_name): Cancel all changes for font-backend.
10002         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
10003         function.
10004         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
10005         font object in QCfont attribute.
10006         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
10007         (realize_default_face) [USE_FONT_BACKEND]: Call
10008         set_lface_from_font_and_fontset.
10010         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
10011         "fixed", and signal error here if no suitable font was found.
10013         * xfont.c (xfont_parse_name): Delete this function.
10015         * xftfont.c (xftfont_open): Change coding style of error
10016         handling.  Generate fontconfig's fontname pattern.
10018         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
10019         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
10021         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
10022         Both args FONTSET and FONT_OBJECT must be existing ones.
10024 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10026         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
10028 2008-02-01  Kenichi Handa  <handa@m17n.org>
10030         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
10032         * font.h (struct font): Fix typo.
10034         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
10035         XLFD_XXX_INDEX.
10036         (enum xlfd_field_mask): New enum.
10037         (intern_font_field): Changed argument.  Change caller.  If digits
10038         are followed by non-digits, return a symbol.
10039         (font_expand_wildcards): New function.
10040         (font_parse_xlfd): Fix wildcard handling.
10041         (Ffont_spec): If :name is specified, reflect the info in the other
10042         properties.
10044         * ftfont.c (ftfont_pattern_entity): Fix typo.
10045         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
10046         locale.
10048 2008-02-01  Kenichi Handa  <handa@m17n.org>
10050         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
10052         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
10053         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
10054         registry doesn't specify encoding part.
10055         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
10056         (font_open_by_name): At first try parsing the name.
10057         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
10058         as Lisp symbols.
10060         * fontset.c (reorder_font_vector): Pay attention to the case that
10061         the 3rd element of font_def is nil.
10062         (fontset_font): For the default fontset, append one more fontset
10063         elements for a script-based font specification.  Don't add script
10064         attribute on finding a font.
10065         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
10066         font name.
10067         (fontset_ascii_font): If a font can't be opened, return nil.
10069         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
10070         (ftfont_pattern_entity): New function.
10071         (ftfont_get_cache): Assume that freetype_font_cache is already
10072         initialized.
10073         (ftfont_list): Handle the case that a file is specified in font
10074         name.  Use ftfont_pattern_entity to generate entities.
10075         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
10076         (syms_of_ftfont): Initialize freetype_font_cache.
10078         * xftfont.c (xftfont_open): Make the font name fontconfig's
10079         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
10080         (xftfont_close): Free font->font.name if not NULL.
10082         * xfont.c (xfont_list): If script is specified for a font, return
10083         null_vector.
10084         (xfont_list_family): Declare argument type.
10086         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
10087         name, set LFACE_FONT (lface) to nil.
10089         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
10090         return Qnil.
10092 2008-02-01  Kenichi Handa  <handa@m17n.org>
10094         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
10095         (standard_args): Add "-enable-font-backend".
10097 2008-02-01  Kenichi Handa  <handa@m17n.org>
10099         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
10100         (struct xftdraw_list, xftdraw_list): Delete them.
10101         (register_xftdraw, check_xftdraw): Delete them.
10102         (xftfont_prepare_face): Don't call register_xftdraw.
10103         (xftfont_done_face): Don't call check_xftdraw.
10104         (xftfont_draw): Get background color only when with_background is
10105         nonzero.
10107         * xfont.c (xfont_encode_char): Fix calculation of char2b.
10109 2008-02-01  Kenichi Handa  <handa@m17n.org>
10111         These changes are for the new font handling codes.
10113         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
10114         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
10115         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
10116         (FONTSRC, FONTOBJ): New variables.
10117         (obj): Add $(FONTOBJ).
10118         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
10119         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
10120         @LIBOTF_LIBS@.
10121         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
10122         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
10124         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
10126         * character.h (Vscript_representative_chars): Extern it.
10128         * character.c (Vscript_representative_chars): New variable.
10129         (syms_of_character): Declare it as a Lisp variable.
10131         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
10132         enable_font_backend is nonzero, accept the composition method
10133         COMPOSITION_WITH_GLYPH_STRING.
10135         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
10136         enumeration COMPOSITION_WITH_GLYPH_STRING.
10138         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
10139         members clip_x, clip_y, clip_width, and clip_height.
10140         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
10142         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
10143         --enable-font-backend.  Call syms_of_font.
10145         * fns.c (assoc_no_quit): New function.
10147         * fontset.h (FONT_INFO_FROM_FACE): New macro.
10148         (face_for_font, new_fontset_from_font)
10149         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
10151         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
10152         (fontset_font, fontset_ascii, face_for_char)
10153         (make_fontset_for_ascii_face, Ffont_info)
10154         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
10155         is nonzero, use font-backend mechanism.
10156         (find_font_encoding): Make it non-static.
10157         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
10158         New functions.
10160         * frame.h (struct frame): New members resx and resy.
10161         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
10162         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
10164         * frame.c [USE_FONT_BACKEND]: Include "font.h".
10165         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
10167         * lisp.h (assoc_no_quit): Extern it.
10169         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
10170         Through out the file, use FONT_INFO_FROM_FACE instead of
10171         FONT_INFO_FROM_ID, use get_per_char_metric instead of
10172         rif->per_char_metric.
10173         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
10174         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
10175         (get_glyph_face_and_encoding, fill_composite_glyph_string)
10176         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
10177         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
10178         nonzero, use font-backend mechanism.
10179         (get_per_char_metric): New function.
10181         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
10182         (set_lface_from_font_name)
10183         (set_font_frame_param, free_realized_face)
10184         (prepare_face_for_display, clear_face_gcs)
10185         (Finternal_set_font_selection_order, realize_x_face)
10186         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
10187         font-backend mechanism.
10188         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
10189         (load_face_font) [USE_FONT_BACKEND]: Abort.
10190         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
10191         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
10193         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
10194         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
10195         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
10196         nonzero, register all available font drivers.  Call
10197         x_default_font_parameter for deciding a font.
10198         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
10200         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
10201         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
10202         (x_set_glyph_string_clipping_exactly)
10203         (x_compute_glyph_string_overhangs)
10204         (x_draw_glyph_string_foreground)
10205         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
10206         (x_free_frame_resources) [USE_FONT_BACKEND]: If
10207         enable_font_backend is nonzero, use font-backend mechanism.
10208         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
10210 2008-02-01  Kenichi Handa  <handa@m17n.org>
10212         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
10213         system_eol_type.
10214         (syms_of_coding): Initialize system_eol_type.
10216         * process.c (Fset_process_coding_system): Inherit system's eol
10217         format if necessary.
10219 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10221         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
10223 2008-02-01  Kenichi Handa  <handa@m17n.org>
10225         * coding.c (decode_eol): Pay attention to buffer relocation in
10226         del_range_2.
10227         (decode_coding): Call decode_eol before restoring undo_list.
10229 2008-02-01  Kenichi Handa  <handa@m17n.org>
10231         * charset.c (Fdefine_charset_internal): Fix setting of
10232         emacs_mule_bytes.
10234 2008-02-01  Kenichi Handa  <handa@m17n.org>
10236         * keyboard.c (read_char): Check if C is a character or not before
10237         looking up Vkeyboard_translate_table.
10239 2008-02-01  Kenichi Handa  <handa@m17n.org>
10241         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
10242         condition to terminate the loop.
10244 2008-02-01  Kenichi Handa  <handa@m17n.org>
10246         * coding.c (produce_composition): Compare charbuf[i] instead of
10247         args[i] against 0.
10248         (Fterminal_coding_system): Use EQ to compare Lisp objects.
10250 2008-02-01  Kenichi Handa  <handa@m17n.org>
10252         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
10253         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
10254         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
10255         detect_coding.
10256         (emacs_mule_char): Handle old style (Emacs 20) component character
10257         of a composition.
10258         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
10259         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
10260         composition rule.
10261         (decode_coding_emacs_mule): Handle invalid bytes correctly.
10263 2008-02-01  Kenichi Handa  <handa@m17n.org>
10265         * coding.c (encode_coding_ccl): Allocate destination dynamically
10266         when necessary.
10268 2008-02-01  Kenichi Handa  <handa@m17n.org>
10270         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
10271         the loop.  When quitted, show a proper error message.
10273 2008-02-01  Kenichi Handa  <handa@m17n.org>
10275         * xterm.c (x_set_glyph_string_clipping_exactly): Set
10276         src->clip_head and src->clip_tail temporarily instead of src->hl.
10278         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
10279         character sequence.
10280         (Fccl_execute_on_string): Use ASET, not XSET.
10282 2008-02-01  Kenichi Handa  <handa@m17n.org>
10284         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
10286 2008-02-01  Kenichi Handa  <handa@m17n.org>
10288         * coding.c (decode_coding): Fix the condition of terminating the
10289         decoding loop.
10291 2008-02-01  Kenichi Handa  <handa@m17n.org>
10293         * data.c (Faset): On setting a character bigger than 255 in a
10294         unibyte string, signal an error instead of make the string multibyte.
10296 2008-02-01  Kenichi Handa  <handa@m17n.org>
10298         * charset.c (map_charset_chars): Fix for ascii-compatible charset
10299         made by a mapping table.
10301 2008-02-01  Kenichi Handa  <handa@m17n.org>
10303         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
10304         not.
10305         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
10306         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
10308         * xterm.c (x_draw_composite_glyph_string_foreground): Check
10309         s->face is NULL or not.
10311 2008-02-01  Kenichi Handa  <handa@m17n.org>
10313         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
10314         (x_draw_glyph_string): Fix drawing of right_overhang and
10315         left_overhang around/on cursor.
10317         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
10319 2008-02-01  Kenichi Handa  <handa@m17n.org>
10321         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
10323 2008-02-01  Kenichi Handa  <handa@m17n.org>
10325         * coding.c (Fdefine_coding_system_internal)
10326         (Fdefine_coding_system_alias): Avoid a duplicated element in
10327         Vcoding_system_alist.
10329 2008-02-01  Kenichi Handa  <handa@m17n.org>
10331         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
10333         * coding.c (Qcoding_system_define_form): New variable.
10334         (syms_of_coding): Intern and staticpro it.
10335         (Fcoding_system_p): Check Qcoding_system_define_form.
10336         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
10338         * coding.h (CODING_SYSTEM_P): If ID is not available, call
10339         Fcoding_system_p.
10340         (CHECK_CODING_SYSTEM): If ID is not available, call
10341         Fcheck_coding_system.
10342         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
10343         Try also Fcheck_coding_system.
10345 2008-02-01  Kenichi Handa  <handa@m17n.org>
10347         * coding.c (code_conversion_restore): GCPRO arg.
10349 2008-02-01  Kenichi Handa  <handa@m17n.org>
10351         * character.c (lisp_string_width): Check multibyteness of STRING.
10353 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10355         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
10356         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
10357         (decode_mac_font_name): Use decode_coding_c_string instead of
10358         decode_coding.
10359         (x_load_font): Initialize fontp->fontset to -1.  Set
10360         fontp->encoding_type.
10362 2008-02-01  Kenichi Handa  <handa@m17n.org>
10364         * search.c (search_buffer): Give up BM search on case-fold-search
10365         if one of a target character has a case-equivalence of different
10366         byte length even if that target charcter is an ASCII.
10367         (simple_search): Fix calculation of byte length of matched text.
10368         (boyer_moore): Fix handling of case-equivalent multibyte characters.
10370 2008-02-01  Kenichi Handa  <handa@m17n.org>
10372         * coding.c (decode_coding): Fix handling of invalid bytes.
10374 2008-02-01  Kenichi Handa  <handa@m17n.org>
10376         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
10377         Unicode characters.
10379 2008-02-01  Kenichi Handa  <handa@m17n.org>
10381         * coding.c (encode_coding_object): If a pre-write-conversion
10382         function makes a new buffer, kill it.
10384 2008-02-01  Kenichi Handa  <handa@m17n.org>
10386         * coding.c (QCascii_compatible_p): New variable.
10387         (syms_of_coding): Initialize it.
10388         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
10389         calling string_char.
10390         (record_conversion_result): Add `default:' case.
10391         (coding_charset_list): Delete unused variable `coding_type'.
10392         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
10393         property in the plist of the coding system.
10394         (Fcoding_system_put): Check QCascii_compatible_p.
10396 2008-02-01  Miles Bader  <miles@gnu.org>
10398         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
10399         removed calculation of frame `f', as it's now used.
10401 2008-02-01  Kenichi Handa  <handa@m17n.org>
10403         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
10404         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
10405         (UNIDATA): New variable.
10406         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
10407         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
10408         $(RUN_TEMACS) unconditionally.
10410 2008-02-01  Kenichi Handa  <handa@m17n.org>
10412         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
10413         (admindir): New variable.
10414         ($(lispsource)international/charprop.el): New target.
10416 2008-02-01  Miles Bader  <miles@gnu.org>
10418         * character.c (chars-in-region): Remove obsolete function.
10419         (syms_of_character): Remove its initialization.
10421 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
10423         * w32select.c (validate_coding_system)
10424         (setup_windows_coding_system): New functions.
10425         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
10426         setup_windows_coding_system.
10427         (setup_config, Fw32_get_clipboard_data): Use
10428         validate_coding_system.
10429         (Fx_selection_exists): Move call to setup_config to a place
10430         where signals are allowed.
10432         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
10433         (Fcheck_coding_system): Add declarations.
10435 2008-02-01  Kenichi Handa  <handa@m17n.org>
10437         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
10439 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10441         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
10442         string as the second argument for x_new_fontset.
10444 2008-02-01  Kenichi Handa  <handa@m17n.org>
10446         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
10447         (encode_coding_object): Use safe_call instead of call2.
10449 2008-02-01  Kenichi Handa  <handa@m17n.org>
10451         * fontset.c (Fset_fontset_font): Check family element of a given vector.
10453         * Makefile.in (lisp): Include charprop.el.
10455 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10457         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
10458         Not sure if it's unnecessary.
10460 2008-02-01  Steven Tamm  <steventamm@mac.com>
10462         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
10463         some possibly unnecessary fontset checking code that crashed
10464         when creating a new frame.
10466 2008-02-01  Kenichi Handa  <handa@m17n.org>
10468         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
10469         lookup_face.
10471         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
10473         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
10475 2008-02-01  Kenichi Handa  <handa@m17n.org>
10477         * coding.c: Cancel the change done in HEAD on 2008-02-01.
10478         (coding_charset_list): New function.
10480         * coding.h (coding_charset_list): Extern it.
10482 2008-02-01  Kenichi Handa  <handa@m17n.org>
10484         * fontset.c (Fset_fontset_font): Call find_font_encoding with
10485         concatenation of family and registry.
10487 2008-02-01  Kenichi Handa  <handa@m17n.org>
10489         * character.h (BYTE8_STRING): Fix typo.
10491         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
10492         string to multibyte (sync to HEAD).
10494         * casefiddle.c (casify_region): Handle changes in byte-length
10495         using replace_range_2 (sync to HEAD).
10497 2008-02-01  Andreas Schwab  <schwab@suse.de>
10499         * chartab.c (map_char_table): GCPRO table and arg.
10501 2008-02-01  Kenichi Handa  <handa@m17n.org>
10503         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
10504         already at limit.
10506 2008-02-01  Kenichi Handa  <handa@m17n.org>
10508         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
10509         instead of fast_c_string_match_ignore_case.
10510         (find_font_encoding): Change argument to Lisp_Object.  Use
10511         fast_string_match_ignore_case instead of
10512         fast_c_string_match_ignore_case.  Change caller.
10514 2008-02-01  Kenichi Handa  <handa@m17n.org>
10516         * xdisp.c (get_next_display_element): In unibyte case, decide to
10517         display in octal form by checking a character by
10518         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
10520         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
10522         * character.c (unibyte_has_multibyte_table): New variable.
10524         * character.h (unibyte_has_multibyte_table): Extern it.
10525         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
10527 2008-02-01  Kenichi Handa  <handa@m17n.org>
10529         * coding.c (encode_coding_iso_2022): Fix handling of charset
10530         annotation.
10532 2008-02-01  Kenichi Handa  <handa@m17n.org>
10534         * coding.c (setup_coding_system): If coding_system is nil, use
10535         Qundecided.
10536         (Fterminal_coding_system): Return nil if terminal coding system is
10537         `undecided'.
10538         (syms_of_coding): Define coding-system `undecided' here.  Setup
10539         terminal_coding as `undecided'.
10541 2008-02-01  Kenichi Handa  <handa@m17n.org>
10543         * xdisp.c (message_dolog, set_message_1): Call
10544         unibyte_char_to_multibyte with arg type int.
10546         * lread.c (read1): Fix reading of a char-table.
10548         * print.c (print_object): Include sub char-table in circularities
10549         detection.
10551 2008-02-01  Kenichi Handa  <handa@m17n.org>
10553         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
10554         Append the found sequences in car of ARGS instead of prepending.
10556 2008-02-01  Kenichi Handa  <handa@m17n.org>
10558         * fileio.c (report_file_error): Make a unibyte string from
10559         strerror (errorno).
10560         (Fsubstitute_in_file_name): Fix the arg to
10561         unibyte_char_to_multibyte.  It is evaluated twice.
10563 2008-02-01  Kenichi Handa  <handa@m17n.org>
10565         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
10567 2008-02-01  Kenichi Handa  <handa@m17n.org>
10569         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
10570         BOM is not found.
10571         (detect_coding, detect_coding_system): Optimization for ISO-2022
10572         when no 8-bit data is found.
10574 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10576         * w32fns.c (x_to_w32_font): Update to use new coding struct.
10578 2008-02-01  Kenichi Handa  <handa@m17n.org>
10580         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
10581         CHARS.
10583 2008-02-01  Steven Tamm  <steventamm@mac.com>
10585         * macterm.c (mac_encode_char): Add charset argument and update
10586         to use encoding_type.
10587         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
10588         switch to pure fontset.
10589         (decode_mac_font_name): Temporarily remove decoding.
10590         (x_font_name_to_mac_font_name): Temporarily remove encoding.
10591         (x_load_font): Temporarily remove encoding.
10593 2008-02-01  Kenichi Handa  <handa@m17n.org>
10595         * xfaces.c (Fface_font): If frame is not on a window system,
10596         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
10597         refer to face->font.
10598         (split_font_name_into_vector, build_font_name_from_vector)
10599         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
10600         when HAVE_WINDOW_SYSTEM is defined.
10602 2008-02-01  Kenichi Handa  <handa@m17n.org>
10604         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
10605         (x_produce_glyphs): Fix setting of members of cmp in case
10606         cmp->glyph_len is zero.
10608         * fontset.c (Fset_fontset_font): Fix docstring.
10609         (Ffontset_info): Make it backward compatible.  New arg ALL.
10611 2008-02-01  Kim F. Storm  <storm@cua.dk>
10613         * process.c (read_process_output): Grow decoding_buf when needed;
10614         this could cause a crash in allocate_string and compact_small_strings.
10616 2008-02-01  Kenichi Handa  <handa@m17n.org>
10618         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
10620 2008-02-01  Kenichi Handa  <handa@m17n.org>
10622         * coding.c (setup_coding_system): Set coding->common_flags
10623         correctly for raw-text.
10624         (consume_chars): On encoding unibyte text by raw-text, don't check
10625         multibyte form.
10626         (encode_coding): On encoding by raw-text, never use translation tables.
10628         * fileio.c (e_write): Short cut for the case of no encoding.
10630 2008-02-01  Kenichi Handa  <handa@m17n.org>
10632         * coding.c (detect_coding, detect_coding_system): Delete unused
10633         variables.
10635 2008-02-01  Kenichi Handa  <handa@m17n.org>
10637         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
10638         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
10640 2008-02-01  Kenichi Handa  <handa@m17n.org>
10642         * coding.c (Ffind_coding_systems_region_internal): Include
10643         raw-text and no-conversion in the result.
10645 2008-02-01  Kenichi Handa  <handa@m17n.org>
10647         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
10648         (load_font_get_repertory): Delete unnecessary check of ENCODING of
10649         FONT_DEF.
10650         (font_def_arg, add_arg, from_arg, to_arg): New args.
10651         (set_fontset_font): Change argument.
10652         (Fset_fontset_font): Fix for the case that TARGET is a script
10653         name and charset name.
10654         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
10656 2008-02-01  Kenichi Handa  <handa@m17n.org>
10658         * fontset.c (fontset_font): Rename from fontset_face.  Change return
10659         value.
10660         (face_suitable_for_char_p, face_for_char): Adjust for the change
10661         of fontset_font.
10662         (make_fontset_for_ascii_face): Fix setting of the fontset element
10663         for ASCII.
10664         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
10665         to get a font name.
10666         (Ffontset_info): Adjust for the change of fontset_font.
10668         * coding.c (emacs_mule_char): Check invalid code more rigidly.
10670         * character.h (LEADING_CODE_LATIN_1_MIN)
10671         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
10673 2008-02-01  Kenichi Handa  <handa@m17n.org>
10675         * editfns.c (check_translation): New function.
10676         (Ftranslate_region_internal): Handle M:N mapping.
10678 2008-02-01  Kenichi Handa  <handa@m17n.org>
10680         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
10682 2008-02-01  Kenichi Handa  <handa@m17n.org>
10684         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
10685         goto invalid_code.
10686         (decode_coding_iso_2022): Fix handling of invalid designation.
10688         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
10689         after calling code_conversion_save.
10691 2008-02-01  Kenichi Handa  <handa@m17n.org>
10693         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
10695         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
10697         * fontset.c: Include "intervals.h".
10698         (fontset_face): Fix comparing of Lisp_Objects.
10699         (free_face_fontset, new_fontset_from_font_name): Fix
10700         Lisp_Object/int mixup.
10702         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
10704         * coding.c: Add many prototypes for static functions.
10705         (get_translation_table): Allow max_lookup to be NULL.
10706         (decode_coding, Ffind_coding_systems_region_internal)
10707         (Funencodable_char_position, Fcheck_coding_systems_region): Call
10708         get_translation_table with max_lookup NULL.
10710 2008-02-01  Kenichi Handa  <handa@m17n.org>
10712         * coding.c (get_translation_table): Declare it as Lisp_Object.
10713         (LOOKUP_TRANSLATION_TABLE): New macro.
10714         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
10715         instead of CHAR_TABLE_REF.
10717 2008-02-01  Kenichi Handa  <handa@m17n.org>
10719         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
10720         annotation data format.
10721         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
10722         Change arguments FROM and TO to single argument NCHARS.  Change caller.
10723         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
10724         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10725         (decode_coding_ccl, decode_coding_charset): Pay attention to
10726         coding->charbuf_used.
10727         (get_translation): New function.
10728         (produce_chars): New arguments translation_table and last_block.
10729         Translate characters here.  Return number of carryover chars.
10730         Change caller.
10731         (produce_composition): New argument pos.  Change caller.
10732         Adjust for the change of annotation data format.
10733         (produce_charset, produce_annotation): Likewise.
10734         (decode_coding, encode_coding): Don't call translate_chars.
10735         (consume_chars): New arg translation_table.  Change caller.
10736         (translate_chars): Delete.
10737         (syms_of_coding): Make translation-table's number of extra slots 2.
10739 2008-02-01  Kenichi Handa  <handa@m17n.org>
10741         * search.c (simple_search): Fix setting this_pos_byte in backward
10742         search.
10744         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
10745         byte sequence.
10746         (detect_coding_ccl): Fix setting of the variable valids.
10748 2008-02-01  Kenichi Handa  <handa@m17n.org>
10750         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
10752         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
10754         * editfns.c (Ftranslate_region_internal): Rename from
10755         Ftranslate_region.  Accept a char-table in TABLE.
10756         (syms_of_editfns): Defsubr Stranslate_region_internal.
10758         * xfaces.c (set_lface_from_font_name): If a font is specified for
10759         a frame, generate a fontset from the font.
10760         (build_scalable_font_name): If the scalable font is requested for
10761         a specific size, don't change that size.
10762         (try_font_list): Try a scalable font also in the case that a
10763         pattern string is specified.
10765 2008-02-01  Kenichi Handa  <handa@m17n.org>
10767         * xfaces.c (Fface_font): New optional arg CHARACTER.
10769 2008-02-01  Kenichi Handa  <handa@m17n.org>
10771         * charset.h (CHARSET_OFFSET): New macro.
10773 2008-02-01  Kenichi Handa  <handa@m17n.org>
10775         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
10777         * fontset.c (fontset_face): Handle the case that repertory is a
10778         char-table.
10779         (find_font_encoding): Return nil for unknown encoding.
10780         (Fset_fontset_font): Ignore a font of unknown encoding.
10782 2008-02-01  Kenichi Handa  <handa@m17n.org>
10784         * keymap.c (describe_vector): Handle default value of a char table.
10786         * fontset.c (fontset_face): Handle fallback fonts correctly.
10787         (Ffontset_info): Return infomation about fallback fonts.
10789 2008-02-01  Kenichi Handa  <handa@m17n.org>
10791         * fontset.c (FONTSET_DEFAULT): New macro.
10792         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
10793         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
10794         the case that it is nil.
10795         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
10796         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
10798         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
10799         subset or superset.
10801 2008-02-01  Kenichi Handa  <handa@m17n.org>
10803         * emacs.c (main): Call init_charset after syms_of_XXX.
10805         * charset.c (Vcharset_map_directory): Delete.
10806         (Vcharset_map_path): New variable.
10807         (load_charset_map_from_file): Use Vcharset_map_path instead.
10808         (init_charset): Initialize Vcharset_map_path.
10809         (syms_of_charset): Delete declaration of "charset-map-directory",
10810         add declaration of "charset-map-path".
10812 2008-02-01  Kenichi Handa  <handa@m17n.org>
10814         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
10815         ASCII only string.
10817         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
10819         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
10820         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
10822 2008-02-01  Kenichi Handa  <handa@m17n.org>
10824         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
10826         * coding.c (QCmnemonic, QCdefalut_char)
10827         (QCdecode_translation_table, QCencode_translation_table)
10828         (QCpost_read_conversion, QCpre_write_conversion): New variables.
10829         (get_translation_table): Return a list of translation tables if
10830         necessary.
10831         (decode_coding): Call get_translation_table with ENCODEP 0.
10832         (char_encodable_p): If translation_table is non-nil, always call
10833         translate_char.
10834         (Fdefine_coding_system_internal): Accept list of translation
10835         tables as :encode-translation-table and :decode-translation-table.
10836         (Fcoding_system_put): New function.
10837         (syms_of_coding): Declare new symbols.  Defsubr
10838         Scoding_system_put.
10839         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
10840         typically JISX0212.
10842         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
10843         when the charset is superset type.
10845         * character.c (translate_char): Accept list of translation tables.
10847 2008-02-01  Kenichi Handa  <handa@m17n.org>
10849         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
10850         (CODING_ATTR_TRANS_TBL): New macro.
10852         * coding.c (get_translation_table): New function.
10853         (translate_chars): Fix the bug of skipping annotation data.
10854         (decode_coding, encode_coding): Utilize get_translation_table.
10855         (char_encodable_p, Funencodable_char_position): Translate char if
10856         necessary.
10857         (Ffind_coding_systems_region_internal)
10858         (Fcheck_coding_systems_region): Setup translation table for encode
10859         in a coding system attribute vector in advance.
10860         (Fdefine_coding_system_internal): Allow a symbol as translation
10861         table.  For shift-jis type coding system, allow 4th charset.
10863 2008-02-01  Kenichi Handa  <handa@m17n.org>
10865         * coding.c (decode_coding_sjis): Check the first byte rigidly.
10867         * xdisp.c (get_next_display_element): Pass -1 as POS to
10868         FACE_FOR_CHAR if displaying a C-string.
10870 2008-02-01  Kenichi Handa  <handa@m17n.org>
10872         * composite.c (get_composition_id): Handle xoff and yoff in a
10873         composition rule.
10875         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
10876         (struct composition): New member lbearing and rbearing.
10878         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
10879         (x_get_glyph_overhangs): Handle a composition glyph.
10880         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
10882         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
10883         composition glyph.
10885 2008-02-01  Kenichi Handa  <handa@m17n.org>
10887         * print.c: Include charset.h.
10888         (Vprint_charset_text_property): New variable.
10889         (Qdefault): Extern it.
10890         (PRINT_STRING_NON_CHARSET_FOUND)
10891         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
10892         (print_check_string_result): New variable.
10893         (print_check_string_charset_prop): New function.
10894         (print_prune_charset_plist): New variable.
10895         (print_prune_string_charset): New function.
10896         (print_object): Call print_prune_string_charset if
10897         Vprint_charset_text_property is not t.
10898         (print_interval): Print nothing if interval->plist is nil.
10899         (syms_of_print): Declare Vprint_charset_text_property as a lisp
10900         variable.  Init and staticpro print_prune_charset_plist.
10902 2008-02-01  Kenichi Handa  <handa@m17n.org>
10904         * fontset.c (new_fontset_from_font_name): Use the specified font
10905         for all characters in the new fontset.
10907         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
10908         OBJECT args.
10910         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
10911         OBJECT args for composition too.
10913         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
10914         OBJECT args.
10916 2008-02-01  Kenichi Handa  <handa@m17n.org>
10918         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
10920         * fontset.c (reorder_font_vector): Adjust for the change of
10921         FONT_DEF format.
10922         (fontset_face): New arg id.  Change caller.
10923         (face_for_char): New args pos and object.
10924         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
10925         (fs_query_fontset): Check NAME by Fassoc too.
10926         (Fset_fontset_font): Allow non-XLFD font name.
10927         (Ffontset_info): Adjust for the change of FONT_DEF format.
10929         * fontset.h (face_for_char): Adjust prototype.
10931         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
10932         (append_space, extend_face_to_end_of_line)
10933         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
10934         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
10936         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
10937         POS and OBJECT args.
10939         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
10940         POS and OBJECT args.
10942 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10944         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
10945         of GlobalAlloc'ed memory.
10947 2008-02-01  Kenichi Handa  <handa@m17n.org>
10949         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
10951         * charset.h (charset_table_used): Delete extern.
10953         * charset.c (charset_table_used): Make it static.
10954         (map_charset_chars): Fix args to c_function with.
10956         * chartab.c (map_sub_char_table_for_charset): Fix args to
10957         c_function with.
10959         * coding.h (enum coding_result_code): Delete
10960         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
10962         * coding.c (Qinsufficient_source, Qinconsistent_eol)
10963         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
10964         (Vlast_code_conversion_error): New variables.
10965         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
10966         (ONE_MORE_BYTE): Record error if any instead of signaling an
10967         error.  If non-ASCII multibyte char is found, return the negative
10968         value of the code.  All callers changed to check it.
10969         (ONE_MORE_BYTE_NO_CHECK): Likewise.
10970         (record_conversion_result): New function.  Change all codes setting
10971         coding->result to call this function.
10972         (detect_coding_utf_8, decode_coding_utf_8)
10973         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
10974         Don't use the local variable incomplete.
10975         (emacs_mule_char): Change the second arg to `const'.
10976         (decode_coding): Fix of flushing out unprocessed data.
10977         (make_conversion_work_buffer): Fix making of a work buffer.
10978         (decode_coding_object): Return coding->dst_object.
10980         * fontset.c (set_fontset_font): Fix args.
10982         * lisp.h (CHARACTERBITS): Define as 22.
10984         * process.c (send_process): Be sure to set coding->src_multibyte.
10986         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
10988 2008-02-01  Kenichi Handa  <handa@m17n.org>
10990         * xdisp.c (handle_auto_composed_prop): Give limit to
10991         Fnext_single_char_property_change.
10993 2008-02-01  Kenichi Handa  <handa@m17n.org>
10995         * composite.c (syms_of_composite): Don't make the composition hash
10996         table weak.
10998         * fontset.c (Fset_fontset_font): Fix docstring.
11000         * lisp.h (detect_coding_system): Adjust prototype.
11002         * fileio.c (kill_workbuf_unwind): Delete this function.
11003         (Finsert_file_contents): Adjust the call of detect_coding_system.
11004         Get conversion_buffer by code_conversion_save.  Use the macro
11005         CODING_MAY_REQUIRE_DECODING.  After decoding, update
11006         coding_system.
11008         * coding.h (make_conversion_work_buffer): Delete extern.
11009         (code_conversion_save): Extern it.
11011         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
11012         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
11013         (decode_coding_utf_8): Don't do eol converion.
11014         (detect_coding_utf_16): Check coding->src_chars, not
11015         coding->src_bytes.  Add heuristics for those that have no signature.
11016         (decode_coding_emacs_mule, decode_coding_iso_2022)
11017         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
11018         Don't do eol converion.
11019         (adjust_coding_eol_type): Return a new coding system.
11020         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
11021         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
11022         each change.
11023         (decode_coding): Pay attention to undo_list.  Do eol conversion for
11024         all types of coding-systems (if necessary).
11025         (Vcode_conversion_work_buf_list): Delete it.
11026         (Vcode_conversion_reused_workbuf): Rename from
11027         Vcode_conversion_reused_work_buf.
11028         (Vcode_conversion_workbuf_name): New variable.
11029         (reused_workbuf_in_use): New variable.
11030         (make_conversion_work_buffer): Delete the arg DEPTH.
11031         (code_conversion_restore): Change argument to cons.
11032         (code_conversion_save): Delete the argument BUFFER.  Change callers.
11033         (detect_coding_system): New argument src_chars.  Change callers.
11034         Fix for utf-16 detection.
11035         (init_coding_once): Don't use ISO_carriage_return.
11036         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
11037         reused_workbuf_in_use.
11039 2008-02-01  Kenichi Handa  <handa@m17n.org>
11041         * keymap.c (store_in_keymap): Pay attention to the case that idx
11042         is a cons specifying a character range.
11044 2008-02-01  Kenichi Handa  <handa@m17n.org>
11046         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
11047         HANDLED_RECOMPUTE_PROPS.
11049         * coding.c (Fdefine_coding_system_internal): Fix checking of
11050         ascii compatibility.
11052 2008-02-01  Kenichi Handa  <handa@m17n.org>
11054         * charset.c (find_charsets_in_text): Delete unused locale variable.
11055         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
11057         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
11058         Resync charset_list to Vemacs_mule_charset_list.
11060         * keymap.c (store_in_keymap): Pay attention to the case that idx
11061         is a cons specifying a character range.
11063 2008-02-01  Kenichi Handa  <handa@m17n.org>
11065         * composite.c (update_compositions): Bind inhibit-read-only, etc
11066         to t before calling remove-list-of-text-properties.
11068         * print.c (print_object): Always print ASCII chars as is.
11070 2008-02-01  Kenichi Handa  <handa@m17n.org>
11072         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
11074         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
11075         is a char table.
11077 2008-02-01  Kenichi Handa  <handa@m17n.org>
11079         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
11081 2008-02-01  Kenichi Handa  <handa@m17n.org>
11083         * xfaces.c (set_lface_from_font_name): Fix for the case that
11084         FONTNAME is not fontset name.
11086 2008-02-01  Kenichi Handa  <handa@m17n.org>
11088         * fns.c (base64_encode_1): Fix previous change.
11090 2008-02-01  Kenichi Handa  <handa@m17n.org>
11092         * fontset.c (set_fontset_font): New function.
11093         (Fset_fontset_font): If a font is specified for a charset, use
11094         map_charset_chars to store the font spec in a fontset.
11096 2008-02-01  Kenichi Handa  <handa@m17n.org>
11098         * fontset.c (fontset_face): Create a fallback fontset on demand.
11099         (make_fontset): Don't create a fallback fontset here.
11100         (free_face_fontset): Free a fallback fontset (if any) too.
11101         (n_auto_fontsets): Delete this variable.
11102         (auto_fontset_alist): New variable.
11103         (new_fontset_from_font_name): Check auto_fontset_alist.
11104         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
11105         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
11106         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
11107         Defsubr Sfontset_list_all.
11109 2008-02-01  Kenichi Handa  <handa@m17n.org>
11111         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
11113 2008-02-01  Kenichi Handa  <handa@m17n.org>
11115         * fontset.c (Fnew_fontset): Check NAME more rigidly.
11117 2008-02-01  Kenichi Handa  <handa@m17n.org>
11119         * editfns.c (Fgoto_char): Fix docstring.
11121 2008-02-01  Kenichi Handa  <handa@m17n.org>
11123         * insdel.c (insert_from_gap): Adjust intervals correctly.
11125 2008-02-01  Jason Rumney  <jasonr@gnu.org>
11127         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
11128         (pfnGetFontUnicodeRanges): New dynamically loaded function.
11129         (w32_initialize): Try to load it.
11130         (x_get_font_repertory): Use it if available.
11131         (w32_encode_char): Add shortcut for unicode output.
11133         * w32fns.c (w32_load_system_font): Default charset to -1.
11134         (x_to_w32_charset): Match all fonts for unicode.
11135         (w32_to_x_charset): New parameter matching.  Don't return partial
11136         or wildcard charsets.
11137         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
11138         (w32_codepage_for_font): Return CP_UNICODE for unicode.
11139         (w32_to_x_font): Match charset to real charset.
11140         (enum_font_cb2): Always list unicode versions.
11142         * makefile.w32-in (temacs): Increase EMHEAP.
11144 2008-02-01  Jason Rumney  <jasonr@gnu.org>
11146         * w32term.c (w32_encode_char): New charset parameter.
11147         font_info.encoding becomes encoding_type.
11148         (x_get_font_repertory): New function.  Warning: stub only!
11149         (x_new_font): Return quickly if font already set.
11150         (x_new_fontset): fontsetname parameter is Lisp_Object.
11151         Use new fs_query_fontset.  Try new_fontset_from_font_name.
11152         Use fontset_name for return value.
11154         * w32term.h: Declare x_get_font_repertory.
11156         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
11157         place of find_charset_in_text.  Use encode_coding_object in place
11158         of encode_coding.
11159         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
11160         decode_coding.
11162         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
11163         of x_new_fontset.
11164         (w32_load_system_font): Initialize charset as unicode.
11165         font_info.encoding becomes encoding_type.
11166         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
11167         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
11168         (syms_of_w32fns): Set get_font_repertory_func.
11170         * w32console.c: Include character.h.  Use terminal_encode_buffer
11171         from term.c.
11172         (write_glyphs): Use new version of encode_terminal_code.  Use
11173         encode_coding_object in place of encode_coding.
11175         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
11176         encoding becomes encoding_type.
11178         * term.c (terminal_encode_buffer): Make externally visible.
11180         * makefile.w32-in: Add character.h dependancies.
11181         (character.o, chartab.o): New targets.
11183 2008-02-01  Kenichi Handa  <handa@m17n.org>
11185         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
11186         CODING_ID_EOL_TYPE.
11188 2008-02-01  Andreas Schwab  <schwab@suse.de>
11190         * coding.c (produce_chars): Revert last change.
11192 2008-02-01  Kenichi Handa  <handa@m17n.org>
11194         * charset.h (charset_unicode): Extern it.
11196         * charset.c (string_xstring_p): Check by (C >= 0x100).
11197         (find_charsets_in_text): Change format of the arc CHARSETS.  New
11198         arg MULTIBYTE.
11199         (Ffind_charset_region, Ffind_charset_string): Adjust for the
11200         change of find_charsets_in_text.
11201         (Fsplit_char): Fix doc.  Never return unknown.
11203         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
11205         * coding.c (Fdefine_coding_system_alias): Update
11206         Vcoding_system_list.
11208         * fontset.c (load_font_get_repertory): Pay attention to the case
11209         that ENCODING of a font is specified by a char-table.
11211         * xterm.c (x_get_font_repertory): Handle the case that the
11212         encoding of font is other than Unicode.
11214 2008-02-01  Kenichi Handa  <handa@m17n.org>
11216         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
11217         if a character is encodable by the terminal coding system.  If
11218         not, produces proper number of `?'s.  Update
11219         terminal_encode_buffer and terminal_encode_buf_size if necessary.
11220         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
11222 2008-02-01  Kenichi Handa  <handa@m17n.org>
11224         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
11225         variables.
11226         (encode_terminal_code): Change argument.  Encode multiple
11227         characters at once.  Store the result of encoding in
11228         terminal_encode_buffer.
11229         (write_glyphs, insert_glyphs): Adjust for the change of
11230         encode_terminal_code.
11231         (term_init): Initialize terminal_encode_buffer and
11232         terminal_encode_buf_size.
11234         * coding.c (consume_chars): If coding->src_object is nil, don't
11235         check annotation.
11237 2008-02-01  Kenichi Handa  <handa@m17n.org>
11239         * character.c (char_string): Use ASCII_CHAR_P instead of
11240         SINGLE_BYTE_CHAR_P.
11242 2008-02-01  Kenichi Handa  <handa@m17n.org>
11244         * xdisp.c (handle_auto_composed_prop): Check if the last
11245         characters of auto-composed region is newly composed with the
11246         following characters.
11247         (handle_composition_prop): Fix checking of point being inside
11248         composition.
11250 2008-02-01  Kenichi Handa  <handa@m17n.org>
11252         * fns.c (concat): Don't change multibyteness of the result by
11253         concatenating an 8-bit character.
11255         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
11256         multibyteness of the result when newelt is an 8-bit character.
11258 2008-02-01  Dave Love  <fx@gnu.org>
11260         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
11261         EMACS_INT.
11263         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
11265         * xfaces.c (face_numeric_value): Declare dim size_t.
11266         (Finternal_lisp_face_equal_p): Remove unused f.
11268         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
11269         (MATRIX_ROW): Remove unused vars.
11270         (draw_glyphs, x_insert_glyphs, fast_find_position)
11271         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
11272         byte/char counts.
11274         * regex.c (regex_compile): Remove unused var.
11276         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
11278         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
11279         (Faccessible_keymaps, where_is_internal): Remove unused vars.
11281         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
11283         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
11285         * fileio.c (Fwrite_region): Remove unused var.
11287         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
11288         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
11290         * composite.c (Fremove_list_of_text_properties): Declare.
11292         * coding.c (inhibit_pre_post_conversion): Remove (unused).
11293         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
11294         (coding_inherit_eol_type): Remove unused attrs.
11295         (detect_coding): Cast arg of detect_eol.
11297         * charset.c (syms_of_charset): Remove unused var p.
11298         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
11299         byte/char counts.
11301         * casetab.c (set_case_table): Remove unused var.
11303         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
11304         unused vars.
11306 2008-02-01  Dave Love  <fx@gnu.org>
11308         * xterm.c (x_bitmap_mask): Declare.
11310 2008-02-01  Dave Love  <fx@gnu.org>
11312         * xterm.c (x_term_init): Fix type error.
11314         * lisp.h: Add Funibyte_char_to_multibyte.
11316         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
11317         (Fset_coding_system_priority): Doc fix.
11319         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
11321         * indent.c (check_composition): Make start and end EMACS_INT.
11323         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
11325         * xdisp.c (handle_composition_prop, check_point_in_composition):
11326         Make buffer positions EMACS_INT.
11328         * composite.c (find_composition, run_composition_function)
11329         (update_compositions, Ffind_composition_internal): Make buffer
11330         positions EMACS_INT.
11332         * composite.h (find_composition, update_compositions): Make
11333         position args EMACS_INT.
11335         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
11337         * intervals.c (get_property_and_range):
11338         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
11340         * unexalpha.c: Don't include varargs.h.
11342 2008-02-01  Dave Love  <fx@gnu.org>
11344         * coding.h (ENCODE_UTF_8): New.
11346         * Makefile.in (gtkutil.o): Depend on coding.h.
11348         * coding.c (Fset_coding_system_priority): Doc fix.
11350 2008-02-01  Kenichi Handa  <handa@m17n.org>
11352         * fileio.c (Finsert_file_contents): Call setup_coding_system in
11353         the case of auto saving.
11355 2008-02-01  Andreas Schwab  <schwab@suse.de>
11357         * chartab.c (map_char_table, map_char_table_for_charset): Protect
11358         `range' from GC.
11360 2008-02-01  Kenichi Handa  <handa@m17n.org>
11362         * coding.c (decode_coding_sjis): Check bytes more rigidly.
11364 2008-02-01  Kenichi Handa  <handa@m17n.org>
11366         * fileio.c (choose_write_coding_system): Return a decided coding system.
11367         (Fwrite_region): Set Vlast_coding_system_used to the return value
11368         of choose_write_coding_system.
11370 2008-02-01  Kenichi Handa  <handa@m17n.org>
11372         * charset.c (Fset_charset_priority): Pay attention to duplicated
11373         arguments.
11375         * coding.c (QCcategory): New variable.
11376         (syms_of_coding): Defsym it.  Set all elements of
11377         Vcoding_category_table and their symbol values.
11378         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
11379         coding-category-XXX, and coding-category-list.
11380         (Fdefine_coding_system_internal): Add category in the plist.
11382 2008-02-01  Kenichi Handa  <handa@m17n.org>
11384         * callproc.c (Fcall_process): Handle carryover correctly.
11386         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
11387         (raw_text_coding_system): Check NILP (coding_system).
11388         (coding_inherit_eol_type): Check NILP (coding_system) and
11389         NILP (parent).
11390         (consume_chars): Fix for the case of raw-text.
11392         * process.c (read_process_output): Handle carryover correctly.
11394 2008-02-01  Dave Love  <fx@gnu.org>
11396         * regex.c (re_search_2): Fix last change.
11398 2008-02-01  Kenichi Handa  <handa@m17n.org>
11400         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
11401         target_multibyte.  Even in a unibyte case, return a converted
11402         multibyte char.
11403         (GET_CHAR_AFTER): New macro.
11404         (PATFETCH): Translate via multibyte char.
11405         (HANDLE_UNIBYTE_RANGE): Delete this macro.
11406         (SETUP_MULTIBYTE_RANGE): New macro.
11407         (regex_compile): Setup compiled code so that its multibyteness
11408         matches that of a target.  Fix the handling of "[X-YZ]" using
11409         SETUP_MULTIBYTE_RANGE.
11410         (analyse_first) <charset>: For filling fastmap for all multibyte
11411         characters, don't check by BASE_LEADING_CODE_P.
11412         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
11413         the same as RE_MULTIBYTE_P (bufp) now.
11414         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
11415         (TARGET_CHAR_AND_LENGTH): Delete this macro.
11416         (TRANSLATE_VIA_MULTIBYTE): New macro.
11417         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
11418         It is the same as RE_MULTIBYTE_P (bufp) now.
11419         <exactn>: Translate via multibyte.
11420         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
11421         translate it.
11422         <charset, charset_not>: Fetch a character by
11423         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
11424         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
11425         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
11426         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
11427         by GET_CHAR_AFTER.
11428         (bcmp_translate): Likewise.
11430         * search.c (compile_pattern): Check the member target_multibyte,
11431         not the member multibyte of buf.
11433         * lread.c (read1): While reading a string, set force_singlebyte
11434         and force_multibyte correctly.
11436         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
11437         up of unibyte_to_multibyte_table.
11439 2008-02-01  Kenichi Handa  <handa@m17n.org>
11441         * coding.c (setup_coding_system): If coding has
11442         post-read-conversion or pre-write-conversion, set
11443         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
11444         respectively.
11445         (decode_coding_gap): Run post-read-conversion if any.
11447         * fileio.c (Finsert_file_contents): Even if we read into a
11448         unibyte buffer, check if we must decode the result or not.
11450 2008-02-01  Kenichi Handa  <handa@m17n.org>
11452         * coding.c (make_conversion_work_buffer): Change the work buffer
11453         name to the same one as that of Emacs 21.
11455 2008-02-01  Kenichi Handa  <handa@m17n.org>
11457         * coding.h (make_conversion_work_buffer): Adjust prototype.
11458         (code_conversion_restore): Don't extern it.
11460         * coding.c (detected_mask): Delete unused variable.
11461         (decode_coding_iso_2022): Pay attention to the byte sequence of
11462         CTEXT extended segment, and retain those bytes as is.
11463         (decode_coding_ccl): Delete unused variable `valids'.
11464         (setup_coding_system): Delete unused variable `category'.
11465         (consume_chars): Delete unused variable `category'.  Make it work
11466         for non-multibyte case.
11467         (make_conversion_work_buffer): Change argument.
11468         (saved_coding): Delete unused variable.
11469         (code_conversion_restore): Don't check saved_coding->destination.
11470         (code_conversion_save): New function.
11471         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
11472         instead of record_unwind_protect.
11473         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
11474         (detect_coding_system): Delete unused variable `mask'.
11475         (Fdefine_coding_system_internal): Delete unused variable id.
11477         * fileio.c (kill_workbuf_unwind): New function.
11478         (Finsert_file_contents): On replacing, call
11479         make_conversion_work_buffer with correct args, and call
11480         record_unwind_protect with the first arg kill_workbuf_unwind.
11482         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
11484 2008-02-01  Kenichi Handa  <handa@m17n.org>
11486         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
11487         (fontset_add): Fix for the case that TO is less than TO1.
11488         (Ffontset_info): Don't use fallback fontset on checking the
11489         default fontset.
11490         (dump_fontset): New function for debugging.
11492         * coding.c (Fdefine_coding_system_internal): Fix for the case that
11493         coding_type is Qcharset.
11495 2008-02-01  Kenichi Handa  <handa@m17n.org>
11497         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
11498         (map_char_table): Don't inherit the value from the parent on
11499         initializing VAL.  Adjust for the above change.
11501 2008-02-01  Kenichi Handa  <handa@m17n.org>
11503         * coding.c (Qsignature, Qendian): Delete these variables.
11504         (syms_of_coding): Don't initialize them.
11505         (CATEGORY_MASK_UTF_16_AUTO): New macro.
11506         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
11507         detect_info->found.
11508         (decode_coding_utf_16): Don't detect BOM here.
11509         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
11510         is NOT utf_16_without_bom.
11511         (setup_coding_system): For a coding system of type utf-16, check
11512         if the attribute :endian is Qbig or not (not nil or not), and set
11513         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
11514         (detect_coding): If coding type is utf-16 and BOM detection is
11515         required, detect it.
11516         (Fdefine_coding_system_internal): For a coding system of type
11517         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
11519 2008-02-01  Kenichi Handa  <handa@m17n.org>
11521         * coding.c (coding_set_source): Fix for the case that the current
11522         buffer is different from coding->src_object.
11523         (decode_coding_object): Don't use the conversion work buffer if
11524         DST_OBJECT is a buffer.
11526 2008-02-01  Dave Love  <fx@gnu.org>
11528         * lread.c (read_emacs_mule_char) [len==2]: Index
11529         emacs_mule_charset correctly.
11531 2008-02-01  Dave Love  <fx@gnu.org>
11533         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
11534         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
11535         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
11536         treated specially.)
11537         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
11538         (detected_mask): Remove Big5 bits.
11540 2008-02-01  Kenichi Handa  <handa@m17n.org>
11542         The following changes are to make the font rescaling facility
11543         compatible with Emacs 21.
11545         * xfaces.c (Vface_font_rescale_alist): Rename from
11546         Vface_resizing_fonts.
11547         (struct font_name): Rename member resizing_ratio to rescale_ratio.
11548         (font_rescale_ratio): Rename from font_resizing_ratio.
11549         (split_font_name): Set font->rescale_ratio.
11550         (better_font_p): Pay attention to font->rescale_ratio.
11551         (build_scalable_font_name): Likewise.  Change RESX, and RESY
11552         fields.
11553         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
11555 2008-02-01  Kenichi Handa  <handa@m17n.org>
11557         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
11558         (Qutf_16_le): Remove these variables.
11559         (syms_of_coding): Don't DEFSYM them.
11560         (decode_coding_utf_16): Fix handling of BOM.
11561         (encode_coding_utf_16): Fix handling of BOM.
11563 2008-02-01  Kenichi Handa  <handa@m17n.org>
11565         * fileio.c (Finsert_file_contents): On replacing, before decoding
11566         the file into the work buffer, set point of the work buffer to the end.
11568 2008-02-01  Dave Love  <fx@gnu.org>
11570         * coding.c (Fcheck_coding_systems_region): Fix type errors.
11572 2008-02-01  Dave Love  <fx@gnu.org>
11574         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11575         and fix C types.
11577 2008-02-01  Kenichi Handa  <handa@m17n.org>
11579         * xdisp.c (SKIP_GLYPHS): New macro.
11580         (set_cursor_from_row): Pay attention to string display properties.
11582         * category.c (copy_category_entry): Fix for the case that RANGE
11583         is an integer.
11585         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
11587         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
11589 2008-02-01  Kenichi Handa  <handa@m17n.org>
11591         * charset.c (Fcharset_id_internal): New function.
11592         (syms_of_charset): Defsubr it.
11594         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
11595         with the last arg charset_list acquired from coding.
11596         (Fdefine_coding_system_internal): For ccl-based coding system, fix
11597         the attribute coding_attr_ccl_valids.
11599         * coding.h (enum define_coding_ccl_arg_index): Set the first
11600         member coding_arg_ccl_decoder to coding_arg_max.
11602         * ccl.h (ccl_driver): Adjust prototype.
11604         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
11605         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
11606         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
11607         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
11608         last arg Qnil.
11610 2008-02-01  Kenichi Handa  <handa@m17n.org>
11612         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
11613         call encode_char.
11615         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
11617 2008-02-01  Dave Love  <fx@gnu.org>
11619         * composite.c (syms_of_composite): Make composition_hash_table weak.
11621 2008-02-01  Kenichi Handa  <handa@m17n.org>
11623         * dispextern.h (check_face_attributes, generate_ascii_font_name)
11624         (font_name_registry): Don't extern them.
11625         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
11627         * fontset.h (Qfontset): Don't extern it.
11628         (new_fontset_from_font_name): Extern it.
11630         * fontset.c: Give 8 extra slots to fontset objects.
11631         (Qfontset_info): New variable.
11632         (syms_of_fontset): Defsym it.
11633         (FONTSET_FALLBACK): New macro.
11634         (fontset_face): Try also the default fontset.
11635         (make_fontset): Realize a fallback fontset from the default fontset.
11636         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
11637         using split_font_name_into_vector and build_font_name_from_vector.
11638         (Fset_fontset_font): Access the elements of font_spec by enum
11639         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
11640         name by using split_font_name_into_vector.
11641         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
11642         generate a proper font name from the fontset name.  Update
11643         Vfontset_alias_alist.
11644         (n_auto_fontsets): New variable.
11645         (new_fontset_from_font_name): New function.
11646         (Ffont_info): Store the information about fonts generated from the
11647         default fontset in the first extra slot of the returned char-table.
11649         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
11650         (font_name_registry): Delete function.
11651         (split_font_name_into_vector): New function.
11652         (build_font_name_from_vector): New function.
11653         (font_list): The argument REGISTRY is now a list of registry names.
11654         (choose_face_font): If we are choosing an ASCII font, and ATTRS
11655         specifies an explicit font name, return the name as is.  Make a
11656         list of registy names.
11658         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
11659         of x_new_fontset.
11660         (Fx_create_frame): Don't call x_new_fontset here.  Just use
11661         x_list_fonts to check the existence of fonts.
11663         * xterm.h (x_new_fontset): Adjust prototype.
11665         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
11666         string.  Use new_fontset_from_font_name to create a fontset from a
11667         font name.
11669 2008-02-01  Kenichi Handa  <handa@m17n.org>
11671         * syntax.c (Vfind_word_boundary_function_table): New name for
11672         Vnext_word_boundary_function_table.
11673         (find-word-boundary-function-table): New name for
11674         next-word-boundary-function-table.
11676 2008-02-01  Dave Love  <fx@gnu.org>
11678         * Makefile.in: Fix some dependencies.
11680         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
11681         set it to nil before returning.
11683         * composite.c (update_compositions): Fix type error.
11685         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
11687 2008-02-01  Kenichi Handa  <handa@m17n.org>
11689         * xterm.c (x_new_font): Optimize for the case that the font is
11690         already set for the frame.
11692 2008-02-01  Kenichi Handa  <handa@m17n.org>
11694         * chartab.c (char_table_ascii): Check if the char table contents
11695         is sub-char-table or not.
11696         (char_table_set, char_table_set_range): Fix argument to
11697         char_table_ascii.
11699         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
11700         (detect_coding_utf_8, detect_coding_utf_16)
11701         (detect_coding_emacs_mule, detect_coding_iso_2022)
11702         (detect_coding_sjis, detect_coding_big5)
11703         (detect_coding_ccl, detect_coding_charset): Change argument MASK
11704         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
11705         sequence is valid in this coding system.  Change callers.
11706         (MAX_ANNOTATION_LENGTH): New macro.
11707         (ADD_ANNOTATION_DATA): New macro.
11708         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
11709         ADD_ANNOTATION_DATA.  Change the format of annotation data.
11710         (ADD_CHARSET_DATA): New macro.
11711         (emacs_mule_char): New argument ID.  Change callers.
11712         (decode_coding_emacs_mule, decode_coding_iso_2022)
11713         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
11714         Produce charset annotation data in coding->charbuf.
11715         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
11716         to charset annotation data in coding->charbuf.
11717         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
11718         coding->common_flags if the coding system is iso-2022 based and
11719         uses designation.
11720         (produce_composition): Adjust for the new annotation data format.
11721         (produce_charset): New function.
11722         (produce_annotation): Handle charset annotation.
11723         (handle_composition_annotation, handle_charset_annotation): New
11724         functions.
11725         (consume_chars): Handle charset annotation.  Utilize the above two
11726         functions.
11727         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
11728         buffer, get the deleted text as a string and set
11729         coding->src_object to that string.
11730         (detect_coding, detect_coding_system): Use the new struct
11731         coding_detection_info.
11733         * coding.h (struct coding_detection_info): New structure.
11734         (struct coding_system): Adjust prototype of the member `detector'.
11735         (CODING_ANNOTATE_CHARSET_MASK): New macro.
11737 2008-02-01  Kenichi Handa  <handa@m17n.org>
11739         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
11741 2008-02-01  Dave Love  <fx@gnu.org>
11743         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
11744         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
11745         to new local and nullify apropos_accumulate before returning.
11746         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
11748 2008-02-01  Kenichi Handa  <handa@m17n.org>
11750         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
11751         correctly.
11753 2008-02-01  Dave Love  <fx@gnu.org>
11755         * fns.c (Flanginfo): Call synchronize_system_time_locale.
11757 2008-02-01  Kenichi Handa  <handa@m17n.org>
11759         The following changes are to make character composition happen
11760         automatically on displaying.
11762         * Makefile.in (lisp, shortlisp): Add composite.elc.
11764         * composite.h (Qauto_composed, Vauto_composition_function)
11765         (Qauto_composition_function): Extern them.
11767         * composite.c (Vcomposition_function_table)
11768         (Qcomposition_function_table): Delete variables.
11769         (Qauto_composed, Vauto_composition_function)
11770         (Qauto_composition_function): New variables.
11771         (run_composition_function): Don't call
11772         compose-chars-after-function.
11773         (update_compositions): Clear `auto-composed' text property.
11774         (compose_chars_in_text): Delete this function.
11775         (syms_of_composite): Staticpro Qauto_composed and
11776         Qauto_composition_function.  Declare Vauto_composition_function as
11777         a Lisp variable.
11779         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
11781         * xdisp.c (it_props): Add an entry for Qauto_composed.
11782         (handle_auto_composed_prop): New function.
11784         * xselect.c (selection_data_to_lisp_data): Don't call
11785         compose_chars_in_text.
11787 2008-02-01  Dave Love  <fx@gnu.org>
11789         * keyboard.c (read_char): Modify checking around use of
11790         Vkeyboard_translate_table.
11792         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11793         and fix C types.
11795 2008-02-01  Kenichi Handa  <handa@m17n.org>
11797         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
11798         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11799         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
11800         the case that the last byte is '\r' correctly.
11801         (decode_coding): Flush out the unprocessed data correctly.
11802         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
11804 2008-02-01  Dave Love  <fx@gnu.org>
11806         * xterm.c (XTread_socket): Fix changes for defined keysyms.
11807         Add XK_ISO... case.
11808         (xaw_scroll_callback): Revert last change.
11810 2008-02-01  Kenichi Handa  <handa@m17n.org>
11812         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
11814 2008-02-01  Kenichi Handa  <handa@m17n.org>
11816         * xfaces.c (Vface_resizing_fonts): New variable.
11817         (struct font_name): New member `resizing_ratio'.
11818         (font_resizing_ratio): New function.
11819         (split_font_name): Set font->resizing_ratio.
11820         (better_font_p): Pay attention to font->resizing_ratio.
11821         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
11822         RESX, and RESY fields.
11823         (try_alternative_families): Try scalable fonts if
11824         Vscalable_fonts_allowed is not Qt.
11825         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
11827 2008-02-01  Dave Love  <fx@gnu.org>
11829         * xterm.c (xaw_scroll_callback): Cast correctly.
11831 2008-02-01  Dave Love  <fx@gnu.org>
11833         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
11834         (lispy_kana_keys): Comment out.
11835         (make_lispy_event) [XK_kana_A]: Comment out.
11837         * xterm.c (xaw_scroll_callback): Cast call_data.
11838         (XTread_socket): Deal with ASCII keysyms.
11839         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
11841 2008-02-01  Dave Love  <fx@gnu.org>
11843         * xterm.c (Vx_keysym_table): New.
11844         (syms_of_xterm): Initialize it.
11845         (XTread_socket): Use it.
11846         From head: Eliminate incorrect optimization that tried to avoid
11847         decoding the output of X*LookupString.
11848         (x_get_font_repertory): Delete charset declaration.
11850 2008-02-01  Kenichi Handa  <handa@m17n.org>
11852         * coding.c (detect_coding_charset): If only ASCII bytes are found,
11853         return 0.
11854         (Fdefine_coding_system_internal): Setup
11855         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
11857 2008-02-01  Dave Love  <fx@gnu.org>
11859         * coding.c (Fcheck_coding_system): Doc fix.
11861         * editfns.c (Finsert_byte): Return a proper value.
11863 2008-02-01  Kenichi Handa  <handa@m17n.org>
11865         * coding.c (decode_coding): Fix args to translate_chars.  Pay
11866         attention to Vstandard_translation_table_for_decode.
11867         (encode_coding): Fix args to translate_chars.  Pay attention to
11868         Vstandard_translation_table_for_encode.
11870         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
11871         SINGLE_BYTE_CHAR_P.
11873         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
11874         not by SINGLE_BYTE_CHAR_P.
11876         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
11877         SINGLE_BYTE_CHAR_P.
11879         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
11880         SINGLE_BYTE_CHAR_P.
11882         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
11883         by SINGLE_BYTE_CHAR_P.
11885         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
11886         SINGLE_BYTE_CHAR_P.
11888 2008-02-01  Dave Love  <fx@gnu.org>
11890         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
11892 2008-02-01  Dave Love  <fx@gnu.org>
11894         * fns.c (Flanginfo): Fix typo.
11896         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
11898 2008-02-01  Kenichi Handa  <handa@m17n.org>
11900         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
11901         (detect_coding_emacs_mule, detect_coding_iso_2022)
11902         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
11903         incomplete byte sequence.  Don't update *mask when correctly detected.
11904         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
11905         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
11906         (detect_coding, detect_coding_system): Adjust for the changes above.
11908 2008-02-01  Kenichi Handa  <handa@m17n.org>
11910         * character.c (char_string): Rename from
11911         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
11912         (string_char): Rename from string_char.
11914         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
11915         if C is greater than MAX_3_BYTE_CHAR.
11916         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
11917         string_char instead of string_char_with_unification.
11919 2008-02-01  Dave Love  <fx@gnu.org>
11921         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
11923 2008-02-01  Kenichi Handa  <handa@m17n.org>
11925         * keymap.c (push_key_description): Pay attention to force_multibyte.
11927         * regex.c (re_search_2): Fix for the case of unibyte buffer.
11929 2008-02-01  Dave Love  <fx@gnu.org>
11931         * charset.c (define_charset_internal): Rename `supprementary'.
11933         * Makefile.in (lisp, shortlisp): Remove latin-N.
11935 2008-02-01  Dave Love  <fx@gnu.org>
11937         * xfns.c (x_window, x_window): Use use_xim.
11939         * xterm.c (use_xim): Initialize.
11940         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
11941         (x_term_init): Maybe set use_xim.
11943         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
11945 2008-02-01  Kenichi Handa  <handa@m17n.org>
11947         * search.c (search_buffer): Fix case-fold-search of multibyte
11948         characters.
11949         (boyer_moore): Rename the last argument to char_high_bits.
11951 2008-02-01  Kenichi Handa  <handa@m17n.org>
11953         * xdisp.c (display_string): Fix for the case of zero width glyph.
11955         * xfns.c (x_set_font): Change the error message of the case that
11956         x_new_fontset returns Qt.
11958         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
11959         (Finternal_set_lisp_face_attribute): Use signal_error for the
11960         error of invalid fontset.
11962         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
11963         fontset, return Qt.
11965 2008-02-01  Dave Love  <fx@gnu.org>
11967         * unexelf.c (unexec): Make .got handling not SGI-specific.
11969         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
11971         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
11973         * keyboard.c (read_key_sequence): Fix type error.
11975         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
11976         type error.
11978         * fontset.c (fontset_add): Return Lisp_Object.
11980 2008-02-01  Dave Love  <fx@gnu.org>
11982         * charset.h (charset_ordered_list_tick): Declare extern.
11984 2008-02-01  Kenichi Handa  <handa@m17n.org>
11986         The following changes (and some of 2008-02-01 changes of mine) are
11987         for handling syntax, category, and case conversion for unibyte
11988         characters by converting them to multibyte on the fly.  With these
11989         changes, we don't have to setup syntax and case tables for unibyte
11990         characters in each language environment.
11992         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
11993         multibyte if necessary.
11995         * bytecode.c (Fbyte_code): Likewise.
11997         * character.h (LEADING_CODE_LATIN_1_MIN)
11998         (LEADING_CODE_LATIN_1_MAX): New macros.
11999         (unibyte_to_multibyte_table): Extern it.
12000         (unibyte_char_to_multibyte): New macro.
12001         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
12002         (CHAR_LEADING_CODE): New macro.
12003         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
12005         * character.c (unibyte_to_multibyte_table): New variable.
12006         (unibyte_char_to_multibyte): Move to character.h and define as macro.
12007         (multibyte_char_to_unibyte): If C is an eight-bit character,
12008         convert it to the corresponding byte value.
12010         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
12011         not 1, signals an error.  Update the elements of
12012         unibyte_to_multibyte_table.
12013         (init_charset_once): Initialize unibyte_to_multibyte_table.
12014         (syms_of_charset): Define the charset `iso-8859-1'.
12016         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
12017         as is without converting it to unibyte.  In a unibyte buffer,
12018         convert C to multibyte before checking the syntax.
12020         * lisp.h (unibyte_char_to_multibyte): Delete extern.
12022         * minibuf.c (Fminibuffer_complete_word): Use the macro
12023         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
12025         * regex.h (struct re_pattern_buffer): New member target_multibyte.
12027         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
12028         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
12029         that is zero, convert an eight-bit char to multibyte.
12030         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
12031         non-emacs case.
12032         (PATFETCH): Convert an eight-bit char to multibyte.
12033         (HANDLE_UNIBYTE_RANGE): New macro.
12034         (regex_compile): Setup the compiled pattern for multibyte chars
12035         even if the given regex string is unibyte.  Use PATFETCH_RAW
12036         instead of PATFETCH in many places.  To handle `charset'
12037         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
12038         only for ASCII chars.
12039         (analyse_first) <exactn>: Simplify because the compiled pattern
12040         is multibyte.
12041         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
12042         <charset>: Use CHAR_LEADING_CODE to get leading codes.
12043         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
12044         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
12045         multibyte always 1.
12046         (re_search_2): In emacs, set the locale variable multibyte to 1,
12047         otherwise to 0.  New local variable target_multibyte.  Check it
12048         to decide the multibyteness of STR1 and STR2.  If
12049         target_multibyte is zero, convert unibyte chars to multibyte
12050         before translating and checking fastmap.
12051         (TARGET_CHAR_AND_LENGTH): New macro.
12052         (re_match_2_internal): In emacs, set the locale variable multibyte
12053         to 1, otherwise to 0.  New local variable target_multibyte.  Check
12054         it to decide the multibyteness of STR1 and STR2.  Use
12055         TARGET_CHAR_AND_LENGTH to fetch a character from D.
12056         <charset, charset_not>: If multibyte is nonzero, check fastmap
12057         only for ASCII chars.  Call bcmp_translate with
12058         target_multibyte, not with multibyte.
12059         <begline>: Declare the local variable C as `unsigned'.
12060         (bcmp_translate): Change the last arg name to target_multibyte.
12062         * search.c (compile_pattern_1): Don't adjust the multibyteness of
12063         the regexp pattern and the matching target.  Set cp->buf.multibyte
12064         to the multibyteness of the regexp pattern.  Set
12065         cp->but.target_multibyte to the multibyteness of the matching target.
12066         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
12067         FETCH_STRING_CHAR_ADVANCE.
12068         (Freplace_match): Convert unibyte chars to multibyte.
12070         * syntax.c (char_quoted, back_comment, scan_words)
12071         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
12072         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
12073         unibyte chars to multibyte.
12074         (skip_chars): Delete the arg syntaxp, and move the code for
12075         handling syntaxes to skip_syntaxes.  Change callers.
12076         Fix the case that the multibyteness of STRING and the current
12077         buffer doesn't match.
12078         (skip_syntaxes): New function.
12079         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
12080         SINGLE_BYTE_CHAR_P.
12082 2008-02-01  Kenichi Handa  <handa@m17n.org>
12084         * xfaces.c (QCfontset): New variable.
12085         (LFACE_FONTSET): New macro.
12086         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
12087         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
12088         (Finternal_set_lisp_face_attribute)
12089         (Finternal_get_lisp_face_attribute): Handle QCfontset.
12090         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
12091         check also LFACE_FONTSET_INDEX.
12092         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
12093         attrs[LFACE_FONT_INDEX].
12094         (syms_of_xfaces): Intern and staticpro QCfontset.
12096         * dispextern.h (enum lface_attribute_index): New member
12097         LFACE_FONTSET_INDEX.
12099         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
12101 2008-02-01  Kenichi Handa  <handa@m17n.org>
12103         * coding.c (coding_set_destination): Fix coding->destination for
12104         the case converting a region.
12105         (encode_coding_utf_8): Encode eight-bit chars as single byte.
12106         (encode_coding_object): Fix coding->dst_pos and
12107         coding->dst_pos_byte for the case converting a region.
12109         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
12111         * character.h (BYTE8_STRING): New macro.
12113         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
12115 2008-02-01  Kenichi Handa  <handa@m17n.org>
12117         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
12118         characters by octal form.
12120         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
12122         * buffer.h (_fetch_multibyte_char_len): Delete extern.
12123         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
12124         _fetch_multibyte_char_len.
12125         (FETCH_CHAR_AS_MULTIBYTE): New macro.
12127         * casetab.c (set_canon, set_identity, shuffle): Simplify.
12129         * casefiddle.c (casify_object): Simplify.  Handle the case that
12130         the case conversion change the byte length.
12131         (casify_region): Likewise.
12133         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
12135         * character.c (_fetch_multibyte_char_len): Delete this variable.
12136         (syms_of_character): Setup Vprintable_chars.
12138         * editfns.c (Fchar_equal): Fix for the unibyte case.
12139         (Finsert_byte): New function.
12140         (syms_of_editfns): Defsubr it.
12142         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
12143         of direct code 0x3ffff.
12145         * search.c (Freplace_match): Fix for the unibyte case.
12147 2008-02-01  Kenichi Handa  <handa@m17n.org>
12149         * lread.c (safe_to_load_p): Fix the logic.
12151         * syntax.c (scan_words): Don't treat characters belonging to
12152         different scripts as constituting a word.
12154         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12156         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
12158         * emacs.c (main): In the case of --unibyte, instead of aborting on
12159         finding non-empty buffer, make it unibyte.
12161 2008-02-01  Kenichi Handa  <handa@m17n.org>
12163         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
12164         to create a fontset.
12166 2008-02-01  Dave Love  <fx@gnu.org>
12168         * character.c (Funibyte_char_to_multibyte): Doc fix.
12170         * xfns.c [HAVE_STDLIB_H]: Fix last change.
12172 2008-02-01  Kenichi Handa  <handa@m17n.org>
12174         * fontset.c (fontset_add): Make the type `int'.
12175         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
12177         * character.c (unibyte_char_to_multibyte)
12178         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
12179         charset_unibyte, not charset_primary.
12181         * charset.h (charset_unibyte): Extern it instead of charset_primary.
12183         * charset.c (charset_unibyte): Rename from charset_primary.
12184         (Funibyte_charset): Rename from Fprimary_charset.
12185         (Fset_unibyte_charset): Rename from Fset_primary_charset.
12186         (syms_of_charset): Adjust for the above changes.
12188         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
12189         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
12190         it->multibyte_p is zero.
12192         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
12193         Delete extern.
12195 2008-02-01  Kenichi Handa  <handa@m17n.org>
12197         * coding.c (Fdefine_coding_system_internal): Fix category setting
12198         for a coding system of type iso-2022.
12200 2008-02-01  Kenichi Handa  <handa@m17n.org>
12202         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
12204 2008-02-01  Kenichi Handa  <handa@m17n.org>
12206         * syntax.c (Vnext_word_boundary_function_table): New variable.
12207         (next-word-boundary-function-table): Declare it as a Lisp variable
12208         in syms_of_syntax.
12209         (scan_words): Call functions in Vnext_word_boundary_function_table
12210         if any.
12212         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
12214         * fontset.c (fs_load_font): If fontp->charset is not negative,
12215         return fontp without setting its members.
12217 2008-02-01  Dave Love  <fx@gnu.org>
12219         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
12221         * m/sparc.h (HAVE_ALLOCA): Delete.
12223         * s/irix6-5.h: Don't include strings.h.
12224         (bcopy, bzero, bcmp): Don't undef.
12226         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
12228         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
12229         (TIOCSIGSEND): Don't test IRIX6.
12230         (bcopy, bzero, bcmp): Define conditionally.
12232 2008-02-01  Kenichi Handa  <handa@m17n.org>
12234         * buffer.c (Qas, Qmake, Qto): New variables.
12235         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
12236         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
12238         * callproc.c (Fcall_process): Don't call insert_1_both directly if
12239         we are inserting a process output into a multibyte buffer.
12241         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
12242         multibyte_char_to_unibyte.
12244         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
12245         by the primary charset, make it eight-bit char.
12246         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
12248         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
12249         (charset_8_bit__control, charset_8_bit_graphic)
12250         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
12251         (define_charset_internal): New function.
12252         (syms_of_charset): Call define_charset_internal for pre-defined
12253         charsets.
12255         * charset.h (charset_8_bit): Extern it.
12257         * coding.c (make_conversion_work_buffer): Adjust for the change
12258         of Fset_buffer_multibyte.
12259         (encode_coding_raw_text): Increment p0 in the loop.
12261         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
12263         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
12264         for the change of Fset_buffer_multibyte.
12266         * fns.c (Fstring_to_multibyte): New function.
12267         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
12269 2008-02-01  Dave Love  <fx@gnu.org>
12271         * xfns.c (x_put_x_image): Declare args.
12273         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
12274         (try_font_list): Declare an arg.
12276         * xdisp.c (message2_nolog, set_message): Declare an arg.
12278         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
12280         * syntax.c (scan_sexps_forward): Declare an arg.
12282         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
12283         Declare an arg.
12285         * lisp.h (Fnew_fontset): Declare.
12287         * keymap.c (push_key_description): Call CHARACTERP correctly.
12289         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
12290         (face_for_char): Delete unused vars.
12291         (Fset_fontset_font): Doc fix.  Delete unused vars.
12293         * doc.c (Fsubstitute_command_keys): Delete unused vars.
12295         * composite.c (update_compositions): Declare arg.
12297         * cm.c (calccost, cmgoto): Declare args.
12299         * charset.c: Remove `emacs' conditional.  Doc fixes.
12300         (map_char_table_for_charset): Declare.
12302         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
12304         * ccl.c: Remove `emacs' conditional.
12306 2008-02-01  Kenichi Handa  <handa@m17n.org>
12308         The following changes are to allow specifying multiple font
12309         patterns for a character range (specified by script or charset).
12311         * Makefile.in (abbrev.o): Depend on syntax.h.
12312         (xfaces.o): Depend on charset.h.
12314         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
12315         SINGLE_BYTE_CHAR_P.
12317         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
12319         * character.h (Vchar_script_table): Extern it.
12321         * character.c (Vscript_alist): Delete.
12322         (Vchar_script_table, Qchar_script_table): New variable.
12323         (syms_of_character): Declare Vchar_script_table as a lisp variable
12324         and initialize it.
12326         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
12327         have property char-table-extra-slots, make no extra slot.
12329         * dispextern.h (struct face): Delete member `charset'.
12330         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
12331         SINGLE_BYTE_CHAR_P.
12332         (choose_face_font, lookup_non_ascii_face, font_name_registry):
12333         Add prototypes.
12334         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
12335         (generate_ascii_font_name): Rename from generate_ascii_font.
12337         * fontset.h (get_font_repertory_func): New prototype.
12338         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
12339         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
12341         * fontset.c (Qprepend, Qappend): New variables.
12342         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
12343         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
12344         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
12345         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
12346         (fontset_ref_and_range, fontset_add, reorder_font_vector)
12347         (load_font_get_repertory): New functions.
12348         (fontset_set): Delete.
12349         (fontset_face): New arg FACE.  Return face ID, not face.
12350         Complete re-write to handle new fontset structure.  Change caller.
12351         (free_face_fontset): Use ASET istead of AREF (X) = Y.
12352         (face_for_char): Don't call lookup_face.
12353         (make_fontset_for_ascii_face): New arg FACE.
12354         (fs_load_font): New arg CHARSET_ID.  Don't check
12355         Vfont_encoding_alist here.
12356         (find_font_encoding): New function.
12357         (list_fontsets): Use STRINGP, not ! NILP.
12358         (accumulate_script_ranges): New function.
12359         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
12360         re-written to handle new fontset structure.
12361         (Ffontset_font): Return a copy of element.
12362         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
12363         docstring of font-encoding-alist.
12365         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
12366         (Fset_fotset_font): Fix arguments to 5.
12368         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
12370         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
12371         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12372         (highlight_trailing_whitespace): Adjust for the change of
12373         lookup_named_face.
12375         * xfaces.c: Include charset.h.
12376         (load_face_font): Delete argument C.  Change caller.
12377         (generate_ascii_font_name): Rename from generate_ascii_font.
12378         (font_name_registry): New function.
12379         (cache_face): Store ascii faces before non-ascii faces in buckets.
12380         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
12381         Lookup only ascii faces.
12382         (lookup_non_ascii_face): New function.
12383         (lookup_named_face): Delete argument C.  Change caller.
12384         (lookup_derived_face): Delete argument C.  Change caller.
12385         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
12386         a string, just call font_list with it.
12387         (choose_face_font): Delete arguments FACE and C.  New arg
12388         FONT_SPEC.  Change caller.
12389         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
12390         Change caller.
12391         (realize_non_ascii_face): New function.
12392         (realize_x_face): Call load_face_font here.
12393         (realize_tty_face): Delete argument C.  Change caller.
12394         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
12395         get a face ID.
12396         (dump_realized_face): Don't print charset of FACE.
12398         * xfns.c (x_set_font): Always call x_new_fontset and
12399         store_frame_parameter.
12400         (Fx_create_frame): Call x_new_fontset, not x_new_font.
12401         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
12403         * xterm.h (x_get_font_repertory): Extern it.
12405         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
12406         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
12407         it->multibyte_p is zero.
12408         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12409         (x_new_fontset): If FONTSETNAME doesn't match any existing
12410         fontsets, create a new one.
12411         (x_get_font_repertory): New function.
12413 2008-02-01  Kenichi Handa  <handa@m17n.org>
12415         * coding.c (Ffind_coding_systems_region_internal): Detect an
12416         ASCII only string correctly.
12418         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
12419         version is 0.
12421 2008-02-01  Kenichi Handa  <handa@m17n.org>
12423         * lread.c: Include "coding.h".
12424         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
12425         (load_each_byte, unread_char): New variables.
12426         (readchar_backlog): Delete.
12427         (readchar): Return a character unless load_each_byte is nonzero.
12428         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
12429         cons.  If unread_char is not -1, simply return it.
12430         (unreadchar): Handle the case that readcharfun is
12431         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
12432         (read_multibyte): Delete.
12433         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
12434         (read_emacs_mule_char): New functions.
12435         (Fload): Even if the file doesn't have the extension ".elc", if
12436         safe_to_load_p returns a positive version number, assume that the
12437         file contains bytecompiled code.  If the version is less than 22,
12438         load the file while decoding multibyte sequences by emacs-mule.
12439         (readevalloop): Don't use readchar_backlog.
12440         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
12441         (Fread_from_string): Pay attention to the case that STREAM is a cons.
12442         (read_escape): Delete the arg BYTEREP.
12443         (read1): Set load_each_byte to 1 temporarily while handling
12444         #@NUMBER.  Don't call read_multibyte.
12445         (read_vector): Call Fread with a cons.  If readcharfun is
12446         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
12447         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
12448         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
12449         and Qload_force_doc_strings.
12451 2008-02-01  Kenichi Handa  <handa@m17n.org>
12453         * xdisp.c (face_before_or_after_it_pos): Call
12454         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
12456 2008-02-01  Kenichi Handa  <handa@m17n.org>
12458         * character.h (TRAILING_CODE_P): New macro.
12459         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
12460         (string_char_with_unification): Fix prototype.
12461         (Vscript_alist): Extern it.
12463         * character.c (Vscript_alist): New variable.
12464         (string_char_with_unification, str_as_unibyte)
12465         (string_escape_byte8): Add `const' to local variables.
12466         (syms_of_character): Declare script-alist as a Lisp variable.
12468         * charset.h (Vcharset_ordered_list): Extern it.
12469         (charset_ordered_list_tick): Extern it.
12470         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
12471         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
12472         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
12473         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
12474         (Funify_charset): Adjust for the change of Funify_charset.
12476         * charset.c (charset_ordered_list_tick): New variable.
12477         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
12478         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
12479         deunify intead of unify a charset.
12480         (string_xstring_p): Add `const' to local variables.
12481         (find_charsets_in_text): Add `const' to arguments and local variables.
12482         (encode_char): Adjust for the change of Funify_charset.  Fix
12483         detecting of invalid code.
12484         (Fset_charset_priority): Increment charset_ordered_list_tick.
12485         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
12486         and TO_CODE.
12488         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
12489         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
12490         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
12491         (decode_coding_ccl, consume_chars)
12492         (Ffind_coding_systems_region_internal)
12493         (Fcheck_coding_systems_region): Add `const' to local variables.
12495         * print.c (print_object): Use octal form for printing the
12496         contents of a bool vector.
12498 2008-02-01  Dave Love  <fx@gnu.org>
12500         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
12501         <version == 20>: Refuse to load.
12503 2008-02-01  Dave Love  <fx@gnu.org>
12505         * fns.c: Move coding.h.
12506         (Qcodeset, Qdays, Qmonths): New.
12507         (concat): Use CHARACTERP instead of INTEGERP.
12508         (Flocale_codeset): Delete.
12509         (Flanginfo): New function.
12510         (syms_of_fns): Change accordingly.
12512         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
12514 2008-02-01  Dave Love  <fx@gnu.org>
12516         * casetab.c (init_casetab_once, init_casetab_once): Fix
12517         CHAR_TABLE_SET call.
12519         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
12521         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
12523         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
12524         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
12525         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
12527         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
12529         * coding.c (ENCODE_DESIGNATION, decode_eol)
12530         (make_conversion_work_buffer, code_conversion_restore)
12531         (Fdefine_coding_system_internal): Convert Lisp types.
12532         (code_conversion_restore): Use EQ, not ==.
12533         (Fencode_coding_string): Fix code_convert_string call.
12535         * coding.h (code_convert_region): Fix prototype.
12537         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
12539         * fontset.c (fontset_ref, fontset_set, fs_load_font)
12540         (Ffontset_info): Convert Lisp types.
12542         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
12544         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
12546         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
12548         * chartab.c: Include "...h", not <...h> in some cases.
12550         * callproc.c (Fcall_process): Remove unused variables.
12552 2008-02-01  Dave Love  <fx@gnu.org>
12554         * coding.c (Fset_coding_system_priority): Allow null arg list.
12556 2008-02-01  Dave Love  <fx@gnu.org>
12558         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
12559         (Fself_insert_and_exit): Use CHARACTERP.
12561         * callproc.c (Fcall_process): Remove unused vars.
12563         * xterm.c (XTread_socket): Add extra dead keysyms.
12565         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
12567         * dispextern.h: Remove prototypes for redraw_frame,
12568         redraw_garbaged_frames.
12570         * cmds.c (Fself_insert_command): Use CHARACTERP.
12572         * chartab.c (make_sub_char_table): Remove unused var.
12573         (Fset_char_table_default, Fmap_char_table): Doc fix.
12575         * keymap.c (access_keymap): Remove generic char code.
12576         (push_key_description): Use CHARACTERP.
12578 2008-02-01  Dave Love  <fx@gnu.org>
12580         * charset.c: Doc fixes.
12581         (Funify_charset): Extra checking.
12583 2008-02-01  Dave Love  <fx@gnu.org>
12585         * lread.c: Remove some unused variables.
12586         (safe_to_load_p): If safe, return the magic number version byte.
12587         (Fload): Maybe use load-with-code-conversion.
12589 2008-02-01  Kenichi Handa  <handa@m17n.org>
12591         * category.c (Fmodify_category_entry): Don't modify the contents
12592         of category_set for characters out of the range.  Avoid
12593         unnecessary modification.
12595         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
12596         Vchar_unify_table.  The default value of the table is now nil.
12598         * character.c (syms_of_character): Setup Vchar_width_table for
12599         eight-bit-control and raw-byte chars.
12601         * charset.h (enum define_charset_arg_index): Delete
12602         charset_arg_parents and add charset_arg_subset and
12603         charset_arg_superset.
12604         (enum charset_attr_index): Delete charset_parents and add
12605         charset_subset and charset_superset.
12606         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
12607         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
12608         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
12609         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
12610         (CHARSET_SUPERSET): New macros.
12611         (charset_work): Extern it.
12612         (ENCODE_CHAR): Use charset_work.
12613         (CHAR_CHARSET_P): Adjust for the change of encoder format.
12614         (map_charset_chars): Extern it.
12616         * charset.c (load_charset_map): Set the default value of encoder
12617         and deunifier char-tables to nil.
12618         (map_charset_chars): Change argument.  Change callers.  Use
12619         map_char_table_for_charset instead of map_char_table.
12620         (Fmap_charset_chars): New optional args from_code and to_code.
12621         (Fdefine_charset_internal): Adjust for the change of
12622         `define-charset' (:parents -> :subset or :superset).
12623         (charset_work): New variable.
12624         (encode_char, syms_of_charset): Adjust for the change of
12625         Fdefine_charset_internal.
12626         (Ffind_charset_string): Setup the vector `charsets' correctly.
12628         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
12629         the previous change.
12630         (char_table_ref_and_range): Adjust for the above change.
12631         (map_sub_char_table_for_charset): New function.
12632         (map_char_table_for_charset): New function.
12634         * keymap.c (describe_vector): Handle a char-table directly here.
12635         (describe_char_table): Delete.
12637         * lisp.h (map_charset_chars): Delete.
12639 2008-02-01  Dave Love  <fx@gnu.org>
12641         * fns.c (count_combining): Comment out (unused).
12642         (Flocale_codeset): New.
12643         (syms_of_fns): Defsubr it.
12645         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
12646         (size_t): Remove.
12648 2008-02-01  Dave Love  <fx@gnu.org>
12650         * Makefile.in (chartab.o): Depend on charset.h.
12652 2008-02-01  Kenichi Handa  <handa@m17n.org>
12654         * character.c (syms_of_character): Set the default value of
12655         Vprintable_chars to Qnil.
12657 2008-02-01  Dave Love  <fx@gnu.org>
12659         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
12661 2008-02-01  Kenichi Handa  <handa@m17n.org>
12663         * charset.c (load_charset_map): Handle the case that from < to
12664         correctly.
12666         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
12667         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
12668         Pay attention to raw-8-bit chars.
12670 2008-02-01  Kenichi Handa  <handa@m17n.org>
12672         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
12673         It is not bytecompiled now.
12675         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
12676         (charset_jisx0208): New variables.
12677         (Fdefine_charset_internal): Setup them if appropriate.
12678         (init_charset_once): Initialize them to -1.
12680         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
12681         (charset_jisx0208): Extern them.
12683         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
12684         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
12685         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
12686         (setup_iso_safe_charsets): Fix arguments to Fassq.
12687         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
12688         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
12689         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
12690         (encode_coding_iso_2022): Change the 1st arg to
12691         ENCODE_ISO_CHARACTER to a variable.
12693 2008-02-01  Kenichi Handa  <handa@m17n.org>
12695         * charset.h (enum define_charset_arg_index): New enums
12696         charset_arg_min_code and charset_arg_max_code.
12697         (struct charset): New member char_index_offset.
12699         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
12700         Take charset->char_index_offset into account.
12701         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
12702         args[charset_arg_max_code].  Setup charset.char_index_offset.
12703         (syms_of_charset): Fix args to Fdefine_charset_internal.
12705 2008-02-01  Dave Love  <fx@gnu.org>
12707         * coding.c (decode_coding_utf_8): Reject overlong sequences.
12709 2008-02-01  Dave Love  <fx@gnu.org>
12711         * coding.c: Doc fixes.
12712         (Fcoding_system_aliases): Fix return value.
12713         (Qmac): Remove (duplicated) definition.
12715 2008-02-01  Dave Love  <fx@gnu.org>
12717         * charset.c (Fcharset_priority_list, Fset_charset_priority): New
12718         functions.
12720         * character.c (Fstring): Doc fix.
12722         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
12724         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not
12725         ids.
12726         (font-encoding-alist): Doc fix.
12728 2008-02-01  Dave Love  <fx@gnu.org>
12730         * term.c (costs_set): Declare static, non-initialized for pcc.
12731         (encode_terminal_code): Remove unused var.
12733         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
12734         for K&R.
12736         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
12738         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
12739         (suffixes): Move out of make_subsidiaries for K&R.
12741         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
12743         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
12745 2008-02-01  Dave Love  <fx@gnu.org>
12747         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
12749         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
12751 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
12753         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
12755         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
12757 2008-02-01  Kenichi Handa  <handa@m17n.org>
12759         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
12760         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
12762 2008-02-01  Kenichi Handa  <handa@m17n.org>
12764         * coding.c (decode_coding_charset): Adjust for the change of
12765         Fdefine_coding_system_internal.
12766         (Fdefine_coding_system_internal): For a coding system of
12767         `charset' type, store a list of charset IDs in
12768         `charset_attr_charset_valids' element of coding attributes.
12770 2008-02-01  Kenichi Handa  <handa@m17n.org>
12772         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
12773         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
12774         caller.  Handle 2-byte and 3-byte charsets correctly.
12775         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
12776         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
12777         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
12778         (DECODE_EMACS_MULE_21_COMPOSITION): Call
12779         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
12780         sequence.
12781         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
12782         `src' and `consumed_chars' correctly before calling emacs_mule_char.
12783         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
12784         and alt&rule composition.
12785         (decode_coding_iso_2022): Handle composition correctly.
12786         (init_coding_once): Setup emacs_mule_bytes for private charsets.
12788         * charset.c (Fdefine_charset_internal): Fix bug for the case of
12789         re-defining a charset.  If the charset has :emacs-mule-id, setup
12790         emacs_mule_bytes.
12791         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
12793 2008-02-01  Kenichi Handa  <handa@m17n.org>
12795         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
12796         (encode_coding_big5, encode_coding_charset): If coding requires safe
12797         encoding, produce a character specified by
12798         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
12800 2008-02-01  Dave Love  <fx@gnu.org>
12802         * xterm.c (XSetIMValues): Declare.
12804         * process.c: Conditionally include sys/wait.h, pty.h.
12806         * print.c (print_object): Fix print format for 64-bit systems.
12808         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
12810         * buffer.c (emacs_strerror): Declare.
12812         * fontset.c (Fclear_face_cache): Declare.
12813         (accumulate_font_info): Comment-out (unused).
12814         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
12815         variables.
12817         * character.h (string_escape_byte8): Declare.
12819         * charset.c (load_charset_map, load_charset_map_from_file): Remove
12820         unused vars.
12821         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
12822         (Fmap_charset_chars): Doc fix.
12824         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
12825         (Fset_coding_system_priority, Fset_coding_system_priority)
12826         (Fdefine_coding_system_internal): Doc fix.
12828 2008-02-01  Dave Love  <fx@gnu.org>
12830         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
12832 2008-02-01  Kenichi Handa  <handa@m17n.org>
12834         * character.c (string_escape_byte8): Make multibyte string with
12835         correct size.
12837         * charset.c (Fmake_char): Delete unnecessary code.
12839 2008-02-01  Kenichi Handa  <handa@m17n.org>
12841         * xfns.c (x_encode_text): Allocate coding.destination here, and
12842         call encode_coding_object with dst_object Qnil.
12844         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
12845         multibyte form correctly.
12847         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
12848         against Vfont_encoding_alist.
12850         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
12851         handling of charset list.
12852         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
12853         (decode_coding_object): Move point to coding->dst_pos before
12854         calling post-read-conversion function.
12855         (encode_coding_object): Give correct arguments to
12856         pre-write-conversion.  Ignore the return value of
12857         pre-write-conversion function.  Pay attention to the case that
12858         pre-write-conversion changes the current buffer.  If dst_object is
12859         Qt, even if coding->src_bytes is zero, allocate at least one byte
12860         to coding->destination.
12862         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
12864         * charset.c (Fmake_char): Make it more backward compatible.
12865         (Fmap_charset_chars): Fix docstring.
12867 2008-02-01  Dave Love  <fx@gnu.org>
12869         * coding.c: Doc fixes.
12870         (Fdefine_coding_system_alias): Use names, not symbols, in
12871         coding-system-alist.
12873 2008-02-01  Kenichi Handa  <handa@m17n.org>
12875         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
12876         of calling free_realized_face.
12878 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
12880         * charset.c (read_hex): Don't treat SPC as a comment starter.
12881         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
12882         (Fdecode_char): Fix typo.
12884 2008-02-01  Kenichi Handa  <handa@m17n.org>
12886         * charset.h (struct charset): New member `code_space_mask'.
12888         * coding.c (coding_set_source): Delete the local variable beg_byte.
12889         (encode_coding_charset, Fdefine_coding_system_internal):
12890         Delete the local variable charset.
12891         (Fdefine_coding_system_internal): Setup
12892         attrs[coding_attr_charset_valids] correctly.
12894         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
12895         member to check if CODE is valid or not.
12896         (Fdefine_charset_internal): Initialize `code_space_mask' member.
12897         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
12898         is within the range of charset->min_code and carset->max_code.
12900 2008-02-01  Dave Love  <fx@gnu.org>
12902         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
12904         * dispextern.h (generate_ascii_font): Fix return type.
12906         * xfaces.c (generate_ascii_font): Fix arg declaration.
12908         * coding.c (coding_inherit_eol_type)
12909         (Fset_terminal_coding_system_internal)
12910         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
12912 2008-02-01  Kenichi Handa  <handa@m17n.org>
12914         * coding.c (decode_coding_charset, encode_coding_charset): Handle
12915         multiple charsets correctly.
12917 2008-02-01  Kenichi Handa  <handa@m17n.org>
12919         * search.c (boyer_moore): Fix handling of multibyte character
12920         translation.
12922         * xdisp.c (display_mode_element): When the variable `elt' is
12923         changed, update `this' and `lisp_string'.
12925 2008-02-01  Kenichi Handa  <handa@m17n.org>
12927         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
12929         * callproc.c (Fcall_process): Be sure to give the current buffer
12930         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
12932         * charset.c (struct charset_map_entries): New struct.
12933         (load_charset_map): Rename from parse_charset_map.  New args
12934         entries and n_entries.  Change caller.
12935         (load_charset_map_from_file): Rename from load_charset_map.
12936         Change caller.  New arg control_flag.  Call load_charset_map at
12937         the tail.
12938         (load_charset_map_from_vector): New function.
12939         (Fdefine_charset_internal): Setup charset.compact_codes_p.
12940         (encode_char): If the charset is compact, change a character index
12941         to a code point.
12943         * coding.c (coding_alloc_by_making_gap): Check the case that the
12944         source and destination are the same correctly.
12945         (decode_coding_raw_text): Set coding->consumed_char and
12946         coding->consumed to 0.
12947         (produce_chars): If coding->chars_at_source is nonzero, update
12948         coding->consumed_char and coding->consumed before calling
12949         alloc_destination.
12950         (Fdefine_coding_system_alias): Register ALIAS in
12951         Vcoding_system_alist.
12952         (syms_of_coding): Define `no-conversion' coding system at the tail.
12954         * fileio.c (Finsert_file_contents): Set coding_system instead of
12955         val.  If the current buffer is multibyte, always call
12956         decode_coding_gap.
12958         * xfaces.c (try_font_list): Give higher priority to fontset's
12959         family than face's family.
12961 2008-02-01  Kenichi Handa  <handa@m17n.org>
12963         * callproc.c (Fcall_process): Be sure to give the current buffer
12964         to decode_coding_c_string.
12966         * xfaces.c (try_font_list): Give a family specified in a fontset
12967         higher priority than a family specified in a face.
12969 2008-02-01  Kenichi Handa  <handa@m17n.org>
12971         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
12972         Fix arguments to insert_from_buffer.
12974         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
12976 2008-02-01  Kenichi Handa  <handa@m17n.org>
12978         * coding.c (produce_chars): Set the variable `multibytep' correctly.
12979         (decode_coding_gap): Set coding->dst_multibyte correctly.
12981 2008-02-01  Kenichi Handa  <handa@m17n.org>
12983         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
12984         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
12985         (encode_coding_utf_16): Substitute coding->default_char for
12986         non-Unicode characters.
12987         (decode_coding): Don't call record_insert here.
12988         (setup_coding_system): Initialize `surrogate' of
12989         coding->spec.utf_16 to 0.
12990         (EMIT_ONE_BYTE): Fix for multibyte case.
12992         * insdel.c (insert_from_gap): Call record_insert.
12994 2008-02-01  Kenichi Handa  <handa@m17n.org>
12996         * casefiddle.c (casify_region): Fix multibyte case.
12998         * character.c (c_string_width): Add return type `int'.
12999         (char_string_with_unification): Delete arg ADVANCED.
13001         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
13002         (CHAR_STRING): Adjust for the change of char_string_with_unification.
13003         (CHAR_STRING_ADVANCE): Make it do-while statement.
13005         * chartab.c (sub_char_table_set_range): Optimize for the case
13006         DEPTH == 3.  Add workaround code for a GCC optimization bug.
13008         * charset.c (parse_charset_map): Remove an unused variable.
13010         * coding.c: Delete unused variables.
13012         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
13013         earlier.  If inserted is zero and the coding system doesn't
13014         require flushing, don't call decode_coding_gap.
13016         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
13018 2008-02-01  Kenichi Handa  <handa@m17n.org>
13020         The following changes are for using Unicode as an internal
13021         character model, and use UTF-8 format for buffer/string
13022         representation.
13024         * .gdbinit (xchartable): Adjust for the change of char table structure.
13025         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
13027         * Makefile.in (obj): Add character.o and chartab.o.
13028         (lisp, shortlisp): Remove utf-8.elc.
13029         (*.o): For many files, change dependency on charset.h to
13030         character.h, and add dependency on character.h.
13031         (character.o, chartab.o): New targets.
13033         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
13034         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
13035         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
13036         of "charset.h".
13038         * dired.c, filelock.c: Include "character.h".
13040         * alloc.c: Include "character.h" instead of "charset.h".
13041         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
13042         (syms_of_alloc): Remove defsubr for Smake_char_table.
13044         * buffer.c: Include "character.h" instead of "charset.h", don't
13045         include "coding.h".
13046         (Fset_buffer_multibyte): Adjust for UTF-8.
13048         * buffer.h: EXFUN Fbuffer_live_p.
13050         * callproc.c: Include "character.h" instead of "charset.h".
13051         (Fcall_process): Big change for the new code-conversion APIs.
13053         * casetab.c: Include "character.h" instead of "charset.h".
13054         (set_canon, set_identity, shuffle): Adjust for the new
13055         map_char_table spec.
13056         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
13057         accessing the char table structure.
13059         * chartab.c: New file that implements char table.
13061         * category.c: Include "character.h".
13062         (copy_category_entry): New function.
13063         (copy_category_table): Call map_char_table and copy_category_entry.
13064         (Fmake_category_table): Initialize all top-level slots.
13065         (char_category_set): New function.
13066         (modify_lower_category_set): Delete.
13067         (Fmodify_category_entry): Call char_table_ref_and_range.
13069         * category.h (CATEGORY_SET): Just call char_category_set.
13071         * ccl.c: Include "character.h".
13072         (Qccl, Qcclp): New variables.
13073         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
13074         it's less than 256.
13075         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
13076         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
13077         and DST type.
13078         (ccl_driver): Change types of argument, adjust code accordingly.
13079         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
13080         ccl_driver.
13081         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
13083         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
13084         New members src_multibyte, dst_multibyte, consumed, and produced.
13085         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
13086         (CODING_SPEC_CCL_PROGRAM): New macro.
13087         (ccl_driver): Update prototype.
13088         (Qccl, Qcclp, Fccl_program_p): Extern them.
13089         (CHECK_CCL_PROGRAM): New macro.
13091         * character.c, character.h, chartab.c: New files.
13093         * charset.c: Mostly re-written.  Move character and multibyte sequence
13094         handling codes to character.c.
13096         * charset.h: Mostly re-written.  Move character and multibyte sequence
13097         handling codes to character.h.
13099         * coding.c, coding.h: Mostly re-written.
13101         * composite.c: Include "character.h" instead of "charset.h".
13102         (CHAR_WIDTH): Move to character.h.
13103         (HASH_KEY, HASH_VALUE): Delete.
13105         * composite.h (enum composition_method): Change order of enumeration
13106         symbols.
13108         * data.c: Include "character.h" instead of "charset.h".
13109         (Faref): Call CHAR_TABLE_REF for a char table.
13110         (Faset): Call CHAR_TABLE_SET for a char table.
13112         * dispextern.h (free_realized_face, check_face_attribytes)
13113         (generate_ascii_font): Extern them.
13114         (free_realized_multibyte_face): Delete extern.
13116         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
13117         table structure.
13119         * editfns.c: Include "character.h" instead of "charset.h".
13120         (Fchar_to_string): Always call CHAR_STRING.
13122         * emacs.c (main): Call init_charset_once, init_charset,
13123         syms_of_chartab, and syms_of_character.
13125         * fileio.c: Include "character.h" instead of "charset.h".
13126         (Finsert_file_contents): Big change for the new code-conversion API.
13127         (choose_write_coding_system, Fwrite_region): Likewise.
13128         (build_annotations_2): Delete.
13129         (e_write): Big change for the new code-conversion API.
13131         * fns.c: Include "character.h" instead of "charset.h".
13132         (copy_sub_char_table): Move to chartab.c.
13133         (Fcopy_sequence): Call copy_char_table for a char table.
13134         (concat): Delete codes calling count_multibyte.
13135         (string_char_to_byte, string_byte_to_char): Adjust for the new
13136         multibyte form.
13137         (internal_equal): Adjust for the change of char table structure.
13138         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
13139         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
13140         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
13141         (char_table_translate, optimize_sub_char_table)
13142         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
13143         chartab.c.
13144         (char_table_ref_and_index): Delete.
13145         (HASH_KEY, HASH_VALUE): Move to lisp.h.
13146         (Fmd5): Call preferred_coding_system instead of accessing
13147         Vcoding_category_list.  Adjust for the new code-conversion API.
13148         (syms_of_fns): Move defsubr for char table related functions to
13149         chartab.c.
13151         * fontset.c: Mostly re-written.
13153         * fontset.h (struct font_info): Change type of the member encoding_type.
13154         (enum FONT_SPEC_INDEX): New enum.
13155         (fontset_font_pattern, fs_load_font): Update prototype.
13156         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
13158         * indent.c: Include "character.h" instead of "charset.h".
13159         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
13161         * insdel.c: Include "character.h" instead of "charset.h".
13162         (copy_text): Don't refer to Vnonascii_translation_table.
13163         (insert_from_gap): New function.
13165         * keyboard.c: Include "character.h" instead of "charset.h".
13166         (command_loop_1): Never call direct_output_forward_char before
13167         a non-ASCII character.
13168         (read_char): If Vkeyboard_translate_table is a char table, always
13169         translate a character.
13171         * keymap.c: Include "character.h".
13172         (store_in_keymap): Handle the case that IDX is a cons.
13173         (Fdefine_key): Handle the case that KEY is a cons and the car part
13174         is also a cons (range).
13175         (push_key_description): Adjust for the new character code.
13176         (describe_vector): Call describe_char_table for a char table.
13177         (describe_char_table): New function.
13179         * keymap.h (describe_char_table): Extern it.
13181         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
13182         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
13183         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
13184         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
13185         Delete.
13186         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
13187         structure.
13188         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
13189         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
13190         (CHARTAB_SIZE_BITS_3): New macros.
13191         (chartab_size): Extern it.
13192         (struct Lisp_Char_Table): Re-design.
13193         (struct Lisp_Sub_Char_Table): New structure.
13194         (HASH_KEY, HASH_VALUE): Move from fns.c.
13195         (CHARACTERBITS): Define as 22.
13196         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
13197         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
13198         (GC_SUB_CHAR_TABLE_P): New macro.
13199         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
13200         (code_convert_string_norecord): Deleted extern.
13201         (init_character_once, syms_of_character, init_charset)
13202         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
13204         * lread.c: Include "character.h".
13205         (read_multibyte): New arg NBYTES.
13206         (read_escape): Change the meaning of returned *BYTEREP.
13207         (to_multibyte): Delete.
13208         (read1): Adjust the handling of char table and string.
13210         * print.c: Include "character.h" instead of "charset.h".
13211         (print_string): Convert 8-bit raw bytes to octal form by
13212         string_escape_byte8.
13213         (print_object): Adjust for the new multibyte form.  Print 8-bit
13214         raw bytes always in octal form.  Handle sub char table correctly.
13216         * process.c: Include "character.h" instead of "charset.h".
13217         (read_process_output, send_process): Adjust for the new
13218         code-conversion API.
13220         * puresize.h (BASE_PURESIZE): Increase.
13222         * regex.c: Include "character.h" instead of "charset.h".
13223         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
13224         (regex_compile): Accept a range whose starting and ending
13225         character have different leading bytes.
13226         (analyse_first): Adjust for the above change.
13228         * search.c: Include "character.h" instead of "charset.h".
13229         (search_buffer, boyer_moore): Adjust for the new multibyte form.
13230         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
13232         * syntax.c: Include "character.h" instead of "charset.h".
13233         (syntax_parent_lookup): Delete.
13234         (Fmodify_syntax_entry): Accept a cons as CHAR.
13235         (skip_chars): Adjust for the new multibyte form.
13236         (init_syntax_once): Call char_table_set_range instead of directly
13237         accessing the structure of a char table.
13239         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
13240         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
13241         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
13242         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
13244         * term.c: Include "buffer.h" and "character.h".
13245         (encode_terminal_code, write_glyphs): Adjust for the new
13246         code-conversion API.
13247         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
13249         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
13251         * xdisp.c: Include "character.h".
13252         (get_next_display_element): Adjust for the new multibyte form.
13253         (disp_char_vector): Adjust for the new char table structure.
13254         (decode_mode_spec_coding): Adjust for the new structure of
13255         coding system.
13256         (decode_mode_spec): Adjust for the new code-conversion API.
13258         * xfaces.c: Include "character.h" instead of "charset.h".
13259         (load_face_font): Adjust for the change of choose_face_font and
13260         FS_LOAD_FONT.
13261         (generate_ascii_font): New function.
13262         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
13263         (set_font_frame_param): Adjust for the change of choose_face_font.
13264         (free_realized_face): Make it public.
13265         (free_realized_faces_for_fontset): Rename from
13266         free_realized_multibyte_face.  Free also faces realized for ASCII.
13267         (choose_face_font): Change arguments.  Adjust for the change of
13268         fontset_font_pattern and FS_LOAD_FONT.
13270         * xfns.c: Include "character.h".
13271         (x_encode_text): Adjust for the new code-conversion API.
13273         * xselect.c: Don't include "charset.h".
13274         (selection_data_to_lisp_data): Adjust for the new code conversion API.
13276         * xterm.c: Include "character.h".
13277         (x_encode_char): New argument CHARSET.  Change caller.
13278         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
13279         Call ENCODE_CHAR instead of SPLIT_CHAR.
13280         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
13281         CHAR_WIDTH instead of CHARSET_WIDTH.
13282         (XTread_socket): Adjust for the new code-conversion API.
13283         (x_new_font): Adjust for the change of FS_LOAD_FONT.
13284         (x_load_font): Adjust for the change of struct font.
13286 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13288         * xfaces.c (face_at_buffer_position): Remove unused vars.
13290 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13292         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
13293         Fix overflow checking.
13295 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13297         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
13298         Cancel previous change.
13300 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
13302         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
13303         ccl->eight_bit_control.  Fix check for buffer overflow.
13304         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
13305         (ccl_driver): Initialize extra_bytes to 0.
13307 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
13309         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
13310         return it ORed with ctrl_modifier.
13312 2008-01-29  Miles Bader  <miles@gnu.org>
13314         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
13316 2008-01-28  Jason Rumney  <jasonr@gnu.org>
13318         * w32.c (stat): Don't double check for networked drive.
13320 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * window.c (run_window_configuration_change_hook): New function.
13323         Code extracted from set_window_buffer.  Set the selected frame.
13324         (set_window_buffer): Use it.
13325         * window.h (run_window_configuration_change_hook): Declare.
13326         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
13328         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
13330 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
13332         * Makefile.in: Remove references to unused macros.
13334 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
13336         * w32.c (g_b_init_get_sid_sub_authority)
13337         (g_b_init_get_sid_sub_authority_count): New static variables.
13338         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
13339         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
13340         (init_user_info): Use them to retrieve uid and gid.
13341         Use 500/513, the Windows defaults, as Administrator's uid/gid.
13342         (fstat): Use pw_uid and pw_gid from the_passwd structure for
13343         st_uid and st_gid of the file.
13345 2008-01-26  Jason Rumney  <jasonr@gnu.org>
13347         * w32.c (logon_network_drive): New function.
13348         (stat): Use it.
13350 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
13352         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
13353         invisible text covered with an ellipsis.
13355 2008-01-25  Richard Stallman  <rms@gnu.org>
13357         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
13358         jump back to beginning.  Move some other initializations after that.
13359         (Qwindow_text_change_functions, Vwindow_text_change_functions):
13360         New variables.
13361         (syms_of_xdisp): Init them.
13363         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
13365         * buffer.c (reset_buffer_local_variables):
13366         Implement `permanent-local-hook'.
13367         (Qpermanent_local_hook): New variable.
13368         (syms_of_buffer): Init and staticpro it.
13370 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
13372         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
13374 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
13376         * fns.c (Fclrhash): Return TABLE.
13378 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13380         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
13381         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
13382         is set even without positional changes.
13383         (x_scroll_bar_clear): Set bar->redraw_needed_p.
13385         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
13387 2008-01-23  Jason Rumney  <jasonr@gnu.org>
13389         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
13391         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
13392         the unicode range available in MULE by locale-coding-system.
13393         Improve dbcs lead byte detection.  Set event timestamp and modifiers
13394         earlier.
13396 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13398         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
13399         [MAC_OSX] (init_mac_osx_environment): Initialize it.
13400         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
13401         when used on child processes.
13403 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
13405         * dbusbind.c (Fdbus_method_return_internal): Rename from
13406         Fdbus_method_return.
13407         (Fdbus_unregister_object): Move to dbus.el.
13408         (Fdbus_call_method, Fdbus_method_return_internal)
13409         (Fdbus_send_signal): Improve debug messages.
13411 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
13413         * undo.c (undo_inhibit_record_point): New variable.
13414         (syms_of_undo): Initialize it.
13415         (record_point): Don't record point when undo_inhibit_record_point
13416         is set.
13418 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13420         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
13422         * xdisp.c (Qauto_hscroll_mode): New var.
13423         (syms_of_xdisp): Initialize it.
13424         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
13425         window's buffer.
13426         (hscroll_windows): Don't check automatic_hscrolling_p here.
13428         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
13429         vscroll if we're setting window-buffer to the value it already has.
13431 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
13433         * m/intel386.h: Remove references to XENIX.
13435 2008-01-17  Andreas Schwab  <schwab@suse.de>
13437         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
13438         instead of HAVE_X86_64_LIB64_DIR.
13439         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
13441 2008-01-17  Glenn Morris  <rgm@gnu.org>
13443         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
13444         to HAVE_X86_64_LIB64_DIR.
13446 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
13448         * s/irix3-3.h:
13449         * s/irix4-0.h:
13450         * s/386-ix.h:
13451         * s/domain.h:
13452         * s/hpux9-x11r4.h:
13453         * s/hpux9shxr4.h: Remove files for systems no longer supported.
13455         * sysdep.c: Remove code containing references to symbols defined
13456         by unsupported systems.
13458 2008-01-16  Glenn Morris  <rgm@gnu.org>
13460         * coding.c (select-safe-coding-system-function): Doc fix.
13462 2008-01-15  Glenn Morris  <rgm@gnu.org>
13464         * config.in: Revert 2008-01-13 change: this is a generated file.
13466 2008-01-13  Tom Tromey  <tromey@redhat.com>
13468         * lisp.h: Fix typo.
13470 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
13472         * m/sequent-ptx.h:
13473         * m/sequent.h:
13474         * s/ptx.h:
13475         * s/ptx4-2.h:
13476         * s/ptx4.h: Remove files for systems no longer supported.
13478         * callproc.c (Fcall_process): Fix previous change.
13480 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
13482         * unexsunos4.c: Remove file, system not supported anymore.
13484         * m/mips.h:
13485         * m/intel386.h:
13486         * callproc.c:
13487         * config.in:
13488         * ecrt0.c:
13489         * emacs.c:
13490         * fileio.c:
13491         * frame.c:
13492         * getpagesize.h:
13493         * keyboard.c:
13494         * lread.c:
13495         * process.c:
13496         * puresize.h:
13497         * sysdep.c:
13498         * systty.h:
13499         * syswait.h:
13500         * unexec.c:
13501         * xdisp.c:
13502         * alloc.c: Remove code containing references to symbols defined by
13503         unsupported systems.
13505 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
13507         * coding.c (detect_coding_mask): Fix previous change.
13509 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
13511         * coding.c (detect_coding_iso2022): New arg
13512         latin_extra_code_state.  Allow Latin extra codes only
13513         when *latin_extra_code_state is nonzero.
13514         (detect_coding_mask): If there is a NULL byte, detect the encoding
13515         as UTF-16 or binary.  If Latin extra codes exist, detect the
13516         encoding as ISO-2022 only when there's no other proper encoding is
13517         found.
13519 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13521         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
13522         #ifdef MAC_OS.
13524 2008-01-08  Richard Stallman  <rms@gnu.org>
13526         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
13528 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
13530         * keyboard.c (parse_menu_item): Don't enclose key bindings on
13531         menu bar in parentheses.
13533 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13535         * m/7300.h:
13536         * m/acorn.h:
13537         * m/alliant-2800.h:
13538         * m/alliant.h:
13539         * m/alliant1.h:
13540         * m/alliant4.h:
13541         * m/altos.h:
13542         * m/amdahl.h:
13543         * m/apollo.h:
13544         * m/att3b.h:
13545         * m/aviion-intel.h:
13546         * m/aviion.h:
13547         * m/celerity.h:
13548         * m/clipper.h:
13549         * m/cnvrgnt.h:
13550         * m/convex.h:
13551         * m/cydra5.h:
13552         * m/delta88k.h:
13553         * m/dpx2.h:
13554         * m/dual.h:
13555         * m/elxsi.h:
13556         * m/f301.h:
13557         * m/gould-np1.h:
13558         * m/gould.h:
13559         * m/i860.h:
13560         * m/ibmps2-aix.h:
13561         * m/ibmrt-aix.h:
13562         * m/ibmrt.h:
13563         * m/irist.h:
13564         * m/is386.h:
13565         * m/isi-ov.h:
13566         * m/mega68.h:
13567         * m/mg1.h:
13568         * m/news-r6.h:
13569         * m/news-risc.h:
13570         * m/news.h:
13571         * m/nh3000.h:
13572         * m/nh4000.h:
13573         * m/ns16000.h:
13574         * m/ns32000.h:
13575         * m/nu.h:
13576         * m/orion.h:
13577         * m/orion105.h:
13578         * m/paragon.h:
13579         * m/pfa50.h:
13580         * m/plexus.h:
13581         * m/pyramid.h:
13582         * m/pyrmips.h:
13583         * m/sh3el.h:
13584         * m/sps7.h:
13585         * m/sr2k.h:
13586         * m/stride.h:
13587         * m/sun1.h:
13588         * m/sun2.h:
13589         * m/sun3-68881.h:
13590         * m/sun3-fpa.h:
13591         * m/sun3-soft.h:
13592         * m/sun3.h:
13593         * m/sun386.h:
13594         * m/symmetry.h:
13595         * m/tad68k.h:
13596         * m/tahoe.h:
13597         * m/targon31.h:
13598         * m/tek4300.h:
13599         * m/tekxd88.h:
13600         * m/tower32.h:
13601         * m/tower32v3.h:
13602         * m/ustation.h:
13603         * m/wicat.h:
13604         * m/xps100.h:
13605         * s/cxux.h:
13606         * s/cxux7.h:
13607         * s/dgux.h:
13608         * s/dgux4.h:
13609         * s/dgux5-4-3.h:
13610         * s/dgux5-4r2.h:
13611         * s/esix.h:
13612         * s/esix5r4.h:
13613         * s/hiuxmpp.h:
13614         * s/hiuxwe2.h:
13615         * s/iris3-5.h:
13616         * s/iris3-6.h:
13617         * s/isc2-2.h:
13618         * s/isc3-0.h:
13619         * s/isc4-0.h:
13620         * s/isc4-1.h:
13621         * s/newsos5.h:
13622         * s/newsos6.h:
13623         * s/osf1.h:
13624         * s/osf5-0.h:
13625         * s/riscix1-1.h:
13626         * s/riscix12.h:
13627         * s/sco4.h:
13628         * s/sco5.h:
13629         * s/sunos4-0.h:
13630         * s/sunos4-1.h:
13631         * s/sunos413.h:
13632         * s/sunos4shr.h:
13633         * s/umax.h:
13634         * s/unipl5-2.h:
13635         * s/xenix.h:
13636         * cxux-crt0.s:
13637         * unexapollo.c:
13638         * unexconvex.c:
13639         * unexenix.c:
13640         * unexsni.c: Remove files for systems no longer supported.
13642         * m/intel386.h: Remove references to unsupported systems.
13644         * w32.c (get_emacs_configuration): Remove reference to i860.
13646         * sysdep.c: Remove dead code.
13648 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
13650         * s/rtu.h:
13651         * m/masscomp.h: Remove files.  Platform is obsolete.
13653 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
13655         * dbusbind.c (Fdbus_method_return): New function.
13656         (xd_read_message): Add the serial number to the event.
13657         (Fdbus_register_method): Activate the function.
13659 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13661         * keyboard.c (read_key_sequence): Fix typo.
13663 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
13665         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
13666         (xd_signature, xd_append_arg): Handle element type detection for
13667         empty arrays.
13668         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
13669         SDATA () calls; this must be solved more general.
13670         (Fdbus_register_signal): Use SBYTES instead of strlen.
13672 2008-01-03  Magnus Henoch  <magnus@zemdatav>
13674         * dbusbind.c (xd_append_arg): Use unsigned char instead of
13675         unsigned int for byte values (necessary for big-endian platform).
13676         (Fdbus_call_method): Handle the case of no returned arguments.
13678 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
13680         * dbusbind.c (xd_read_message): Use non-static input_event struct.
13682 2007-12-31  Magnus Henoch  <mange@freemail.hu>
13684         * dbusbind.c (xd_signature): Signature of variant is just "v".
13686 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
13688         * dbusbind.c: Fix several errors and compiler warnings.
13689         Reported by Tom Tromey <tromey@redhat.com>.
13690         (XD_ERROR, XD_DEBUG_MESSAGE)
13691         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
13692         (xd_append_arg): Part for basic D-Bus types rewritten.
13693         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
13694         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
13695         appropriate.
13696         (xd_read_message): Return Qnil.  Don't signal an error; it is not
13697         useful during event reading.
13698         (Fdbus_register_signal): Signal an error if the check for
13699         FUNCTIONP fails.
13700         (Fdbus_register_method): New function.  The implementation is not
13701         complete, the call of the function signals an error therefore.
13702         (Fdbus_unregister_object): New function, renamed from
13703         Fdbus_unregister_signal.  The initial check signals an error, if
13704         the object is not well formed.
13706 2007-12-30  Richard Stallman  <rms@gnu.org>
13708         * textprop.c (get_char_property_and_overlay):
13709         Signal error if POSITION is out of range in a buffer.
13711 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
13713         * w32fns.c (Fx_create_frame): Make copy of frame parameters
13714         because the original parameters are in pure storage now.
13716 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13718         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
13720 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
13722         * callint.c (syms_of_callint) <command-history>: Add reference to
13723         history-length in the doc string.
13725 2007-12-17  Jason Rumney  <jasonr@gnu.org>
13727         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
13728         before passing as wParam.
13730 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
13732         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
13733         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
13734         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
13735         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
13736         as number.
13737         (Fdbus_call_method): Fix docstring.
13739 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
13741         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
13742         New macros.
13743         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
13744         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
13745         Simplify.
13746         (xd_signature): New function.
13747         (xd_append_arg): Compute also signatures.  Major rewrite.
13748         (xd_retrieve_arg): Make debug messages friendly.
13749         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
13750         Check for signatures of arguments.
13752 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
13754         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
13755         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
13756         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
13757         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
13758         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
13759         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
13760         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
13761         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
13762         (xd_retrieve_value): Remove.  Functionality included in ...
13763         (xd_append_arg): New function.
13764         (Fdbus_call_method, Fdbus_send_signal): Apply it.
13766 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
13768         * dbusbind.c (top): Include <stdio.h>.
13769         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
13770         dbus_message_new_method_call and dbus_message_new_signal.
13771         (Fdbus_register_signal): Rename unique_name to uname.
13772         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
13773         non-existing unique name.  Fix typos in matching rule.  Return an
13774         object which is useful in Fdbus_unregister_signal.
13775         (Fdbus_unregister_signal): Reimplementation, in order to remove
13776         only the corresponding entry.
13777         (Vdbus_registered_functions_table): Change the order of entries.
13778         Apply these changes in xd_read_message and Fdbus_register_signal.
13780 2007-12-16  Andreas Schwab  <schwab@suse.de>
13782         * fileio.c (Finsert_file_contents): Fix overflow check to not
13783         depend on undefined integer overflow.
13785 2007-12-14  Jason Rumney  <jasonr@gnu.org>
13787         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
13788         for characters above 127.
13790 2007-12-13  Jason Rumney  <jasonr@gnu.org>
13792         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
13793         before dereferencing array.
13794         (lookup_vk_code): Remove zero comparison.
13796 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
13798         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
13799         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
13800         Use `unsigned int' instead of `uint'.
13801         (xd_read_message, Fdbus_register_signal): Split expressions into
13802         multiple lines before operators "&&" and "||", according to the
13803         GNU Coding Standards.
13805 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
13807         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
13809 2007-12-12  Juri Linkov  <juri@jurta.org>
13811         * buffer.c (Frename_buffer): In interactive spec replace
13812         `read-buffer' with `read-string' that uses `buffer-name-history'
13813         as history, and the current buffer's name as default.
13815 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13817         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
13818         manipulating the backtrace manually.
13819         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
13820         (struct backtrace, backtrace_list): Remove.
13821         (command_loop_1): Remove dead var `no_direct'.
13823         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
13824         preserve non-built-in buffer-local variables.
13825         (Fkill_all_local_variables): Don't re-create&re-set permanent
13826         buffer-local variables.
13828 2007-12-09  Juri Linkov  <juri@jurta.org>
13830         * buffer.c (Frename_buffer): Change interactive spec from "s" to
13831         Lisp code that uses `read-buffer' with current buffer as default.
13833 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
13835         * dbusbind.c (xd_read_message): Generate an event for every
13836         registered handler.  There might be several handlers registered
13837         for the same signal.
13838         (Fdbus_register_signal): Don't overwrite a registration for the
13839         same signal.  Add a new registration if handlers are different.
13840         (Vdbus_registered_functions_table): Rework doc string.
13842 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
13844         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
13845         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
13846         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
13847         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
13848         Unify argument lists.
13849         (xd_read_message, Fdbus_register_signal): Reorder and extend event
13850         arguments and hash table keys.  Use unique name for service.
13851         (Fdbus_unregister_signal): Remove checks.
13852         (Vdbus_registered_functions_table): Fix doc string.
13854 2007-12-05  Magnus Henoch  <mange@freemail.hu>
13856         * process.c (make_process): Initialize pty_flag to 0.
13858 2007-12-05  Jason Rumney  <jasonr@gnu.org>
13860         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
13861         specified XBMs.
13863 2007-12-05  Richard Stallman  <rms@gnu.org>
13865         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
13867 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13869         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
13870         New variable.
13871         (mac_try_close_socket) [MAC_OSX]: New function.
13872         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
13873         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
13875         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
13876         Use mac_try_close_socket.
13878 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13880         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
13881         reloc_base.
13882         (copy_dysymtab): Compute relocation base here.
13883         (rebase_reloc_address) [__ppc64__]: New function.
13884         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
13885         changed.
13887 2007-12-05  Jason Rumney  <jasonr@gnu.org>
13889         * w32proc.c (sys_spawnve): Quote args with wildcards.
13891 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13893         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
13894         __objc_* sections.
13895         (unrelocate) [_LP64]: Set relocation base to address of data segment.
13897 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
13899         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
13900         Move check for Vdbus_registered_functions_table to
13901         xd_read_queued_messages.
13902         (xd_read_queued_messages): Protect xd_read_message calls by
13903         internal_condition_case_1.
13905 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
13907         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
13908         Qdbus_system_bus and Qdbus_session_bus, respectively.
13909         (Vdbus_intern_symbols): Remove.
13910         (Vdbus_registered_functions_table): New hash table.
13911         (XD_SYMBOL_INTERN_SYMBOL): Remove.
13912         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
13913         Rewrite in order to manage registered functions by hash table
13914         Vdbus_registered_functions_table.
13916 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
13918         * xterm.c: Update URL to Window Manager Specification in comment.
13920 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
13922         * config.in (HAVE_DBUS): Add.
13924         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
13925         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
13926         (obj): Add $(DBUS_OBJ).
13927         (LIBES): Add $(DBUS_LIBS).
13928         (dbusbind.o): New target.
13930         * dbusbind.c: New file.
13932         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
13934         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
13935         (Qdbus_event): New Lisp symbol.
13936         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
13937         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
13938         (keys_of_keyboard): Define dbus-event.
13940         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
13942 2007-12-01  Richard Stallman  <rms@gnu.org>
13944         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
13946 2007-11-30  Jason Rumney  <jasonr@gnu.org>
13948         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
13949         (w32con_reset_terminal_modes): Clear screen buffer.
13950         (w32_face_attributes): Don't use color indexes that are out of range.
13951         Only reverse the default colors.
13953         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
13954         WINDOWSNT.
13956         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
13958 2007-11-29  Jason Rumney  <jasonr@gnu.org>
13960         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
13961         (w32_face_attributes): Use Vtty_defined_color_alist to determine
13962         if the terminal colors are initialized.
13963         (unspecified_fg, unspecified_bg): Remove unused declarations.
13965 2007-11-29  Andreas Schwab  <schwab@suse.de>
13967         * keyboard.c (apply_modifiers): Fix typo.
13969 2007-11-29  Richard Stallman  <rms@gnu.org>
13971         * keymap.c (Fcurrent_local_map): Doc fix.
13973 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
13975         * s/gnu-kfreebsd.h: New file.
13977 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13979         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
13980         Don't cast redundantly.
13982         * keyboard.c (KEY_TO_CHAR): New macro.
13983         (parse_modifiers, apply_modifiers): Accept integer arguments.
13984         (read_key_sequence): Use them to unify the "shift->unshift" mapping
13985         for chars and symbol keys.
13986         After doing such remapping, apply function-key-map again.
13988 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13990         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
13991         compiled anymore.
13993 2007-11-26  Andreas Schwab  <schwab@suse.de>
13995         * process.c (list_processes_1): Fix indentation level of the
13996         command column.
13998 2007-11-23  Andreas Schwab  <schwab@suse.de>
14000         * editfns.c (Fformat): Handle %c specially since it requires the
14001         argument to be of type int.
14003 2007-11-23  Markus Triska  <markus.triska@gmx.at>
14005         * emacs.c (main): Call init_editfns before init_process, since
14006         init_process sets Vprocess_connection_type depending on OS release.
14008 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14010         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
14011         (find_symbol_value): Use do_symval_forwarding.
14013         * data.c (set_internal): Set the value in the `cons-cell' (for
14014         Buffer_Local_values) not only for frame-local variables.
14016 2007-11-22  Andreas Schwab  <schwab@suse.de>
14018         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
14019         values to sprintf.
14020         * keymap.c (Fsingle_key_description): Likewise.
14021         * print.c (print_object): Likewise.
14023 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
14025         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
14026         file for image is nil.
14028 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
14030         * term.c: Include stdarg.h.
14031         (fatal): Implement using varargs.
14032         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
14034 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14036         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
14037         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
14038         Update call to buffer_slot_type_mismatch.
14039         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
14040         (buffer_slot_type_mismatch): Update.
14041         * buffer.c (buffer_local_types): Remove.
14042         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
14043         (defvar_per_buffer): Set the type in the buffer_objfwd.
14045 2007-11-21  Jason Rumney  <jasonr@gnu.org>
14047         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
14048         CreateFileMapping returns NULL on failure.
14050 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * search.c (Fset_match_data): Remove the `evaporate' feature.
14053         (unwind_set_match_data): Don't use the `evaporate' feature.
14055 2007-11-21  Jason Rumney  <jasonr@gnu.org>
14057         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
14059         * w32console.c (w32con_write_glyphs): Remove unused variables.
14061 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14063         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
14065         * s/darwin.h (MULTI_KBOARD): Remove.
14067         * macfns.c (x_create_tip_frame, Fx_create_frame)
14068         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
14070 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14072         * buffer.c (Fbuffer_local_value): Remove redundant test.
14073         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
14074         than in `current-buffer' to match the comment.
14075         Do the swap using swap_in_global_binding.
14077         * data.c (store_symval_forwarding, set_internal):
14078         * eval.c (specbind): Remove dead code.
14080         * coding.c (detect_coding, Fupdate_coding_systems_internal):
14081         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
14082         Since we do not want to see internal Lisp_*fwd objects here.
14084 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
14086         * sysdep.c (init_system_name): Use getaddrinfo if available.
14088         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
14089         (x_scroll_bar_note_movement): start, end, with, height in struct
14090         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
14092 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
14094         * puresize.h (BASE_PURESIZE): Increase to 1190000.
14096 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14098         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
14099         This undoes Richard's change of 14-Oct-2002.
14101         * alloc.c (allocate_other_vector):
14102         * lisp.h (allocate_other_vector): Remove.
14104         * window.c (struct save_window_data): Move non-lisp data to the end
14105         and make it `int' rather than Lisp_Object.
14106         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
14107         Done wrap/unwrap integer values.
14108         (Fset_window_configuration, compare_window_configurations):
14109         Update use of fields to their new types.
14111         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
14112         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
14113         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
14114         (SET_SCROLL_BAR_X_WINDOW): Remove.
14115         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
14116         Access the new x_window field directly.
14117         * xterm.c (x_scroll_bar_create): Use a pseudovector.
14118         Don't wrap/unwrap integers into Lisp_Objects.
14119         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
14120         (x_scroll_bar_report_motion):
14121         Don't wrap/unwrap integers into Lisp_Objects.
14122         (x_term_init): Use SDATA.
14123         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
14124         (x_scroll_bar_set_handle, x_scroll_bar_remove)
14125         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
14126         (x_scroll_bar_report_motion, x_scroll_bar_clear):
14127         * xfns.c (x_set_background_color):
14128         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
14129         Access the new x_window field directly.
14131         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
14132         (allocate_pseudovector): Make non-static.
14134         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
14135         (allocate_pseudovector): Declare.
14136         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
14138 2007-11-15  Andreas Schwab  <schwab@suse.de>
14140         * editfns.c (Fformat): Correctly format EMACS_INT values.
14141         Also take precision into account when formatting an integer.
14143         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
14145 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14147         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
14148         (syms_of_keyboard): Defsubr it.
14150         * data.c (swap_in_global_binding): Fix longstanding bug where
14151         store_symval_forwarding was not called with the right second argument,
14152         thus causing objfwd-ing from being dropped.
14154 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
14156         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
14157         (Fx_display_pixel_height, Fx_display_planes)
14158         (Fx_display_color_cells, Fx_server_max_request_size)
14159         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
14160         (Fx_display_visual_class, Fx_display_save_under):
14161         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
14162         (Fx_display_pixel_height, Fx_display_planes)
14163         (Fx_display_color_cells, Fx_server_max_request_size)
14164         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14165         (Fx_display_mm_height, Fx_display_mm_width)
14166         (Fx_display_backing_store, Fx_display_visual_class)
14167         (Fw32_select_font, Fx_display_save_under):
14168         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
14169         (Fx_display_pixel_height, Fx_display_planes)
14170         (Fx_display_color_cells, Fx_server_max_request_size)
14171         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
14172         (Fx_display_save_under): Fix typos in docstrings.
14174 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
14176         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
14177         corresponding to deleted entries; they are an implementation detail.
14178         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
14179         Remove variables.
14180         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
14181         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
14182         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
14183         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
14184         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
14185         (Fw32_define_rgb_color, Fw32_load_color_file)
14186         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
14187         Fix typos in docstrings.
14188         (Fx_server_version): Reflow docstring.
14189         (Fw32_shell_execute): Doc fixes.
14191 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
14193         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
14194         if w32_parse_hot_key returned nil.
14196 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14198         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
14200 2007-11-09  Jason Rumney  <jasonr@gnu.org>
14202         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
14204         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
14206         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
14207         Remove W32_SCROLL_BAR_CLICK_EVENT.
14209         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
14210         Add MULTIMEDIA_KEY_EVENT.
14212         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
14213         (lispy_multimedia_keys) [WINDOWSNT]: New array.
14214         (make_lispy_event) [WINDOWSNT]: Use it to translate
14215         MULTIMEDIA_KEY_EVENT.
14217         * w32term.h (WM_APPCOMMAND): Define if not already.
14218         (GET_APPCOMMAND_LPARAM): Likewise.
14220         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
14221         WM_APPCOMMAND.
14223         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
14224         (syms_of_w32fns): Export and initialize it.
14225         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
14227 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
14229         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
14230         twice.
14232         * xdisp.c (handle_face_prop): Fix last change.
14234 2007-11-09  Richard Stallman  <rms@gnu.org>
14236         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
14237         not just for after-strings and before-strings.
14238         Call face_for_overlay_string and pass the overlay to it.
14239         (handle_display_prop): Determine whether property came from an overlay.
14240         Pass OVERLAY arg to handle_single_display_spec.
14241         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
14242         (load_overlay_strings): Fill in it->string_overlays.
14243         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
14245         * xfaces.c (face_for_overlay_string): Function renamed from
14246         face_at_buffer_position_no_overlays, and add arg OVERLAY.
14248         * dispextern.h (struct it): New elt string_overlays.
14249         New elt from_overlay, also in stack.
14250         Rearrange a few elements.
14251         (face_for_overlay_string): Decl renamed from
14252         face_at_buffer_position_no_overlays, and add argument.
14254 2007-11-09  Richard Stallman  <rms@gnu.org>
14256         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
14257         to get the base face for an overlay string.
14259         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
14261         * xfaces.c (face_at_buffer_position_no_overlays): New function.
14263         * xdisp.c (handle_stop): Move some code out of loop.
14265 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14267         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
14268         Fix conversion from Lisp object to ATSUFontID.
14270 2007-11-09  Jason Rumney  <jasonr@gnu.org>
14272         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
14274 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14276         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
14277         Don't assume regions are aligned to page boundary.
14278         (print_load_command_name): Add LC_UUID if defined.
14280 2007-11-09  Richard Stallman  <rms@gnu.org>
14282         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
14284 2007-11-07  Jason Rumney  <jasonr@gnu.org>
14286         * s/windows95.h: Remove.
14288 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
14290         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
14291         abort with a message on unhandled store_type values.
14293 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
14295         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
14296         Remove HAVE_X11R5 and HAVE_X11R4.
14298 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
14300         * Makefile.in: Remove references to sunfns.c and sunfns.o.
14302 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
14304         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
14305         Don't set s->stippled_p here, since it has already been set by
14306         x_set_glyph_string_gc from x_draw_glyph_string.
14308 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
14310         * sunfns.c: Remove file.
14312         * m/sun386.h:
14313         * m/sun2.h:
14314         * m/sparc.h: Remove Sun windows code.
14316 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14318         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
14319         (init_keyboard): Set current_kboard's window-system to nil.
14320         (tty_read_avail_input): Typo.
14321         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
14323 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14325         * s/usg5-4.h:
14326         * s/usg5-3.h:
14327         * s/ptx.h:
14328         * m/is386.h:
14329         * m/ibmps2-aix.h:
14330         * Makefile.in: Remove all mentions of X10.
14332         * dispnew.c (syms_of_display): Don't mention version 10.
14334 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
14336         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
14337         ($(BLD)/abbrev.$(O)): Remove.
14339 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14341         Rewrite abbrev.c in Elisp.
14342         * image.c (Qcount): Don't declare as extern.
14343         (syms_of_image): Initialize and staticpro `Qcount'.
14344         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
14345         * emacs.c (main): Don't call syms_of_abbrev.
14346         * Makefile.in (obj): Remove abbrev.o.
14347         (abbrev.o): Remove.
14348         * abbrev.c: Remove.
14350 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
14352         * window.c (window_min_size_2): Don't count header-line.
14354 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14356         * frame.h (struct frame): Move all bit fields after the first bit
14357         field to take advantage of the available space.  Group all the
14358         chars together to reduce wasted space due to padding.
14360 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14362         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
14364         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
14365         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
14366         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
14367         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
14368         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
14369         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
14370         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
14371         (last_marked, mark_object_loop_halt): Make static.
14373         * frame.c (syms_of_frame) <delete-frame-functions>:
14374         Fix typo in docstring.
14376 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
14378         * w32.c (init_environment): Fix tiny memory leak.
14379         (w32_get_resource): Remove unused variable `ok'.
14381 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14383         Make `window-system' into a keyboard-local variable (rather than
14384         frame-local as done originally by multi-tty).
14386         * keyboard.h (struct kboard): Add Vwindow_system.
14387         * keyboard.c (init_kboard): Set a default for Vwindow_system.
14388         (mark_kboards): Mark Vwindow_system.
14390         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
14391         (init_display): Don't set the obsolete `window-system' frame-param.
14393         * xterm.c (x_term_init):
14394         * w32term.c (w32_create_terminal):
14395         * term.c (init_tty): Set Vwindow_system.
14396         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
14397         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
14399         * xfns.c (Fx_create_frame, x_create_tip_frame):
14400         * w32fns.c (Fx_create_frame, x_create_tip_frame):
14401         * macfns.c (Fx_create_frame):
14402         Don't set the obsolete `window-system' frame-param.
14404         * frame.h (Qwindow_system): Remove.
14405         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
14406         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
14408 2007-10-24  Richard Stallman  <rms@gnu.org>
14410         * frame.c (x_figure_window_size): For fullscreen case,
14411         set USPosition | PPosition without clobbering rest of window_prompting.
14413         * keyboard.c (Fcurrent_idle_time): Doc fix.
14415         * print.c (Fwith_output_to_temp_buffer): Doc fix.
14417 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14419         * process.c (unwind_request_sigio): Only define if __ultrix__.
14421         * callproc.c (child_setup): Remove spurious *.
14423         * lisp.h (Fget_text_property): Declare.
14424         (have_menus_p): Declare it here rather than in sys-dep header files.
14425         * macterm.h (have_menus_p):
14426         * msdos.h (have_menus_p):
14427         * xterm.h (have_menus_p): Remove.
14429         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14430         (Fmake_variable_frame_local): Just check the variable's const-ness
14431         rather than checking nil or t.
14433 2007-10-22  Jason Rumney  <jasonr@gnu.org>
14435         * w32fns.c: Include math.h.
14436         (w32_abort): Declaration moved to nt/config.nt.
14438         * s/ms-w32.h (HAVE_STDLIB_H): Define.
14439         (abort): Redefinition moved to nt/config.nt.
14441         * m/windowsnt.h: Remove.
14443 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
14445         * emacs.c (Fdump_emacs): Fix typo in message.
14446         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
14447         <installation-directory>: Reflow docstring.
14449 2007-10-22  Juri Linkov  <juri@jurta.org>
14451         * minibuf.c: Allow minibuffer default to be a list of default values.
14452         With empty input use the first element of this list as returned default.
14453         (string_to_object)
14454         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
14455         (read_minibuf): If defalt is cons, set histstring to its car.
14456         (Fread_string): If default_value is cons, set val to its car.
14457         (Fread_buffer): If def is cons, use its car.
14458         (Fcompleting_read): If defalt is cons, set val to its car.
14460 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
14462         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
14464 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
14466         * doc.c (Fdocumentation): Check for advice in all cases.
14468 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
14470         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
14472 2007-10-19  Richard Stallman  <rms@gnu.org>
14474         * doc.c (Fdocumentation): Check for and handle an advised function.
14476 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
14478         * process.c (Fset_process_filter): Doc fix.
14480 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14482         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
14483         which caused key-translation-map to applied repeatedly (thus breaking
14484         double-mode).
14486 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14488         * xselect.c (x_own_selection, x_handle_selection_clear)
14489         (x_clear_frame_selections):
14490         * w32menu.c (list_of_panes, list_of_items):
14491         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
14492         * textprop.c (validate_plist, interval_has_all_properties)
14493         (interval_has_some_properties, interval_has_some_properties_list)
14494         (add_properties, text_property_list):
14495         * process.c (Fget_buffer_process, list_processes_1, status_notify):
14496         * minibuf.c (Fassoc_string):
14497         * macselect.c (x_own_selection, x_clear_frame_selections)
14498         (Fx_disown_selection_internal):
14499         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
14500         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
14502 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
14504         * process.c: Link to libs for calling res_init() if available.
14505         (Fmake_network_process): Call res_init() before getaddrinfo or
14506         gethostbyname, if possible.
14508 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14510         * lread.c (read1): Set pvectype for char_tables.
14512         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
14513         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
14514         Add type checks.
14515         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
14517         * alloc.c (free_misc): Use XMISCTYPE.
14518         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
14520 2007-10-17  Glenn Morris  <rgm@gnu.org>
14522         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
14523         (syms_of_minibuf): Add Qcompletion_ignore_case.
14524         * dired.c (Qcompletion_ignore_case): Change to external.
14525         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
14526         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
14527         (Fread_file_name): Use it rather than intern'ing.
14529         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
14530         (Fread_coding_system): Ignore case of user input.
14532 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14534         * xdisp.c (handle_display_prop): Ignore display specs after
14535         replacing one when string text is being replaced.
14536         (handle_single_display_spec): Pretend as if characters with display
14537         property haven't been consumed only when buffer text is being replaced.
14539 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14541         * xfns.c (Fx_create_frame, Fx_display_list):
14542         * window.c (window_fixed_size_p, enlarge_window)
14543         (shrink_window_lowest_first):
14544         * macterm.c (init_font_name_table):
14545         * macfns.c (Fx_create_frame, Fx_display_list):
14546         * lread.c (close_load_descs):
14547         * keyboard.c (read_char_x_menu_prompt):
14548         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
14549         * coding.c (code_convert_region_unwind): Test the type of an object
14550         rather than just !NILP before extracting data from it.
14552         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
14554         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
14555         (XMISCANY): New macro.
14556         (XMISCTYPE): Use it.
14557         (struct Lisp_Misc_Any): New type.
14558         (union Lisp_Misc): Use it.
14559         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
14560         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
14561         (find_symbol_value, set_internal, default_value, Fset_default)
14562         (Fmake_variable_buffer_local, Fmake_local_variable)
14563         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
14564         (Flocal_variable_if_set_p, Fvariable_binding_locus):
14565         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
14566         * alloc.c (allocate_buffer): Set the size and tag.
14567         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
14568         Use XMISCANY.
14569         (die): Follow the GNU convention for error messages.
14570         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
14571         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
14572         tag any more.
14573         (set_buffer_internal_1):
14574         * frame.c (store_frame_param):
14575         * eval.c (specbind):
14576         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
14578         * doc.c (Fsnarf_documentation): Simplify.
14580 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
14582         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
14583         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
14585 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14587         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
14589 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
14591         * eval.c (do_autoload): Don't save autoloads.
14593         * data.c (Ffset): Save autoload of the function being set.
14595 2007-10-07  John Paul Wallington  <jpw@pobox.com>
14597         * xfns.c (x_create_tip_frame): Set the `display-type' frame
14598         parameter before setting up faces.
14600 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
14602         * ccl.c (Fregister_code_conversion_map):
14603         * keyboard.c (append_tool_bar_item): Reformat last change.
14605         * lisp.h (eabs): Rename from `abs'.  All callers changed.
14607 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
14609         * buffer.c (add_overlay_mod_hooklist):
14610         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
14611         * fontset.c (make_fontset):
14612         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
14613         (append_tool_bar_item):
14614         * macmenu.c (grow_menu_items):
14615         * w32menu.c (grow_menu_items):
14616         * xmenu.c (grow_menu_items): Use larger_vector.
14618 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
14620         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
14621         selected frame'' on MSDOS).
14623 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
14625         * frame.c (Qexplicit_name): New variable.
14626         (x_report_frame_params): Report it in parameter alist.
14627         (syms_of_frame): Intern and staticpro it.
14629 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
14631         * macfns.c (x_create_tip_frame): Set terminal for frame.
14633 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14635         * frame.c (Qenvironment): Remove.
14636         (syms_of_frame) <Qenvironment>: Don't initialize.
14637         (Fdelete_frame): Don't treat the `environment' param specially.
14638         * frame.h (Qenvironment): Don't declare.
14639         * callproc.c (set_initial_environment): Don't set unused frame param.
14641         * frame.c (Fframe_with_environment): Remove.
14642         (syms_of_frame) <Sframe_with_environment>: Don't declare.
14644         * lisp.h (Fframe_with_environment): Don't declare.
14646 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
14648         * indent.c (indent_tabs_mode, last_known_column)
14649         (last_known_column_modified): Make static.
14650         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
14652 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14654         * puresize.h (BASE_PURESIZE): Increase to 1170000.
14656 2007-10-09  Jason Rumney  <jasonr@gnu.org>
14658         * w32term.c (x_set_window_size): Disable code that attempts to tell
14659         Lisp code about a size change before it actually happens.
14661 2007-10-09  Richard Stallman  <rms@gnu.org>
14663         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
14664         return HANDLED_RETURN.
14666 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
14668         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
14669         when there's an unread command event.
14671         * frame.c (focus_follows_mouse): Move here from frame.el to allow
14672         window autoselection act appropriately when leaving selected frame.
14673         (syms_of_frame): Initialize focus_follows_mouse.
14674         * frame.h (focus_follows_mouse): Extern it.
14675         * macterm.c (XTread_socket): When focus_follows_mouse is nil
14676         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
14677         * msdos.c (dos_rawgetc): Likewise.
14678         * w32term.c (w32_read_socket): Likewise.
14679         * xterm.c (handle_one_xevent): Likewise.
14680         * xdisp.c (syms_of_xdisp): In doc-string of
14681         mouse-autoselect-window mention focus-follows-mouse.
14683 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14685         * macterm.c (mac_load_query_font): Fix missing return value.
14686         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
14687         Add BLOCK_INPUT.
14689 2007-10-08  Richard Stallman  <rms@gnu.org>
14691         * xdisp.c (get_window_cursor_type): Implement documented behavior
14692         for cursor-in-non-selected-windows = t.
14694 2007-10-08  Jason Rumney  <jasonr@gnu.org>
14696         * w32.c (w32_get_resource): Always close registry keys.
14698 2007-10-08  Jason Rumney  <jasonr@gnu.org>
14700         * makefile.w32-in (LIBS): Add COMCTL32.
14702         * w32fns.c (globals_of_w32fns): Init common controls.
14704 2007-10-08  Richard Stallman  <rms@gnu.org>
14706         * image.c (our_memory_buffer): Rename from omfib_buffer.
14708 2007-10-08  Richard Stallman  <rms@gnu.org>
14710         * buffer.c (Foverlays_at): Doc fix.
14712 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14714         * fns.c (Fplist_put): Preserve uneven tail data.
14716 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
14718         * termhooks.h (enum event_kind): Remove trailing comma.
14720         * frame.h (enum): Remove trailing comma.
14722 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
14724         * w32proc.c (delete_child): Don't terminate threads of zombies.
14726 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
14728         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
14730         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
14731         last-repeatable-command.
14732         (init_kboard): Initialize Vlast_repeatable_command.
14733         (command_loop_1): Set it to real_this_command unless that was
14734         bound to an input event.
14735         (mark_kboards): Mark it.
14737 2007-10-08  Richard Stallman  <rms@gnu.org>
14739         * eval.c (condition-case): Doc fix.
14741 2007-10-08  Masatake YAMATO  <jet@gyve.org>
14743         * xfaces.c (tty_supports_face_attributes_p): Fix code
14744         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
14745         was copied and not edited.
14747 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14749         Add new `input-decode-map' keymap and use it for terminal
14750         escape sequences.
14751         * keyboard.h (struct kboard): Add Vinput_decode_map.
14752         Remove Vlocal_key_translation_map.
14753         * keyboard.c (read_key_sequence): Add support for input-decode-map.
14754         (init_kboard): Init input-decode-map.
14755         Replace local-key-translation-map back with key-translation-map.
14756         (syms_of_keyboard): Declare input-decode-map.
14757         Remove local-key-translation-map.  Update docstrings.
14758         (mark_kboards): Mark Vinput_decode_map.
14759         Don't mark Vlocal_key_translation_map.
14760         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
14761         Replace local-key-translation-map back with key-translation-map.
14762         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
14763         Bind in input-decode-map rather than function-key-map.
14765         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
14766         This was made redundant by the previous introduction of XSETPVECTYPE.
14768 2007-10-09  Richard Stallman  <rms@gnu.org>
14770         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
14772 2007-09-29  Richard Stallman  <rms@gnu.org>
14774         * eval.c (internal_condition_case_2, internal_condition_case_1)
14775         (internal_condition_case): Reenable abort if x_catching_errors ()
14776         to see if that really happens and why.
14778 2007-10-06  Andreas Schwab  <schwab@suse.de>
14780         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
14782 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14784         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
14786 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14788         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
14790 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14792         * window.h (struct window):
14793         * window.c (struct save_window_data, struct saved_window):
14794         * termhooks.h (struct terminal):
14795         * process.h (struct Lisp_Process):
14796         * frame.h (struct frame):
14797         * buffer.h (struct buffer):
14798         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
14799         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
14800         The size field of (pseudo)vectors is now unsigned.
14801         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
14803         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
14804         Turn `count' into an integer.
14806         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
14807         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
14808         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
14809         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
14810         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
14812         * alloc.c (allocate_pseudovector): New fun.
14813         (ALLOCATE_PSEUDOVECTOR): New macro.
14814         (allocate_window, allocate_terminal, allocate_frame)
14815         (allocate_process): Use it.
14816         (mark_vectorlike): New function.
14817         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
14818         (mark_terminals): Use it.
14819         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
14820         (Fmake_byte_code): Use XSETPVECTYPE.
14822         * frame.c (Fframe_parameters): Minor simplification.
14824         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
14826         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
14828         * buffer.c (Fget_buffer_create, init_buffer_once):
14829         * lread.c (defsubr):
14830         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
14832         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
14833         defined differently in the m/*.h files.
14834         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
14835         (XSETPVECTYPE): New macro.
14836         (XSETPSEUDOVECTOR): Use it.
14838         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
14839         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
14841         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
14842         * lread.c (defvar_per_buffer):
14843         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
14845         * window.c (candidate_window_p): Only consider as visible frames that
14846         are on the same terminal.
14848         * m/ibms390x.h (MARKBIT): Remove unused macro.
14850 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
14852         * lread.c (Fload): Fix typo in docstring.
14854 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
14856         * floatfns.c (Fexpt): Manually check for overflows, so that a power
14857         of a non-zero value can't yield zero.
14859 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14861         * term.c (term_clear_mouse_face, term_mouse_highlight)
14862         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
14864         * print.c (safe_debug_print): Use XHASH.
14866         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
14867         Lisp elements such as tags.
14868         (XHASH): New macro.
14869         (EQ): Use it.
14870         (SREF, SSET, STRING_COPYIN): Use SDATA.
14871         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
14873         * alloc.c (mark_terminal): Remove left-over declaration.
14874         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
14875         (allocate_vectorlike): Remove type argument.  Adjust callers.
14876         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
14877         Only handle the one remaining MEM_TYPE_VECTORLIKE.
14879         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
14880         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
14881         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
14882         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
14883         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
14884         Use them.
14886         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
14887         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
14888         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
14890 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
14892         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
14893         loaded by default.
14895 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14897         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
14898         on this tty.
14899         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
14901         * term.c (mouse_face_window): Rename from Qmouse_face_window.
14902         Update all users.
14903         (handle_one_term_event): Use Gpm_DrawPointer.
14904         (Fgpm_mouse_start): Rename from Fterm_open_connection.
14905         Signal errors instead of returning nil.  Always return nil.
14906         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
14907         Make it a noop if gpm-mouse was not activated.
14908         (syms_of_term): Update names.
14910 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14912         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
14913         (init_sys_modes): Check that gpm_tty is the current tty.
14915         * alloc.c (allocate_terminal): Set the vector size to only count the
14916         lisp fields.  Initialize those to nil.
14917         (mark_object): Don't treat terminals specially.
14918         (mark_terminal): Remove.
14919         (mark_terminals): Use mark_object instead.
14921         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
14922         the GC to the beginning.
14924         * indent.h:
14925         * indent.c: Use EMACS_INT for ints coming from Elisp data.
14927         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
14929 2007-09-25  Jason Rumney  <jasonr@gnu.org>
14931         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
14933         * w32console.c (create_w32cons_output): Remove.
14935         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
14937         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
14938         (reset_sys_modes): Use reset_terminal_modes_hook.
14940 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14942         * eval.c (do_autoload): Don't output any message.
14944 2007-09-24  Juri Linkov  <juri@jurta.org>
14946         * emacs.c (standard_args): Change priority of "--no-splash"
14947         from 40 to 3.  Add "--no-desktop" with the same priority.
14949 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
14951         * alloc.c (gc_sweep): Check cons cell mark bits word by word
14952         and optimize the case where they are all 1.
14954 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
14956         * lisp.h (abs): Define if not defined.
14957         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
14958         Don't define `abs', since it's defined in lisp.h.
14960 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
14962         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
14963         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
14964         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
14965         (init_tty): Use DEV_TTY instead of "/dev/tty".
14966         [WINDOWSNT]: No need to protect from NAME arg being null.
14968 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14970         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
14971         up the tty state.
14973 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14975         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
14976         (gpm_tty): Change its type.
14977         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
14978         (gpm_tty): Change its type and initialize it.
14979         (Fterm_open_connection): Check the frame is indeed a tty.
14980         Use the new gpm_tty.
14981         (Fterm_close_connection): Use the new gpm_tty.
14982         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
14983         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
14985 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
14987         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
14988         underline_color, to draw strike-through.
14990 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14992         * lisp.h (allocate_terminal): Declare.
14994         * window.c (candidate_window_p): Consider frames that are being placed
14995         by the user as somewhere between visible and iconified.
14996         (window_loop): Prefer windows on the current frame.
14997         (Fselect_window): Move the use of select-frame to the beginning so we
14998         can just delegate all the work (it'll call us back anyway).
15000         * frame.c (Qdisplay_environment_variable):
15001         * frame.h (Qdisplay_environment_variable): Delete.
15003         * .gdbinit (xbacktrace): Print the arg's address rather than the value
15004         of the first arg, since that value may be a union.
15006         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
15007         parameter rather than Qdisplay_environment_variable.  If all else
15008         fails, look for DISPLAY in initial-environment.
15010 2007-09-21  Glenn Morris  <rgm@gnu.org>
15012         * Makefile.in (emacstool): Remove target.
15013         (lisp, shortlisp): Remove termdev.elc.
15015 2007-09-21  Markus Triska  <markus.triska@gmx.at>
15017         * xterm.c (x_delete_display): Compile session management conditionally.
15019 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15021         * callproc.c (getenv_internal_1): New function.
15022         (getenv_internal): Use it.
15023         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
15025         * terminal.c (get_terminal): Don't accept ints to represent terminals.
15026         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
15027         (Fset_terminal_parameter): Work with dead terminals as well.
15028         (Fmodify_terminal_parameters): Remove.
15030         * terminal.c (get_terminal): Handle terminals.
15031         Make sure the terminal returned is live.
15032         (create_terminal): Use allocate_terminal.
15033         (mark_terminals): Move to alloc.c.
15034         (delete_terminal): Use terminal->name as liveness status.
15035         NULL out fields after freeing their contents.
15036         Don't deallocate the object.
15037         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
15038         rather than an int.
15039         (Fterminal_live_p): Accept non-integer arguments.
15040         (Fterminal_list): Return terminal objects rather than an ints.
15042         * alloc.c (enum mem_type): New member for `terminal' objects.
15043         (allocate_terminal): New function.
15044         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
15045         Handle terminals.
15046         (mark_terminal): New fun.
15047         (mark_terminals): Move from terminal.c.
15049         * term.c (get_tty_terminal): Don't treat output_initial specially.
15050         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
15051         (delete_tty): Use terminal->name as liveness status.
15053         * termhooks.h (struct terminal): Make it into a pseudovector.
15054         Remove `deleted' replaced by checking `name's nullness.
15056         * print.c (print_object): Handle terminals.
15058         * lisp.h (enum pvec_type): New `terminal' pseudovector.
15059         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
15061         * frame.c (make_terminal_frame):
15062         * keyboard.c (tty_read_avail_input):
15063         * w32term.c (x_delete_terminal):
15064         * xfns.c (Fx_create_frame, x_create_tip_frame):
15065         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
15067 2007-09-20  Glenn Morris  <rgm@gnu.org>
15069         * process.c (Fmake_network_process): Doc fix.
15071 2007-09-19  Jason Rumney  <jasonr@gnu.org>
15073         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
15075 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
15077         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
15078         Fix a C warning regarding variable constness.
15080         * xterm.c (handle_one_xevent): Fix a C warning.
15082 2007-09-18  Jason Rumney  <jasonr@gnu.org>
15084         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
15086 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
15088         * gtkutil.c (gdpy_def): New variable.
15089         (xg_initialize): Initialize gdpy_def.
15090         (xg_display_close): If no other display exists, set gdpy_def to a
15091         new connection.
15093 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
15095         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
15096         when we have no file name for the icon.
15097         (xg_tool_bar_expose_callback): Remove.
15098         (xg_create_tool_bar): Don't connect expose signal to
15099         xg_tool_bar_expose_callback.
15100         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
15102 2007-09-16  Andreas Schwab  <schwab@suse.de>
15104         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
15105         values instead of zapping them.
15107 2007-09-14  Glenn Morris  <rgm@gnu.org>
15109         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
15110         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
15111         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
15112         scope and rename to omfib_buffer for clarity.
15113         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
15115 2007-09-14  Kenichi Handa  <handa@m17n.org>
15117         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
15119 2007-09-13  Jason Rumney  <jasonr@gnu.org>
15121         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
15123         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
15125         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
15126         (mac_term_init): Call here instead, passing rif.
15128 2007-09-13  Glenn Morris  <rgm@gnu.org>
15130         * s/hpux.h: No longer define `static' as nothing.
15132 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
15134         * callint.c (Fcall_interactively): Remove unused var `fun'.
15136 2007-09-12  Romain Francoise  <romain@orebokech.com>
15138         * window.c (prefer_window_split_horizontally, display_buffer):
15139         Revert 2007-09-08 change.
15141 2007-09-12  Glenn Morris  <rgm@gnu.org>
15143         * alloca.c: Remove file.
15144         * Makefile.in (alloca): Do not undef.
15145         (allocaobj, alloca.o): Remove.
15146         (otherobj): Remove allocaobj.
15147         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
15148         * regex.c (C_ALLOCA): Remove all references and code that was only
15149         used when this was defined.
15150         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
15151         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
15152         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
15154         * Makefile.in (SOURCES, unlock, relock): Delete.
15156         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
15157         (menu_grab_callback): All uses changed.
15159         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
15160         (x_reply_selection_request): All uses changed.
15162 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15164         * lread.c (load_warn_old_style_backquotes): Change message to look
15165         better when it appears in the middle of byte-compiler messages.
15167 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
15169         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
15171         * xterm.c (x_create_terminal): Add comment.
15173         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
15175 2007-09-10  Richard Stallman  <rms@gnu.org>
15177         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
15179 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
15181         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
15182         (DEFUN): Document `intspec', use it instead of `prompt'.
15184         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
15186         * data.c (Finteractive_form): If the interactive specification starts
15187         with a `(', use it as a Lisp form.
15189         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
15190         name and file modes.
15192         * callint.c (Fcall_interactively): Comment fixes.
15194 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15196         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
15197         and compiled functions.
15199 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
15201         * window.c (prefer_window_split_horizontally): New variable.
15202         (display_buffer): Consider splitting window horizontally depending
15203         on prefer_window_split_horizontally.
15205 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
15207         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
15209 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15211         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
15213         * frame.c (x_set_frame_parameters): Check number is positive before
15214         using XFASTINT.
15216         * window.c (freeze_window_start): Don't presume selected_window holds
15217         a window object.
15218         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
15220 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
15222         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
15224 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15226         * window.c (Vsplit_window_preferred_function): New var.
15227         (Fdisplay_buffer): Use it.
15228         (syms_of_window): Export, and initialize it.
15230 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
15232         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
15234 2007-09-06  Glenn Morris  <rgm@gnu.org>
15236         * gtkutil.c (menu_grab_callback) <cnt>:
15237         * xselect.c (x_reply_selection_request) <cnt>: Move static
15238         variable to file scope.
15240 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15242         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
15243         consistent values of selected_frame and selected_window.
15245 2007-09-04  Jason Rumney  <jasonr@gnu.org>
15247         * w32console.c (initialize_w32_display): Zero unused hooks.
15249 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
15251         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
15252         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
15254 2007-09-04  Jason Rumney  <jasonr@gnu.org>
15256         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
15257         in w32console.c.  Set up input.  Remove XXX comments that have been
15258         confirmed as correct.
15260         * s/ms-w32.h (MULTI_KBOARD): Define.
15262         * w32console.c (one_and_only_w32cons): Remove.
15263         (initialize_w32_display): Take terminal argument.
15265         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
15266         initialize_w32_display.
15267         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
15269         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
15271         * keyboard.c (discard_mouse_events): Discard it.
15272         (make_lispy_event): Translate it to a lisp event.
15273         (lispy_wheel_names): Add wheel-left and right events.
15274         (syms_of_keyboard): Enlarge wheel_syms.
15276         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
15277         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
15279         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
15281         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
15282         from WM_MOUSEHWHEEL.
15283         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
15285         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
15286         terminal.
15288         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
15289         keyboard for the terminal.
15291 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
15293         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
15294         (Vresume_tty_hook): Rename from Vresume_tty_functions.
15295         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
15296         and resume-tty-function to resume-tty-hook.
15297         (Fsuspend_tty, Fresume_tty): Use new names.
15299 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
15301         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
15302         if it starts with "n:".
15304 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
15306         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
15308 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15310         * frame.h:
15311         * frame.c (Qterm_environment_variable): Remove.
15312         (syms_of_frame): Don't init and staticpro it.
15314         * callproc.c (getenv_internal): Remove special case for $TERM.
15316         * callproc.c (Vinitial_environment): New variable.
15317         (set_initial_environment): Initialize it.
15318         (syms_of_callproc): Declare it.
15319         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
15320         TERM under which a process runs is never related to the TERM in which
15321         Emacs is running.
15323 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15325         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
15326         * s/darwin.h: ... do it here.
15328 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15330         * lisp.h (set_initial_environment): Rename from set_global_environment.
15332         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
15333         removed by mistake on the multi-tty branch.
15335         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
15336         (Fmodify_frame_parameters): Return a value.
15338         * image.c (png_load): Comment-out var only used in commented-out code.
15340         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
15341         before passing it to mark_object.
15343         * xfaces.c (internal_resolve_face_name): Return a value.
15344         (internal_resolve_face_name, resolve_face_name_error): Comment out.
15346         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
15347         (x_icon): Comment-out var only used in commented-out code.
15349 2007-08-29  Romain Francoise  <romain@orebokech.com>
15351         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
15352         QUIT hasn't been provided.
15354 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15356         * callproc.c (child_setup, getenv_internal): Use the
15357         display-environment-variable and term-environment-variable frame params.
15358         (set_initial_environment): Initialise Vprocess_environment.
15360         * config.in: Disable multi-keyboard support on a mac.
15362         * frame.c (Qterm_environment_variable)
15363         (Qdisplay_environment_variable): New variables.
15364         (syms_of_frame): Intern and staticpro them.
15365         (Fmake_terminal_frame): Disable output method test.
15367         * frame.h: Declare them here.
15369         * macfns.c (x_set_mouse_color): Get rif from the frame.
15370         (x_set_tool_bar_lines): Don't use updating_frame.
15371         (mac_window): Add 2 new parameters for consistency with other systems.
15372         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
15373         frame parameters following what is done in X11 and w32.  Don't use
15374         FRAME_MAC_DISPLAY_INFO.
15375         (Fx_open_connection, start_hourglass): Remove window-system check.
15376         (x_create_tip_frame): Get the keyboard from the terminal.
15378         * macmenu.c: Reorder includes.
15379         (Fx_popup_menu): Use terminal specific mouse_position_hook.
15381         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
15382         terminal parameter.
15383         (x_clear_frame): Add a frame parameter.
15384         (note_mouse_movement): Get rif from the frame.
15385         (mac_term_init): Initialize the terminal.
15386         (mac_initialize): Make static and move terminal initialization ...
15387         (mac_create_terminal): ... to this new function.
15389         * macterm.h (struct mac_display_info): Add terminal.
15390         (mac_initialize): Delete declaration.
15392         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
15394         * sysdep.c: Comment out text after #endif.
15396         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
15397         is defined.  Better initialize ttys in windows.  Use terminal
15398         specific mouse_position_hook.
15400         * termhooks.h (union display_info): Add mac_display_info.
15402         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
15403         Set the default minibuffer frame, window_system and the rest of the
15404         frame parameters following what is done in X11.
15406         * w32term.c (w32_initialize): Make static.
15408         * xselect.c (x_handle_selection_clear): Only access
15409         terminal->kboard when MULTI_KBOARD is defined.
15411         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
15412         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
15414 2007-08-29  Jason Rumney  <jasonr@gnu.org>
15416         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
15417         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
15419         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
15420         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
15422         * keyboard.c (restore_kboard_configuration): Only define when
15423         MULTI_KBOARD defined.
15425         * makefile.w32-in: Update dependancies from Makefile.in.
15426         (OBJ1): Add terminal.$(O)
15428         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
15429         Don't define function body.
15430         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
15432         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
15434         * w32.c (request_sigio, unrequest_sigio): Remove.
15436         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
15437         (w32con_clear_frame, w32con_clear_end_of_line)
15438         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
15439         (w32con_delete_glyphs, w32con_set_terminal_window)
15440         (scroll_line, w32_sys_ring_bell): Add frame arg.
15441         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
15442         Add terminal arg.
15443         (PICK_FRAME): Remove.
15444         (w32con_write_glyphs): Use frame specific terminal coding.
15445         (one_and_only_w32cons): New global variable.
15446         (initialize_w32_display): Use it for storing hooks.
15447         (create_w32cons_output): New function.
15449         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
15450         arg a frame.
15452         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
15453         Set window_system.
15454         (x_set_tool_bar_lines): Don't use updating_frame.
15455         (Fx_create_frame): Set terminal and ref count.
15456         (Fx_open_connection): Remove window-system check.
15458         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
15460         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
15461         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
15462         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
15463         Add frame arg.
15464         (x_delete_terminal, w32_create_terminal): New functions.
15465         (w32_term_init): Create a terminal.
15466         (w32_initialize): Move terminal specific initialization to
15467         w32_create_terminal.
15469         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
15470         (w32_clear_rect, w32_clear_area): Use background from frame.
15471         (w32_display_info): Add terminal.
15472         (w32_sys_ring_bell, x_delete_display): Declare here.
15474         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
15476         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
15478 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
15480         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
15481         Fix get_named_tty calls for the controlling tty.
15483 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15485         * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
15487 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
15489         * term.c (tty_insert_glyphs): Add missing first parameter.
15491 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
15493         * buffer.c (Fbuffer_list, Fbury_buffer):
15494         Take frame->buried_buffer_list into account.
15496         * cm.c (current_tty): New variable, for cmputc().
15497         (cmputc): Use it.
15498         (cmcheckmagic): Add tty parameter, look up terminal streams there.
15499         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
15500         (cmgoto): Add tty parameter.  Pass it on to calccost().
15501         Use emacs_tputs() instead of tputs().
15503         * cm.h (emacs_tputs): New macro to set current_tty, and then call
15504         tputs().
15505         (current_tty): New variable, for cmputc().
15506         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
15508         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
15509         (internal_condition_case, internal_condition_case_1)
15510         (internal_condition_case_2): Don't abort when x_catching_errors.
15512         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
15513         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
15514         prevent crashes caused by bogus longjmps in read_char.
15516         * keymap.h (Fset_keymap_parent): Add EXFUN.
15518         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
15519         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
15520         Remove redundant definition.
15522         * macfns.c (x_set_mouse_color, x_make_gc):
15523         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15525         * w32term.c (x_free_frame_resources):
15526         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15527         (w32_initialize): Use the accessor macros for terminal characteristics.
15529         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
15530         Use the accessor macros for terminal characteristics.
15531         * msdos.c (internal_terminal_init): Use the accessor macros for
15532         terminal characteristics.
15533         (ScreenVisualBell, internal_terminal_init):
15534         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15536         * termopts.h (no_redraw_on_reenter): Declare.
15538         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
15539         (mark_terminals, mark_ttys): Declare.
15540         (Fgarbage_collect): Call them.
15541         (mark_object): Mark buried_buffer_list.
15543         * prefix-args.c: Include stdlib.h for exit.
15545         * syssignal.h: Add comment.
15547         * indent.c: Include stdio.h.
15549         * window.h (Vinitial_window_system): Declare.
15550         (Vwindow_system): Delete declaration.
15552         * fontset.c (Finternal_char_font): Use FRAME_RIF.
15554         * image.c (lookup_image): Don't initialize `c' until the xasserts
15555         have been run.
15557         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
15558         FRAME_FOREGROUND_PIXEL.
15560         * print.c (print_preprocess): Don't lose print_depth levels while
15561         iterating.
15563         * widget.c (update_from_various_frame_slots):
15564         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15566         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
15567         frames.
15568         (window_internal_height): Remove bogus make_number call.
15569         (init_window_once): Call make_terminal_frame with two zero parameters.
15571         * fileio.c (Fread_file_name): Update comment.
15573         * callint.c (Fcall_interactively):
15574         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
15575         Make sure it is correctly unwound.
15577         * xsmfns.c (x_session_close): New function.
15579         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
15580         Delete declarations.
15582         * xterm.h: Remove declaration for x_fully_uncatch_errors.
15583         (x_output): Remove background_pixel and foreground_pixel fields.
15584         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
15585         (x_delete_device, x_session_close): Declare.
15587         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
15588         (read_filtered_event): Call `read_char' with a local
15589         `wrong_kboard_jmpbuf'.
15591         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
15592         Don't call single_kboard_state.  Use FRAME_RIF.
15594         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
15595         systems.
15597         * lisp.h (set_process_environment): Rename to `set_global_environment'.
15598         (Fframe_with_environment, Fset_input_meta_mode)
15599         (Fset_quit_char): EXFUN.
15600         (x_create_device, tty_output, terminal, tty_display_info): Declare.
15601         (init_sys_modes, reset_sys_modes): Update prototypes.
15602         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
15604         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
15605         Vlocal_key_translation_map, and Vkeyboard_translate_table.
15606         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
15607         Delete declarations.
15608         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
15609         (temporarily_switch_to_single_kboard, tty_read_avail_input):
15610         New declarations.
15612         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
15613         already does that during init_display().  Call syms_of_keymap
15614         before syms_of_keyboard.  Call `syms_of_terminal'.
15615         Call set_initial_environment, not set_process_environment.
15616         (shut_down_emacs): Call reset_all_sys_modes() instead of
15617         reset_sys_modes().
15619         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
15620         (internal_resolve_face_name, resolve_face_name_error): New functions.
15621         (resolve_face_name): Protect against loops and errors thrown by Fget.
15622         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
15623         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
15625         * scroll.c: Replace CURTTY() with local variables throughout the
15626         file (where applicable).
15627         (calculate_scrolling, calculate_direct_scrolling)
15628         (scrolling_1, scroll_cost): Use the accessor macros for terminal
15629         characteristics.
15631         * keymap.c (Vfunction_key_map): Remove.
15632         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
15633         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
15634         (Vkey_translation_map): Remove.
15635         (syms_of_keymap): Remove DEFVAR for key-translation-map.
15636         (Fdescribe_buffer_bindings)
15637         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
15638         Update for terminal-local key-translation-map.
15640         * Makefile.in (callproc.o): Update dependencies.
15641         (lisp, shortlisp): Add termdev.elc.
15642         (obj): Add terminal.o.
15643         (terminal.o): Add dependencies.
15644         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
15645         (data.o, fns.o): Add termhooks.h dependency.
15646         (SOME_MACHINE_LISP): Add dnd.elc.
15647         (minibuf.o): Fix typo.
15648         Update dependencies.
15650         * data.c (do_symval_forwarding, store_symval_forwarding)
15651         (find_symbol_value): Use the selected frame's keyboard, not
15652         current_kboard.
15654         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
15655         Vwindow_system.
15657         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
15658         Fmenu_bar_open.
15659         (syms_of_xmenu): Update defsubr.
15660         (mouse_position_for_popup, Fx_popup_menu)
15661         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
15662         (set_frame_menubar, free_frame_menubar)
15663         (create_and_show_popup_menu, xmenu_show)
15664         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
15665         an X frame.
15667         * xselect.c (x_own_selection): Abort if not an X frame.
15668         (some_frame_on_display): Check if it is an X frame.
15669         (x_handle_selection_clear): Deal with MULTI_KBOARD.
15671         * coding.c: Include frame.h and termhooks.h.
15672         (terminal_coding, keyboard_coding): Delete.
15673         (Fset_terminal_coding_system_internal)
15674         (Fset_keyboard_coding_system_internal)
15675         (Fkeyboard_coding_system)
15676         (Fterminal_coding_system): Add a terminal parameter.
15677         Get terminal_coding from the terminal.
15678         (init_coding_once): Don't call setup_coding_system here.
15680         * dispextern.h (set_scroll_region, turn_off_insert)
15681         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
15682         (tty_clear_end_of_line, tty_setup_colors)
15683         (delete_tty, updating_frame)
15684         (produce_special_glyphs, produce_glyphs, write_glyphs)
15685         (insert_glyphs): Remove.
15686         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
15687         (tty_turn_off_highlight, get_tty_size): Add declaration.
15688         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
15690         * frame.h (enum output_method): Add output_initial.
15691         (struct x_output): Delete.
15692         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
15693         Access foreground_pixel and background_pixel directly from the frame.
15694         (tty_display): Delete.
15695         (struct frame): Add buried_buffer_list, foreground_pixel,
15696         background_pixel and terminal.  Delete kboard.
15697         (union output_data): Add tty.
15698         (FRAME_KBOARD): Get the kboard from the terminal.
15699         (FRAME_INITIAL_P): New macro.
15700         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
15701         (Qterm_environment_variable, Qdisplay_environment_variable)
15702         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
15703         New declarations.
15705         * termchar.h (tty_output, tty_display_info): New structures.
15706         (tty_list): Declare.
15707         (FRAME_TTY, CURTTY): New macros.
15708         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
15709         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
15710         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
15711         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
15713         * callproc.c: Include frame.h and termhooks.h, for terminal
15714         parameters.
15715         (add_env): New function.
15716         (child_setup): Use it.
15717         (child_setup, getenv_internal): Handle the new Vprocess_environment.
15718         (getenv_internal): Fix get_terminal_param call.
15719         (Fgetenv_internal, egetenv): Update doc.
15720         (syms_of_callproc): Initialize Vprocess_environment to nil.
15721         Register and initialize them.  Remove obsolete defvars.  Update doc
15722         strings.
15723         (child_setup): Handle Vlocal_environment_variables.
15724         (getenv_internal): Add terminal parameter.
15725         Handle Vlocal_environment_variables.
15726         (Fgetenv_internal): Add terminal parameter.
15727         (child_setup, getenv_internal, Fgetenv_internal): Store the local
15728         environment in a frame (not terminal) parameter.  Update doc strings.
15729         (set_initial_environment): Rename from set_global_environment.
15730         Store Emacs environment in initial frame parameter.
15732         * xdisp.c (redisplay_internal): Update references to
15733         `previous_terminal_frame'.
15734         (display_mode_line, Fformat_mode_line): Replace calls to
15735         `push_frame_kboard' with `push_kboard'.
15736         (get_glyph_string_clip_rects): Add extra parentheses and
15737         braces to prevent compiler warnings.
15738         (calc_pixel_width_or_height): Add xassert to check that the
15739         frame is alive.  Don't call `lookup_image' on a termcap frame.
15740         (message2_nolog, message3_nolog, redisplay_internal)
15741         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
15742         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
15743         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
15744         (Fx_display_pixel_width, Fx_display_pixel_height)
15745         (Fx_display_planes, Fx_display_color_cells)
15746         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
15747         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
15748         (Fx_display_backing_store, Fx_display_visual_class)
15749         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
15750         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
15752         * xfns.c (x_set_foreground_color x_set_background_color)
15753         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
15754         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15755         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
15756         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
15757         terminal that is being deleted.
15758         (Fx_create_frame): Use `store_frame_param' to set `window-system'
15759         frame parameter, and make sure it overrides any user-supplied setting.
15760         (Fx_close_connection, Fx_synchronize): Unify argument names with
15761         the rest of the DEFUNs.
15763         * dispnew.c (Fsend_string_to_terminal): Update call to
15764         `get_tty_terminal'.
15765         (Fredraw_frame, Fsend_string_to_terminal)
15766         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
15767         FRAME_TERMCAP_P and FRAME_TTY.
15768         (window_change_signal): Don't believe width/height values that are
15769         impossibly small.
15770         (Vinitial_window_system): Rename from Vwindow_system.
15771         (termscript, Wcm, rif): Delete.
15773         * termhooks.h (struct terminal): New struct containing the
15774         previously global text display hooks and new members NAME,
15775         DELETED and PARAM_ALIST.
15776         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
15777         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
15778         (FRAME_RIF): New macros.
15779         (get_terminal_param, get_device): New declarations.
15780         (termscript): Delete declaration.
15782         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
15783         (XTflash, x_free_frame_resources, x_scroll_bar_create)
15784         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
15785         FRAME_FOREGROUND_PIXEL.
15786         (x_fully_uncatch_errors): Disable definition.
15787         (x_scroll_bar_expose): Fix reference to foreground pixel.
15788         (XTread_socket): Disable loop on all X displays.
15789         (x_delete_terminal): Don't set terminal->deleted and let
15790         delete_terminal delete the frames on the terminal.
15791         (x_delete_display): Doc update to reflect changes in
15792         delete_terminal.
15793         (x_display_info) <terminal>: Move member earlier in the struct.
15794         (deleting_tty): Remove old variable.
15795         (Fsuspend_tty): Call clear_tty_hooks.
15796         (Fresume_tty, init_tty): Call set_tty_hooks.
15797         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
15798         errors on X frames.
15799         (x_catch_errors_unwind): Abort if x_error_message is NULL.
15800         (handle_one_xevent): Initialize `f' to NULL.
15801         (x_delete_terminal, x_create_terminal): New functions.
15802         (XTset_terminal_modes, XTreset_terminal_modes)
15803         (XTread_socket, x_connection_closed, x_term_init)
15804         (x_term_init, x_delete_display): Add terminal parameter.
15805         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
15806         X connections.
15808         * frame.c: Include termchar.h.
15809         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
15810         (Qwindow_system, Qenvironment, Qterm_environment_variable)
15811         (Qdisplay_environment_variable): New vars.
15812         (Fframep): Deal with output_initial.
15813         (Fframe-live-p): Doc fix.
15814         (Fwindow-system): New function.
15815         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
15816         (make_terminal_frame): Don't create frames on a terminal that is
15817         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15818         (store_frame_param): Check for found_for_frame before calling XFRAME.
15819         (Fmake_terminal_frame): Handle NULL tty names correctly.
15820         (syms_of_frame): Enhance doc string of `default-frame-alist'.
15821         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
15822         frames to refer to a deleted frame in their 'environment parameter.
15823         (Fframe_with_environment): New function.
15824         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
15825         (get_future_frame_param): New function.
15826         (Fmake_terminal_frame): Use it.
15827         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
15829         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
15830         * sysdep.c (reset_sys_modes): Update for renames.
15832         * keyboard.c (tty_read_avail_input): New function.
15833         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
15834         (syms_of_keyboard): Defsubr them.
15835         (Fset_input_meta_mode, Fset_quit_char): New functions.
15836         (Fset_input_mode): Split to above functions.
15837         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
15838         parameter.  Use it in call to `read_char'.
15839         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
15840         Set wrong_kboard_jmpbuf correctly in recursive calls.
15841         Use current_kboard to access Vkeyboard_translate_table.
15842         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
15843         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
15844         Update longjmp invocations.  Remember the original current_kboard,
15845         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
15846         changes it.  Comment out unnecessary calls to
15847         `record_single_kboard_state' and `any_kboard_state'.
15848         Update recursive calls.
15849         (wrong_kboard_jmpbuf): Remove global variable.
15850         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
15851         Handle deleted interrupted_kboards correctly; that is a legal
15852         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
15853         and read_char calls.  Abort if interrupted_kboard died in read_char.
15854         (any_kboard_state, single_kboard_state)
15855         (push_frame_kboard): Remove function.
15856         (pop_kboard): Switch out of single_kboard mode if the kboard has
15857         been deleted.  Remove unused variable.  Help debugging by not
15858         changing current_kboard unnecessarily.  Set current_kboard to the
15859         kboard of the selected frame when the stored kboard object has
15860         been deleted before pop_kboard.
15861         (temporarily_switch_to_single_kboard): Change first parameter to a
15862         frame pointer.  Throw an error when caller wants to change kboards
15863         while in single_kboard mode.  Don't push_kboard if we weren't in
15864         single kboard state.  Don't pop_kboard if we popped into any
15865         kboard state.
15866         (restore_kboard_configuration): Abort if pop_kboard changed the
15867         kboard in single_kboard mode.  Call pop_kboard only after setting
15868         up single_kboard mode.
15869         (Frecursive_edit): Switch to single_kboard mode only in nested
15870         command loops.
15871         (cmd_error, command_loop, command_loop_1, timer_check):
15872         Comment out unnecessary call to `any_kboard_state' and
15873         `record_single_kboard_state'.
15874         (delete_kboard): Exit single_kboard mode if we have just deleted
15875         that kboard.  Use FRAME_KBOARD.
15876         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
15877         `fatal_error_signal'.
15878         (record_single_kboard_state): Don't push_kboard if we weren't in
15879         single kboard state.  Don't pop_kboard if we popped into any
15880         kboard state.
15881         (push_frame_kboard): Rename to push_kboard.
15882         (kbd_buffer_get_event): Use FRAME_TERMINAL.
15883         (read_avail_input): Read input from all terminals.
15884         (mark_kboards): Also mark Vkeyboard_translate_table.
15885         (kbd_buffer_store_event_hold): Simplify condition.
15886         (read_key_sequence): Reinitialize fkey and keytran at each replay.
15887         (Vkeyboard_translate_table): Move to struct kboard.
15888         (init_kboard): Initialize Vkeyboard_translate_table.
15889         (syms_of_keyboard): Use DEFVAR_KBOARD to define
15890         Vkeyboard_translate_table.  Update doc strings.  Update docs of
15891         local-function-key-map and function-key-map.
15893         * terminal.c: New file.
15895         * term.c: Include errno.h.
15896         (Vring_bell_function, device_list, initial_device)
15897         (next_device_id, ring_bell, update_begin, update_end)
15898         (set_terminal_window, cursor_to, raw_cursor_to)
15899         (clear_to_end, clear_frame, clear_end_of_line)
15900         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
15901         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
15902         (syms_of_term): Move their initialization to terminal.c.
15903         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
15904         (Ftty_display_color_cells)
15905         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
15906         (clear_tty_hooks, set_tty_hooks)
15907         (init_tty, maybe_fatal): New functions.
15908         (Ftty_type): Return nil if terminal is not on a tty instead of
15909         throwing an error.  Doc update.
15910         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
15911         Doc update.  Initialize new subrs and variables.
15912         (delete_tty): Use terminal->deleted.
15913         (tty_set_terminal_modes): Rename from set_terminal_modes.
15914         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
15915         (set_scroll_region): Rename to `tty_set_scroll_region'.
15916         (turn_on_insert): Rename to `tty_turn_on_insert'.
15917         (turn_off_insert): Rename to `tty_turn_off_insert'.
15918         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
15919         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
15920         (toggle_highligh): Rename to `tty_toggle_highlight'.
15921         (background_highlight): Rename to `tty_background_highlight'.
15922         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
15923         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
15924         (tty_set_scroll_region, tty_background_highlight)
15925         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
15926         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
15927         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
15928         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
15929         Add static modifier.
15930         (tty_reset_terminal_modes, tty_set_terminal_window)
15931         (tty_set_scroll_region, tty_background_highlight)
15932         (tty_highlight_if_desired, tty_cursor_to)
15933         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
15934         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
15935         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
15936         renames.
15938 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
15940         * keyboard.c: Qrtl is new.
15941         (parse_tool_bar_item): Handle :rtl keyword.
15942         (syms_of_keyboard): Intern :rtl keyword.
15944         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
15946         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
15947         so no Lisp code is executed.
15948         (file_for_image, find_rtl_image): New functions.
15949         (xg_get_image_for_pixmap): Use file_for_image.
15950         (update_frame_tool_bar): If direction is RTL, use RTL image if
15951         defined.  Use Gtk stock images if defined.
15953 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15955         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
15956         for nonexistent or zero-width glyph in composition glyph.
15958 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15960         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
15962         * xdisp.c (Finvisible_p): New function.
15963         (syms_of_xdisp): defsubr it.
15965 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
15967         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
15968         Doc fixes.
15970 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15972         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
15974 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
15976         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
15977         whether decoding has modified buffer contents.
15979 2007-08-24  Jason Rumney  <jasonr@gnu.org>
15981         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
15982         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
15983         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
15984         (init_svg_functions) [HAVE_NTGUI]: New function.
15985         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
15986         (svg_load_image): Use them.
15987         (svg_load_image) [HAVE_NTGUI]: Implement background.
15989 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15991         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
15992         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
15993         (LIBX): Remove @RSVG_LIBS@.
15994         (LIBES): Add $(RSVG_LIBS).
15996         * image.c (svg_load_image): Blend with specified background if exists.
15997         Use IMAGE_BACKGROUND.  Add Mac OS Support.
15999         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
16000         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
16001         Remove macros.
16002         [MAC_OSX] (socket_callback): Do nothing.
16003         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
16004         ReceiveNextEvent.
16005         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
16006         socket_callback.
16007         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
16009 2007-08-22  Glenn Morris  <rgm@gnu.org>
16011         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
16013 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
16015         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
16017         * image.c: Add support for SVG images.  Some additional comments
16018         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
16019         (svg_image_p): New function to test for SVG image.
16020         (svg_load): New function to load SVG image.
16021         (svg_load_image): New function, helper for svg_load.
16022         (Qsvg): New Lisp_object.
16023         (svg_keyword_index): New enum.
16024         (svg_format): New static `image_keyword' struct.
16025         (svg_type): New static `image_type' struct.
16026         (librsvg/rsvg.h): Include it.
16028 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16030         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
16032 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16034         * lread.c (Qold_style_backquotes): New var.
16035         (syms_of_lread): Init and staticpro it.
16036         (load_warn_old_style_backquotes): New fun.
16037         (Fload): Use them to warn about old style backquotes.
16038         (end_of_file_error, Fload): Remove unused vars.
16040         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
16042         * lread.c (Vold_style_backquotes): New var.
16043         (syms_of_lread): Init and export it to Elisp.
16044         (read1): Set it when we find an old-style (back)quote.
16046 2007-08-22  Jason Rumney  <jasonr@gnu.org>
16048         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
16050 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16052         * puresize.h (BASE_PURESIZE): Increase to 1140000.
16054 2007-08-19  Richard Stallman  <rms@gnu.org>
16056         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
16058 2007-08-19  Andreas Schwab  <schwab@suse.de>
16060         * alloc.c (pure): Round PURESIZE up.
16062 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
16064         * xterm.c (handle_one_xevent): Remove check that mouse click is in
16065         active frame.
16067 2007-08-16  Richard Stallman  <rms@gnu.org>
16069         * eval.c (Fcommandp): Add parens to clarify.
16071         * minibuf.c (Fall_completions): Use enum for type of table.
16073         * emacs.c (USAGE2): Improve text.
16075 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
16077         * term.c (tty_default_color_capabilities): Declare static
16078         variables in file scope, to avoid HPUX compiler problem.
16080 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
16082         * gtkutil.c (update_frame_tool_bar): Use -1 as index
16083         to gtk_toolbar_insert.
16085 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16087         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
16089         * insdel.c (reset_var_on_error): New fun.
16090         (signal_before_change, signal_after_change):
16091         Use it to reset (after|before)-change-functions to nil in case of error.
16092         Bind inhibit-modification-hooks to t.
16093         Don't bind (after|before)-change-functions to nil while they run.
16095 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16097         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
16098         filling pixmap with stippled background.
16100 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16102         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
16103         Don't use invisible frame as parent window for repositioning.
16105 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16107         * print.c (new_backquote_output): Rename from old_backquote_output.
16108         (print): Inverse its logic (according to its name) so as to match the
16109         behavior of new_backquote_flag in lread.c.
16111 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16113         * gmalloc.c (posix_memalign): New function.
16115         * macterm.c (frame_highlight, frame_unhighlight): Don't call
16116         ActivateControl/DeactivateControl here.
16117         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
16118         frame-notice-user-settings is non-nil.
16119         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
16120         for kEventParamFMFontStyle.
16121         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
16122         mac_pass_command_to_system and mac_pass_control_to_system here.
16123         (XTread_socket): Call ActivateControl/DeactivateControl here.
16124         (XTread_socket) [TARGET_API_MAC_CARBON]:
16125         Check mac_pass_command_to_system and mac_pass_control_to_system here.
16126         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
16127         for window repositioning.
16129 2007-08-08  Glenn Morris  <rgm@gnu.org>
16131         * Replace `iff' in doc-strings and comments.
16133 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
16135         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
16137 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
16139         * fileio.c (Finsert_file_contents): Run format-decode and
16140         after_insert_file_functions on entire buffer when REPLACE is
16141         non-nil and inhibit modification_hooks and point_motion_hooks.
16142         For consistency, run after_insert_file_functions iff something
16143         got inserted.  Move signal_after_change and update_compositions
16144         after code running after_insert_file_functions.  Make sure that
16145         undo_list doesn't record intermediate steps of the decoding process.
16147 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16149         * emacs.c (main)
16150         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
16151         Call malloc_enable_thread on interactive startup.
16153         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
16154         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
16155         [USE_PTHREAD]: Conditionalize with it.
16156         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
16157         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
16158         New functions.
16160 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
16162         * xdisp.c (redisplay_window): When restoring original buffer
16163         position, make sure it is still valid.
16165         * image.c (png_load): Ignore png-supplied background color.
16167 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16169         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
16170         Use kCFAbsoluteTimeIntervalSince1970.
16172         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
16173         New variable.
16174         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
16175         event loop should be quit.
16176         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
16177         Quit dialog event loop if quit_dialog_event_loop is set.
16179         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
16180         (Selection): New typedef.  Use instead of ScrapRef.
16181         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
16182         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
16183         (mac_clear_selection): Rename from clear_scrap.
16184         (get_flavor_type_from_symbol): New argument SEL and subsume function of
16185         scrap_has_target_type.  All uses changed.
16186         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16187         (mac_selection_has_target_p): New functions.
16188         (mac_put_selection_value): Rename from put_scrap_string.
16189         (mac_get_selection_value): Rename from get_scrap_string.
16190         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
16191         (put_scrap_private_timestamp, scrap_has_target_type)
16192         (get_scrap_private_timestamp): Remove functions.
16193         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
16194         (x_own_selection, x_get_local_selection):
16195         Use mac_valid_selection_value_p.
16196         (x_own_selection): Don't use put_scrap_private_timestamp.
16197         Record OWNERSHIP-INFO into Vselection_alist instead.
16198         (x_get_local_selection): Don't check type if request is local.
16199         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
16200         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
16202 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
16204         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
16205         add comment explaining why.
16207 2007-08-03  Richard Stallman  <rms@gnu.org>
16209         * fileio.c (Fvisited_file_modtime): Use make_time.
16211 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
16213         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
16214         build.
16216 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16218         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
16220 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16222         * puresize.h (BASE_PURESIZE): Increase to 1130000.
16224 2007-07-30  Richard Stallman  <rms@gnu.org>
16226         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
16228 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
16230         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
16232 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
16234         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
16235         remote default-directory.
16237         * buffer.c (mode-line-format): Update doc string.
16239 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16241         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
16242         scroll bar gap.
16243         (x_scroll_bar_create): Set bar->fringe_extended_p.
16244         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
16245         on frame edge.  Check fringe background extension.  Don't clear
16246         extended fringe background area.
16248         * w32term.h (struct scroll_bar): New member fringe_extended_p.
16249         (w32_fill_area): Enclose multiple statements with do ... while (0).
16251         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
16252         Extend fringe background to scroll bar gap.
16253         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
16254         Set bar->fringe_extended_p.
16255         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
16256         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
16257         background extension.  Don't clear extended fringe background area.
16259         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
16260         New member fringe_extended_p.
16262 2007-07-25  Glenn Morris  <rgm@gnu.org>
16264         * Relicense all FSF files to GPLv3 or later.
16266         * COPYING: Switch to GPLv3.
16268 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16270         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
16272         * data.c (Finteractive_form): Check for the presence of an
16273         `interactive-form' symbol property more thoroughly.
16275         * data.c (Finteractive_form): Use an `interactive-form' property if
16276         present, analogous to the function-documentation property.
16278 2007-07-24  Jason Rumney  <jasonr@gnu.org>
16280         * w32fns.c (x_real_positions): Get real position from OS instead of
16281         calculating it.
16283 2007-07-23  Jason Rumney  <jasonr@gnu.org>
16285         * filelock.c (current_lock_owner): Allow for @ sign in username.
16287 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
16289         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
16290         remote default-directory.
16292         * buffer.c (mode-line-format): Describe above case in doc string.
16294 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
16296         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
16297         Define if not defined.
16299 2007-07-18  Jason Rumney  <jasonr@gnu.org>
16301         * w32proc.c (w32_executable_type): Handle 64 bit executables.
16303 2007-07-18  Richard Stallman  <rms@gnu.org>
16305         * data.c (Fsetq_default): Doc fix.
16307         * eval.c (Fsetq): Doc fix.
16309 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
16311         * coding.c (Ffind_operation_coding_system):
16312         * eval.c (For, Fand): Doc fixes.
16313         Reported by Johan Bockgård.
16315 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
16317         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
16319         * xterm.h: Declare x_ewmh_activate_frame.
16321         * xterm.c (x_ewmh_activate_frame): New function.
16322         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
16324 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
16326         * window.c (Fdisplay_buffer): If largest or LRU window is the
16327         only window, split it even if it is not eligible for splitting.
16328         This restores the original behavior broken by the 2007-07-15
16329         change.
16331 2007-07-17  Glenn Morris  <rgm@gnu.org>
16333         * abbrev.c (abbrev_check_chars): New function.
16334         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
16335         Call abbrev_check_chars to check abbrev characters are word
16336         constituents.  Doc fix.
16338 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16340         * process.c (Fstart_process, Fmake_network_process)
16341         (read_process_output): Fix up last changes.
16343 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
16345         * makefile.w32-in (clean): Don't delete *~.
16347 2007-07-16  Andreas Schwab  <schwab@suse.de>
16349         * window.c (Fdisplay_buffer): Use NILP.
16350         (Fset_window_scroll_bars): Likewise.
16352 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
16354         * window.c (window_min_size_2): New function.
16355         (window_min_size_1, size_window, Fdisplay_buffer)
16356         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
16357         windows without mode- or header-lines when window-min-height is
16358         too small.
16359         (size_window): Reset nodelete_p after testing it, following an
16360         earlier note by Kim F. Storm.
16361         (display_buffer): Do not set split_height_threshold to twice the
16362         value of window_min_height to avoid changing the value of a
16363         customizable variable.  Rather explicitly check whether the
16364         height of the window that shall be splitted is at least as large
16365         as split_height_threshold.
16366         (Fwindow_full_width_p): New defun.
16367         (syms_of_window): Defsubr it.
16369         * window.h: Add EXFUN for Fwindow_full_width_p.
16371 2007-07-14  Jason Rumney  <jasonr@gnu.org>
16373         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
16375 2007-07-14  Richard Stallman  <rms@gnu.org>
16377         * eval.c (maybe_call_debugger): New function.
16378         (find_handler_clause): Use maybe_call_debugger.
16379         Call it when the handler says `debug'.
16380         Eliminate DEBUGGER_VALUE_PTR.
16381         (Fsignal): Eliminate debugger_value.
16382         (Qdebug): New variable.
16383         (syms_of_eval): Initialize it.
16385 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
16387         * eval.c (Fprogn):
16388         * keyboard.c (Ftrack_mouse):
16389         * print.c (Fwith_output_to_temp_buffer):
16390         * window.c (Fsave_window_excursion): Doc fix.
16392 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16394         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
16396 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16398         * process.h (struct Lisp_Process): Turn slots infd, outfd,
16399         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
16400         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
16401         read_output_delay, and read_output_skip from Lisp_Objects to ints.
16402         Remove unused encoding_carryover.
16403         * process.c: Adjust all functions accordingly.
16405 2007-07-12  Richard Stallman  <rms@gnu.org>
16407         * term.c: Include unistd.h only if HAVE_UNISTD_H.
16409 2007-07-11  Jason Rumney  <jasonr@gnu.org>
16411         * makefile.w32-in (LIBS): Include OLE32.
16413         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
16414         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
16416 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16418         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
16419         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
16420         from a Lisp_Object into a bare pointer.
16421         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16422         Adjust the code correspondingly.
16424         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
16426         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
16427         (term_show_mouse_face): Remove unused var `j'.
16428         (handle_one_term_event): Remove unused vars `i' and `j'.
16429         Don't cast return value of ttyname since it's not necessary.
16431 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16433         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
16434         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
16436         * fns.c (map_char_table): Use an array of int for `indices' rather than
16437         an array of Lisp_Objects (which are only ever integers anyway).
16438         (Fmap_char_table): Update caller.
16439         * lisp.h: Update prototype.
16440         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
16441         * fontset.c (Ffontset_info):
16442         * casetab.c (set_case_table): Update callers.
16444         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
16446         * keymap.c (struct accessible_keymaps_data)
16447         (struct where_is_internal_data): New structures.
16448         (accessible_keymaps_1, where_is_internal_1): Use them to change
16449         interface to adhere to the one used by map_keymap.
16450         (Faccessible_keymaps, where_is_internal): Use map_keymap.
16451         (accessible_keymaps_char_table, where_is_internal_2): Remove.
16453         * keymap.h (map_keymap_function_t): More informative prototype.
16455 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
16457         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
16458         (looking_at_1): Don't change search_regs and last_thing_searched
16459         if `inhibit-changing-match-data' is non-nil.
16460         (string_match_1, search_buffer, set_search_regs): Likewise.
16461         (syms_of_search): Add Lisp level definition for
16462         `inhibit-changing-match-data' and set it to nil.
16463         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
16464         start and end of the match, instead of using values in search_regs.
16466 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16468         * minibuf.c (Fcompleting_read): New value `confirm-only'
16469         for `require-match'.
16471 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16473         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
16474         part of the 2007-06-27 change to syms_of_fileio.
16476 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16478         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
16479         Check WINDOWP before using XWINDOW.  Consolidate return statements.
16481 2007-06-27  Richard Stallman  <rms@gnu.org>
16483         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
16485 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
16487         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
16489 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16491         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
16492         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
16493         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
16494         (_free_internal, memalign): Use them.
16495         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
16496         Initialize to PTHREAD_MUTEX_INITIALIZER.
16497         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
16498         (morecore_nolock): Rename from morecore.  All uses changed.
16499         Use only nolock versions of internal allocation functions.
16500         (_malloc_internal_nolock, _realloc_internal_nolock)
16501         (_free_internal_nolock): New functions created from
16502         _malloc_internal, _realloc_internal, and _free_internal.
16503         (_malloc_internal, _realloc_internal, _free_internal): Use them.
16504         Copy hook value to automatic variable before its use.
16505         (memalign): Copy hook value to automatic variable before its use.
16507 2007-06-26  Kenichi Handa  <handa@m17n.org>
16509         * coding.c (Ffind_operation_coding_system): Docstring improved.
16510         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
16512 2007-06-25  David Kastrup  <dak@gnu.org>
16514         * keymap.c (Fcurrent_active_maps): Add `position' argument.
16515         (Fwhere_is_internal): Adjust call to `current-active-maps' to
16516         cater for additional parameter.
16518         * keymap.h: Adjust number of parameters to `current-active-maps'.
16520         * doc.c (Fsubstitute_command_keys): Adjust call of
16521         `current-active-maps'.
16523 2007-06-25  David Kastrup  <dak@gnu.org>
16525         * callint.c (Fcall_interactively): Make the parsing of interactive
16526         specs somewhat more readable.
16528 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16530         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
16531         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
16532         if extended background has already been filled.
16534 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16536         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
16537         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
16539         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
16540         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
16541         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
16542         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
16543         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
16544         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
16545         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
16546         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
16547         Run timers during dialog popup.
16548         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
16550 2007-06-21  Jason Rumney  <jasonr@gnu.org>
16552         * image.c (convert_mono_to_color_image): Swap fore and background.
16554 2007-06-20  Jason Rumney  <jasonr@gnu.org>
16556         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
16557         (w32_free_bdf_font): Unmap memory not handle.
16559 2007-06-20  Sam Steingold  <sds@gnu.org>
16561         * gmalloc.c (__morecore): Fix the declaration to comply with the
16562         definition.
16564 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
16566         * w32term.c (w32_delete_display): Remove leftover declaration.
16567         (w32_define_cursor, w32_initialize): Make static.
16569         * w32.c (_wsa_errlist): Fix typo in error message.
16570         (init_environment): Ignore any environment variable from the
16571         registry having a null value.
16573 2007-06-20  Glenn Morris  <rgm@gnu.org>
16575         * Makefile.in (LIBGIF): Default to -lgif.
16577 2007-06-17  Jason Rumney  <jasonr@gnu.org>
16579         * w32menu.c (add_menu_item): Don't use multibyte string functions on
16580         unicode strings.
16582 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
16584         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
16585         Fix typo in docstring.
16587 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
16589         * w32menu.c (add_menu_item): Escape `&' characters in menu items
16590         and their keybindings.
16592 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
16594         * composite.c (update_compositions): Fix last fix.
16596 2007-06-14  Jason Rumney  <jasonr@gnu.org>
16598         * w32.c (get_process_times_fn): New function pointer.
16599         (globals_of_w32): Intialize it if present in kernel32.dll.
16600         (w32_get_internal_run_time): New function.
16602         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
16604 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
16606         * composite.c (update_compositions): Check the validness of
16607         compositions.
16609 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16611         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
16612         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
16614         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
16615         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
16617         * macgui.h (USE_MAC_TOOLBAR): New define.
16619         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
16620         Return immediately unless popup is activated.
16622         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
16623         background to scroll bar gap.
16624         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
16625         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
16626         scroll bars on frame edge.  Check fringe background extension.
16627         Don't clear extended fringe background area.
16628         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
16629         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
16630         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
16631         [USE_MAC_TOOLBAR]: New macros.
16632         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
16633         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
16634         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
16635         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
16636         [USE_MAC_TOOLBAR]: New functions.
16637         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
16638         manually if previous repositioning has failed.
16639         (mac_handle_keyboard_event): Use precomputed event kind.
16640         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
16641         as tool bar item click.  Handle mouse movement over tool bar items.
16643         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
16644         toolbar_win_gravity.
16645         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
16646         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
16647         Add externs.
16649         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
16650         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
16652 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
16654         * image.c (search_image_cache): Remove unused variable.
16656 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
16658         * xfns.c, xmenu.c: Link to xaw3d if available.
16660 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16662         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
16663         frame_foreground and frame_background.
16665         * image.c (lookup_image): Save frame foreground and background colors.
16666         (search_image_cache): Check if saved and current frame colors match.
16668 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16670         * regex.c (regex_compile): Remove the `regnum' counter.
16671         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
16673 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16675         * term.c: Include intervals.h to declare Fget_text_property.
16677 2007-06-10  Jason Rumney  <jasonr@gnu.org>
16679         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
16681 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
16683         * callint.c (Fcall_interactively):
16684         * editfns.c (Fdelete_and_extract_region):
16685         * fileio.c (Fread_file_name):
16686         * fns.c (Fmapconcat):
16687         * keyboard.c (cmd_error_internal):
16688         * keymap.c (Fkey_description):
16689         * lread.c (openp):
16690         * minibuf.c (read_minibuf):
16691         * search.c (wordify):
16692         * sunfns.c (sel_read):
16693         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
16694         * xfns.c (x_default_scroll_bar_color_parameter):
16695         * xmenu.c (menu_help_callback):
16696         * xselect.c (Fx_get_atom_name):
16697         * xterm.c (x_term_init): Use empty_unibyte_string.
16699 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
16701         * alloc.c (init_strings): Initialize canonical empty strings.
16702         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
16703         canonical empty string when the requested size is 0.
16705         * emacs.c (empty_unibyte_string): Rename from empty_string.
16706         (empty_multibyte_string): New canonical empty string.
16707         (syms_of_emacs): Don't initialize empty_string.
16709         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
16710         string, if appropriate.
16711         (empty_unibyte_string, empty_multibyte_string): New externs.
16712         (empty_string): Remove extern.
16714         * lread.c (syms_of_lread): Use empty_unibyte_string.
16716 2007-06-07  Jason Rumney  <jasonr@gnu.org>
16718         * s/ms-w32.h: Don't define HAVE_TZNAME.
16720         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
16722 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16724         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
16726         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
16727         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
16729         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
16730         Don't call next handler.
16731         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
16732         Remove argument.  Install handler to application.
16733         (set_frame_menubar): Don't change deep_p.
16734         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
16735         FRAME_OUTER_TO_INNER_DIFF_Y.
16736         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16737         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16738         [HAVE_DIALOGS]: New macros.
16739         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
16740         Use them.
16741         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
16743         * macselect.c [MAC_OSX] (install_service_handler): Rename from
16744         init_service_handler.  All callers changed.  Return OSStatus value.
16746         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
16747         All callers changed so as not to call SetPortWindowPort.
16748         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
16749         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
16750         mac_draw_string_common.
16751         (mac_draw_image_string_qd): Likewise.
16752         (mac_draw_string_common): Use them.  Add INLINE.
16753         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
16754         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
16755         GetGlobalMouse.
16756         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
16757         and FRAME_OUTER_TO_INNER_DIFF_Y.
16758         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
16759         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
16760         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
16761         repositioning window to mac_handle_window_event.
16762         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
16763         saving window location to mac_handle_window_event
16764         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
16765         (install_menu_target_item_handler): Remove argument in extern.
16766         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
16767         Also accept command events.
16768         (do_keystroke): New function created from XTread_socket.
16769         (init_command_handler): Remove functions.
16770         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
16771         and save window location by kEventWindowShowing and kEventWindowHiding
16772         handlers here.  Don't call next handler for window state change and
16773         focus events.
16774         (mac_handle_application_event, mac_handle_keyboard_event)
16775         [TARGET_API_MAC_CARBON]: New functions.
16776         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
16777         kEventWindowShowing and kEventWindowHiding events.  Move installation
16778         of mouse, font, text input and menu target item handlers to
16779         install_application_handler.
16780         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
16781         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16782         New function.
16783         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16784         Register it.
16785         (XTread_socket) [TARGET_API_MAC_CARBON]:
16786         Consolidate SendEventToEventTarget calls.
16787         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
16788         Move application activation handler to mac_handle_application_event.
16789         Move keyboard handler to mac_handle_keyboard_event.
16790         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
16791         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
16792         init_command_handler.  Call install_application_handler.
16794         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
16795         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
16797 2007-06-07  Glenn Morris  <rgm@gnu.org>
16799         * emacs.c (main): Use `emacs-copyright' in --version output.
16801 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
16803         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
16805 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16807         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
16809         * macgui.h: Replace WindowPtr with WindowRef.
16811         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
16812         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
16813         Replace ControlHandle with ControlRef.
16814         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
16816         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
16817         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
16818         Replace ControlHandle with ControlRef.
16819         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
16820         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
16822         * macterm.h (struct scroll_bar): Rename member control_handle_low
16823         and control_handle_high to control_ref_low and control_ref_high.
16824         All uses changed.
16825         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
16826         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
16827         respectively.  All uses changed.
16828         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
16829         (install_window_handler, remove_window_handler): Replace WindowPtr
16830         with WindowRef in externs.
16832 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
16834         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
16836 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
16838         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
16840         * frame.c (Fmouse_position, Fmouse_pixel_position):
16841         Condition on HAVE_GPM too.
16843         * term.c (term_mouse_highlight): Remove unused variables.
16844         (Fterm_open_connection): Set gpm_zerobased to 1.
16845         (term_mouse_movement, term_mouse_click, handle_one_term_event):
16846         Use zero based co-ordinates.
16847         (handle_one_term_event): Report a drag as mouse movement too.
16849         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
16851 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
16853         * image.c (search_image_cache): New function.  Require background
16854         color match if background color is unspecified in the image spec.
16855         (uncache_image, lookup_image): Use it.
16857 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
16859         * window.c (Fshrink_window): Reflow docstring.
16861 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
16863         * Version 22.1 released.
16865 2007-06-01  Richard Stallman  <rms@gnu.org>
16867         * xfns.c (x_encode_text): Add GCPRO.
16869 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16871         * xfns.c (x_set_name_internal): Save encoded name before
16872         x_encode_text in case string data is relocated.
16874 2007-05-31  Richard Stallman  <rms@gnu.org>
16876         * buffer.c (syms_of_buffer): Doc fix.
16878 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
16880         * sysdep.c (init_sys_modes): Add rather than replace with
16881         O_NONBLOCK.
16883         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
16884         term_mouse_moveto.
16886         * termhooks.h (term_mouse_moveto): New extern.
16888         * term.c (mouse_face_window): Rename...
16889         (Qmouse_face_window): ...to this.
16890         (term_show_mouse_face, term_clear_mouse_face)
16891         (term_mouse_highlight): Use Qmouse_face_window.
16892         (term_mouse_moveto): New function.
16893         (term_mouse_position): Make it work.
16894         (syms_of_term): Uncomment assignment to mouse_position_hook.
16895         Staticpro Qmouse_face_window.
16897 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16899         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
16900         around current_column call.
16902 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
16904         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
16905         * xdisp.c (next_element_from_buffer):
16906         * window.c (delete_window):
16907         * term.c (term_mouse_highlight):
16908         * msdos.c (getdefdir):
16909         * macterm.c (mac_create_bitmap_from_bitmap_data)
16910         (init_font_name_table):
16911         * fns.c (Fsxhash):
16912         * data.c (Fmake_local_variable):
16913         * ccl.c (ccl_driver): Likewise.
16915 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16917         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
16918         Call mac_wakeup_from_rne on window size change.
16920 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
16922         * image.c (uncache_image): Fix typo.
16924 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
16926         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
16928 2007-05-22  Richard Stallman  <rms@gnu.org>
16930         * xterm.c (x_connection_closed): Remove NO_RETURN.
16932 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
16934         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
16936 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
16938         * image.c (uncache_image): New function.
16939         (Fimage_refresh): New function.
16941 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
16943         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
16945 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
16947         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
16948         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
16950 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
16952         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
16953         conditional on [HAVE_GPM_H].
16955 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16957         * syntax.c (skip_chars): Update syntax-table only after we checked that
16958         the new location is valid.
16960 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16962         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
16963         mac_get_window_bounds.
16965 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
16967         * Makefile.in (LIBGPM): Allow it to be set from configure.
16968         If set then link Emacs with it.
16970         * config.in: Regenerate.
16972         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
16973         New externs.
16975         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
16976         Include gpm.h.
16977         (handle_one_term_event, term_gpm): New externs.
16979         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
16980         and allow it to be interrupted by SIGIO.
16982         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
16983         (wait_reading_process_output): Wait on gpm_fd too.
16984         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
16985         (add_gpm_wait_descriptor_called_flag): New variable.
16986         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
16988         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
16989         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
16990         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
16991         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
16992         (make_lispy_event): Add case GPM_CLICK_EVENT.
16993         (read_avail_input): Handle mouse input.
16995         * term.c (write_glyphs_with_face): New function.
16996         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
16997         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
16998         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
16999         (mouse_face_face_id, term_gpm, pos_x, pos_y)
17000         (last_mouse_x, last_mouse_y): New variables.
17001         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
17002         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
17003         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
17004         (Fterm_close_connection): New functions.
17005         (term_init): Initialise mouse_face_window.
17007 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
17009         * xdisp.c (redisplay_window): If first window line is a
17010         continuation line, recompute the new window start instead of
17011         recentering.
17013 2007-05-18  Glenn Morris  <rgm@gnu.org>
17015         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
17016         Suggested by Alfred M. Szmidt <ams@gnu.org>.
17018 2007-05-17  Glenn Morris  <rgm@gnu.org>
17020         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
17022 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17024         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
17025         dead key repeat and up events.
17027 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
17029         * image.c (pbm_load): Check image size for monochrome pbm.
17031 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
17033         * xterm.c (XTread_socket): Revert last change.
17035 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
17037         * image.c (pbm_load): Correctly check image size for greyscale pbm.
17039         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
17041 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17043         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
17044         mixup (YAILOM).
17046 2007-05-07  Andreas Schwab  <schwab@suse.de>
17048         * keymap.c (Flookup_key): Fix typo in last change.
17050 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17052         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
17053         mapping for unibyte strings.
17055 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17057         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
17058         (Fx_popup_dialog) [MAC_OSX]: Likewise.
17060 2007-04-29  Richard Stallman  <rms@gnu.org>
17062         * insdel.c (replace_range): For undo, record insertion first.
17064 2007-04-29  Andreas Schwab  <schwab@suse.de>
17066         * lisp.h (VECSIZE): Use OFFSETOF.
17068 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17070         * xdisp.c (try_window_reusing_current_matrix): Fix number of
17071         disabled lines.
17073 2007-04-28  Richard Stallman  <rms@gnu.org>
17075         * lread.c (read_escape): In a string, \s is always space.
17077 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
17079         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
17081         * gtkutil.c (xg_update_menubar, create_menus): Create empty
17082         submenu for menu bar items.
17084 See ChangeLog.10 for earlier changes.
17086 ;; Local Variables:
17087 ;; coding: utf-8
17088 ;; add-log-time-zone-rule: t
17089 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
17090 ;; End:
17092     Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
17094   This file is part of GNU Emacs.
17096   GNU Emacs is free software: you can redistribute it and/or modify
17097   it under the terms of the GNU General Public License as published by
17098   the Free Software Foundation, either version 3 of the License, or
17099   (at your option) any later version.
17101   GNU Emacs is distributed in the hope that it will be useful,
17102   but WITHOUT ANY WARRANTY; without even the implied warranty of
17103   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17104   GNU General Public License for more details.
17106   You should have received a copy of the GNU General Public License
17107   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17109 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40