Avoid infloop when scrolling conservatively (Bug#7537).
[emacs.git] / src / ChangeLog
blob95f7039eaf765fd9ca5b9d5cbb86fa8b78532e54
1 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
3         * xdisp.c (try_scrolling): Avoid infloop if the first line is
4         obscured due to a vscroll (Bug#7537).
6 2010-12-02  Jan Djärv  <jhd@zeplinf.localdomain>
8         * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
10         * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
11         Use FRAME_TOOLBAR_HEIGHT.
12         (x_set_offset): Handle XNegative and YNegative in
13         f->size_hint_flags (Bug#7510).
15 2010-11-25  Kenichi Handa  <handa@m17n.org>
17         * charset.c (emacs_mule_charset): Make it an array of charset ID;
18         i.e. integer.
19         (Fdefine_charset_internal): Adjusted for the above change.
20         (init_charset_once): Likewise.
22         * charset.h (emacs_mule_charset): Adjust the prototype.  Delete
23         duplicated extern.
25         * coding.c (emacs_mule_char): Adjust for the change of
26         emacs_mule_charset.
28         * lread.c (read_emacs_mule_char): Adjust for the change of
29         emacs_mule_charset.
31 2010-11-22  Eli Zaretskii  <eliz@gnu.org>
33         * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
34         of w32api >= 3.15.  (Bug#6989)  (Bug#7452)
36 2010-11-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
38         * alloc.c (mark_terminals): Ensure that the image cache is marked
39         even if the terminal object was marked earlier (Bug#6301).
41 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
43         * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
45 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
47         * gtkutil.c (menubar_map_cb): New function (Bug#7425).
48         (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
49         Use 23 as menubar height if 0. (Bug#7425).
51 2010-11-14  Jan Djärv  <jan.h.d@swipnet.se>
53         * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
55         * config.in (HAVE_G_TYPE_INIT): New symbol.
57 2010-11-12  Eli Zaretskii  <eliz@gnu.org>
59         * lread.c (Fload): Mention `load-in-progress' and
60         `load-file-name'.  (Bug#7346)
62 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
64         * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
65         (kbd_buffer_store_event_hold, kbd_buffer_get_event)
66         (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
67         subprocesses.  Use buffer_free only ifdef subprocesses.
69         * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
70         the subprocesses version, not in the non-subprocesses one.
72         * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
74         * xfns.c (x_real_positions): Fix declaration-after-statement
75         problem.
77 2010-11-05  Chong Yidong  <cyd@stupidchicken.com>
79         * image.c (free_image): Don't garbage the frame here, since this
80         function can be called while redisplaying (Bug#7210).
81         (uncache_image): Garbage the frame here (Bug#6426).
83 2010-11-04  Chong Yidong  <cyd@stupidchicken.com>
85         * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
86         Windows.
88 2010-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
90         * process.c (Fmake_network_process): Don't call turn_on_atimers around
91         `connect' (Bug#5723).
93 2010-11-04  Helmut Eller  <eller.helmut@gmail.com>
95         * process.c (Fmake_network_process): Call `select' for interrupted
96         `connect' rather than creating new socket (Bug#5173).
98 2010-11-04  Kenichi Handa  <handa@m17n.org>
100         * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
101         Don't sheck SPEC if it is nil.
102         (font_list_entities): Call font_delete_unmatched if
103         Vface_ignored_fonts is non-nil.
105 2010-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
107         * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
108         (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
110         * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
111         Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
112         set in FLAGS.  Callers with non-zero CHECK_MARGINS changed to use
113         TRY_WINDOW_CHECK_MARGINS.
115         * xfns.c (Fx_show_tip): Undo last change.  Call try_window with
116         TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).
118 2010-11-04  Jan Djärv  <jan.h.d@swipnet.se>
120         * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
121         parent is the root window.  Check this after traversing window tree.
123         * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
125         * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
127         * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
128         before traversing window tree (Bug#5721).
130 2010-11-03  Glenn Morris  <rgm@gnu.org>
132         * Makefile.in (CRT_DIR): New variable, set by configure.
133         * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
134         Use $CRT_DIR rather than HAVE_LIB64_DIR.  (Bug#5655)
136 2010-11-01  Jan Djärv  <jan.h.d@swipnet.se>
138         * process.c (kbd_is_on_hold): New variable.
139         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
140         New functions.
141         (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
142         select on empty input mask.
143         (init_process): Initialize kbd_is_on_hold to 0.
145         * process.h (hold_keyboard_input, unhold_keyboard_input)
146         (kbd_on_hold_p): Declare.
148         * keyboard.c (input_available_signal): Declare.
149         (kbd_buffer_nr_stored): New function.
150         (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
151         more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
152         (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
153         returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
154         (tty_read_avail_input): If input is on hold, return.
155         Don't read more that free slots in kbd_buffer (Bug#6571).
157 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
159         * xterm.c (x_connection_closed): Print informative error message
160         when aborting on GTK.  This requires using shut_down_emacs
161         directly instead of Fkill_emacs.
163 2010-10-25  Michael Albinus  <michael.albinus@gmx.de>
165         * dbusbind.c (Fdbus_call_method_asynchronously)
166         (Fdbus_register_signal, Fdbus_register_method): Check, whether
167         `dbus-registered-objects-table' is initialized.
169 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
171         * xterm.c (x_connection_closed): Kill Emacs unconditionally.
173 2010-10-22  Eli Zaretskii  <eliz@gnu.org>
175         * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
177         * dispnew.c (syms_of_display) <initial-window-system, window-system>:
178         Deprecate use as a boolean flag.
180 2010-10-18  Ken Brown  <kbrown@cornell.edu>
182         * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
184 2010-10-15  Kenichi Handa  <handa@m17n.org>
186         Fix incorrect font metrics when the same font is opened with
187         different pixelsizes.
189         * xftfont.c: Include composite.h.
190         (xftfont_shape): New function.
191         (syms_of_xftfont): Set xftfont_driver.shape.
193 2010-10-13  Damyan Pepper  <damyanp@gmail.com>
195         Fix handling of font properties on Windows (bug#6303).
196         * font.c (font_filter_properties): New function, refactored from
197         ftfont_filter_properties.
198         * font.h (font_filter_properties): Declare.
199         * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
200         * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
201         (w32font_filter_properties): New function.
202         (w32font_driver): Add w32font_filter_properties.
204 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
206         * font.c (Ffont_variation_glyphs):
207         * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
209 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
211         * nsterm.m (Qleft): Declare.
212         (ns_right_alternate_modifier): New variable
213         (NSRightAlternateKeyMask): New define.
214         (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
215         ns_right_alternate_modifier isn't Qleft.
216         (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
217         as emacs modifier for NSRightAlternateKeyMask.
218         (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
220 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
222         * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
223         (xd_pending_messages): Catch xd_get_dispatch_status calls.
225 2010-10-08  Kenichi Handa  <handa@m17n.org>
227         * coding.c (complement_process_encoding_system): Fix previous change.
229 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
231         * dbusbind.c (syms_of_dbusbind): Move putenv call ...
232         (Fdbus_init_bus): ... here.  (Bug#7113)
234 2010-10-03  Glenn Morris  <rgm@gnu.org>
236         * buffer.c (before-change-functions, after-change-functions):
237         Three-year overdue doc fix following 2007-08-13 change.
239 2010-10-02  Kenichi Handa  <handa@m17n.org>
241         * coding.c (coding_inherit_eol_type): If parent doesn't specify
242         eol-format, inherit from the system's default.
243         (complement_process_encoding_system): Make a new coding system
244         inherit the original eol-format.
246 2010-09-30  Kenichi Handa  <handa@m17n.org>
248         * coding.c (complement_process_encoding_system): New function.
250         * coding.h (complement_process_encoding_system): Extern it.
252         * callproc.c (Fcall_process): Complement the coding system for
253         encoding arguments.
254         (Fcall_process_region): Complement the coding system for encoding
255         the input to the process.
257         * process.c (Fstart_process): Complement the coding system for
258         encoding arguments.
259         (send_process): Complement the coding system for encoding what
260         sent to the process.
262 2010-09-29  Kenichi Handa  <handa@m17n.org>
264         * xfont.c (xfont_open): Fix setting of font->average_width from
265         :avgwidth property (Bug#7123).
267 2010-09-28  Michael Albinus  <michael.albinus@gmx.de>
269         * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
270         is more portable.
272         * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
273         (kbd_buffer_get_event): ... here. This is needed for cygwin, which
274         has not defined SIGIO.
276 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
278         * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
279         (Bug#7113)
281 2010-09-26  Jan Djärv  <jan.h.d@swipnet.se>
283         * xgselect.c (xg_select): Clear file descriptors not set from
284         rfds and wfds.
286 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * syntax.c (back_comment): Detect the case where a 1-char comment
289         starter is also the 2nd char of a 2-char comment ender.
291 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
293         * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
295 2010-09-12  Jan Djärv  <jan.h.d@swipnet.se>
297         * xterm.c (get_current_vm_state): New function.
298         (do_ewmh_fullscreen): Call get_current_vm_state and compare with
299         want_fullscreen so set_wm_state calls are few (Bug#7013).
300         (x_handle_net_wm_state): Move code to get_current_vm_state and
301         call that function.
303 2010-09-11  Courtney Bane  <emacs-bugs-7626@cbane.org>  (tiny change)
305         * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
307 2010-09-08  Kenichi Handa  <handa@m17n.org>
309         * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
310         we may use designation or locking-shift.
312 2010-09-07  Kenichi Handa  <handa@m17n.org>
314         * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
315         sequence when the source is multibyte.
317 2010-08-31  Kenichi Handa  <handa@m17n.org>
319         * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
320         characters.
322         * term.c (encode_terminal_code): Fix the previous change.
323         (produce_glyphs): Don't set it->char_to_display here.
324         Don't handle unibyte-display-via-language-environment here.
325         (produce_special_glyphs): Set temp_it.char_to_display before
326         calling produce_glyphs.
328         * xdisp.c (get_next_display_element): Set it->char_to_display
329         here.  Convert all 8-bit bytes from unibyte buffer/string to 8-bit
330         characters.
331         (get_overlay_arrow_glyph_row): Set it.char_to_display too before
332         calling PRODUCE_GLYPHS.
333         (append_space_for_newline): Save and store it->char_to_display.
334         Set it->char_to_display before calling PRODUCE_GLYPHS.
335         (extend_face_to_end_of_line): Set it->char_to_display before
336         calling PRODUCE_GLYPHS.
337         (get_glyph_face_and_encoding): Set the glyph code an 8-bit
338         character to its byte value.
339         (get_char_glyph_code): New function.
340         (produce_stretch_glyph): Set it2.char_to_display too before
341         calling x_produce_glyphs.
342         (x_produce_glyphs): Simplify by using the same code for ASCII and
343         non-ASCII characters.  Don't set it->char_to_display here.
344         Don't handle unibyte-display-via-language-environment here.  For a
345         character of no glyph, use font->space_width instead of FONT_WIDTH.
347 2010-08-29  Kenichi Handa  <handa@m17n.org>
349         * term.c (encode_terminal_code): Encode byte chars to the
350         correspnding bytes.
352 2010-08-17  Andreas Schwab  <schwab@linux-m68k.org>
354         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
355         instead of SAFE_ALLOCA.
357 2010-08-17  Chong Yidong  <cyd@stupidchicken.com>
359         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
360         (Bug#6214).
362 2010-08-14  Jan Djärv  <jan.h.d@swipnet.se>
364         * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
366 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
368         * doc.c (Fsnarf_documentation): Initialize skip_file before
369         build-files test.
371 2010-08-09  Peter O'Gorman <pogma@thewrittenword.com>  (tiny change)
373         * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
374         New definitions.
375         (HAVE_TERMIO): Remove.
377 2010-08-06  Kenichi Handa  <handa@m17n.org>
379         * charset.c: Include <stdlib.h>
380         (struct charset_sort_data): New struct.
381         (charset_compare): New function.
382         (Fsort_charsets): New function.
383         (syms_of_charset): Declare Fsort_charsets as a Lisp function.
385         * coding.c (decode_coding_iso_2022): Fix checking of dimension
386         number in CTEXT extended segment.
388 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
390         * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
391         * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
393 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
395         * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
396         (Fhash_table_size): Fix typos in docstrings.
397         (Fmake_hash_table): Doc fix.
399 2010-07-28  Juanma Barranquero  <lekktu@gmail.com>
401         * minibuf.c (syms_of_minibuf) <read-buffer-function>:
402         Doc fix (bug#5625).
404 2010-07-27  Ken Brown  <kbrown@cornell.edu>
406         * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
407         the MSDOS definition.
409 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
411         * minibuf.c (Fread_buffer): Doc fix (bug#6528).
413 2010-07-22  Christoph Scholtes  <cschol2112@gmail.com>
415         * window.c (Fwindow_height): Doc fix (bug#6518).
417 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
419         * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
421 2010-07-17  Jan Djärv  <jan.h.d@swipnet.se>
423         * gtkutil.c (xg_event_is_for_menubar): Also check that event window
424         is related to the menu bar (Bug#6499).
426 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
428         * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
430         * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
432         * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
433         i.e. don't put back ButtonRelease (Bug#6608).
435         * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
436         instead of Window.  Call xg_event_is_for_menubar when
437         USE_GTK (Bug#6499).
439         * gtkutil.h (xg_event_is_for_menubar): Declare.
441         * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
443 2010-07-14  Eli Zaretskii  <eliz@gnu.org>
445         * w32fns.c (x_set_foreground_color): Fix setting the cursor color
446         when it's the same as the old foreground.  (Bug#6609)
448 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
450         * xfaces.c (realize_face): Garbage the frame if a face is removed
451         (Bug#6593).
453 2010-07-05  Andreas Schwab  <schwab@linux-m68k.org>
455         * keyboard.c: Remove duplicate <setjmp.h>.
456         (read_key_sequence): Remove volatile qualifiers.
458 2010-07-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
460         * dispextern.h (FRINGE_HEIGHT_BITS): New define.
461         (struct glyph_row): New members left_fringe_offset and
462         right_fringe_offset.
464         * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
465         specially.
466         * w32term.c (w32_draw_fringe_bitmap): Likewise.
467         * nsterm.m (ns_draw_fringe_bitmap): Likewise.
469         * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
470         Take account of bitmap offset.
471         (draw_window_fringes): Take account of window vscroll.
472         (update_window_fringes): Likewise.  Extend top-aligned top indicator
473         or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
474         in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
475         Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
477 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
479         * w32fns.c (Qtooltip): Declare.
480         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
482 2010-07-03  Jan Djärv  <jan.h.d@swipnet.se>
484         * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
485         grab on just Press (Bug#6499).
487 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
489         * frame.c (Qtooltip): New var.
490         (delete_frame): Use it.  Fix faulty if statement.  Don't update
491         mode line for tooltip frames.  Suggested by Martin Rudalics.
493         * xfns.c (x_create_tip_frame):
494         * w32fns.c (x_create_tip_frame): Use it.
496 2010-06-30  Naohiro Aota  <naota@elisp.net>  (tiny change)
498         * xftfont.c (xftfont_open): Check font width one by one also when
499         spacing is dual.
501         * ftfont.c (ftfont_open): Ditto.
503 2010-06-26  Andreas Schwab  <schwab@linux-m68k.org>
505         * alloc.c (Fmake_byte_code): Don't access undefined argument
506         (Bug#6517).
508 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
510         * xdisp.c (next_element_from_image): Ensure that after-strings are
511         read the next time we hit handle_stop (Bug#1336).
513 2010-06-23  Andreas Schwab  <schwab@linux-m68k.org>
515         * lread.c (read1): Signal error if #s is not followed by paren.
517 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
519         * image.c (free_image): Mark frame as garbaged (Bug#6426).
521         * keymap.c (Fdefine_key): Doc fix (Bug#6460).
523 2010-06-15  Glenn Morris  <rgm@gnu.org>
525         * editfns.c (Fbyte_to_string): Pacify compiler.
527 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
530         Check `object's type before accessing its guts.
532 2010-06-08  Andreas Schwab  <schwab@linux-m68k.org>
534         * minibuf.c (Fall_completions): Add more checks.
536 2010-06-08  Juanma Barranquero  <lekktu@gmail.com>
538         * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
540 2010-06-03  Andreas Schwab  <schwab@linux-m68k.org>
542         * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
543         address.  (Bug#6346)
545 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
547         * ccl.c (Fccl_program_p): Fix typo in docstring.
549 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
552         of bug#6305).
554 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
556         * xdisp.c (redisplay_window): After redisplay, check if point is
557         still valid before setting it (Bug#6177).
559 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
561         * s/netbsd.h: If terminfo is found, use it in preference to
562         termcap.  (Bug#6190)  [Backport from trunk]
564 2010-05-20  Kevin Ryde  <user42@zip.com.au>
566         * keyboard.c (Vlast_command, Vkeyboard_translate_table)
567         (Voverriding_terminal_local_map, Vsystem_key_alist)
568         (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
570 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * editfns.c (Fbyte_to_string): New function.
574 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
576         * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
577         prevent stack overflow if number of arguments is too large
578         (Bug#6214).
580 2010-05-11  Eli Zaretskii  <eliz@gnu.org>
582         * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
584         * w32fns.c: Include w32.h.
585         (Fw32_shell_execute): Decode the error message before passing it
586         to `error'.  (Bug#6126)
588 2010-05-11  Karel Klic  <kklic@redhat.com>
590         * ftfont.c: Fix incorrect parentheses of #if condition for
591         definining M17N_FLT_USE_NEW_FEATURE.
593 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
595         * Version 23.2 released.
597 2010-04-30  Andreas Schwab  <schwab@linux-m68k.org>
599         * composite.c (autocmp_chars): Save point as marker before calling
600         auto-composition-function (Bug#5984).
602         * lisp.h (restore_point_unwind): Add prototype.
604         * fileio.c (restore_point_unwind): Remove static attribute.
606 2010-04-23  Kenichi Handa  <handa@m17n.org>
608         * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
609         new feature of libotf and m17n-flt.
610         (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
611         Call OTF_check_features even if no specific feature is given.
612         (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
613         (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
614         that OUT is NULL.  Use OTF_drive_gsub_with_log and
615         OTF_drive_gpos_with_log instead of OTF_drive_gsub and
616         OTF_drive_gpos.
617         (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
618         (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
619         Setup mflt_enable_new_feature and mflt_try_otf.
621 2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
623         * dired.c (Ffile_attributes): Fix typo in docstring.
625 2010-04-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
627         * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
628         NSInteger (Bug#5811).
630 2010-04-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
632         * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
633         (PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
635 2010-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
637         * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
639 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
641         * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
642         FRAME_LINE_TO_PIXEL_Y.
644         * xterm.c (x_set_window_size_1): Don't add border_width/height to
645         pixelwidth/height.
647 2010-04-05  Chong Yidong  <cyd@stupidchicken.com>
649         * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
650         terminal frames (Bug#5837).
652 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
654         * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
655         * nsterm.h: Fix prototype.
657 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
659         * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
660         in this function.  (Bug#5703)
662 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
664         * nsterm.h: Fix last change.
666 2010-03-30  Bernhard Herzog  <bh@intevation.de>  (tiny change)
668         * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
670 2010-03-30  Jan Djärv  <jan.h.d@swipnet.se>
672         * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
673         invisible (Bug#5766).
675 2010-03-29  Adrian Robert  <adrian.b.robert@gmail.com>
677         * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
678         HAVE_NS conditionals.
679         (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
681         * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
682         filename for the title.
683         (ns_set_doc_edited): Do nothing if the selected window is a
684         minibuffer window.
686         * nsterm.h: Add prototypes for ns_set_name_as_filename and
687         ns_set_doc_edited.
689         * nsterm.m: Remove unneeded prototype.
691 2010-03-28  Glenn Morris  <rgm@gnu.org>
693         * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
694         in the DOC file.  (Bug#5336)
696 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
698         * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
700 2010-03-20  Jan Djärv  <jan.h.d@swipnet.se>
702         * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
704         * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
706         * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
708 2010-03-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
710         * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
711         XLoadQueryFont.
713 2010-03-16  Kenichi Handa  <handa@m17n.org>
715         * coding.c (decode_coding_ccl): Fix previous change for the
716         multibyte case.
717         (encode_coding_ccl): Don't setup ccl program here.  Fix for the
718         case that the output buffer is fullfilled.
719         (encode_coding): Setup ccl program here.
721 2010-03-15  Andreas Politz  <politza@fh-trier.de>  (tiny change)
723         * editfns.c (Fformat): Account for string precision when computing
724         field width (Bug#5710).
726 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
728         Make it possible to C-g in a tight bytecode loop again (bug#5680).
729         * lisp.h (ELSE_PENDING_SIGNALS): New macro.
730         (QUIT): Use it to consolidate code and remove redundancy.
731         * bytecode.c (BYTE_CODE_QUIT): Use it as well.
733         * regex.c (regex_compile): Setup gl_state as well.
735         * syntax.c (skip_chars): Setup gl_state (bug#3823).
736         (in_classes): Use CONSP before XCAR/XCDR.
738 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
740         * keymap.c (Fwhere_is_internal): Use Fequal to compare
741         definitions, so that keyboard macros are correctly handled
742         (Bug#5481).
744 2010-03-02  Eli Zaretskii  <eliz@gnu.org>
746         * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
747         text that could be relocated inside the call to emacs_mule_char.
748         (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
749         (CODING_DECODE_CHAR): Add a comment describing its purpose.
751 2010-03-02  Kenichi Handa  <handa@m17n.org>
753         * character.c (parse_str_as_multibyte): Fix handling of the
754         multibyte form of raw-bytes.
755         (str_as_multibyte): Likewise.
757         * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
758         form of raw-bytes.
760 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
762         * charset.c (load_charset_map_from_file)
763         (load_charset_map_from_vector): Zero out allocated
764         charset_map_entries before using them.
766 2010-02-27  Andreas Schwab  <schwab@linux-m68k.org>
768         * w32uniscribe.c (uniscribe_check_otf): Fix length check.
770 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
772         * font.c (font_parse_fcname): Recognize "Book", "Condensed",
773         "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
775 2010-02-26  Kenichi Handa  <handa@m17n.org>
777         * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
779         * xdisp.c (reseat_to_string): Fix previous change.
781 2010-02-26  David Reitter  <david.reitter@gmail.com>
783         * nsfont.m (nsfont_draw): ns_antialias_text should be a
784         Lisp_Object (Bug#4736).
786 2010-02-25  Kenichi Handa  <handa@m17n.org>
788         * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
790 2010-02-24  Jan Djärv  <jan.h.d@swipnet.se>
792         * xterm.c (XTflash): Move declarations before statements.
794         * gtkutil.c (xg_get_gdk_display): Remove (unused).
795         (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
796         (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
797         (xg_create_tool_bar): Remove unused variables.
798         (x_wm_set_size_hint): Move declarations before statements.
799         (xg_create_frame_widgets): Remove variable grav.
801 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
803         * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
805 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
807         * term.c (fatal): Add a final \n if needed (bug#5596).
809 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
811         * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
813 2010-02-18  Glenn Morris  <rgm@gnu.org>
815         * callint.c (Finteractive): Doc fix.
817 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
819         * coding.c (record_conversion_result):
820         Handle CODING_RESULT_INSUFFICIENT_DST.
821         (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
822         memory allocation error.
824 2010-02-17  Kenichi Handa  <handa@m17n.org>
826         * coding.c (decode_coding_ccl): Don't setup ccl program here.
827         Fix for the case that the output buffer is fullfilled.
828         (decode_coding): Setup ccl program here.  Keep looping when the
829         decoder stopped because the output buffer is
830         fullfilled (bug#5534).
832         * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
834 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
836         * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
837         bug #5571.
838         (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
839         overdrawn.
841 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>
843         * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
844         doing_interact here.
845         (ice_connection_closed): New function.
846         (x_session_check_input, smc_die_CB, ice_io_error_handler)
847         (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
848         (x_session_check_input): Call IceCloseConnection if IceProcessMessages
849         returns I/O error.
850         (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
851         bug #5512.
853 2010-02-08  Francis Devereux  <francis@devrx.org>  (tiny change)
855         * nsfont.m (nsfont_open): The system's value for the font descent
856         is negative, so round it down to avoid clipping.
858 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
860         * charset.c (load_charset_map_from_file)
861         (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
862         instead of xmalloc (Bug#5526).  Suggested by Vivek Dasmohapatra.
864 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
866         * charset.c (load_charset_map_from_file): Allocate large
867         charset_map_entries structure on the heap rather than the stack.
868         (Bug#5526).
870 2010-01-31  Kenichi Handa  <handa@m17n.org>
872         * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
873         size in NAME is invalid, return -1 (Bug#5396).
875 2010-01-31  Chong Yidong  <cyd@stupidchicken.com>
877         * nsterm.m (ns_defined_color): Block input.  Suggested by Mike
878         <deactivated@gmail.com> (Bug#3605).
880 2010-01-31  David De La Harpe Golden  <david@harpegolden.net>
882         * fileio.c (Frename_file): Correctly rename symlinks to
883         directories (Bug#5496).
885 2010-01-31  Filipe Cabecinhas  <filcab@gmail.com>  (tiny change)
887         * nsterm.m (ns_ring_bell): Handle visible bell like X.
889 2010-01-30  Andreas Schwab  <schwab@linux-m68k.org>
891         * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
893 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
895         * frame.c (DEFAULT_ROWS): Change default to 35.
897         * xfns.c (x_default_font_parameter): Change default XFT font to
898         monospace-10 (Bug#3643).
900 2010-01-29  Eli Zaretskii  <eliz@gnu.org>
902         * w32inevt.c (key_event): Remove unnecessary comparison of
903         event->uChar.AsciiChar with 128.
905 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
907         * fileio.c (Frename_file): Fix last change (Bug#5487).
909         * m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.
911         * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
913 2010-01-28  Jan Djärv  <jan.h.d@swipnet.se>
915         * xfns.c (Fx_create_frame): Remove window size matching code from
916         2010-01-15.
917         (x_get_current_desktop, x_get_desktop_workarea): Remove.
919 2010-01-27  Jason Rumney  <jasonr@gnu.org>
921         * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
922         (key_event): Use unicode for characters 128 and higher (Bug#4567).
924 2010-01-27  Kenichi Handa  <handa@m17n.org>
926         * regex.c (analyse_first): Fix setting of fastmap for unibyte
927         pattern string (Bug#4209).
929 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
931         * fileio.c (Frename_file): Call copy-directory and
932         delete-directory for directories, in order to handle cross-device
933         renaming (Bug#3353).
935 2010-01-25  Jan Djärv  <jan.h.d@swipnet.se>
937         * xfns.c (Fx_create_frame): If frame height is too big, try
938         sizes 24 and 10.  Bug #3643.
940 2010-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
942         Try and fix bug#788, hopefully for real this time.
943         * keymap.c (shadow_lookup): Add `remap' arg.
944         (describe_map, describe_vector): Update calls to shadow_lookup.
945         (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
946         `remapped' so this flag is applicable to `sequence'.  Be careful to
947         perform remapping during shadow_lookup check of remapped_sequences.
949 2010-01-24  Eric Bélanger  <snowmaniscool@gmail.com>  (tiny change)
951         * image.c (png_load): Use png_sig_cmp instead of the obsolete
952         png_check_sig, which has been removed in libpng 1.4.
954 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
956         * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
957         lacks this header file).
959 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
961         * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
962         as in Emacs 22.
964 2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
966         * lisp.h (make_pure_string): String pointer arg now points to const.
968         * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
969         args now point to const.
971 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
973         * lread.c (Fload): Don't treat files without .elc extension as
974         byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
975         them.  (bug#5303)
977 2010-01-20  Kenichi Handa  <handa@m17n.org>
979         * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
980         treat the source as actual byte sequence.
982 2010-01-19  Alan Mackenzie  <acm@muc.de>
984         Fix spurious before-change-functions invocation from (insert ?\n).
985         * textprop.c (set_text_properties): Rename parameter
986         `signal_after_change_p' to `coherent_change_p', and make the
987         invocation of `modify_region' conditional on it.
989 2010-01-19  Jan Djärv  <jan.h.d@swipnet.se>
991         * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
992         for debug purpose.
993         (syms_of_xsettings): Declare xft-settings.
995 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
997         * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
999 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * xterm.c (event_handler_gdk): Block input (Bug#5037).
1003 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1005         * emacs.c (standard_args): Adjust arg priorities to reflect how
1006         they are processed in startup.el.
1008 2010-01-16  Andreas Schwab  <schwab@linux-m68k.org>
1010         * Makefile.in (lisp, shortlisp): Update.
1012 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1015         code, link the new kboard into all_kboard before running Lisp code,
1016         and protect the new terminal with GCPRO (Bug#5365).
1017         (x_term_init): Remove unused var `atom'.
1018         (x_delete_display, x_delete_terminal): Remove unused var `i'.
1020 2010-01-15  Jan Djärv  <jan.h.d@swipnet.se>
1022         * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1023         (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1024         to find out usable size of the desktop.  Don't make frames larger than
1025         this.  Bug #3643.
1027 2010-01-15  Kenichi Handa  <handa@m17n.org>
1029         * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS.  Callers changed.
1031 2010-01-15  Chong Yidong  <cyd@stupidchicken.com>
1033         * nsterm.m (Qnone): Define.
1035         * nsfns.m (Qnone): Move definition to nsterm.m.
1037 2010-01-14  Kenichi Handa  <handa@m17n.org>
1039         * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1040         systems.
1042 2010-01-14  Kenichi Handa  <handa@m17n.org>
1044         Make auto-composition work on all buffers even if they are
1045         fundamental mode.
1047         * composite.c (Vauto_composition_mode): New variable.
1048         (composition_compute_stop_pos): Check Vauto_composition_mode
1049         instead of Vauto_composition_function.
1050         (composition_adjust_point, Ffind_composition_internal): Likewise.
1051         (syms_of_composite): Declare Lisp variable
1052         "auto-composition-mode" here.
1054 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
1056         * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1057         during call to vendor-specific-keysyms (Bug#5365).
1059 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1061         * keyboard.c (input_available_signal) [SYNC_INPUT]:
1062         Call SIGNAL_THREAD_CHECK (Bug#5333).
1064         * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1065         Call SIGNAL_THREAD_CHECK.
1067 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         Try to fix bug#5314.  This is probably not the final word, tho.
1070         * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1071         recent-auto-save-p as a side-effect.
1072         * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1073         * buffer.c (Fkill_buffer, reset_buffer):
1074         * editfns.c (Fsubst_char_in_region):
1075         * fileio.c (Finsert_file_contents, Fdo_auto_save)
1076         (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1078 2010-01-13  Kenichi Handa  <handa@m17n.org>
1080         Display buffer name, etc. in mode line by composing correctly.
1082         * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1083         STRING is not nil.
1084         (display_mode_element): Adjust for the change of
1085         decode_mode_spec and display_line.
1086         (decode_mode_spec): Change arg MULTIBYTE to STRING.
1087         (display_string): Handle the case that STRING is non-null and
1088         LISP_STRING is not nil.
1090         * xterm.c (x_draw_composite_glyph_string_foreground):
1091         Pay attention to s->face->overstrike.
1093         * composite.c (composition_reseat_it): Don't check PT if STRING is
1094         non nil.
1096 2010-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1098         * keyboard.c (read_char): Don't apply previous change when current
1099         buffer is unchanged by command execution.
1101 2010-01-12  Jan Djärv  <jan.h.d@swipnet.se>
1103         * keyboard.c (read_char): Return after executing from special map.
1105 2010-01-12  Glenn Morris  <rgm@gnu.org>
1107         * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1108         bug-gnu-emacs rather than emacs-pretest-bug.
1110 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1112         * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1113         initializing the Lisp variables that depend on them.
1115 2010-01-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1117         * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1118         Clear areas that will not be updated after change of menu bar lines.
1119         Clear the menu bar window's current matrix when the window gets empty.
1121 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1123         * intervals.h, textprop.c (extend_property_ranges): Return value
1124         and args changed.  Discard properties that begin at or after the
1125         new end (Bug#5306).
1127         * editfns.c (Fformat): Caller changed.
1129         * nsterm.m (ns_set_default_prefs): Delete function.
1130         (syms_of_nsterm): Initialize ns_command_modifier,
1131         ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1132         ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1134         * xdisp.c (pos_visible_p): Check for invisible text at the correct
1135         position (Bug#4040).
1137 2010-01-09  Eli Zaretskii  <eliz@gnu.org>
1139         * editfns.c (Ffloat_time): Doc fix.
1141 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1143         * xfns.c (Fx_create_frame): Don't create frame larger than display
1144         by default bug#3643.
1146 2010-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1148         * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1149         (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1150         windows above internal border.
1152         * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1153         (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1154         windows above internal border.
1156         * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1157         tool bar windows specially.
1159         * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1161         * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1162         specially.
1163         (XTflash): Take account of menu bar height.
1165         * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1166         specially.
1168 2010-01-08  Jan Djärv  <jan.h.d@swipnet.se>
1170         * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
1171         also be true before we can return early (bug #5339).
1173 2010-01-06  David Reitter  <david.reitter@gmail.com>
1175         * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1176         (Fns_display_usable_bounds): Rewrite, computing bounds properly
1177         (Bug#3233).
1179 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1181         * font.c (font_open_entity): Enable chache and call cached_font_ok
1182         for the driver if defined.
1183         (QCuser_spec): New symbol.
1184         (font_spec_from_name): Save name as user-spec.
1185         (font_load_for_lface): Keep user-spec instead of name.
1186         (font_open_by_name): Save name as user-spec.
1187         (syms_of_font): Initialize QCuser_spec.
1188         (font_clear_prop): Clear name if it exists in font (bug#5157).
1190         * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1191         (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1192         (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1194         * font.h (struct font_driver): Add cached_font_ok.
1196         * xterm.c (x_clear_frame): Queue draw for scroll bars.
1198 2010-01-05  Jan Djärv  <jan.h.d@swipnet.se>
1200         * xterm.c (x_new_font): Move code for setting rows/cols before
1201         resizing ...
1202         (x_set_window_size): ... to here.  Bug #2568.
1204         * gtkutil.c (xg_clear_under_internal_border): New function.
1205         (xg_frame_resized, xg_frame_set_char_size):
1206         Call xg_clear_under_internal_border.
1207         (xg_update_scrollbar_pos): Clear under old scroll bar position.
1209 2010-01-05  Chong Yidong  <cyd@stupidchicken.com>
1211         * keyboard.c (read_key_sequence): Catch keyboard switch after
1212         making a new tty frame (Bug#5095).
1214 2010-01-05  Kenichi Handa  <handa@m17n.org>
1216         * fontset.c (fontset_find_font): Fix getting the frame pointer.
1218 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1221         Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1222         (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1224 2010-01-03  Michael Albinus  <michael.albinus@gmx.de>
1226         * dbusbind.c (xd_add_watch): Improve debug message.
1227         (xd_remove_watch): Improve debug message.  If DATA is the session
1228         bus, unset D-Bus session environment.
1229         (Fdbus_init_bus): Pass the bus as argument to
1230         dbus_connection_set_watch_functions.  (Bug#5283)
1232 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1234         * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1236         * lread.c (syms_of_lread): Make it clearer that these are the
1237         names of loaded files (Bug#5068).
1239         * eval.c (run_hook_with_args): Handle the case where the global
1240         value has the obsolete single-function form (Bug#5026).
1242 2009-12-27  Chong Yidong  <cyd@stupidchicken.com>
1244         * minibuf.c (Fall_completions): Minor optimization.
1246 2009-12-26  Eli Zaretskii  <eliz@gnu.org>
1248         * .gdbinit (pgx): Fix display of composite glyphs.
1249         Display cmp.from and cmp.to as well.
1250         (pitx): Fix last change.
1252 2009-12-25  Kenichi Handa  <handa@m17n.org>
1254         * composite.h (composition_adjust_point): Update prototype.
1256         * composite.c (composition_reseat_it): Don't make a composition
1257         spanning over point.
1258         (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1259         composable characters.
1260         (composition_adjust_point): New arg NEW_PT.  Callers changed.
1262         * keyboard.c (command_loop_1): Force redisplay if the last point
1263         was within a composition.
1264         (adjust_point_for_property): Don't adjust point for automatic
1265         composition when called after buffer modification.
1267 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
1269         * .gdbinit (pitx): Don't use enum names, use their values.
1270         Remove reference to non-existing value GET_FROM_COMPOSITION.
1271         (pgx): Don't use enum names, use their values.
1272         (pitmethod): New helper command.
1273         (pitx): Use it to display iteration method.
1274         (pgrowit): New command.
1276         * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1278         Update dependencies in Makefile.in.
1280         * Makefile.in (alloc.o): Depend on termhooks.h.
1281         (atimer.o): Depend on blockinput.h.
1282         (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1283         and frame.h.
1284         (callint.o): Depend on systime.h, coding.h, and composite.h.
1285         (callproc.o): Depend on buffer.h.
1286         (casefiddle.o): Don't depend on charset.h.
1287         (casetab.o): Depend on character.h.
1288         (ccl.o): Depend on composite.h.
1289         (chartab.o): Depend on ccl.h.
1290         (cm.o): Depend on dispextern.h.
1291         (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1292         (coding.o): Don't depend on $(INTERVALS_H).
1293         (composite.o): Don't depend on dispextern.h explicitly (it's in
1294         $(INTERVALS_H)).  Depend on ccl.h.
1295         (data.o): Depend on systime.h, coding.h, composite.h,
1296         dispextern.h, font.h, and ccl.h.
1297         (dired.o): Depend on composite.h.
1298         (dispnew.o): Depend on coding.h.  Don't depend explicitly on
1299         composite.h (it's in $(INTERVALS_H)).
1300         (doc.o): Depend on systime.h, coding.h, and composite.h.
1301         (editfns.o): Don't depend explicitly on dispextern.h.
1302         (emacs.o): Depend on frame.h and coding.h.
1303         (eval.o): Depend on coding.h, composite.h, and xterm.h.
1304         (fileio.o): Depend on frame.h and commands.h.  Don't depend
1305         explicitly on dispextern.h.
1306         (filelock.o): Don't depend on epaths.h and charset.h.  Depend on
1307         composite.h.
1308         (fns.o): Don't depend on termhooks.h.
1309         (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1310         (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1311         coding.h, $(INTERVALS_H), window.h, xterm.h.
1312         (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1313         (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1314         (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1315         fontset.h, ccl.h, and ftfont.h.
1316         (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1317         (gtkutil.o): Depend on dispextern.h and composite.h.
1318         (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1319         termhooks.h, and ccl.h.
1320         (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1321         (intervals.o): Depend on systime.h and coding.h.
1322         (keyboard.o): Depend on composite.h and coding.h.
1323         (keymap.o): Depend on coding.h and frame.h.
1324         (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1325         (macros.o): Depend on systime.h, coding.h, and composite.h.
1326         (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1327         and atimer.h.
1328         (minibuf.o): Depend on systime.h and coding.h.  Don't depend on
1329         dispextern.h explicitly.
1330         (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1331         Don't depend explicitly on dispextern.h and composite.h.
1332         (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1333         (regex.o): Don't depend on charset.h.
1334         (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1335         (search.o): Don't depend explicitly on composite.h.
1336         (sound.o): Depend on atimer.h and systime.h.
1337         (syntax.o): Don't depend explicitly on composite.h.
1338         (sysdep.o): Depend on coding.h and composite.h.
1339         (term.o): Depend on xterm.h and buffer.h.
1340         (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1341         (textprop.o): Don't depend on dispextern.h explicitly.
1342         (undo.o): Depend on dispextern.h.
1343         (window.o): Depend on coding.h and termhooks.h.  Don't depend on
1344         dispextern.h and composite.h explicitly.
1345         (xdisp.o): Depend on ccl.h.
1346         (xfaces.o): Depend on coding.h and ccl.h.
1347         (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1348         (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1349         (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1350         ftfont.h.
1351         (xgselect.o): New dependency.
1352         (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1353         (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1354         (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1355         coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1356         (xsmfns.o): Depend on frame.h and dispextern.h.
1357         (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1358         sysselect.h.
1360 2009-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1362         * font.c (Fclear_font_cache): Pass correct cache argument to
1363         font_clear_cache.
1365 2009-12-16  Andreas Schwab  <schwab@linux-m68k.org>
1367         * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1368         twice.
1370 2009-12-15  Chong Yidong  <cyd@stupidchicken.com>
1372         * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1373         calling file-remote-p.  Reported by Jim Meyering.
1375 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1377         * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
1378         avoid compiler warnings.  (Bug #5217)
1380 2009-12-14  Kenichi Handa  <handa@m17n.org>
1382         * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1383         in 8-bit encoding.
1385 2009-12-13  Pat Thoyts  <patthoyts@users.sourceforge.net>  (tiny change)
1387         * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1388         tooltip windows.
1390 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
1392         * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1393         Xatom_net_window_type.
1395         * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1396         Xatom_net_window_type.
1398         * xterm.c (my_log_handler): New function.
1399         (x_term_init): Set my_log_handler as log handler during gtk_init
1400         so we can filter out buggy messages.  (Bug #5120).
1402         * xterm.c (xg_scroll_callback): Parameter list changed,
1403         use parameter GtkScrollType to determine scroll/line/page.
1404         Only allow dragging if a button < 4 is grabbed (bug #5177).
1405         (xg_end_scroll_callback): New function.
1406         (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1407         xg_create_scroll_bar.
1409         * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1410         (scroll_end_callback): Remove.
1411         (xg_create_scroll_bar): Add parameter end_callback, bind it to
1412         button-release-event.  Replace value-changed event with change-value,
1413         bug #5177,
1414         (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1415         bug #5177.
1417         * gtkutil.h (XG_LAST_SB_DATA): Remove.
1418         (xg_create_scroll_bar): Add GCallback end_callback.
1420         * xftfont.c (QClcdfilter): New variable.
1421         (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1422         (syms_of_xftfont): Initialize QClcdfilter.
1424 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
1426         * xsettings.c (struct xsettings): Add member seen.
1427         (parse_xft_settings): Update member seen with what we have read.
1428         Return non-zero if Xft-settings have been parsed, 0 otherwise.
1429         (apply_xft_settings): Only update Xft settings with what member seen
1430         indicates as new.
1432 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1434         * dispextern.h (struct text_pos): Use EMACS_INT;
1435         (struct glyph): Use EMACS_INT for charpos.
1436         (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1437         region_beg_charpos, region_end_charpos,
1438         redisplay_end_trigger_charpos, and also for
1439         iterator_stack_entry.end_charpos and
1440         iterator_stack_entry.stop_charpos.
1442 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
1444         * gtkutil.c (scroll_end_callback): New function (bug #5177).
1445         (xg_create_scroll_bar): Call scroll_end_callback on button release
1446         event (bug #5177).
1447         (xg_event_is_for_scrollbar): != replaced with ==.
1449 2009-12-12  Kenichi Handa  <handa@m17n.org>
1451         * ftfont.c (struct ftfont_info): New member matrix.
1452         (ftfont_open): Setup xftfont_info->matrix.
1453         (MFLTFontFT): New member matrix.
1454         (FLOOR, CEIL, ROUND): New macros.
1455         (ftfont_get_metrics): Handle matrix transformation.
1456         (ftfont_shape_by_flt): New arg matrix.  Callers changed.
1458         * xftfont.c (struct xftfont_info): New member matrix.
1459         (xftfont_open): Setup xftfont_info->matrix.
1461 2009-12-10  Kenichi Handa  <handa@m17n.org>
1463         * xdisp.c (append_space_for_newline): Consider face-remapping.
1465 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
1467         * xsettings.c: Include "keyboard.h".
1469         * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1471         Fix implicit function declarations.
1472         * cmds.c: Include "frame.h".
1473         * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1474         * frame.h: Move declaration of delete_frame outside of
1475         HAVE_WINDOW_SYSTEM.
1477 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1479         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1481         * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1482         GTK builds.
1484 2009-12-07  Andreas Schwab  <schwab@linux-m68k.org>
1486         * unexelf.c (unexec): Don't search for .data twice.
1488 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1490         * xdisp.c (push_display_prop): Don't set avoid_cursor_p.  Return 0
1491         if push failed.
1492         (handle_line_prefix): Set avoid_cursor_p here.  Check return value
1493         of push_display_prop (Bug#5000).
1495         * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1496         value of font_list_entities (Bug#5085).
1498 2009-12-04  Juanma Barranquero  <lekktu@gmail.com>
1500         Fix `string-to-number' to deal consistently with integers and floats.
1501         * lread.c (isfloat_string): New argument ignore_trailing to accept all
1502         trailing characters, not just whitespace.
1503         (read1): Pass new arg 0 to keep old behavior.
1504         * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1505         trailing chars, as it is already done for integers.  Doc fixes.
1506         * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1508 2009-12-04  Eli Zaretskii  <eliz@gnu.org>
1510         * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1511         Delete unused enumeration value.
1513 2009-12-03  Eli Zaretskii  <eliz@gnu.org>
1515         * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1517 2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
1519         * process.c (Fmake_network_process): Fix up the tests for
1520         "connectionless socket", so they DTRT for seqpacket sockets as well.
1522 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * process.c (Qseqpacket): New symbol.
1525         (HAVE_SEQPACKET): New macro.
1526         (Fmake_network_process): Accept new :type `seqpacket'.
1527         (init_process): Add `seqpacket' feature when applicable.
1528         (syms_of_process): Initialize Qseqpacket.
1530 2009-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1532         * font.c (font_load_for_lface, font_open_by_name): Don't store name
1533         if entity is Qnil.
1535 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * print.c (print_preprocess): Preprocess the key_and_value table of
1538         hashtables, even tho they're "hidden" (bug#5082).
1540 2009-11-29  Jan Djärv  <jan.h.d@swipnet.se>
1542         * frame.c (frame_make_pointer_invisible)
1543         (frame_make_pointer_visible): Declare f before statements.
1545 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1547         * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1548         omitted dependencies on lisp.h.
1550 2009-11-27  Jan Djärv  <jan.h.d@swipnet.se>
1552         * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1553         is NULL.
1555         * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1557         * frame.c (frame_make_pointer_invisible)
1558         (frame_make_pointer_visible): Just return if there isn't any selected
1559         frame.
1561         * search.c (simple_search): Remove warning by making *p const.
1563 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
1565         * xdisp.c (power_letter): Remove duplicate const.
1567 2009-11-25  Jan Djärv  <jan.h.d@swipnet.se>
1569         * term.c (delete_tty): Remove check for last terminal (bug#4970).
1571         * xsettings.c: Revert changes from 2009-11-23.  Just use Xft
1572         defaults (bug #5025).
1574 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1576         * insdel.c (adjust_markers_for_delete): Move it in the
1577         right direction!  (bug#4803)
1579 2009-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1581         * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1583         * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1585 2009-11-24  Glenn Morris  <rgm@gnu.org>
1587         * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1589 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
1591         * Makefile.in: Must create deps for ecrt0.o in its rule.
1593         * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1594         because that is what Gtk+ font dialog understands.
1596         * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1597         of Fcopy_sequence.
1598         (font_open_by_name): Put name given into QCname for font-object returned.
1600         * frame.c (x_set_font): Save original font name as frame parameter
1601         font-parameter.
1603         * xsettings.c (set_default_xft_settings): New function.
1604         (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1605         is found.
1607 2009-11-22  Andreas Schwab  <schwab@linux-m68k.org>
1609         * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1610         searching backwards through multibyte buffer.
1612 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1614         * xterm.c: #include xgselect.h.
1615         (x_initialize): Call xgselect_initialize.
1617         * xsettings.c (something_changedCB): C++ comments => C comments.
1618         (init_gconf): Do not deal with any GLib file descriptors, xg_select
1619         does that now.
1621         * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1622         (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1623         (scroll_bar_button_cb): Remove.
1624         (create_menus): C++ comments => C comments.  Don't bind grab-notify
1625         event.
1626         (xg_create_scroll_bar): Don't bind button-press-event and
1627         button-release-event.
1629         * process.c: Include xgselect.h if defined (USE_GTK) ||
1630         defined (HAVE_GCONF).
1631         (wait_reading_process_output): Call xg_select for the same condition.
1633         * xgselect.c (xg_select): New function to better integrate with
1634         GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.
1636         * xgselect.h: New file, declare xg_select, xgselect_initialize.
1638         * Makefile.in (XOBJ): Add xgselect.o.
1640 2009-11-21  Andreas Schwab  <schwab@linux-m68k.org>
1642         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1643         Remove ignored second argument.  All callers changed.
1644         * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1645         (RE_STRING_CHAR_AND_LENGTH): Likewise.
1646         * xdisp.c (string_char_and_length): Likewise.
1648 2009-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1650         * xterm.c (x_new_font):
1651         * print.c (print_object):
1652         * cmds.c (Fself_insert_command): Move declarations before statements.
1654 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1656         * s/cygwin.h: Remove unneeded linker flags.
1658 2009-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1660         * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1662         * xsettings.h: Declare xsettings_get_system_font.
1664         * xsettings.c (xsettings_get_system_font): New function.
1665         (init_gconf): No use initiating gconf unless we have Xft also.
1666         (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1667         HAVE_GCONF.
1669         * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1670         add a blank entry so it doesn't collapse into nothing.
1672 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * lread.c (Funintern): Comment out last change.
1676 2009-11-19  Richard Stallman  <rms@gnu.org>
1678         * lread.c (Funintern): Error if symbol is t or nil.
1680 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * insdel.c (make_gap_larger): Don't make as many assumptions about the
1683         representation of Lisp integers.
1684         Reported by MJ Chan <mjchan.inbox@gmail.com>.
1686 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
1688         * lisp.h: Remove declaration of Ffont_get_system_font.
1689         * xfns.c: Move include of "xsettings.h".
1690         * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1692 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1694         * xsettings.c (something_changedCB, Ffont_get_system_font):
1695         Check use_system_font.
1696         (syms_of_xsettings): DEFVAR font-use-system-font.
1698 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
1700         * xfns.c (x_default_font_parameter): Remove dead assignment.
1702         * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1704 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1706         * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1707         not have FC_LCD_*.  #define them if not there.
1709         * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1711         * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1713         * xterm.c (handle_one_xevent): Call xft_settings_event for
1714         ClientMessage, PropertyNotify and DestroyNotify.
1715         (x_term_init): If we have XFT, get DPI from Xft.dpi.
1716         Call xsettings_initialize.
1718         * xftfont.c (xftfont_fix_match): New function.
1719         (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1720         Call xftfont_fix_match after XftFontMatch.
1722         * xfont.c (xfont_driver): Initialize all members.
1724         * xfns.c (x_default_font_parameter):
1725         Try font from Ffont_get_system_font.
1726         Do not get font from x_default_parameter if we got one from
1727         Ffont_get_system_font.
1728         (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1730         * w32font.c (w32font_driver): Initialize all members.
1732         * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1734         * lisp.h: Declare syms_of_xsettings.
1736         * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1737         Handle CONFIG_CHANGED_EVENT.
1739         * ftfont.c (ftfont_filter_properties): New function.
1741         * frame.c (x_set_font): Remove unused variable lval.
1743         * font.h (struct font_driver): Add filter_properties.
1745         * font.c (font_put_extra): Don't return if val is nil, it means
1746         boolean option is off.
1747         (font_parse_fcname): Collect all extra properties in extra_props
1748         and call filter_properties for all drivers with extra_props and
1749         font as parameter.
1750         (font_open_entity): Do not use cache, it does not pick up new
1751         fontconfig settings like hinting.
1752         (font_load_for_lface): If spec had a name in it, store it in entity.
1754         * emacs.c (main): Call syms_of_xsettings.
1756         * config.in: HAVE_GCONF is new.
1758         * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1759         xsettings.o is new.
1761 2009-11-17  Kenichi Handa  <handa@m17n.org>
1763         * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1764         back to the default font in case that no suitable font is found.
1766 2009-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1769         Suggested by Chad Brown <yandros@mit.edu>.
1770         (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1772 2009-11-16  Jan Djärv  <jan.h.d@swipnet.se>
1774         * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1776 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
1778         * Makefile.in: Ignore errors from mkdir when creating deps directory.
1780 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
1782         * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1783         has a parent.
1785         * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1786         dependency files in deps/.  Include those files into Makefile.
1788         * config.in: Generated (AUTO_DEPEND).
1790 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1792         * dbusbind.c (Vdbus_registered_objects_table): Rename from
1793         Vdbus_registered_functions_table, because it contains also
1794         properties.  Fix docstring.
1795         (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1797 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1799         * alloc.c (mark_object): Don't reprocess marked strings.
1800         Check vector's markbit earlier.  Adjust calls to mark_vectorlike.
1801         (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1803 2009-11-13  Kenichi Handa  <handa@m17n.org>
1805         * category.c (word_boundary_p): Adjust for the change of the
1806         semantics of Vword_combining_categories.
1807         (Vword_combining_categories): Describe the slight change of the
1808         semantics.
1810 2009-11-13  Eli Zaretskii  <eliz@gnu.org>
1812         * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1814         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1816 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * xdisp.c (syms_of_xdisp): Fix typo in last change.
1820 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
1822         * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1824 2009-11-11  David Reitter  <david.reitter@gmail.com>
1826         * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1827         variables to fix 2009-11-09 change.
1829 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1831         * process.c (ifflag_def): Make flag_sym constant.
1832         (Fnetwork_interface_info): Use a constant pointer.
1833         (ifflag_table):
1834         * xfns.c (cursor_bits):
1835         * xdisp.c (power_letter):
1836         * termcap.c (speeds, esctab):
1837         * sysdep.c (baud_convert):
1838         * keyboard.c (lispy_accent_codes, modifier_names):
1839         * image.c (xbm_format, xpm_format, pbm_format, png_format)
1840         (jpeg_format, tiff_format, gif_format, svg_format)
1841         (interlace_start, interlace_increment, gs_format):
1842         * gtkutil.c (separator_names):
1843         * fringe.c (swap_nibble):
1844         * fns.c (base64_value_to_char, base64_char_to_value):
1845         * fileio.c (make_temp_name_tbl):
1846         * coding.c (suffixes): Make constant.
1848         * frame.c (make_initial_frame):
1849         * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1850         build_string.
1851         * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1853         * s/freebsd.h:
1854         * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1856         * Makefile.in: Add dependencies to lisp.h.  Remove dependencies
1857         for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1859         * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1860         * xterm.c (syms_of_xterm):
1861         * xfaces.c (syms_of_xfaces):
1862         * xdisp.c (syms_of_xdisp):
1863         * lread.c (syms_of_lread):
1864         * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1865         build_string.
1867         * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1869 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * fns.c (Fplist_get): Merge the active and the commented out code.
1873 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1875         * keyboard.h: Declare timer_check.
1877         * keyboard.c (timer_check_2): New function that does what the old
1878         timer_check did.
1879         (timer_check): Call timer_check_2 until -1 or a non-zero time is
1880         returned, i.e. don't return -1 with timers pending.
1882         * process.c: Remove extern declaration of timer_check.
1884         * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1885         even if timer_check returned -1.
1887         * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1888         xg_dialog_data.
1889         (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1890         the event loop.
1891         (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1892         (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1893         Destroy the dialog after xg_dialog_run.
1895 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1897         * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1899 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1901         * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1903 2009-11-09  Juanma Barranquero  <lekktu@gmail.com>
1905         * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1907 2009-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1909         * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1910         w32menu.c, and nsmenu.m.
1911         Simplify the obsolete case where position is nil.
1912         (cleanup_popup_menu): New function, moved from nsmenu.m.
1913         (struct skp): Remove slot `notreal'.
1914         (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1915         adjust callers.
1916         (single_menu_item): Adjust call to parse_menu_item.
1917         (syms_of_menu): Defsubr x-popup-menu.
1918         * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1919         (keymap_panes): Don't export any more.
1920         (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1921         (xmenu_show): Declare.
1922         * keyboard.c (parse_menu_item): Remove arg `notreal'.
1923         (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1924         * keyboard.h (parse_menu_item): Update declaration.
1925         * xmenu.c (Fx_popup_menu): Remove.
1926         (syms_of_xmenu): Don't defsubr x-popup-menu.
1927         * w32menu.c (Fx_popup_menu): Remove.
1928         (syms_of_w32menu): Don't defsubr x-popup-menu.
1929         * nsmenu.m (cleanup_popup_menu): Remove.
1930         (ns_menu_show): Rename from ns_popup_menu and remove all the code
1931         moved to menu.c's Fx_popup_menu.
1932         (Fx_popup_menu): Remove.
1933         (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1934         menu_items (it's done in menu.c already).
1936 2009-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1939         Use `tem' less.  Make sure KEYEQ holds a string or nil (bug#4879).
1941 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1943         * xmenu.c (Fx_popup_menu): Extract event timestamp.  Pass it to
1944         xmenu_show.  Hide any tooltip before opening a menu.
1945         (xmenu_show): New arg.  Pass it to create_and_show_popup_menu.
1946         (create_and_show_popup_menu): New arg.  Pass it to gtk_menu_popup.
1948 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         Let integers use up 2 tags to give them one extra bit and thus double
1951         their range.
1952         * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1953         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1954         New macros.
1955         (enum Lisp_Type): Use them.  Give explicit values.
1956         (Lisp_Type_Limit): Remove.
1957         (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1958         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1959         Pay attention to USE_2_TAGS_FOR_INTS.
1960         (INTEGERP): Use LISP_INT_TAG_P.
1961         * fns.c (internal_equal): Simplify the default case.
1962         (sxhash): Use case_Lisp_Int.
1963         * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1964         any more.
1965         (Ftype_of): Use case_Lisp_Int.
1966         (store_symval_forwarding): Take into account the fact that Ints can
1967         now have more than one tag.
1968         * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1969         buffer_slot_type_mismatch):
1970         * xfaces.c (face_attr_equal_p):
1971         * print.c (print_object):
1972         * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1973         Use case_Lisp_Int.
1975 2009-11-06  Eli Zaretskii  <eliz@gnu.org>
1977         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1979         * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1980         warning.
1982 2009-11-06  Jan Djärv  <jan.h.d@swipnet.se>
1984         * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1986         * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1988         * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1989         ButtonPressRelease and MotionNotify (bug#4870).
1991 2009-11-06  Dan Nicolaescu  <dann@ics.uci.edu>
1993         * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1995         * xterm.c (syms_of_xterm):
1996         * xselect.c (syms_of_xselect):
1997         * xmenu.c (syms_of_xmenu):
1998         * xfns.c (syms_of_xfns):
1999         * xfaces.c (syms_of_xfaces):
2000         * xdisp.c (syms_of_xdisp):
2001         * window.c (syms_of_window):
2002         * w32fns.c (syms_of_w32fns):
2003         * undo.c (syms_of_undo):
2004         * textprop.c (syms_of_textprop):
2005         * terminal.c (syms_of_terminal):
2006         * syntax.c (syms_of_syntax):
2007         * sound.c (syms_of_sound):
2008         * search.c (syms_of_search):
2009         * print.c (syms_of_print):
2010         * minibuf.c (syms_of_minibuf):
2011         * macros.c (syms_of_macros):
2012         * keymap.c (syms_of_keymap, initial_define_key)
2013         (initial_define_lispy_key):
2014         * keyboard.c (syms_of_keyboard):
2015         * insdel.c (syms_of_insdel):
2016         * image.c (syms_of_image):
2017         * fringe.c (syms_of_fringe):
2018         * frame.c (syms_of_frame):
2019         * fontset.c (syms_of_fontset):
2020         * fns.c (syms_of_fns):
2021         * fns.c (syms_of_fns):
2022         * fileio.c (syms_of_fileio):
2023         * fileio.c (syms_of_fileio):
2024         * eval.c (syms_of_eval):
2025         * doc.c (syms_of_doc):
2026         * dispnew.c (syms_of_display):
2027         * dired.c (syms_of_dired):
2028         * dbusbind.c (syms_of_dbusbind):
2029         * data.c (syms_of_data):
2030         * composite.c (syms_of_composite):
2031         * coding.c (syms_of_coding):
2032         * cmds.c (syms_of_cmds):
2033         * charset.c (define_charset_internal, syms_of_character):
2034         * ccl.c (syms_of_ccl):
2035         * category.c (syms_of_category, init_category_once):
2036         * casetab.c (syms_of_casetab):
2037         * casefiddle.c (syms_of_casefiddle):
2038         * callint.c (syms_of_callint):
2039         * bytecode.c (syms_of_bytecode):
2040         * buffer.c (keys_of_buffer, syms_of_buffer):
2041         * alloc.c (syms_of_alloc):
2042         * process.c (syms_of_process, init_process):
2043         * lread.c (syms_of_lread, init_obarray):
2044         * font.c (build_style_table):
2045         * emacs.c (syms_of_emacs, main): Replace calls to intern with
2046         intern_c_string, calls to make_pure_string with
2047         make_pure_c_string.  Use pure_cons instead of Fcons.
2049         * process.c (socket_options): Make it const.
2050         (set_socket_option, init_process): Use a const pointer.
2052         * lread.c (intern_c_string): New function.
2053         (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2054         (defvar_int): Uset it.  Make the name const char*.
2056         * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2057         (defvar_int): Update prototypes.
2058         (DEFUN, EXFUN): Support for prototypes is now required.
2059         (intern_c_string): New prototype.
2060         (struct Lisp_Subr): Make symbol_name constant.
2062         * font.c (struct table_entry): Remove unused member.  Make NAMES
2063         constant.
2064         (weight_table, slant_table, width_table): Make constant.
2066         * emacs.c (struct standard_args): Make name and longname constant.
2068         * character.h (DEFSYM): Use intern_c_string.
2070 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * alloc.c (make_pure_c_string): New function.
2074         * eval.c (Fautoload): Purecopy all arguments.
2076 2009-11-05  Kenichi Handa  <handa@m17n.org>
2078         * fileio.c (Finsert_file_contents): Be sure set coding-system of
2079         the buffer in case of replace.
2081 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2083         * puresize.h (BASE_PURESIZE): Increase to 1620000.
2085 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2087         * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2088         when applicable (bug#4851).
2090         * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2091         (P_): Support for prototypes is now required.
2093 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2095         * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2096         (Bug#4827).
2098 2009-10-30  Eli Zaretskii  <eliz@gnu.org>
2100         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
2102 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2104         * puresize.h (BASE_PURESIZE): Increase to 1470000.
2106         * lread.c (Fload): Purecopy the file name when building
2107         Vpreloaded_file_list.
2109 2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
2111         * w32fns.c (syms_of_w32fns): Change default value of
2112         w32-scroll-lock-modifier to nil.  (Bug#2827)
2114 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2116         * minibuf.c (Fall_completions): Fix typos in docstring.
2118 2009-10-26  Andreas Schwab  <schwab@redhat.com>
2120         * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2122 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2124         * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2125         For delta < 0, skip check that only makes sense when the mini-window
2126         is going to be enlarged.  (Bug#4534)
2128 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
2130         * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2131         string in menu maps (Bug#4471).
2133 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2135         * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2136         FRAME_NS_VIEW on terminal frames (Bug#4765).
2138 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
2140         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2141         DBUS_TYPE_UINTnn separately to get proper sign extension.
2143         * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2144         can properly handle unsigned types.
2145         (make_uid, make_gid): Remove.
2147         * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2148         types again.
2150         * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
2151         (system_process_attributes): Likewise.
2153 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2155         * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2157         * eval.c (Fautoload): Purecopy the filename.  Simplify.
2159         * category.c (Fdefine_category): Purecopy docstring.
2161 2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
2163         * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2165         * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2167 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2169         * window.c (Fwindow_edges, Fwindow_pixel_edges)
2170         (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2171         (Bug#4775).
2173 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2176         (init_fileio_once):
2177         * lisp.h (init_fileio_once): Remove.
2178         * emacs.c (main): Don't call init_fileio_once.
2180 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2182         * puresize.h (BASE_PURESIZE): Increase to 1430000.
2184 2009-10-21  Andreas Schwab  <schwab@linux-m68k.org>
2186         * doprnt.c (doprnt): Fix overflow check.
2188 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
2190         * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2192         * xterm.h (x_wait_for_event): Declare it.
2194         * xterm.c (pending_event_wait): New variable.
2195         (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2196         see pending_event_wait.eventtype.
2197         (handle_one_xevent): Don't change gravity when parent changes.
2198         (x_new_font): Call change_frame_size with new rows/columns before we
2199         try to resize the frame.
2200         (x_wait_for_event): New function.
2201         (x_set_window_size_1): Don't change gravity unless change_gravity
2202         is set.
2203         Call XResizeWindow with FRAME_OUTER_WINDOW.  If we are visible,
2204         don't change frame size, instead wait for the ConfigureNotify.
2205         (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2206         (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2207         (x_initialize): Initialize pending_event_wait.
2209         * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2210         size.
2212         * widget.c (EmacsFrameSetValues): Add comment.
2213         (EmacsFrameSetCharSize): Just call x_set_window_size.
2215         * gtkutil.c (xg_frame_set_char_size): Flush events and call
2216         x_wait_for_event.
2217         (flush_and_sync): Remove again.
2218         (xg_get_font_name): Suggest monospace if no previous font is known.
2220 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * character.c (char_resolve_modifier_mask): Don't resolve meta to the
2223         8th bit, since that only made sense in the ASCII world (bug#4751).
2225 2009-10-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2227         * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2228         processing pending events when event is filtered for input method.
2229         (Bug#3681)
2231 2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
2233         * fns.c: Add #endif accidentally removed in previous change.
2235 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2237         * fns.c: Remove code for unsupported system: MAC_OS.
2238         * image.c: Likewise.  Include setjmp.h.
2240 2009-10-19  Jan Djärv  <jan.h.d@swipnet.se>
2242         * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2243         pixel -1 (bug #4742).
2245 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2247         * process.c (create_pty): Remove conditionals for no longer
2248         supported systems: UNIPLUS and RTU.
2250         * xterm.c:
2251         * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2253         * alloc.c: Do not define struct catchtag.
2254         * eval.c: Move struct catchtag definition ...
2255         * lisp.h: ... here.
2257         * image.c: Move png.h #include earlier to avoid warnings.
2259         * xterm.c:
2260         * xsmfns.c:
2261         * xselect.c:
2262         * xrdb.c:
2263         * xmenu.c:
2264         * xftfont.c:
2265         * xfont.c:
2266         * xfns.c:
2267         * xfaces.c:
2268         * xdisp.c:
2269         * window.c:
2270         * widget.c:
2271         * w32xfns.c:
2272         * w32uniscribe.c:
2273         * w32term.c:
2274         * w32select.c:
2275         * w32reg.c:
2276         * w32proc.c:
2277         * w32menu.c:
2278         * w32inevt.c:
2279         * w32heap.c:
2280         * w32font.c:
2281         * w32fns.c:
2282         * w32console.c:
2283         * w32.c:
2284         * w16select.c:
2285         * vm-limit.c:
2286         * unexsol.c:
2287         * unexec.c:
2288         * unexcw.c:
2289         * unexaix.c:
2290         * undo.c:
2291         * tparam.c:
2292         * textprop.c:
2293         * terminfo.c:
2294         * terminal.c:
2295         * termcap.c:
2296         * term.c:
2297         * syntax.c:
2298         * sound.c:
2299         * sheap.c:
2300         * search.c:
2301         * scroll.c:
2302         * region-cache.c:
2303         * regex.c:
2304         * ralloc.c:
2305         * process.c:
2306         * print.c:
2307         * nsterm.m:
2308         * nsselect.m:
2309         * nsmenu.m:
2310         * nsimage.m:
2311         * nsfont.m:
2312         * nsfns.m:
2313         * msdos.c:
2314         * minibuf.c:
2315         * menu.c:
2316         * marker.c:
2317         * macros.c:
2318         * keymap.c:
2319         * keyboard.c:
2320         * intervals.c:
2321         * insdel.c:
2322         * indent.c:
2323         * gtkutil.c:
2324         * ftxfont.c:
2325         * ftfont.c:
2326         * fringe.c:
2327         * frame.c:
2328         * fontset.c:
2329         * font.c:
2330         * fns.c:
2331         * floatfns.c:
2332         * filelock.c:
2333         * fileio.c:
2334         * emacs.c:
2335         * editfns.c:
2336         * dosfns.c:
2337         * doprnt.c:
2338         * doc.c:
2339         * dispnew.c:
2340         * dired.c:
2341         * dbusbind.c:
2342         * data.c:
2343         * composite.c:
2344         * coding.c:
2345         * cmds.c:
2346         * cm.c:
2347         * chartab.c:
2348         * charset.c:
2349         * character.c:
2350         * ccl.c:
2351         * category.c:
2352         * casetab.c:
2353         * casefiddle.c:
2354         * callproc.c:
2355         * callint.c:
2356         * bytecode.c:
2357         * buffer.c:
2358         * atimer.c: Include setjmp.h.  (Bug#4643)
2360 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         Remove leftover table unibyte_to_multibyte_table.
2363         * character.c (unibyte_to_multibyte_table): Remove.
2364         (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2365         * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2366         * character.h (UNIBYTE_TO_CHAR): New macro.
2367         (MAKE_CHAR_MULTIBYTE): Use it.
2368         (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2369         * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2370         (message_dolog, set_message_1):
2371         * search.c (Freplace_match):
2372         * editfns.c (Fcompare_buffer_substrings):
2373         * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2374         (concat):
2375         * insdel.c (copy_text, count_size_as_multibyte):
2376         Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2377         * term.c (produce_glyphs):
2378         * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2379         * regex.c (RE_CHAR_TO_MULTIBYTE):
2380         * cmds.c (internal_self_insert):
2381         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2383         * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2385 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2387         * puresize.h (BASE_PURESIZE): Increase to 1310000.
2389 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
2391         * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)
2393 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2395         * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2396         still needed under Tiger.
2398         * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2400         * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2401         __Apple__.
2403         * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2405 2009-10-15  Kenichi Handa  <handa@m17n.org>
2407         * print.c (print_object): Escape a symbol like "2E10" too.
2409 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
2411         Cleanups and changes for 64-bit compile under Snow Leopard.
2412         Based on suggestions by Erik Charlebois.
2414         * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2416         * nsfont.m (ns_char_width): Replace deprecated call.
2417         (ns_findfonts, nsfont_list_family): Use long format in printf, and
2418         cast argument.
2419         (nsfont_open): Use ns_char_width() everywhere.
2420         (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2422         * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2424         * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2425         where appropriate.
2427         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2428         where appropriate.
2429         (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2430         Use stringWithUTF8String.
2431         (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2433         * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2434         Add formal protocol mention to inheritance.
2435         [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2437         * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2438         Fix printf format.
2439         (ns_query_color): Use CGFloat where appropriate.
2440         (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2441         (EmacsScroller-mouseDown:): Use long format in printf, and cast
2442         argument.
2444         * config.in (NS_HAVE_NSINTEGER): Drop.
2446         * dbusbind.c (dbus-method-return-internal)
2447         (dbus-method-error-internal): Use long format in printf, and cast
2448         argument.
2450         * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2451         in printf, and cast argument.
2453         * process.c (list_processes_1): Use long format in printf, and
2454         cast argument.
2456 2009-10-11  Glenn Morris  <rgm@gnu.org>
2458         * frame.c (Fframe_pixel_height): Doc fix.  (Bug#4535)
2460 2009-10-08  Jan Djärv  <jan.h.d@swipnet.se>
2462         * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2463         menu bar with a small width so it doesn't enlarge the frame.
2465 2009-10-08  Juanma Barranquero  <lekktu@gmail.com>
2467         * fontset.c (Fset_fontset_font): Fix typos in error messages.
2469 2009-10-06  Glenn Morris  <rgm@gnu.org>
2471         * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2472         SOME_MACHINE_LISP (this enters indirectly via DOC).
2474 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2476         * dired.c (Ffile_attributes): Doc fix.  (Bug#4638)
2478 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
2480         * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2481         Doc fix.
2483 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
2485         * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
2487 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2489         * lisp.h (Qdelete_directory_internal): Remove, because it is not
2490         used anymore outside fileio.c.
2492         * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2494 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2496         * lisp.h (Qdelete_directory_internal):
2497         Declare, instead of Qdelete_directory.
2499         * w32fns.c (Fsystem_move_file_to_trash): Use it.
2501 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * eval.c (Fcalled_interactively_p): Add `kind' argument.
2505 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2507         * fileio.c (Fdelete_directory_internal): Rename from
2508         Fdelete_directory.  It is not a command anymore.  It has no file
2509         name handler.
2511 2009-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * xdisp.c (get_next_display_element): Use an enum in last change.
2515 2009-09-28  Kenichi Handa  <handa@m17n.org>
2517         * xdisp.c (get_next_display_element): Pay attention to
2518         unibyte_display_via_language_environment in handling
2519         Vnobreak_char_display.
2521 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2523         * nsterm.h (ns_app_name): New extern variable.
2525         * nsterm.m (ns_app_name): New variable.
2526         (ns_term_init): Set and use it.
2527         (ns_term_shutdown): Use it.
2529         * nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
2530         (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2532         * nsfns.m (ns_set_name_iconic, ns_set_name)
2533         (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2534         (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2536         * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2537         Remove double-casting in client_data comparison.
2539 2009-09-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2541         * keyboard.c (make_lispy_event): Remember last wheel direction.
2542         (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2544 2009-09-26  Glenn Morris  <rgm@gnu.org>
2546         * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2547         internal.elc.  Add term/pc-win.elc.
2548         (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2549         term/x-win.elc.
2550         (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2551         term/w32-win.elc.
2552         (NS_SUPPORT): New.
2553         (lisp): Add NS_SUPPORT.
2554         (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2556 2009-09-25  David Reitter  <david.reitter@gmail.com>
2558         * nsmenu.m (EmacsMenu-clear): Recognize application menu
2559         on Mac OS X 10.6+ (bug#4513).
2561 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2563         * frame.c (xrdb_get_resource): Return nil for empty string resources;
2564         some parts of Emacs code (like font selection) don't grok them.
2565         See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2567 2009-09-24  Andreas Schwab  <schwab@redhat.com>
2569         * coding.c (decode_coding_iso_2022): Fix operator precedence.
2571 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2573         * dired.c (Fdirectory_files): Fix typo in docstring.
2575 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2577         * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2578         (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2579         (EmacsScroller-setPosition:portion:whole:): Remove -display call
2580         under GNUstep.
2581         (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2583         * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2584         glyph advancement.
2586 2009-09-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2588         * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2589         (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2591         * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2592         deleted (bug #4492).
2594         * nsfont.m (Vns_reg_to_script): New lisp variable.
2595         (syms_of_nsfont): Declare it.
2596         (ns_registry_to_script): New function.
2597         (ns_get_req_script): Call it.
2598         (ns_findfonts): Don't give up on non-unicode registry.
2600         * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2602 2009-09-20  Tom Tromey  <tromey@redhat.com>
2604         * eval.c (find_handler_clause): Make stack-trace-on-error work in
2605         batch mode (bug#4228).
2607 2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
2609         * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2610         carefully.  (Bug #4339)
2612 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
2614         * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2616 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
2618         * emacs.c (inhibit_x_resources): Update doc string for NS.
2619         (main) [HAVE_NS]: Don't process --no-init-file option.  Remove
2620         legacy code for -NXHost.  Fix error printf in daemon case.
2622         * nsterm.h (ns_no_defaults): Remove.
2624         * nsterm.m (ns_no_defaults): Remove.
2625         (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2626         (ns_use_qd_smoothing): Remove legacy variable.
2627         (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2628         don't update the NSWindow itself.
2629         (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2630         state detection and store user rect ourselves.  (Bug #3581)
2632         * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2633         ns_use_qd_smoothing.
2635         * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2636         platform versions.  Drop support for emacs-20-style face specs.
2637         (x-close-connection): Drop PSFlush() under OS X.
2638         (x-focus-frame): Activate the app first.  (Bug #4180)
2640 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
2642         * emacs.c (inhibit_x_resources): New variable.
2643         (main) [HAVE_NS]: Don't process --quick command line option.
2644         (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2646         * lisp.h (inhibit_x_resources): Declare it extern.
2648         * w32reg.c (x_get_string_resource):
2649         * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2651 2009-09-17  Eli Zaretskii  <eliz@gnu.org>
2653         * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2654         Add lisp/term/internal.elc.
2656 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2659         (bug#4461).
2661 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2663         * puresize.h (BASE_PURESIZE): Increase to 1290000.
2665         * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2666         (OBJECTS_MACHINE): Remove, unused.
2668 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2670         * frame.c (x_get_resource_string): Remove unused.
2672 2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
2674         * xterm.c (x_new_font): Call change_frame_size before calling
2675         x_set_window_size, in case frame size won't change.
2677         * frame.c (x_set_font): Remove dead code.
2679 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2683 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2685         * lread.c (Fload): Don't output a message after loading an obsolete
2686         package any more (done in Lisp now).
2688 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
2690         * fns.c (syms_of_fns): Doc fix (Bug#4227).
2692 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * keymap.c (Fwhere_is_internal): Use nconc2.
2696 2009-09-11  Alan Mackenzie  <acm@muc.de>
2698         * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2699         batch mode.
2701 2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
2703         * xdisp.c (display_mode_element): Detect cycles.
2705 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2707         * keymap.c (where_is_internal): Don't erroneously return nil right after
2708         filling the cache.
2709         (where_is_internal_1): Fix up typo.
2711 2009-09-11  Glenn Morris  <rgm@gnu.org>
2713         * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2714         share a common doc-string.
2716 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2718         * keymap.c (get_keymap): Return the actual keymap symbol rather than
2719         t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2721         * keymap.c (QCadvertised_binding): New constant.
2722         (syms_of_keymap): Initialize it.
2723         (Fwhere_is_internal): Try and use bindings from :advertised-binding
2724         if applicable.
2726 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2728         * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2729         (parse_menu_item): Streamline since bindings are recomputed all the
2730         time anyway.  Don't bother checking Vdefine_key_rebound_commands any
2731         more and don't support lmenu's menu-alias any more either.
2733         * keymap.c (where_is_internal_data): Make noindirect a boolean.
2734         (where_is_internal): Strip it down to only traverse the keymaps.
2735         Move the cache handling from Fwhere_is_internal to here.
2736         (Fwhere_is_internal): Move the handling of remapping and the choice of
2737         the best binding from where_is_internal to here.
2738         Unify the cached/noncached paths, so remapping is also handled
2739         correctly when the cache is used, and so the cache can be used to
2740         speed up remap-handling when applicable.
2741         Give preference to non-remapped bindings.
2742         * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2743         non-remapped bindings.
2744         * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2745         command remapping.
2747         * xdisp.c (display_mode_element): Move list length limit from 50 to
2748         5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2750 2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
2752         * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2754 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2757         (Bug#4334)
2759         * keymap.c (where_is_internal): Filter out shadowed remappings.
2760         Assume that where_is_internal returns unshadowed bindings to simplify
2761         the code and get rid of the gotos.  Use ASIZE.
2763 2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
2765         * xterm.c (x_focus_changed): If we get a focusout and pointer
2766         is invisible, make it visible.
2768         * xterm.h: Remove condition for declaration of
2769         x_*_window_to_frame.
2771 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2774         initial terminal as well.
2776 2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2778         * xterm.h: Rename x_non_menubar_window_to_frame to
2779         x_menubar_window_to_frame.
2781         * xterm.c: Remove declarations also in xterm.h
2782         (XTmouse_position): Do not return valid positions
2783         for clicks in the menubar and the toolbar for Gtk+.
2785         * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2786         if the widget for the event has the same top level as a frame,
2787         return the frame.
2788         (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2789         internal windows, bug #4122.
2790         (x_non_menubar_window_to_frame): Remove.
2792 2009-09-02  Glenn Morris  <rgm@gnu.org>
2794         * buffer.c (default-major-mode): Move most of the doc from here...
2795         (major-mode): ... to here.
2797 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2799         * process.c (wait_reading_process_output): Keep the descriptor
2800         when pty is used by a non-child process, e.g., in I/O buffer of
2801         GDB this allows inferior to be restarted.
2803 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
2805         * xdisp.c (redisplay_internal): Remove redundant test and collapse
2806         both branches into one.
2808 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2810         * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2811         (main): Use enable-multibyte-characters rather than
2812         default-enable-multibyte-characters.  Output a warning message when
2813         running a unibyte session.
2815 2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2817         * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2818         LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2819         (copy_data_segment): Also copy __program_vars section.
2820         (copy_dyld_info) [LC_DYLD_INFO]: New function.
2821         (dump_it) [LC_DYLD_INFO]: Use it.
2823         * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2825 2009-08-28  Eli Zaretskii  <eliz@gnu.org>
2827         * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2828         $(SRC)/buildobj.h.
2829         (buildobj.h): Renamed from $(SRC)/buildobj.h.
2830         (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2831         $(SRC)/buildobj.h.
2832         (clean): Add buildobj.h.
2834 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
2836         * print.c (print_object): Set escapeflag to 1 when printing
2837         hashtable keys and values.
2839 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2841         * lread.c (read_integer): Use doubles (and potentially return a float
2842         number) as we do in string-to-number.
2843         (read1): Use strtol to read integers, signal errors on strtol's
2844         overflow and use floats if strtol's output is too large for
2845         Elisp integers.
2847 2009-08-27  Eli Zaretskii  <eliz@gnu.org>
2849         * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2850         (make-buildobj-SH): Fix last change.
2851         (SRC): Move to before where it's first used.
2853 2009-08-27  Kenichi Handa  <handa@m17n.org>
2855         * process.c (send_process): Use encode_coding_object instead of
2856         encode_coding_string to perform eol-conversion even if the string
2857         is unibyte.
2859         * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2860         character.
2862         * cmds.c (Fself_insert_command): Avoid unnecessay
2863         unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
2865 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2867         * callproc.c (Fcall_process): Remove always true #if.
2869         * lisp.h: Replace #if 0 code for checking with text pointing to
2870         the --enable-checking configure flag.
2872         * emacs.c (main): Mention the --enable-profiling configure flag
2873         instead of using CFLAGS.
2875 2009-08-26  Ken Raeburn  <raeburn@raeburn.org>
2877         * Makefile.in (buildobj.h): New target.
2878         (doc.o): Depend on it.
2879         (temacs${EXEEXT}): Don't generate buildobj.lst.
2880         (mostlyclean): Delete buildobj.h, not buildobj.lst.
2881         * makefile.w32-in ($(SRC)/buildobj.h): New target.
2882         ($(BLD)/doc.$(O)): Depend on it.
2883         (make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
2884         provided by Eli Zaretskii.)
2885         ($(TEMACS)): Don't generate buildobj.lst.
2886         * doc.c: Include buildobj.h.
2887         (buildobj): New static variable.
2888         (Fsnarf_documentation): Use it, instead of opening and reading
2889         buildobj.lst.
2891 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2893         * dbusbind.c (Fdbus_call_method)
2894         (Fdbus_call_method_asynchronously): Use English numeric format for
2895         timeout values in doc string.
2897 2009-08-25  Kenichi Handa  <handa@m17n.org>
2899         * alloc.c (mark_char_table): New function.
2900         (mark_object): Use mark_char_table for a char-table.
2902         * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2903         (CHAR_TABLE_REF): Use it.
2905 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
2907         * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2908         before invoking the newly build emacs to check for load-path
2909         shadowing.
2911 2009-08-22  Glenn Morris  <rgm@gnu.org>
2913         * Makefile.in (bootstrap_exe): New variable.
2914         (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2915         Use ${bootstrap_exe}.
2917 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
2919         * coding.h (encode_coding_string): Don't encode unibyte strings.
2920         (Bug#4047)
2922 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
2924         * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2926         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
2927         intended as hotfix only.
2928         (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2930 2009-08-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
2932         * nsterm.m (ns_get_color): Update documentation properly for last
2933         change, and clean up loose ends in the code left by it.  Fix
2934         longstanding bug with 16-bit hex parsing, and add support for
2935         yet another X11 format (rgb:r/g/b) for compatibility.
2936         * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2937         timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
2939 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2943 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
2945         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2946         (xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
2947         (xd_initialize, xd_pending_messages): Check, whether
2948         $DBUS_SESSION_BUS_ADDRESS is set.
2950 2009-08-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2952         * nsfns.m (Fxw_color_values): Return 3-element list.  Doc fix.
2954         * nsterm.m (ns_get_color): Remove incompatible color formats again.
2956 2009-08-20  Glenn Morris  <rgm@gnu.org>
2958         * emacs.c (system-type): Doc fix.
2960 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2962         * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2963         enough for the most common situations.  Avoid SET_SYMBOL_VALUE.
2965 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
2967         * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2968         New functions.
2969         (xd_initialize): Revert change from 2009-08-16.
2971 2009-08-18  Kenichi Handa  <handa@m17n.org>
2973         * fontset.c (Ffontset_font): If a nil element is found in a
2974         font-group vector, return nil.
2976 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
2978         * process.c (status_notify): Don't perform redisplay.
2979         (Fdelete_process, list_processes_1, process_send_signal):
2980         Expliticly perform redisplay.
2981         (wait_reading_process_output): Always check process status, but
2982         don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2984 2009-08-17  Ken Raeburn  <raeburn@raeburn.org>
2986         * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2987         (XFLOAT_INIT): New macro for storing a float value.
2988         * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2989         * fns.c (sxhash): Copy out the value of a float in order to
2990         examine its bytes.
2991         * dbusbind.c (xd_append_arg): Likewise.
2993         * emacs.c (main): Don't call syms_of_data twice.
2995 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
2997         * dbusbind.c (xd_initialize): Add connection file descriptor to
2998         input_wait_mask, in order to let select() detect, whether a new
2999         message has been arrived.
3000         (Fdbus_call_method_asynchronously): Allow nil HANDLER.
3002 2009-08-15  Michael Albinus  <michael.albinus@gmx.de>
3004         * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3005         New functions.
3007         * lisp.h (xd_pending_messages): Declare.
3009         * keyboard.c (readable_events): Call xd_pending_messages.
3011 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3013         * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
3015         * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3017         * buffer.c (set_buffer_internal_1)
3018         (swap_out_buffer_local_variables): Check for unbound local
3019         variables (Bug#4138).
3021 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
3023         * process.c (create_pty): Fix last change.
3025 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3027         * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3028         (xbm_load_image): Caller changed.
3029         (xbm_file_p): Avoid signalling an image_error (Bug#4107).
3031 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
3033         * process.c (create_pty): New function.
3034         (Fstart_process): Use it to allow Emacs to just associate a pty
3035         with the buffer.  See associated change in gdb-mi.el.
3036         (list_processes_1): Deal with no program name.
3037         (start_process_unwind): Use pid == -2 to mean no process.
3039 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * cmds.c (nonundocount): New global variable.
3042         (keys_of_cmds): Initialize it.
3043         (Fself_insert_command): Use it to combine upto 20 sequential chars
3044         into a single undo entry, just like the Qself_insert_command code in
3045         keyboard.c does.
3046         Call frame_make_pointer_invisible, also like the Qself_insert_command
3047         code in keyboard.c does.
3048         * keyboard.c (command_loop_1): Use the new global nonundocount rather
3049         than its own local replacement for it.
3051 2009-08-10  Ken Raeburn  <raeburn@raeburn.org>
3053         * fns.c (concat): Don't re-set string length to its current value.
3055         * coding.h (decode_coding_string, encode_coding_string):
3056         Use SBYTES macro.
3058         * doprnt.c (doprnt_lisp): Delete unused function.
3059         (doprnt): Merge with doprnt1, discarding lispstrings code.
3060         * lisp.h (doprnt_lisp): Don't declare.
3062 2009-08-07  Juri Linkov  <juri@jurta.org>
3064         * puresize.h (BASE_PURESIZE): Increase to 1270000.
3066 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3068         * print.c (syms_of_print): Undo previous change.
3070 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
3072         * lread.c (read1, syms_of_lread): Read hashtables back from the
3073         readable format.
3075         * print.c (print_preprocess, print_object): Print hashtables fully
3076         and readably.
3077         (syms_of_print): Provide 'hashtable-print-readable.
3079 2009-08-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
3081         * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3082         no family set.
3083         (nsfont_open): Handle case when entity has no family.
3085 2009-07-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
3087         * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3088         element, not a list, for match case.
3090 2009-07-28  Kenichi Handa  <handa@m17n.org>
3092         * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3093         rigidly.
3095         * xfont.c (xfont_list_pattern): Don't ignore the return value of
3096         font_parse_xlfd.  Check font properties more rigidly.
3098 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3100         * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3101         bsd-common.h.
3103 2009-07-27  Kenichi Handa  <handa@m17n.org>
3105         * xfaces.c (face_with_height): Call font_clear_prop.
3107 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
3109         * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3111         * xterm.c (x_term_init): Use Qx.
3113         * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3115         * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
3116         (ns_get_color): Revert 2009-07-16 change.
3118 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
3120         * lread.c (syms_of_lread) <force_load_messages>: New variable.
3121         (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
3123 2009-07-25  Ken Raeburn  <raeburn@raeburn.org>
3125         * coding.h (decode_coding_string, encode_coding_string):
3126         Use SCHARS macro.
3128         * lread.c: Rewrite 2009-07-21 changes.
3129         (load_depth): Delete.
3130         (Qload_in_progress): New variable.
3131         (load_unwind): Don't reference load_depth or load_in_progress.
3132         (Fload): Likewise; specbind Qload_in_progress instead.
3133         (init_lread): Don't initialize load_depth.
3134         (syms_of_lread): Initialize and protect Qload_in_progress.
3136 2009-07-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
3138         * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3140 2009-07-23  Yavor Doganov  <yavor@gnu.org>
3142         * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3144 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3146         * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
3147         Bugs 3792, 3720, 2402.
3148         (ns_lookup_indexed_color): Check for bad index.
3149         (ns_index_color): Init unused slot to 0.
3150         (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3151         Bug 3714, possibly 3082.
3153 2009-07-22  Jason Rumney  <jasonr@gnu.org>
3155         * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3156         Position IME window at cursor (Bug#2570).
3157         (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3158         (globals_of_w32fns): Dynamically load functions required above.
3160         * w32term.c (w32_draw_window_cursor): Send message to reposition
3161         any IME window.
3163 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
3165         * fileio.c: Revert 2009-07-16 changes.
3166         (Vauto_save_include_big_deletions): New variable.
3167         (Fdo_auto_save): Disable auto-save only if
3168         auto-save-include-big-deletions is nil.
3170 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
3172         * xdisp.c (move_it_to): For continued lines ending in a tab, take
3173         the overflowed pixels into account (Bug#3879).
3175 2009-07-21  Ken Raeburn  <raeburn@raeburn.org>
3177         * lread.c (load_depth): New variable.
3178         (Fload, load_unwind, init_lread): Set it to the load recursion
3179         depth; set load_in_progress as a simple boolean based on the
3180         current load_depth.  (Bug#3892)
3182 2009-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
3184         * nsfont.m (ns_has_attribute): Remove.
3185         (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3187 2009-07-18  Juri Linkov  <juri@jurta.org>
3189         * process.c (Fset_process_query_on_exit_flag): Mention killing
3190         a buffer in docstring.
3192 2009-07-17  Kenichi Handa  <handa@m17n.org>
3194         * casetab.c (shuffle): Fix the logic of setting up the cycle.
3196 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3198         * nsfns.m (Fns_set_alpha): Remove function.
3199         (syms_of_nsfns): Don't defsubr it.
3201         * nsterm.m (ns_get_color): Remove incompatible color formats.
3202         (ns_color_to_lisp): Generate #rrggbb color format string.
3204 2009-07-16  Richard Stallman  <rms@gnu.org>
3206         * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3207         (Fset_buffer_auto_saved): Handle save_length = -2.
3209 2009-07-16  Chong Yidong  <cyd@stupidchicken.com>
3211         * xterm.c (Qx_gtk_map_stock): New var.
3213         * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3214         of calling intern each time.
3216 2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3218         * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3219         does tiling.
3221         * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3223 2009-07-14  Kenichi Handa  <handa@m17n.org>
3225         * font.c (font_vconcat_entity_vectors): New function.
3226         (struct font_sort_data): New member font_driver_preference.
3227         (font_compare): Check font_driver_preference.
3228         (font_sort_entities): The format of the first argument changed.
3229         (font_delete_unmatched): Likewise.
3230         (font_list_entities): The return type changed.
3231         (font_select_entity): The format of the second argument changed.
3232         (font_find_for_lface): Adjuste for the above changes.
3233         Don't suppress the checking of C even if the repertory supports it.
3234         (Flist_fonts): Adjust for the above changes.
3236         * ftfont.c (ftfont_spec_pattern): New arg langname.  Change caller.
3237         (ftfont_list): Adjust for the change of ftfont_spec_pattern.
3238         Reject a font who has adstyle property that is different from a
3239         langname derived from registry property.
3240         (ftfont_match): Adjust for the change of ftfont_spec_pattern.
3242 2009-07-13  Eli Zaretskii  <eliz@gnu.org>
3244         * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3245         local copy of dirfilename.
3247 2009-07-13  Kenichi Handa  <handa@m17n.org>
3249         * chartab.c (sub_char_table_ref_and_range): Fix the range check
3250         against max_char.
3252         * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3253         calling XSYMBOL (sym).
3255 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
3257         * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3258         New function.
3259         (directory_files_internal) [WINDOWSNT]:
3260         Bind w32-get-true-file-attributes to either t or nil, depending whether
3261         the filesystem of the directory is fast or slow.
3263         * w32.c (logon_network_drive): Don't assume PATH is an absolute
3264         file name.
3265         (is_slow_fs): New function.
3266         (stat): Use it to determine whether to issue more system calls to
3267         get accurate file attributes, when w32-get-true-file-attributes is
3268         `local'.
3270 2009-07-10  Jan Djärv  <jan.h.d@swipnet.se>
3272         * xfns.c (Fx_select_font): Remember last font selected in
3273         x_last_font_name and use that the next time.  Also try the frame
3274         parameter font-parameter as default to the font dialog.
3276 2009-07-10  Kenichi Handa  <handa@m17n.org>
3278         * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3280 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
3282         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3284         * w32.c (stat): Treat UNC file names as residing on remote
3285         drives.  (Bug#3542)
3287 2009-07-09  Kenichi Handa  <handa@m17n.org>
3289         * fontset.c (fontset_find_font): Fix previous change.
3291 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
3293         * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3294         (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3295         error flag.
3297 2009-07-08  Kenichi Handa  <handa@m17n.org>
3299         * fontset.c (fontset_find_font): Fix the logic of handling
3300         charset_matched.
3301         (font_for_char): Delete unused var.
3302         (generate_ascii_font_name): Delete it.
3304         * coding.h (JIS_TO_SJIS2): Fix the code range check.
3306         * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3307         (encode_coding_sjis): Fix the code range check.
3309 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
3311         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3312         (Fexpand_file_name): Copy string data properly (Bug#3772).
3314 2009-07-07  Jan Djärv  <jan.h.d@swipnet.se>
3316         * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3317         first MapNotify.
3319 2009-07-07  Kenichi Handa  <handa@m17n.org>
3321         * character.h (unibyte_has_multibyte_table): Delete extern.
3322         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3324         * charset.c (Fset_charset_priority): Update charset_unibyte.
3325         (syms_of_charset): Initialize charset_unibyte.
3327         * character.c (unibyte_has_multibyte_table): Delete it.
3328         (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3329         charset_unibyte.
3330         (multibyte_char_to_unibyte_safe): Likewise.
3331         (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3333         * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
3334         (x_produce_glyphs): Likewise.
3336         * .gdbinit (xcharset): Fix the treating $arg0.
3338 2009-07-04  Eli Zaretskii  <eliz@gnu.org>
3340         Emulation of `getloadavg' on MS-Windows.
3341         * w32.c: Include float.h
3342         (g_b_init_get_native_system_info, g_b_init_get_system_times)
3343         (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3344         (get_native_system_info, get_system_times): New functions.
3345         (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3346         (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3347         (globals_of_w32): Initialize g_b_init_get_native_system_info,
3348         g_b_init_get_system_times, and num_of_processors.
3350 2009-07-03  Jason Rumney  <jasonr@gnu.org>
3352         * w32term.c (w32_initialize): Use standard types.
3354 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
3356         * dired.c (Ffile_attributes): Decode user and group names by the
3357         locale's encoding.  (Bug#3443)
3359 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3361         * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3362         (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3364         * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3366         * term.c (init_tty): Remove spurious #ifdef.
3368         * m/mips.h: Mention this file is also used for netbsd.
3369         * m/pmax.h: Remove file.
3371 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
3373         * xterm.h (struct x_display_info): Add invisible_cursor.
3374         (struct x_output): Add current_cursor.
3376         * xterm.c (XTtoggle_invisible_pointer): New function.
3377         (x_define_frame_cursor): Don't define cursor if invisible or the
3378         same as before.  Set current_cursor.
3379         (x_create_terminal): Set toggle_invisible_pointer_hook.
3381         * xfns.c (make_invisible_cursor): New function.
3382         (x_set_mouse_color): Call make_invisible_cursor.
3383         Set current_cursor.
3384         (x_window): Set current_cursor.
3386         * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3388         * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3389         inserting a character.
3390         (read_avail_input): Call frame_make_pointer_visible.
3392         * frame.c (Vmake_pointer_invisible): New variable.
3393         (frame_make_pointer_invisible, frame_make_pointer_visible):
3394         New functions.
3395         (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3397         * frame.h: Declare frame_make_pointer_invisible and
3398         frame_make_pointer_visible.
3399         (struct frame): Add pointer_invisible.
3401 2009-07-02  Jan Djärv  <jan.h.d@swipnet.se>
3403         * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3404         frame isn't visible.
3405         (xg_frame_resized): If width/height is -1, get size of window
3406         from X server.
3408         * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3409         for MapNotify.
3411         * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3412         here or call change_frame_size.  Just call flush_and_sync.
3413         (flush_and_sync): Reintroduce.
3415 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3417         * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3419         * xterm.c (x_handle_net_wm_state): Also look for sticky.
3420         (x_term_init): Initialize Xatom_net_wm_state_sticky.
3422         * frame.h: Declare Qsticky.
3424         * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3426         * nsfns.m (ns_frame_parm_handlers): Ditto.
3428         * frame.c: Declare Qsticky.
3429         (frame_parms): Add sticky.
3431         * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3433         * xterm.h: Declare x_set_sticky.
3435         * xterm.c (x_set_sticky): New function.
3437         * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3438         (xg_tool_bar_menu_proxy): Attach enter/leave events to
3439         xg_tool_bar_proxy_help_callback.
3441         * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3443         * frame.c: Qmaximized is new.
3444         (x_set_frame_parameters): Do not handle fullscreen specially.
3445         Only set width and height if explicitly set.
3446         (x_set_fullscreen): Handle Qmaximized.
3447         (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3448         (syms_of_frame): Initialize Qmaximized.
3450         * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3451         Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3453         * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3454         for Expose event.  Add call to x_check_fullscreen for MapNotify event.
3455         Remove all code w.r.t. fullscreen from ConfigureNotify event.  Do not
3456         set gravity to NorthWestGravity when USE_GTK.
3457         (set_wm_state): New function.
3458         (do_ewmh_fullscreen): Use set_wm_state.  Also handle FULLSCREEN_MAXIMIZED.
3459         (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3460         (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3461         or the case when no window manager is running.  That means remove calls
3462         to x_real_positions and x_fullscreen_adjust.
3464         * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3465         (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3466         flush_and_sync.
3467         (xg_height_changed): New function.
3468         (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3469         and gtk_window_set_policy.  Set frame gravity after parsing the
3470         geometry string.
3471         (xg_update_frame_menubar, free_frame_menubar)
3472         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3473         (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3474         Remove calls to xg_frame_set_char_size.
3476 2009-07-01  Kenichi Handa  <handa@m17n.org>
3478         * keyboard.c (decode_keyboard_code): New function.
3479         (tty_read_avail_input): Decode the input bytes if necessary.
3481         * coding.c (setup_coding_system):
3482         Initialize coding->carryover_bytes to 0.
3483         (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3484         use Qno_conversion.
3486 2009-07-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3488         * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3490 2009-06-30  Chong Yidong  <cyd@stupidchicken.com>
3492         * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3494 2009-06-30  Jason Rumney  <jasonr@gnu.org>
3496         * w32term.c (w32_initialize): Use GetModuleHandle for library that
3497         is already loaded.
3498         Set user model ID if supported (bug#1849).
3500 2009-06-29  Jim Meyering  <meyering@redhat.com>
3502         Remove useless if-before-xfree test.
3503         * nsfont.m (nsfont_close): Remove useless test.
3504         * term.c (delete_tty): Likewise.
3505         * w32.c (system_process_attributes): Likewise.
3506         * w32font.c (w32font_close): Likewise.
3507         * xfaces.c (x_free_gc): Likewise.
3508         * xselect.c (buffer): Likewise.
3510 2009-06-28  Andreas Schwab  <schwab@linux-m68k.org>
3512         * process.c (send_process): Keep decoded string in a local
3513         variable and protect it from GC.  (Bug#3521)
3515 2009-06-28  Eli Zaretskii  <eliz@gnu.org>
3517         * term.c (create_tty_output) [MSDOS]: #ifdef away.
3518         (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3520 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
3522         * xdisp.c (start_display, handle_face_prop)
3523         (move_it_vertically_backward, cursor_row_fully_visible_p)
3524         (redisplay_window, try_window_id, produce_image_glyph):
3525         Delete some #ifdef-ed out code chunks that are now obsolete.
3527         * xterm.c (x_update_window_begin, x_new_focus_frame)
3528         (x_scroll_bar_handle_click, handle_one_xevent)
3529         (handle_one_xevent, XTread_socket, x_focus_on_frame)
3530         (x_make_frame_visible, x_make_frame_invisible)
3531         (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3532         code chunks that are now obsolete.
3534 2009-06-28  Michael Albinus  <michael.albinus@gmx.de>
3536         * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3537         xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
3538         for hours, when optimzation is enabled.
3539         (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3540         (xd_read_message): Make them static.
3542 2009-06-27  Chuck Blake  <cblake@pdos.csail.mit.edu>  (tiny change)
3544         * term.c (turn_on_face): Allow simultaneously bold and dim
3545         terminal faces (Bug#3530).
3547 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
3549         * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3551         * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3552         truncation glyphs (Bug#3686).
3554 2009-06-27  Glenn Morris  <rgm@gnu.org>
3556         * m/pmax.h: Restore file, with only netbsd portions.
3558 2009-06-26  David Reitter  <david.reitter@gmail.com>
3560         * nsterm.m (keydown): Avoid infinite loop.
3562 2009-06-26  Peter Jolly  <peter@jollys.org>  (tiny change)
3564         * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3565         the arg FORCE_SYMBOL.
3567 2009-06-25  Kenichi Handa  <handa@m17n.org>
3569         * fontset.c (fontset_find_font): When a usable rfont_def is found
3570         in a fallback font-group, make it the first element of the group.
3572 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
3574         * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3576 2009-06-24  Kenichi Handa  <handa@m17n.org>
3578         * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3579         set for C.
3580         (fontset_font): Record the availability of a font for C both in
3581         the realized fontsets of the current one and the default one.
3583 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3585         * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3586         conditional, it is always defined on AIX.
3588 2009-06-23  Miles Bader  <miles@gnu.org>
3590         * window.c (Vrecenter_redisplay): New variable.
3591         (syms_of_window): Initialize it.
3592         (Qtty): New extern declaration.
3593         (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3595 2009-06-23  Jim Meyering  <meyering@redhat.com>
3597         * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3598         Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3599         pointer dereferences are guaranteed to be valid.
3601 2009-06-23  Kenichi Handa  <handa@m17n.org>
3603         * emacs.c (main): Call init_font ().
3605         * font.h (Vfont_log): Extern it.
3606         (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3608         * font.c (font_sort_entities, font_list_entities)
3609         (font_matching_entity, font_open_entity)
3610         (font_close_object): Change font_add_log to FONT_ADD_LOG.
3611         (Vfont_log): Delete static.
3612         (font_log_env_checked): Delete this variable.
3613         (font_add_log): Don't check font_log_env_checked.
3614         (font_deferred_log): Check Vfont_log.
3615         (init_font): New function.
3617         * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3619         * w32font.c: Change font_add_log to FONT_ADD_LOG.
3621         * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3623         * xfont.c: Change font_add_log to FONT_ADD_LOG.
3625         * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3626         (face_for_char): Don't call font_deferred_log here.
3627         (font_for_char): Likewise.
3629 2009-06-22  Chong Yidong  <cyd@stupidchicken.com>
3631         * w32term.c (x_draw_glyph_string): Use the glyph string's width
3632         rather than its background_width for drawing the overline and
3633         underline (Bug#489).
3635         * xterm.c (x_draw_glyph_string): Use the glyph string's width
3636         rather than its background_width for drawing the overline and
3637         underline (Bug#489).
3638         (xg_default_icon_file): New variable.
3639         (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3640         (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3642         * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3643         (load_overlay_strings): Remove externs.
3644         (fast_find_position): Function deleted.
3645         (mouse_face_from_buffer_pos): New function, based on
3646         fast_find_position.  Correctly handle before-strings,
3647         display-strings, and after-strings (Bug#1220).
3648         (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3650 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3652         * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3653         (move_it_in_display_line_to, move_it_in_display_line_to)
3654         (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3656 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3658         * Branch for 23.1.
3660 2009-06-21  Jason Rumney  <jasonr@gnu.org>
3662         * w32term.c (keyboard_codepage): New static variable.
3663         (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3664         (w32_read_socket) [WM_CHAR]: Use it to decode character
3665         input (bug#3237).
3666         (w32_initialize): Initialize it.
3667         (codepage_for_locale): New function.
3669 2009-06-20  Ken Raeburn  <raeburn@raeburn.org>
3671         * process.c (status_message): Pass Faset index argument as a lisp
3672         object, so as to work with USE_LISP_UNION_TYPE.
3674 2009-06-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3676         * coding.c (Ffind_coding_systems_region_internal):
3677         Cache checked characters.
3679 2009-06-18  Kenichi Handa  <handa@m17n.org>
3681         * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3683 2009-06-18  Andreas Schwab  <aschwab@redhat.com>
3685         * xdisp.c (redisplay_internal): Check that the frame is still
3686         live after redisplay of its windows.
3687         (redisplay_windows): Check that the window is still live.
3689 2009-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3691         * coding.c (detect_coding_utf_16): Fix previous change.
3693 2009-06-16  Kenichi Handa  <handa@m17n.org>
3695         * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3696         UTF-16 by checking the dispersion of Eth and Oth bytes.
3698 2009-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3700         * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3702 2009-06-15  Kenichi Handa  <handa@m17n.org>
3704         * process.c (status_message): Fix previous change.  Be sure to
3705         decode a localized string.
3707 2009-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3709         * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3710         add comment explaining why.
3712 2009-06-14  Sidney Markowitz  <sidney@sidney.com>
3714         * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3716 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
3718         * nsfont.m (ns_attribute_value): Remove.
3719         (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3720         (ns_has_attribute): Shrink the normal range.
3721         (ns_findfonts): Don't worry about requested spec in determining
3722         need for synthItal.
3723         (ns_get_covering_families): Retain scriptToFamilies.
3725 2009-06-14  Seiji Zenitani  <zenitani@mac.com>
3727         * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3729 2009-06-11  Kenichi Handa  <handa@m17n.org>
3731         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3732         overhang for the static composition case.
3734 2009-06-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3736         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3737         overhang for the automatic composition case.
3739         * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3740         composition case.
3742 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
3744         * xdisp.c (get_next_display_element): When handling wrap-prefix
3745         and line-prefix, treat \n as a control character (bug#3502).
3747 2009-06-10  Kenichi Handa  <handa@m17n.org>
3749         * font.c (font_parse_family_registry): Fix for one-char foundry.
3750         (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3752 2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
3754         * process.c (status_message): Fix handling of multibyte signal
3755         string (Bug#3499).
3757 2009-06-09  Jim Meyering  <meyering@redhat.com>
3759         * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3760         color name is missing.
3762 2009-06-09  Kenichi Handa  <handa@m17n.org>
3764         * charset.c (Fmap_charset_chars): In docstring, state clearly that
3765         FROM-CODE and TO-CODE are codepoints of CHARSET.
3767 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
3769         * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3771 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
3773         Changes to support :script/:lang/:otf in NS font driver.
3774         * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3775         (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3776         indicate not part of font driver interface, and change callers.
3777         (ns_get_family): Remove pointless null check.
3778         (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3779         ns_spec_to_descriptor, ns_descriptor_to_entity.
3780         (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3781         (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3782         (ns_spec_to_descriptor, ns_descriptor_to_entity)
3783         (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3784         (ns_get_req_script, ns_accumulate_script_ranges)
3785         (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3786         New functions.
3787         (nsfont_list, nsfont_match): Use ns_findfonts.
3788         (nsfont_open): Use font descriptor instead of traits.
3789         (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3790         (dump_glyphstring): Rename to ns_dump_glyphstring.
3792         * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3794         * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3796         * fontset.c (fontset_from_font): Remove NS-specific code.
3798 2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
3800         * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3801         nonactive windows.
3803 2009-06-08  Felix Mueller  <felix@enqueue.eu>  (tiny change)
3805         * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3807 2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
3809         * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3811 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
3813         * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3814         account for the overflowing of newlines into the last glyph on the
3815         display line (Bug#3482).
3817 2009-06-05  David Reitter  <david.reitter@gmail.com>
3819         * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3820         (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3821         Fns_selection_exists_p, Fns_selection_owner_p.
3823 2009-06-03  Jason Rumney  <jasonr@gnu.org>
3825         * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3826         available.  (Bug#3379)
3828 2009-05-29  Kenichi Handa  <handa@m17n.org>
3830         * coding.c (get_translation_table):
3831         Check Venable_character_translation.
3833 2009-05-26  David Reitter  <david.reitter@gmail.com>
3835         * nsterm.m (ns_raise_frame): Only raise frame if visible.
3836         (x_make_frame_visible): Move frame to front rather than calling
3837         ns_raise_frame().
3838         (keyDown:): Do not swallow events that aren't re-sent if frame
3839         isn't key window.
3840         (drawRect:): Do not set visibility/iconified flags because
3841         drawRect may be called by NSView even if the frame is hidden.
3843         * nsfns.m (Fx_create_frame): Follow other ports in
3844         determining visibility; default to t.  Ensure async_visible is set.
3846 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
3848         * dired.c (Ffile_attributes): Doc fix.
3850 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
3852         * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3854 2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3856         * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3857         and xfont_scratch_props.
3858         (syms_of_xfont): Do it here instead.
3859         (xfont_find_ccl_program): Delete, unused.
3860         (xfont_open): Delete unused var `i'.
3862 2009-05-21  Kenichi Handa  <handa@m17n.org>
3864         * fontset.c (Qlatin): Don't make it static.
3866         * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3867         New functions.
3868         (xfont_scripts_cache, xfont_scratch_props): New variables.
3869         (Qlatin, Vscalable_fonts_allowed): Extern it.
3870         (xfont_list_pattern): Argument changed.  Callers changed.
3871         Check Vscalable_fonts_allowed.  Check the support of a script.
3872         (xfont_list): Don't reject a font spec with :script property.
3873         (xfont_has_char): Fix setting of encoding.
3874         (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3875         xfont_scratch_props.
3877 2009-05-19  Kenichi Handa  <handa@m17n.org>
3879         * font.c (font_sort_entities): Rename from font_sort_entites.
3880         Callers changed.
3882 2009-05-18  Kenichi Handa  <handa@m17n.org>
3884         * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3886 2009-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3889         (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3891 2009-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3893         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3894         (x_delete_terminal): Dissociate resource database from display and
3895         then call XrmDestroyDatabase before closing display.
3897 2009-05-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3899         * nsterm.m (ns_read_socket): Remove unused variable.
3900         * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3901         whether selected frame is viable before raising it (based on patch
3902         by David Reitter), and improve commentary.
3903         * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3905 2009-05-15  Kenichi Handa  <handa@m17n.org>
3907         * font.c (Ffont_spec): Check arguments.
3909 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
3911         * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3912         weight when testing attributes (Bug#3282).
3914 2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3916         * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3917         what we expect to get in the next ConfigureNotify event.
3919         * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3920         before Xft one (Bug#1696).
3922 2009-05-07  David Reitter  <david.reitter@gmail.com>
3924         * nsfns.m (Fx_display_planes): Compute bitplanes using
3925         NSBitsPerPixelFromDepth (Bug#3207).
3927 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
3929         * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3931 2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
3933         * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3935 2009-05-07  David Reitter  <david.reitter@gmail.com>
3937         * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3938         Respect mouse face background.
3940 2009-05-07  David Reitter  <david.reitter@gmail.com>
3942         * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3943         Mouse movement/highlight: bracket drawing operations
3944         in ns_update_begin and ns_update_end.
3946 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * nsfns.m (ns_get_screen): Rewrite.
3949         Don't presume selected-frame is of type `ns'.
3951         * font.c (font_update_drivers): Sanity fallback to avoid disabling
3952         all drivers.
3954         * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3956 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3958         * keyboard.h (add_user_signal): Fix typo in extern.
3960         * lisp.h (add_user_signal): Remove extern.
3962         * unexelf.c (unexec): Consider a section to precede the .bss section
3963         if its addresses overlap that of .bss.
3964         (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3965         instead of dumping process.
3967 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3969         * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3971 2009-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3975 2009-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
3977         * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3978         any statements.
3980 2009-05-02  Andreas Schwab  <schwab@linux-m68k.org>
3982         * process.c (read_process_output): Make sure the current buffer is
3983         always restored.
3985         * coding.c (record_conversion_result): Don't modify
3986         Vlast_code_conversion_error for successful result.
3987         (alloc_destination): Don't clobber conversion result.  (Bug#1650)
3989 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3991         * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3992         (load_charset_map): Remove unnecessary code.
3994 2009-04-30  David Reitter  <david.reitter@gmail.com>
3996         * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3997         through f24.
3999 2009-04-30  Chong Yidong  <cyd@stupidchicken.com>
4001         * xfaces.c (face_at_buffer_position): New arg base_face_id.
4003         * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4004         face_at_buffer_position.
4005         (face_before_or_after_it_pos, get_next_display_element)
4006         (note_mouse_highlight): Update face_at_buffer_position call.
4008         * term.c (term_mouse_highlight):
4009         * msdos.c (IT_note_mouse_highlight):
4010         * fontset.c (Finternal_char_font):
4011         * font.c (font_at, font_range): Update face_at_buffer_position call.
4013         * dispextern.h (face_at_buffer_position): Update prototype.
4015 2009-04-30  Kenichi Handa  <handa@m17n.org>
4017         * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
4019 2009-04-29  Andreas Schwab  <schwab@linux-m68k.org>
4021         * callproc.c (Fcall_process): Fix GC protection.  Make sure
4022         current buffer is always restored.
4024 2009-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4026         * atimer.c (init_atimer): Also clear stopped_atimers.
4028         * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4030         * process.c (create_process): Clean up merger residues of
4031         2008-07-17 change.
4033 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
4035         * lread.c (Vread_circle): New variable.
4036         (read1): Disable recursive read if Vread_circle is nil.
4038 2009-04-29  Kenichi Handa  <handa@m17n.org>
4040         * fontset.h (set_default_ascii_font): Delete extern.
4042         * fontset.c (set_default_ascii_font): Delete this unused function.
4044         * frame.c (x_set_font): When ARG is a font-object, check if the
4045         font-object matches with the ASCII font-spec of the frame's
4046         fontset.  If not, create a new fontset for the frame.  (Bug #3075)
4048 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
4050         * fns.c (Flocale_info): Protect vector from GC during decoding.
4052         * process.c (Fstart_process): Protect argv strings from GC during
4053         encoding.
4055 2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4057         * sysdep.c: Include <ctype.h>.
4059 2009-04-27  David Reitter  <david.reitter@gmail.com>
4061         * nsfont.m (nsfont_open): Remove unused variable shrink.
4062         Remove commented-out code.
4064 2009-04-26  Johan Bockgård  <bojohan@gnu.org>
4066         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4068 2009-04-25  Jason Rumney  <jasonr@gnu.org>
4070         * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4072 2009-04-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4074         * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4075         Swap bytes in short integer if fringe bitmap width > 8.
4077 2009-04-23  Kenichi Handa  <handa@m17n.org>
4079         * xfaces.c (Fx_list_fonts): If a font size is specified in
4080         PATTERN, set it in returned scalable fonts.
4082 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
4084         * keyboard.c (Fset_input_meta_mode): Doc fix.
4086         * dispnew.c (Fsend_string_to_terminal): Doc fix.
4088         * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
4090         * coding.c (Fterminal_coding_system): Doc fix.
4092         * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4093         (Fx_display_pixel_height, Fx_display_planes)
4094         (Fx_display_color_cells, Fx_server_max_request_size)
4095         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4096         (Fx_display_mm_height, Fx_display_mm_width)
4097         (Fx_display_backing_store, Fx_display_visual_class)
4098         (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4099         Doc fixes, replacing "terminal id" with "terminal object".
4100         (check_x_display_info): Handle terminal objects instead of
4101         terminal ids.
4103         * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4104         (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
4105         (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4106         Doc fixes, replacing "terminal id" with "terminal object".
4108 2009-04-21  Kenichi Handa  <handa@m17n.org>
4110         * font.c (font_load_for_lface): Cancel previous change (bug#2994).
4111         (font_score): Check AVGWIDTH too.
4113         * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4114         worst case.
4115         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4116         (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
4118 2009-04-19  Jason Rumney  <jasonr@gnu.org>
4120         The following changes fix Bug#3005 for wide glyphs on each platform,
4121         without reintroducing Bug#1258 for stretch glyphs.
4123         * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4124         BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
4125         get_phys_cursor_geometry.
4127         * w32term.c (x_draw_bar_cursor): Limit cursor width differently
4128         for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
4129         using get_phys_cursor_geometry.
4131         * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4132         correctly calculated.
4134 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
4136         * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4137         Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
4138         (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4139         is deprecated.
4141 2009-04-18  Andreas Schwab  <schwab@linux-m68k.org>
4143         * font.c (font_put_frame_data): Use xfree instead of free.
4145 2009-04-17  Juanma Barranquero  <lekktu@gmail.com>
4147         * w32font.c (Qja, Qko): Remove declarations.
4148         (syms_of_w32font): Don't DEFSYM them.
4150 2009-04-17  Chong Yidong  <cyd@stupidchicken.com>
4152         * font.c (Qja, Qko): Move definitions here from ftfont.c.
4154         * font.h (Qja, Qko): Extern them.
4156         * ftfont.c (Qja, Qko): Remove declarations.
4158         * xfont.c (Qja, Qko): Remove declarations.
4160 2009-04-17  Kenichi Handa  <handa@m17n.org>
4162         * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4163         string from a vector to handle Latin-1 characters correctly.
4165         * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4166         entity even if the cache hits.
4168 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
4170         * search.c (boyer_moore): Use zero as marker value for a possible
4171         match instead of depending on overflow behavior.  (Bug#2844)
4173         * search.c: Use EMACS_INT for buffer positions.  Add prototypes.
4174         * lisp.h: Adjust prototypes.
4176 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
4178         * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4179         change (Bug#3003).
4181 2009-04-16  Kenichi Handa  <handa@m17n.org>
4183         * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
4185         * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4186         adstyle.
4188         * ftfont.c (Qja, Qko): Don't make them static.
4189         (enum ftfont_cache_for): New enum.
4190         (fc_charset_table): Undo the previous change.
4191         (ftfont_get_latin1_charset): Delete it.
4192         (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4193         Set FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
4194         non-scarable font, try to get AVERAGE_WIDTH.
4195         (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4196         Change ft_face_cache from a list of a hash-table.  Don't check
4197         `ja' and `ko' adstyle here.
4198         (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4199         FTFONT_CACHE_FOR_CHARET.
4200         (ftfont_get_charset): Undo the previous change.
4201         (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
4202         (ftfont_close): Likewise.
4203         (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4205         * font.c (font_sort_entites): Change the meaning of the arg
4206         BEST-ONLY.  Don't optimize for VEC of lenght 1.
4207         (font_select_entity): Just return the value of font_sort_entites.
4209         * xfaces.c (merge_face_vectors): Reflect font properties in
4210         to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
4211         font_clear_prop if a face attribute doesn't change.
4213         * charset.h (charset_ksc5601): Extern it.
4215         * charset.c (charset_ksc5601): New variable.
4216         (Fdefine_charset_internal): Set charset_ksc5601.
4217         (init_charset_once): Initialize charset_ksc5601 to -1.
4219 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
4221         * fileio.c (history_delete_duplicates): Remove unused declaration.
4223         * callint.c (history_delete_duplicates): New declaration.
4224         (Fcall_interactively): Remove command history duplicates when
4225         history_delete_duplicates is true.
4227 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
4229         * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4231 2009-04-14  Kenichi Handa  <handa@m17n.org>
4233         * font.c (Ffont_info): Fix docstring.  Fix the second element of
4234         the returned value (bug#2949).
4236 2009-04-14  Chong Yidong  <cyd@stupidchicken.com>
4238         * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4240 2009-04-14  Kenichi Handa  <handa@m17n.org>
4242         * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4243         encoding charset is ascii_compatible.
4245         * charset.c (Fdefine_charset_internal): Make charset
4246         ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4247         code_offset is 0, and covers all ASCII characters.
4249 2009-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4252         (ns_string_to_pasteboard_internal):
4253         * nsmenu.m (process_dialog):
4254         * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4255         * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4256         * lisp.h (Fx_load_color_file): Declare.
4258 2009-04-13  Kenichi Handa  <handa@m17n.org>
4260         * font.c (font_delete_unmatched): Preserve the order of list elements.
4261         (font_select_entity): Suppress the code to optimize for the same
4262         kind of fonts.
4263         (font_load_for_lface): Get a font that supports at least ASCII
4264         characters.
4266         * ftfont.c (Qja, Qko): New variables.
4267         (fc_charset_table): Delete uniquifier data for iso8859-1.
4268         (ftfont_get_latin1_charset): New function.
4269         (get_adstyle_property): New function.
4270         (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4271         bitmap fonts.
4272         (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4273         Delete iso-8859-1 range from the charset of fonts whose adstyle is
4274         `ko' or `ja'.
4275         (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
4276         (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
4277         (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4278         property.
4279         (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4280         (syms_of_ftfont): DEFSYM Qja and Qko.
4282 2009-04-09  Kenichi Handa  <handa@m17n.org>
4284         * charset.c (map_charset_chars): For a charset of `superset'
4285         method, fix calculation of code range.
4287         * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4288         from the list of extra properties.
4289         (font_clear_prop): Be sure to delete `:name' font property.
4291 2009-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4293         * dispnew.c (redraw_overlapping_rows): Fix detection of
4294         overlapping for topmost and bottommost rows.
4296         * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
4298 2009-04-06  Jason Rumney  <jasonr@gnu.org>
4300         * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4302 2009-04-06  Kenichi Handa  <handa@m17n.org>
4304         * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4306         * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4308 2009-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4310         * ftfont.c (ftfont_open): Fix checking of the return value of
4311         FT_Load_Char.  Fix setting font->underline_thickness.
4313 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
4315         * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4316         (Fterminal_parameters, Fterminal_parameter)
4317         (Fset_terminal_parameter): In doc string, refer to terminal
4318         objects rather than terminal ids.
4320 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
4322         * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4323         ret_lim_data.  (Bug#2867)
4325 2009-04-03  Chong Yidong  <cyd@stupidchicken.com>
4327         * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4328         so they don't get wider than the window, matching 2006-01-23
4329         change to the partner function in xdisp.c (Bug#2800).
4331 2009-04-03  Kenichi Handa  <handa@m17n.org>
4333         * print.c (print_object): Make each lowest sub_char_table start a
4334         new line (Bug#2866).
4336 2009-04-02  Kenichi Handa  <handa@m17n.org>
4338         * fontset.c (fontset_font): Record no-font when a fontset
4339         explicitly tells not to try another font-specs.
4341 2009-03-30  Pierre Poissinger  <pierre.poissinger@gmail.com>  (tiny change)
4343         * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4345 2009-03-30  Kenichi Handa  <handa@m17n.org>
4347         * fontset.c (fontset_from_font): Specify only registry in a
4348         font-spec for all characters supported by that registry.
4350         * ftfont.c: Fix previous change.  Define ftfont_variation_glyphs
4351         even if HAVE_M17N_FLT is not defined.
4353 2009-03-29  Sebastian Rose  <sebastian_rose@gmx.de>  (tiny change)
4355         * ftfont.c: Conditionalize prototyping and use of
4356         ftfont_variation_glyphs.
4358 2009-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4360         * frame.c (delete_frame): Work around compiler bug.
4362         * editfns.c (general_insert_function): Adjust to insdel.c changes.
4363         * insdel.c (prepare_to_modify_buffer, signal_before_change):
4364         Some more EMACS_INT.
4365         * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4367         * xdisp.c (dump_glyph): Fix typo.
4369         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4370         (adjust_markers_gap_motion, adjust_markers_for_delete)
4371         (adjust_markers_for_insert, adjust_point)
4372         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4373         (make_gap, copy_text, count_size_as_multibyte, insert)
4374         (insert_and_inherit, insert_before_markers)
4375         (insert_before_markers_and_inherit, insert_1)
4376         (count_combining_before, count_combining_after, insert_1_both)
4377         (insert_from_string, insert_from_string_before_markers)
4378         (insert_from_string_1, insert_from_gap, insert_from_buffer)
4379         (insert_from_buffer_1, adjust_after_replace)
4380         (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4381         (replace_range_2, del_range, del_range_1, del_range_byte)
4382         (del_range_both, del_range_2, modify_region)
4383         (prepare_to_modify_buffer, signal_before_change)
4384         (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4385         for buffer positions and sizes.
4386         * lisp.h: Adjust prototypes accordingly.
4388         * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4389         (non_regular_inserted, non_regular_nbytes, read_non_regular)
4390         (Finsert_file_contents): Use EMACS_INT for buffer positions.
4392         * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4394 2009-03-27  Jan Djärv  <jan.h.d@swipnet.se>
4396         * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4397         lines and columns so we keep the same pixel height and width.
4399         * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4400         the property _NET_WM_STATE has changed.
4401         (x_handle_net_wm_state): New function to update frame parameter
4402         fullscreen.
4403         (x_term_init): Initialize atoms for _NET_WM_STATE.
4405         * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4407 2009-03-27  Kevin Ryde  <user42@zip.com.au>
4409         * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4410         Gpm_GetEvent as an error that justifies closing the filedescriptor.
4411         * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4412         (Fgpm_mouse_stop): Pass that new parameter.
4413         * termhooks.h (close_gpm): Adjust prototype.
4415 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4417         * lisp.h (Fx_focus_frame): Declare.
4419         * callint.c (Fcall_interactively): For '^' just delegate the work to
4420         handle-shift-selection.
4421         (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4423 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
4425         * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4427         * data.c (Qinteractive_form): New variable.
4428         (Finteractive_form): Use it.
4430         * eval.c (Fcommandp): Use Qinteractive_form.
4432 2009-03-24  Jason Rumney  <jasonr@gnu.org>
4434         * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4435         Calculate total size precisely.  Decode environment variables
4436         before substituting.  (Bug#38)
4438 2009-03-24  Kenichi Handa  <handa@m17n.org>
4440         * font.c (find_font_encoding): Return Qnil for unsupported
4441         encoding (Bug#2722).
4443 2009-03-23  Jan Djärv  <jan.h.d@swipnet.se>
4445         * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4446         that gdpy is set.
4448 2009-03-22  Alan Mackenzie  <acm@muc.de>
4450         * callint.c (Finteractive): Clarify the doc string - even
4451         promptless elements need \n separators.
4453 2009-03-22  Jason Rumney  <jasonr@gnu.org>
4455         * w32term.c (syms_of_w32term): Doc fix for
4456         x-use-underline-position-properties.
4458 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
4460         * w32.c (getpwuid): Change argument type to unsigned.
4461         (struct w32_id): Change type of `rid' member to unsigned.
4462         (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4463         argument ID to unsigned.  All callers changed.
4464         (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4466 2009-03-20  Eli Zaretskii  <eliz@gnu.org>
4468         * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4469         negative, produce a float value.
4471         * dired.c (make_uid, make_gid): New functions.
4472         (Ffile_attributes): Use them to avoid negative UID and GID.
4474 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
4476         * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4477         (syms_of_keyboard) <command-hook-internal, input-method-function>:
4478         Fix typos in docstrings.
4480 2009-03-19  Kenichi Handa  <handa@m17n.org>
4482         * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4483         changed, use font_load_for_lface to get a new font object.
4484         Call free_realized_fontset after handling ASCII font change.
4486         * frame.c (x_set_font): Handle the case that ARG is a cons.
4488 2009-03-19  Glenn Morris  <rgm@gnu.org>
4490         * fileio.c (Fsubstitute_in_file_name): Doc fix.
4492 2009-03-19  Chong Yidong  <cyd@stupidchicken.com>
4494         * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4496 2009-03-19  Kenichi Handa  <handa@m17n.org>
4498         * charset.c (load_charset_map_from_file): When a mapfile can't be
4499         loaded, signal an error.
4501 2009-03-18  Eli Zaretskii  <eliz@gnu.org>
4503         * dired.c (Ffile_attributes): Make sure UID and GID are always
4504         positive, even if the value is too large for a positive EMACS_INT.
4505         Doc fix.
4507         * editfns.c (Fuser_login_name): Support float arguments.  Doc fix.
4509 2009-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4511         * xmenu.c (xdialog_show): Move Fredisplay call ...
4512         (Fx_popup_dialog): ... here.
4514 2009-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         * dired.c (file_name_completion): Disable the first optimization just
4517         installed, since it is not implemented correctly.
4519 2009-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4521         * dired.c (file_name_completion): Check completion-ignored-extensions
4522         only if the entry can affect bestmatch.
4523         Stop the search early, as Ftry_completion already does.
4525 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
4527         * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4529 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
4531         * keyboard.c (parse_menu_item): Don't display remappings as menu
4532         equivalent bindings (Bug#788).
4534 2009-03-15  Jason Rumney  <jasonr@gnu.org>
4536         * w32term.h (WM_EMACS_PAINT): New message.
4537         * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4538         * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4539         before passing to lisp thread.  (Bug#950)
4541 2009-03-14  David Reitter  <david.reitter@gmail.com>
4543         * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4544         variable as it was never reset.
4545         (ns_term_init): Remove initialization of Lisp-settable defaults
4546         and ns_expand_space.
4547         (-setPanelFromDefaultValues): Remove ns_expand_space.
4548         (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4549         * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4550         i.e. no additional spacing, similar to Carbon port.
4552         * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4553         * nsfns.m (ns-popup-prefs-panel): Remove.
4555 2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
4557         * sound.c (alsa_configure): Remove call to deprecated
4558         snd_pcm_sw_params_set_xfer_align.
4560 2009-03-14  Stephen Berman  <stephen.berman@gmx.net>
4562         * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4563         after clicking in a detached tool bar.
4564         (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4566 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4568         * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4569         int/Lisp_Object mixup).
4571 2009-03-13  Kenichi Handa  <handa@m17n.org>
4573         * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4574         Handle NAME nil and t correctly.  Callers changed.
4575         (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4576         (set_fontset_font): Change ARG to a vector.  Handle range_list in
4577         ARG correctly.
4578         (Fset_fontset_font): Fix the case that TARGET is both a script
4579         name and charset name.  Adjust the arg to set_fontset_font for
4580         the above change.
4581         (fontset_from_font): Fix previous change.
4582         (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4583         entry.  If FONTSET is the default fontset, don't set the extra
4584         slot of the returning char-table.
4586 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
4588         * nsfns.m (Fx_close_connection): Doc fix.
4589         (Fns_do_applescript): Reflow docstring.
4590         (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4591         (Fx_display_pixel_width, Fx_display_pixel_height)
4592         (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4593         Fix typos in docstrings.
4594         (Fns_set_alpha): Fix typos in error messages.
4596 2009-03-12  David Reitter  <david.reitter@gmail.com>
4598         * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4599         non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
4600         were used for such events.
4602         * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4603         (toggleToolbar, performDragOperation, runHelp): Use it.
4605         * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4606         NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4608 2009-03-11  Kenichi Handa  <handa@m17n.org>
4610         * font.h (font_open_by_spec): Extern it.
4612         * font.c (font_open_by_spec): New function.
4613         (font_open_by_name): Use font_open_by_spec.
4615         * frame.c (x_set_font): When ARG is a font-object, don't alter the
4616         fontset of the frame.
4618         * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4619         modify the default font of frames that use this fontset.
4620         (num_auto_fontsets): New variable.
4621         (fontset_from_font): Use num_auto_fontsets to decide a fontset
4622         name.  Be sure to set FONTSET_ASCII to the correct font name.
4623         (update_auto_fontset_alist): New function.
4625 2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
4627         * makefile.w32-in: Update dependencies.
4629 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4631         * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4633 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4637 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
4639         * lread.c (Feval_buffer): Doc fix.
4641 2009-03-09  Kenichi Handa  <handa@m17n.org>
4643         * charset.c (Qfile_name_handler_alist): Extern it.
4644         (load_charset_map_from_file): Temporarily bind
4645         `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
4647 2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
4649         * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4650         not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
4652 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4654         * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4655         (x_set_window_size): Change back to calculated method of setting
4656         toolbar height under Cocoa.  (Bug#2546)
4657         (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4658         (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4660         * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4662         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4663         accelerator in parens under GNUstep.
4665 2009-03-06  Kenichi Handa  <handa@m17n.org>
4667         These changes are to detect incorrect composition sequence without
4668         looking ahead the source.  (Bug#2370)
4670         * coding.h: Include "composite.h".
4671         (enum compisition_state): New enum.
4672         (struct compisition_status): New struct.
4673         (struct iso_2022_spec): New member cmp_status.
4674         (struct emacs_mule_spec): New struct.
4675         (struct coding_system): New members ctext_extended_segment_len and
4676         embedded_utf_8.  Change the union member
4677         spec.emacs_mule_full_support to spec.emacs_mule.
4679         * coding.c (CODING_ISO_CMP_STATUS): New macro.
4680         (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4681         (MAX_ANNOTATION_LENGTH): Define to 5.
4682         (ADD_COMPOSITION_DATA): New arg nbytes.
4683         (emacs_mule_char): New arg cmp_status.
4684         (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4685         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4686         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4687         (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4688         (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4689         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4690         (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4691         (EMACS_MULE_COMPOSITION_END): New macro.
4692         (emacs_mule_finish_composition): New function.
4693         (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4694         (decode_coding_emacs_mule): Avoid long looking ahead while
4695         handling composition.
4696         (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4697         (ENCODE_COMPOSITION_RULE): New macro.
4698         (finish_composition): New function.
4699         (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4700         (DECODE_COMPOSITION_START): New implementation.
4701         (DECODE_COMPOSITION_END): Likewise.
4702         (STORE_COMPOSITION_RULE): New macro.
4703         (decode_coding_iso_2022): Avoid long looking ahead while handling
4704         composition, CTEXT extended segment, and embedded UTF-8.
4705         (setup_coding_system): For a coding of type iso-2022, reset
4706         CODING_ISO_EXTSEGMENT_LEN (coding) and
4707         CODING_ISO_EMBEDDED_UTF_8 (coding).
4708         (get_translation): Delete arguments last_block, from_nchars,
4709         to_nchars.  Callers changed.
4710         (produce_chars): Don't modify charbuf.  Adjusted for the change of
4711         get_translation.
4712         (produce_composition): Adjust for the new annotation sequence.
4713         (handle_composition_annotation): Likewise.
4714         (consume_chars): Adjust for the change of get_translation.
4716 2009-03-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
4718         * nsterm.m (ns_select): Shortcircuit if reentrant call.  (Bug#2564)
4720 2009-03-05  Kenichi Handa  <handa@m17n.org>
4722         * font.c (font_select_entity): New function.
4723         (font_find_for_lface): Use font_select_entity to select a font.
4725         * fontset.c (fontset_find_font): If a font found without
4726         restricting to the characters C doesn't support C, try to find a
4727         font with C restriction.
4729 2009-03-04  Nikolaj Schumacher  <me@nschum.de>
4731         * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4733 2009-03-04  Jason Rumney  <jasonr@gnu.org>
4735         * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4736         characters that have already been read.  (Bug#2569)
4738         * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4739         Log an error message if check_image_size failed.
4740         (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4741         (gs_load): Mention max-image-size in size error message.  (Bug#2560)
4743 2009-03-02  Eli Zaretskii  <eliz@gnu.org>
4745         * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4746         when decoding process output.
4748 2009-03-01  Richard M Stallman  <rms@gnu.org>
4750         * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4752         * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4754 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
4756         * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4757         (decode_coding_emacs_mule, decode_coding_iso_2022)
4758         (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4759         (decode_coding_raw_text, decode_coding_charset)
4760         (setup_coding_system, decode_eol, decode_coding, consume_chars):
4761         Honor inhibit-eol-conversion.  (Bug #2186)
4763 2009-02-28  Jason Rumney  <jasonr@gnu.org>
4765         * coding.c (detect_coding_charset): If not checking latin extra,
4766         fail on characters between 0x80 and 0xA0.  (Bug#2354)
4768 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
4770         * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4771         Also, check iso-latin-*, not only iso-8859-*.  (Bug#2497)
4773 2009-02-27  Glenn Morris  <rgm@gnu.org>
4775         * callint.c (Finteractive): Doc fix.
4777 2009-02-27  Kenichi Handa  <handa@m17n.org>
4779         * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4781 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
4783         * font.c (font_style_to_value): Set value for unknown symbols to
4784         100 instead of 255.
4785         (weight_table, slant_table, width_table): Treat "unspecified" as
4786         the default value.
4788 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
4790         * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4792 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
4794         * lread.c (Fload): Stop checking Vloads_in_progress and signal
4795         error as soon as a recursive load is detected.
4797 2009-02-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
4799         * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4800         before caching.
4802 2009-02-24  Kenichi Handa  <handa@m17n.org>
4804         * fontset.c (fontset_find_font): Fix the condition for checking
4805         unavailable font.
4807 2009-02-24  Glenn Morris  <rgm@gnu.org>
4809         * xfaces.c (Finternal_set_font_selection_order): Remove leading
4810         whitespace that confuses documentation.
4812 2009-02-23  Miles Bader  <miles@gnu.org>
4814         * process.c (Flist_system_processes, Fprocess_attributes)
4815         (syms_of_process): Rename `system-process-attributes' to
4816         `process-attributes'.
4818 2009-02-22  Andreas Schwab  <schwab@linux-m68k.org>
4820         * coding.h (struct coding_system): Make safe_charsets a pointer to
4821         unsigned char.
4822         * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4823         being 255.
4824         (SAFE_CHARSET_P): Likewise.
4825         (setup_iso_safe_charsets): Properly setup safe_charsets.
4826         (Fdefine_coding_system_internal): Likewise.
4827         (setup_coding_system): Likewise.  Remove unneeded casts.
4828         (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4829         CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.  Remove
4830         unneeded casts.
4832         * insdel.c (del_range_2): Don't modify gap contents when called
4833         from decode_coding_object.  (Bug#1809)
4835 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
4837         * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4838         Qfont_object.
4839         (Ftype_of): Recognize font objects.
4841         * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4843         * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4844         moved to data.c.
4846 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
4848         * nsterm.m (x_make_frame_invisible): Unset async_visible,
4849         async_iconified.  Based on a patch by Christian Lynbech
4850         <christian.lynbech@tieto.com>.
4851         (EmacsView-windowDidMiniaturize:): Unset async_visible.
4853 2009-02-20  Glenn Morris  <rgm@gnu.org>
4855         * syntax.c (Fskip_chars_forward): Fix doc typo.
4857 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
4859         * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4861 2009-02-19  Chong Yidong  <cyd@stupidchicken.com>
4863         * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4865 2009-02-19  Kenichi Handa  <handa@m17n.org>
4867         * coding.c (detect_coding): Preserve coding->mode.
4868         Don't overflow coding->carryover.  (Bug#2370)
4870 2009-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
4872         * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4874 2009-02-18  Kenichi Handa  <handa@m17n.org>
4876         * font.c (font_check_otf_features): Fix handling of `nil' element.
4877         (Ffont_spec): Describe :lang and :otf in the docstring.
4879 2009-02-16  Andreas Schwab  <schwab@suse.de>
4881         * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4882         string.
4884 2009-02-16  Kenichi Handa  <handa@m17n.org>
4886         * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4887         (Bug#1723)
4889 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
4891         * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4893         * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4894         (handle_line_prefix): Suppress wrapping of wrap prefixes.
4896 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
4898         * msdos.c (MAX_SCREEN_BUF): New macro.
4899         (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4900         Encode the entire run of glyphs sharing the same face, instead of
4901         doing that one glyph at a time (fixes a bug with displaying
4902         double-size characters).
4904 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4906         * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4908         * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4909         (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4910         pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
4912         * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4913         set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
4915 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * keyboard.c (adjust_point_for_property): Allow stopping between two
4918         invisible areas.
4920 2009-02-12  Jason Rumney  <jasonr@gnu.org>
4922         * w32font.c (check_face_name): Check for fake helv.  (Bug#2275)
4923         (add_font_entity_to_list): Call check_face_name even when family
4924         is unspecified.
4926         * w32term.c (x_display_pixel_height, x_display_pixel_width):
4927         Release DC when finished.  Use NULL window to refer to desktop.
4928         (w32_term_init): Use NULL window to refer to desktop.  (Bug#460)
4930         * w32font.c (add_font_entity_to_list): Fix check for substituted
4931         raster fonts.  (Bug#2219)
4933 2009-02-12  Kenichi Handa  <handa@m17n.org>
4935         * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4936         (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4937         (autocmp_chars): Use fast_looking_at.  Don't compose more
4938         characters than MAX_COMPOSITION_COMPONENTS.
4939         (find_automatic_composition): While looking forward and backward,
4940         check static composition.  Fix where to stop looking forward.
4941         (composition_adjust_point): Fix checking of static composition.
4942         (Fcomposition_get_gstring): Pay attention to
4943         MAX_COMPOSITION_COMPONENTS.
4945         * lisp.h (fast_looking_at): Extern it.
4947         * search.c (fast_looking_at): New function.
4949         * term.c (encode_terminal_code): Adjust for the change of
4950         <struct glyph>.u.cmp.to.
4951         (append_composite_glyph): Likewise.
4953         * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4954         <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
4955         composition.
4956         (append_composite_glyph): Adjust for the change of
4957         <strcut glyph>.u.cmp.to.
4959 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
4961         * casetab.c (init_casetab_once):
4962         * coding.c (ALLOC_CONVERSION_WORK_AREA):
4963         * font.c (font_update_lface):
4964         * fontset.c (Fnew_fontset):
4965         * ftfont.c (ftfont_drive_otf):
4966         * xfont.c (xfont_open):
4967         * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4969 2009-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4971         * fileio.c (Fwrite_region): !NILP -> CONSP.
4973 2009-02-10  Andreas Schwab  <schwab@suse.de>
4975         * process.c (send_process): Properly relocate pointer into data
4976         when using encoded data.  (Bug#2272)
4978 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4980         * coding.c (detect_coding_charset): Fix previous change.
4982 2009-02-08  Jason Rumney  <jasonr@gnu.org>
4984         * w32fns.c (w32_hide_hourglass): Handle case where frame
4985         disappeared while hourglass was displayed.  (Bug #2193)
4987 2009-02-07  Andreas Schwab  <schwab@suse.de>
4989         * unexelf.c (unexec): Fix error message.
4991 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
4993         * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4994         when modal window is active.  (Bug #2152)
4995         (applicationShouldTerminate:): Remove now-unneeded while loop
4996         around NSRunAlertPanel.
4998         * nsmenu.m (popupSession): New file-global variable.
4999         (pop_down_menu): End the popupSession before closing dialog.
5000         (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5001         (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5002         don't query NSApp for events (just sleep instead).
5004 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5006         * coding.c (syms_of_coding) <translation-table-for-input>:
5007         Modify doc string to discourage use for character code unification.
5009 2009-02-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5011         * atimer.c (run_timers): Update pending_atimers.
5013 2009-02-06  Chong Yidong  <cyd@stupidchicken.com>
5015         * image.c (svg_load_image): Fix last change.
5017         * xfns.c (Fx_create_frame): Signal an error if no font is
5018         found (Bug#2147).
5020 2009-02-05  Juanma Barranquero  <lekktu@gmail.com>
5022         * character.c (syms_of_character) <script-representative-chars>:
5023         Fix typo in docstring.
5025 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
5027         * nsmenu.m (pop_down_menu): New function.
5028         (ns_popup_dialog): Call it on unwind.
5029         (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5030         call timer_check() (Bug#2154).
5031         (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5032         handling_signal is set.
5033         (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5035         * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
5037         * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5039         * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5041         * keyboard.c (poll_for_input_1, handle_async_input):
5042         Set handling_signal under HAVE_NS.
5044 2009-02-04  Glenn Morris  <rgm@gnu.org>
5046         * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5048 2009-02-04  Kenichi Handa  <handa@m17n.org>
5050         * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5052         * charset.c (Fchar_charset): New optional arg restriction.
5054         * coding.h (coding_system_charset_list): Extern it.
5056         * coding.c (coding_system_charset_list): New function.
5058         * composite.c: Include coding.h and termhooks.h.
5059         (composition_gstring_p): Fix for the terminal case.
5060         (composition_gstring_width): Likewise.
5061         (fill_gstring_body): Likewise.
5062         (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5063         the frame.
5064         (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5065         is within a composition.
5066         (Fcomposition_get_gstring): Fix the terminal case.
5068         * term.c (encode_terminal_code): Fix handling of composition.
5069         (produce_composite_glyph): For static composition, get pixel_width
5070         from struct composition.
5072 2009-02-02  Andreas Schwab  <schwab@suse.de>
5074         * unexelf.c (unexec): Handle unaligned bss offset.
5076 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
5078         * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5079         XT,w32read_socket changes to ns_read_socket.
5081         * keyboard.c (handle_interrupt): Don't call
5082         quit_throw_to_read_char() under NS.
5084         * blockinput.h: Remove NS-specific code.
5086 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
5088         * dispnew.c (window_change_signal): Don't try to get the size of a
5089         suspended tty frame.
5090         * term.c (Fresume_tty): Resize if the size has changed while the
5091         tty was suspended.
5093         * alloc.c (mark_stack): Properly conditionalize previous change.
5095 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
5097         * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5098         * w32term.c (w32_read_socket) [SYNC_INPUT]:
5099         Remove; this code is not used on Windows.
5101 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
5103         * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5104         EOLs that also has stray ^M characters.
5106 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
5108         * atimer.c (run_timers, alarm_signal_handler):
5109         * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5110         * w32inevt.c (w32_console_read_socket):
5111         * w32term.c (w32_read_socket):
5112         * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5114 2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
5116         * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5117         Initialize it as a relative filename pattern.
5118         (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5119         (Fcall_process_region): Simplify temp file creation using
5120         temporary-file-directory.
5122 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
5124         * msdos.c: Rename pending_signals to msdos_pending_signals.
5125         (sig_suspender, sigprocmask): Adjust.
5127 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
5129         * keyboard.c (pending_signals): New var.
5130         (poll_for_input, input_available_signal, init_keyboard): Set it.
5131         (process_pending_signals): New function.
5133         * lisp.h (QUIT): Check pending_signals instead of
5134         interrupt_input_pending.  Use process_pending_signals.
5136         * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
5138         * process.c (wait_reading_process_output): Use process_pending_signals.
5140         * sysdep.c (emacs_write): Use process_pending_signals.
5142         * xterm.c (XTread_socket): Update pending_signals.
5144         * w32term.c (w32_read_socket): Update pending_signals.
5146         * w32inevt.c (w32_console_read_socket): Update pending_signals.
5148 2009-01-29  Kenichi Handa  <handa@m17n.org>
5150         * xftfont.c (xftfont_has_char): New function.
5151         (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5153 2009-01-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
5155         * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5156         under GNUstep.
5157         (ns_query_color): New declaration.
5159         * nsterm.m (ns_confirm_quit): New variable.
5160         (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5161         (EmacsApp-applicationShouldTerminate:): Use it.
5162         (EmacsPrefsController): Let user set it.
5163         (ns_query_color): New function.
5164         (ns_defined_color): Use it.
5165         (ns_initialize): Drop.
5166         (ns_term_init): Add two lines from ns_initialize(), and set
5167         input_interrupt_mode to nil.
5169         * image.c (svg_load_image): Don't right-shift background RGB when
5170         obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
5172 2009-01-28  Kenichi Handa  <handa@m17n.org>
5174         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
5175         (fontset_get_font_group): Remember that no font-group is specified
5176         for C.
5178 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
5180         * fns.c (concat): Check for string overflow (bug#1787).
5182         * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5183         Quadruple undo limits (bug#1501).
5185 2009-01-27  Kenichi Handa  <handa@m17n.org>
5187         * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5188         directly use GT_Get_Char_index.
5190         * xftfont.c (struct xftfont_info): New member `index'.
5192         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
5193         (Ffontset_font): Adjust for the change of fontset entry.
5195 2009-01-26  Kenichi Handa  <handa@m17n.org>
5197         * fontset.c (fontset_find_font): Fix handling of non-cons return
5198         value of fontset_get_font_group.
5199         (fontset_font): Revert last change.
5201 2009-01-26  Jason Rumney  <jasonr@gnu.org>
5203         * w32font.c (w32font_list_internal): Return quickly if registry is
5204         unknown.  Simplify final return.
5205         (add_font_entity_to_list): Break complex logic down into more
5206         manageable chunks.  Move unknown registry check to
5207         w32font_list_internal.
5209 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
5211         Changes to remove Feval calls from GUI under NS.
5213         * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5214         Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
5215         Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5217         * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5218         (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5219         (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5220         instead of NON_ASCII_KEYSTROKE_EVENT.
5221         (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5222         (EmacsApp-applicationShouldTerminate:): Query user.
5223         (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5224         instead of Feval.
5226         * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5228         * keyboard.c (kbd_buffer_get_event): Check for it.
5229         (keys_of_keyboard): Define lispy keys for
5230         ns-put/unput-working-text.
5232         * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5233         versions.
5234         (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5236 2009-01-25  Chong Yidong  <cyd@stupidchicken.com>
5238         * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
5239         setting current_buffer directly.  (Bug#2044)
5241 2009-01-24  Chong Yidong  <cyd@stupidchicken.com>
5243         * fontset.c (fontset_font): If we know there is no font, don't do
5244         any work.  (Bug#1952, bug#1990).
5246         * font.c (font_parse_xlfd): Handle patterns of length < 2.  (Bug#1802)
5248 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
5250         * emacs.c (main): Do fork+exec under --daemon in Cocoa.
5251         (ns_no_defaults): New declaration.
5252         (main): Use it.
5254         * nsterm.h (ns_no_defaults): New declaration.
5256         * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
5258         * nsterm.m (ns_no_defaults): New variable.
5259         (ns_initialize): Don't read defaults when ns_no_defaults.
5260         (EmacsView-readSelectionFromPasteboard:)
5261         (writeSelectionToPasteboard:types:): New stubbed-out methods for
5262         NSServicesRequests protocol.  (Bug#1435)
5263         (ns_dumpglyphs_stretch): New function.
5264         (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
5265         of 2008-11-15 to other terms.  (Bug#615)
5267         * nsimage.m (setPixmapData:): Set to ignore image DPI.
5269 2009-01-23  Giorgos Keramidas  <keramida@freebsd.org>  (tiny change)
5271         * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5272         call for Sparc64.
5274 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5276         * nsfns.m:
5277         * nsgui.h:
5278         * nsmenu.m:
5279         * nsselect.m:
5280         * nsterm.h:
5281         * nsterm.m: Remove '23' comments that indicated code added during
5282         update from emacs-20 -> emacs-23.
5284 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5286         * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
5287         ns_alternate_modifier.  (Bug#1217)
5289         * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5290         Display all shortcuts, including those w/o super modifier.
5292         * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5294 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
5296         * fileio.c (Vwrite_region_post_annotation_function)
5297         (Vwrite_region_annotation_buffers): New vars.
5298         (build_annotations_unwind): Just reset
5299         Vwrite_region_annotation_buffers.
5300         (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5301         Call write-region-post-annotation-function.
5302         (build_annotations): Add to Vwrite_region_annotation_buffers if
5303         buffer changes.
5305 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
5307         * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5308         Tiger.
5309         * nsfns.m (ns_do_applescript):
5310         Conditionalize typeUTF16ExternalRepresentation on Tiger.
5312 2009-01-21  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
5314         * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5316 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
5318         * nsmenu.m (NSMENUPROFILE): Change #if style.
5320         * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5322         * nsterm.m (x_set_frame_alpha): Add prototype.
5323         (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5324         handle Ctrl-tab.  (Bug#1841)
5325         (ns_get_color): Use unsigned long long for scanned hex string value.
5326         (ns_term_shutdown): Abort on non SIGTERM signals.
5327         (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
5328         (EmacsPrefsController-setPanelFromDefaultValues): New function.
5329         (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
5330         (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
5331         (ns_defined_color): Fix settings of the XColor variable fields:
5332         red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
5334         * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
5335         DPI.  (Bug#1316)
5336         (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5337         values in onTiger section.
5339 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
5341         * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5342         Check return value of font_spec_from_name.
5343         (Fx_list_fonts): Doc fix.  (Bug#1951)
5345         * font.c (font_spec_from_name): Return Qnil if font name could not
5346         be parsed.
5347         (font_parse_name): Treat a `?' character as part of an XLFD.
5349         * fns.c (Fsubstring): Doc fix.
5351 2009-01-19  Kenichi Handa  <handa@m17n.org>
5353         * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
5354         (ftfont_list): Likewise.
5356 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
5358         * dbusbind.c (Fdbus_register_signal):
5359         * process.c (conv_sockaddr_to_lisp):
5360         * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5362         * callproc.c (Fgetenv_internal): Doc fix.
5364 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
5366         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5367         it is not even used.
5369 2009-01-16  Glenn Morris  <rgm@gnu.org>
5371         * font.c (Ffont_variation_glyphs): Silence compiler.
5373 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
5375         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5376         Reported by David Robinow <drobinow@gmail.com>.
5378 2009-01-15  Kenichi Handa  <handa@m17n.org>
5380         * coding.c (detect_coding_system): Fix handling of null_byte_found.
5382 2009-01-14  Jason Rumney  <jasonr@gnu.org>
5384         * frame.c (x_set_font): Always store a font to the font parameter,
5385         never a fontset.  (Bug#1562)
5387 2009-01-14  Kenichi Handa  <handa@m17n.org>
5389         * coding.c (TWO_MORE_BYTES): New macro.
5390         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
5392 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
5394         * font.c (font_clear_prop): If clearing the family, clear the font
5395         width index too.
5397         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
5399 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
5401         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5402         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
5403         functions, use sizeof.
5405 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
5407         * keyboard.c (read_char): Fix case where last_nonmenu_event
5408         returned a bad value with submenus.  (Bug#447)
5410 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
5412         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5413         family, clear the font width index too.
5415 2009-01-11  Jason Rumney  <jasonr@gnu.org>
5417         * keyboard.c (cmd_error_internal): Exit when errors occur before
5418         frame creation and not in daemon mode.  (Bug#1836)
5420 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
5422         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5423         of a display vector, backtrack.
5424         (try_window_reusing_current_matrix): Check glyph type before
5425         referencing charpos member.
5427 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
5429         Fix Bug #876:
5431         * coding.c (inhibit_null_byte_detection): New variable.
5432         (detect_coding, detect_coding_system): Don't pay attention to null
5433         bytes if inhibit_null_byte_detection is non-zero.
5434         (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5435         <inhibit-iso-escape-detection>: Doc fix.
5437 2009-01-09  Jason Rumney  <jasonr@gnu.org>
5439         * w32font.c (add_font_entity_to_list): Don't report unknown
5440         Windows charset as any unrecognized registry.  (Bug#1548)
5441         Only report Unicode Plane 2 fonts as unicode-sip.
5443 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
5445         * xfaces.c (Fx_font_family_list): Delete function.
5446         Move compatibility version to faces.el.
5448         * font.c (Ffont_family_list): Return a list of strings, not symbols.
5450 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
5452         * frame.c (x_set_frame_parameters): Remember requested value for
5453         fullscreen before it's reset by the parameter handler.
5455 2009-01-09  Glenn Morris  <rgm@gnu.org>
5457         * keyboard.c (last_command_char): For clarity, rename to...
5458         (last_command_event): ... and update all users.
5459         (last_input_char): For clarity, rename to...
5460         (last_input_event): ... and update all users.
5461         (last-command-char, last-input-char): Move to subr.el as aliases.
5462         * cmds.c, commands.h: Update for last_command_char rename.
5464 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
5466         * font.c (font_open_for_lface): Handle unspecified height attribute.
5468 2009-01-08  Jason Rumney  <jasonr@gnu.org>
5470         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5471         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5472         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5473         Don't declare.
5474         (syms_of_w32fns): Don't define x-pointer-shape variable.  (Bug#1485)
5475         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5477 2009-01-07  Kenichi Handa  <handa@m17n.org>
5479         * fileio.c (Finsert_file_contents): In the case of replace,
5480         remember the coding system used for decoding in
5481         coding_system (Bug#1039).
5483         * coding.c (decode_coding_utf_8): Check byte_after_cr before
5484         breaking the loop.  (Bug#870)
5485         (decode_coding_utf_16, decode_coding_emacs_mule)
5486         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5487         (decode_coding_charset): Likewise.
5489 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
5491         * frame.c (x_set_frame_parameters): Make sure height (width) get
5492         applied when fullwidth (fullheight) is set.  (Bug#1522)
5494 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
5496         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
5497         (utc_base): Declare as ULONGLONG, not long double.
5498         (convert_time_raw): Delete.
5499         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5500         (initialize_utc_base): New function.
5501         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5502         (convert_from_time_t): Use initialize_utc_base; compute result with
5503         64-bit arithmetic.
5504         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5506 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
5508         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5509         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5510         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5511         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5512         [!subprocesses]: Define.
5513         (syms_of_process) [!subprocesses]: Intern and staticpro them.
5514         (Flist_system_processes, Fsystem_process_attributes)
5515         [!subprocesses]: Call list_system_processes and
5516         system_process_attributes instead of returning Qnil.
5518         * dosfns.c (system_process_attributes, list_system_processes):
5519         New functions.
5521         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5523         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5524         Don't use the default (no-op) implementation.
5526 2009-01-03  Jason Rumney  <jasonr@gnu.org>
5528         * keyboard.c (parse_modifiers_uncached): Wheel events are
5529         clicks (bug#687).
5531         * w32term.c (x_query_colors, x_query_color): New functions.
5533         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5534         (svg_load_image): Cast returned pointers from dynamically loaded
5535         functions.  Eliminate W32 specific code.
5537 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5539         * nsfns.m (x_set_foreground_color, x_set_background_color)
5540         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5541         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5542         x_ prefix instead of ns_.  Update references.
5543         (syms_of_nsfns): Add a FIXME comment.
5545         * nsterm.m (x_set_cursor_type): New prototype.
5546         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5548         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5549         for Solaris instead of incorrectly providing Qutime and Qcutime.
5551 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
5553         * w32.c (process_times): Compute sum of utime and stime.
5554         (system_process_attributes): Add Qtime to the alist.
5556         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5557         and add them to the alist.
5559         * process.c (top level) <Qtime, Qctime>: New variables.
5560         (syms_of_process): staticpro them.
5561         (Fsystem_process_attributes): Add their documentation to the doc
5562         string.
5564         * process.h: Declare Qtime and Qctime.
5566 2009-01-02  Jason Rumney  <jasonr@gnu.org>
5568         * image.c (Qgobject): New symbol.
5569         (syms_of_image): Initialize it.
5570         (init_svg_functions): Load some functions from gobject library.
5572 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
5574         * frame.c (make_terminal_frame): Remove redundant code and useless
5575         block.
5577 2009-01-01  Andreas Schwab  <schwab@suse.de>
5579         * process.c (conv_sockaddr_to_lisp): Add workaround for
5580         getsockname bug on BSD.
5582 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
5584         * xfns.c (x_create_tip_frame): Set border width of the X window.
5586         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5588 2009-01-01  Jason Rumney  <jasonr@gnu.org>
5590         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
5591         Don't block input, as per earlier xterm.c changes.
5593 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
5595         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5596         (ns_appkit_version_int): New function.
5597         (x-server-version): Use ns_appkit_version_int and follow 21+
5598         convention of returning 3 integers.
5600 2008-12-30  Kenichi Handa  <handa@m17n.org>
5602         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5603         (CHAR_SURROGATE_PAIR_P): New macro.
5605         * font.h (struct font_driver): New member get_variation_glyphs.
5607         * font.c (font_range): Don't require a font for a variation selector.
5608         (Ffont_variation_glyphs): New function.
5609         (syms_of_font): Defsubr it.
5611         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5612         ftfont_variation_glyphs.
5613         (setup_otf_gstring): New function.
5614         (ftfont_drive_otf): Use it.
5615         (ftfont_shape_by_flt): Handle variation selector.
5616         (ftfont_variation_glyphs): New function.
5618 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
5620         * frame.c (Vemacs_iconified): Remove.
5622 2008-12-30  Jason Rumney  <jasonr@gnu.org>
5624         * frame.c (store_frame_param, x_get_arg): Enable newer code on
5625         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
5627 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
5629         * indent.c (Fvertical_motion): Don't advance iterator if we have
5630         reseated to the desired position.
5632         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5633         checking for pos match.
5635 2008-12-30  Kenichi Handa  <handa@m17n.org>
5637         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5638         just get the low 8-bit of the code.
5640         * font.c (font_intern_prop): Validate str as multibyte.
5642 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5644         * dispextern.h (struct face): Move lface and hash from the middle
5645         of bitfields.
5647         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5649 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5651         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5652         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5653         instead of intervals.h.
5655 2008-12-26  Andreas Schwab  <schwab@suse.de>
5657         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5658         cons.
5660 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
5662         * textprop.c (Qminibuffer_prompt): New variable.
5663         (syms_of_textprop): Initialize it.
5664         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5665         in minibuffer-prompt face.  (Bug#1662)
5667 2008-12-25  Jason Rumney  <jasonr@gnu.org>
5669         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5671 2008-12-24  Jason Rumney  <jasonr@gnu.org>
5673         * ralloc.c (r_alloc_reset_variable): New function.
5675         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5676         record of what points where.  (Bug#716)
5678 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
5680         * minibuf.c (read_minibuf): Follow the non-interactive case when
5681         running as a daemon, before detaching.
5683 2008-12-22  Andreas Schwab  <schwab@suse.de>
5685         * buffer.c (init_buffer): Use realloc instead of xrealloc.
5686         * gtkutil.c (free_widget_value): Use xfree instead of free.
5688 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
5690         * frame.c (delete_frame): New function derived from
5691         Fdelete_frame to handle Qnoelisp value for FORCE argument.
5692         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
5693         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
5694         saying that FORCE non-nil doesn't run `delete-frame-functions'.
5695         * frame.h: Extern delete_frame.
5696         * window.c (window_loop):
5697         * terminal.c (delete_terminal):
5698         * xterm.c (x_connection_closed):
5699         * xfns.c (Fx_hide_tip):
5700         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5702 2008-12-21  Jason Rumney  <jasonr@gnu.org>
5704         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5705         when character maps to .notdef character.
5707 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5711 2008-12-20  Jason Rumney  <jasonr@gnu.org>
5713         * frame.c (Fmake_terminal_frame): Raise an error when called from
5714         a graphical frame on Windows.  (Bug#1325)
5716 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
5718         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5720 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
5722         * minibuf.c (Fread_buffer): Doc fix.
5724 2008-12-20  Jason Rumney  <jasonr@gnu.org>
5726         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5727         server name in UNC paths.  (Bug#719)
5729         * coding.c (decode_coding): Clear chars_at_source flag when using
5730         charbuf.  (Bug#1035)
5732 2008-12-19  Daniel Engeler  <engeler@gmail.com>
5734         * sysdep.c (serial_configure): Fix typo.
5736 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
5738         * sysdep.c: Include alloca.h.
5739         (system_process_attributes): Add implementation for Solaris.
5741         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5743 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
5745         Reorganize implementation of Flist_system_processes and
5746         Fsystem_process_attributes.  No functional changes.
5747         * process.c: Don't #include pwd.h, grp.h and limits.h.
5748         (Flist_system_processes): Just call list_system_processes.
5749         (Fsystem_process_attributes): Just call system_process_attributes.
5750         (procfs_list_system_processes, time_from_jiffies)
5751         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5752         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5754         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
5755         (list_system_processes): Rename from
5756         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
5757         Provide a do nothing implementation.
5758         (system_process_attributes): Rename from
5759         procfs_list_system_processes.
5760         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5761         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5763         * w32.c (list_system_processes): Rename from
5764         w32_list_system_processes.
5765         (system_process_attributes): Rename from
5766         w32_system_process_attributes.
5768         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5770         * process.h (w32_list_system_processes)
5771         (w32_system_process_attributes): Remove.
5772         (list_system_processes, system_process_attributes):
5773         New prototypes.
5775 2008-12-19  Kenichi Handa  <handa@m17n.org>
5777         * xfont.c (xfont_decode_coding_xlfd): New function.
5778         (xfont_encode_coding_xlfd): New function.
5779         (xfont_list_pattern): Decode XLFD by iso-8859-1.
5780         (xfont_list): Decode and encode XLFD by iso-8859-1.
5781         (xfont_match): Likewise.
5782         (xfont_list_family): Likewise.
5783         (xfont_open): Likewise.
5785         * ftfont.c (ftfont_open): Generate a multibyte string if given
5786         names are utf-8.
5788         * xftfont.c (xftfont_open): Generate a multibyte string if given
5789         names are utf-8.
5791 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
5793         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5794         changed.
5795         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5796         clicked on a detached tool bar button.
5798 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
5800         * emacs.c (main): Print and error and exit when no data is read
5801         from the pipe.
5803 2008-12-17  Jason Rumney  <jasonr@gnu.org>
5805         * w32font.c (w32font_has_char): Always return -1.
5807 2008-12-16  Kenichi Handa  <handa@m17n.org>
5809         * font.c (font_open_entity): Fix previous change.
5811 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
5813         * process.c: Include <limits.h>.
5815 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
5817         * font.c (font_update_drivers): Fix mistake in reconstructing the
5818         driver list.
5820 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
5822         * font.c (font_clear_cache): Fix format of font cache data.
5824 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
5826         * xftfont.c (xftfont_open): Free Xft font pattern if
5827         XftFontOpenPattern fails.
5829         * xterm.c (x_free_frame_resources): Remove extraneous call to
5830         free_frame_faces.
5832 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
5834         * xterm.c (x_delete_display): Move xim_close_dpy call to
5835         x_delete_terminal.
5836         (x_delete_terminal): Call xim_close_dpy.
5838 2008-12-13  Jason Rumney  <jasonr@gnu.org>
5840         * w32font.c (intern_font_name): New function.
5841         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5842         (w32font_open_internal, Fx_select_font): Decode font name.
5843         (fill_in_logfont, list_all_matching_fonts): Encode font name.
5845         * w32font.h (intern_font_name): Declare new function.
5847         * w32uniscribe.c (add_opentype_font_name_to_list):
5848         Use intern_font_name.
5850 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
5852         * frame.c (Fdelete_frame): Call free_font_driver_list.
5854         * font.c (free_font_driver_list): Implement missing function.
5856         * w32term.c (w32_term_init): Don't initialize the image cache
5857         here; it will be done in init_frame_faces.
5859         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5860         (struct x_display_info): Remove unused member null_pixel.  New
5861         member xim_callback_data.
5863         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5864         (xim_initialize): Save pointer to callback function data.
5865         (xim_close_dpy): Free callback function data.  Call XCloseIM,
5866         reverting 2008-11-04 change by David Smith.
5867         (x_term_init): Don't initialize the image cache here; it will be
5868         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
5869         (x_delete_display): Free x_dnd_atoms member.
5871 2008-12-13  Kenichi Handa  <handa@m17n.org>
5873         * font.c (font_rescale_ratio): Moved from xfaces.c.
5874         Argument type changed.  Handle a font-spec too.
5875         (font_score): Check Vface_font_rescale_alist.
5876         (font_open_entity): Likewise.  (Bug#1547)
5878         * xfaces.c (font_rescale_ratio): Moved to font.c.
5880 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
5882         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5884 2008-12-12  Jason Rumney  <jasonr@gnu.org>
5886         * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5887         Vwindow_system_version to the real w32 major version.
5889 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
5891         * term.c (init_tty): Move setting the terminal name before the
5892         potential user: maybe_fatal.
5894 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
5896         * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5897         all callers changed.  Call free_frame_faces to free the face cache.
5899 2008-12-11  Jason Rumney  <jasonr@gnu.org>
5901         * w32font.c (fill_in_logfont): Don't assume symbol script means
5902         SYMBOL_CHARSET.  (Bug#547)
5904         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5905         size for surrogates.  (Bug#1096, bug#872)
5907 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
5909         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5911 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
5913         * process.c (Fsystem_process_attributes, syms_of_process):
5914         Fix typo in name of Ssystem_process_attributes.
5915         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5917 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
5919         * syntax.c (Fmodify_syntax_entry): Doc fix.
5921 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
5923         * font.c (Ffont_spec): Move usage to end of docstring.
5925 2008-12-10  Jason Rumney  <jasonr@gnu.org>
5927         * w32font.c (Qcham): New symbol.
5928         (font_supported_scripts): Add cham, and comments for other new
5929         scripts in bitfield from OpenType spec.
5930         (add_font_entity_to_list): Limit unicode-sip fonts to those that
5931         contain characters beyond the bmp.
5933 2008-12-10  Kenichi Handa  <handa@m17n.org>
5935         * ftfont.c (fc_charset_table): Add "unicode-sip".
5936         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5937         Qunicode_sip.
5939 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
5941         * coding.c (QCdefault_char): Rename from QCdefalut_char.
5942         (Fcoding_system_put): Use QCdefault_char.
5943         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5945 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
5947         * xftfont.c (syms_of_xftfont): Fix typo.
5949         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5951 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5953         * emacs.c (main): Close daemon_pipe on exec.
5955 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
5957         * termchar.h (struct tty): New members termcap_term_buffer and
5958         termcap_strings_buffer.
5960         * term.c (encode_terminal_code): Free any previous memory blocks
5961         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5962         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
5963         All callers changed.
5964         (init_tty): Store termcap data and string buffers in new struct
5965         tty members termcap_term_buffer and termcap_strings_buffer.
5966         (delete_tty): Free them.
5967         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5969 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
5971         * nsfns.m (ns_set_background_color): Remove code duplication.
5972         It was a substitute for face-transparency on OS X 10.3.
5974 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
5976         * coding.c (make_conversion_work_buffer): Disable buffer
5977         modification hooks in the work buffer.
5979 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
5981         * process.c (procfs_system_process_attributes): If `nread' has a
5982         negative value, assign zero to it.
5984 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
5986         * eval.c (Vdebug_on_error): Doc fix.
5988 2008-12-05  Kenichi Handa  <handa@m17n.org>
5990         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5991         second character is a combining character.
5993 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
5995         * process.c (procfs_system_process_attributes): Don't use cmd,
5996         cmdsize, and q without initializing them first.
5998 2008-12-04  Jason Rumney  <jasonr@gnu.org>
6000         * w32font.c (w32font_draw): Initialize orig_clip before getting
6001         it, and delete it when finished.
6003 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
6005         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6006         case when running as a daemon before detaching.
6008 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
6010         * w32.c (init_environment): Don't unload library shell32.dll.
6012 2008-12-03  Kenichi Handa  <handa@m17n.org>
6014         * font.c (font_at): Set `multibyte' at first.
6016         * coding.c (decode_coding_charset): Check type of an element of
6017         vector VALIDS.
6018         (encode_coding_emacs_mule): Be sure to set `code'.
6020         * fontset.c (face_for_char): Handle invalid charset property correctly.
6021         (font_for_char): Likewise.
6023 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
6025         * font.c (Fopen_font): Compute pixel size correctly.
6026         (font_update_lface): Handle fonts with corrupted size specs,
6027         i.e. non-int and non-float.
6029         * ftfont.c (ftfont_match): Initialize entity variable.
6030         (ftfont_resolve_generic_family): Avoid using uninitialized var.
6031         (ftfont_list_family): Initialize list var earlier.
6033         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6035         * xterm.c (x_draw_glyph_string): Fall back on
6036         underline_minimum_offset for underline position.
6038 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6040         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6042         * character.c (c_string_width): Specify the type for LEN.
6044 2008-12-03  Kenichi Handa  <handa@m17n.org>
6046         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
6047         (decode_coding_utf_8): Likewise.
6048         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
6049         (produce_chars): Initialize consumed_chars to 0.
6051 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
6053         * keyboard.c (make_lispy_position): Only use PT if the selected
6054         window is current.
6056 2008-12-02  Andreas Schwab  <schwab@suse.de>
6058         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6060         * doprnt.c (doprnt1): Fix size of charbuf.
6062 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
6064         * keyboard.c (timer_check): Revert last change.
6066 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
6068         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6070 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
6072         * makefile.w32-in: Update dependencies.
6073         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6075 2008-12-01  Andreas Schwab  <schwab@suse.de>
6077         * font.c (register_font_driver): Use xmalloc.
6078         (font_put_frame_data): Likewise.
6080 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
6082         * xfaces.c (realize_x_face): Make abort condition clearer.
6084         * gtkutil.c (update_frame_tool_bar): Initialize variable.
6086 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
6088         * keyboard.c (timer_check): After a timer runs, ensure that the
6089         selected window's buffer is current.
6091 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
6093         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6094         It was accidentally restored by the Unicode merge.
6096         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6098 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
6100         * w32proc.c: Include "coding.h".
6101         (Fw32_short_file_name): Encode filename passed to Windows API.
6102         (Fw32_long_file_name): Encode filename passed to Windows API and
6103         decode back the result.  (Bug#1433)
6105 2008-11-29  Kenichi Handa  <handa@m17n.org>
6107         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6108         not before accessing it.
6110         * charset.c (Fdefine_charset_internal): After calculating
6111         min_char, max_char, and fastmap, copy the charset structure again.
6112         (encode_char): Fix the previous change.
6114 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
6116         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6118         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6120         * nsterm.m (x_set_frame_alpha): New function.
6122 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
6124         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6126 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
6128         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6129         pointer to check_face_name.
6131 2008-11-27  Kenichi Handa  <handa@m17n.org>
6133         * category.h (SET_CATEGORY_SET): Call set_category_set.
6134         (set_category_set): Extern it.
6136         * category.c (hash_get_category_set): New function.
6137         (Fmodify_category_entry): Adjusted for the change of
6138         char_table_ref_and_range.  Call hash_get_category_set to get a
6139         category set to store in the table.
6141         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6142         Funify_charset.
6144         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
6145         (DECODE_CHAR): Check if the decoder vector is ready.
6146         (ENCODE_CHAR): Check if the encoder char-table is ready.
6147         (maybe_unify_char): Extern it.
6149         * charset.c (Vchar_unified_charset_table): Delete it.
6150         (inhibit_load_charset_map): New variable.
6151         (temp_charset_work): New variable.
6152         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6153         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6154         New macros.
6155         (load_charset_map): Meaning of control_flag changed.  If
6156         inhibit_load_charset_map is nonzero, setup a table in
6157         temp_charset_work.
6158         (load_charset): New argument control_flag.
6159         (map_charset_for_dump): New function.
6160         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6161         map_charset_for_dump.
6162         (Fdefine_charset_internal): If the charset method is MAP, load
6163         mapping tables by calling load_charset.
6164         (Funify_charset): Don't load a mapping table but directly set
6165         Vchar_unify_table.
6166         (maybe_unify_char): New function.
6167         (decode_char): Don't handle the deleted method MAP_DEFERRED.
6168         Handle the case of inhibit_load_charset_map being nonzero.
6169         (encode_char): Don't handle the deleted method MAP_DEFERRED.
6170         Handle the case of inhibit_load_charset_map being nonzero.
6171         (Fclear_charset_maps): Just free temp_charset_work.
6172         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6173         variable.
6175         * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6176         change of char_table_ref_and_range.
6177         (char_table_ref_and_range): Change the meaning of argument FROM
6178         and TO.  Now the caller must provide initial values for *FROM
6179         and *TO.
6181         * fontset.c (fontset_add): Adjusted for the change of
6182         char_table_ref_and_range.
6183         (fontset_get_font_group): Likewise.
6184         (Ffontset_info): Likewise.
6186         * keymap.c (describe_vector): Adjusted for the change of
6187         char_table_ref_and_range.  For char-table, put boundary between
6188         non-ASCII and 8-bit characters.
6190         * print.c (print_object): For bool-vector, delete unnecessary
6191         check of ASCII_BYTE_P.
6193 2008-11-26  Jason Rumney  <jasonr@gnu.org>
6195         * w32font.c (w32font_open_internal): Don't include external
6196         leading in font height.  (Bug#879)
6198 2008-11-26  Glenn Morris  <rgm@gnu.org>
6200         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6201         redefinition with ifdef.  (Bug#1383)
6203 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
6205         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6207 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
6209         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6210         New EmacsView methods.
6211         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6212         Fixes bug #1048,1357,1414.
6214 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
6216         Fix bug #1362.
6217         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6218         is not an indexed color.
6219         * nsterm.m (free_indexed_color): Add argument checking.
6220         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6222 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
6224         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6225         Document confirm-after-completion value for
6226         minibuffer-completion-confirm.
6228 2008-11-24  Jason Rumney  <jasonr@gnu.org>
6230         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
6231         warning.
6233 2008-11-23  Jason Rumney  <jasonr@gnu.org>
6235         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6236         restored before returning.
6238         * w32font.c (check_face_name): New function.
6239         (add_font_entity_to_list): Use it to filter out common substituted
6240         fonts.  (Bug#642)
6242 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
6244         * buffer.c (Fswitch_to_buffer): Reword and mention new option
6245         confirm-nonexistent-file-or-buffer in doc-string.
6247 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6250         Fix copy/paste typo.  Add checks.
6252 2008-11-21  Kenichi Handa  <handa@m17n.org>
6254         * coding.c (detect_coding_iso_2022): Reject invalid composition
6255         sequence.
6256         (DECODE_COMPOSITION_START): If the current source is the last
6257         block, and the current composition doesn't end, regard this
6258         sequence as invalid.
6259         (decode_coding_iso_2022): Handle invalid composition sequence.
6261 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
6263         * window.c (coordinates_in_window): Don't return
6264         ON_VERTICAL_BORDER for the rightmost position of a mode/header
6265         line when the window is not the rightmost one.  (Bug#1372)
6267 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
6269         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6271 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
6273         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6274         and bright_bg if noninteractive is non-zero.
6276 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6278         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6279         x_draw_glyph_string_background.
6281         * w32term.c (x_draw_glyph_string): Likewise.
6283 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
6285         * xterm.c (x_draw_glyph_string): Stop drawing the background of
6286         the next glyph string once past the overhang width.
6288         * nsterm.m (ns_draw_glyph_string): Likewise.
6290         * w32term.c (x_draw_glyph_string): Likewise.
6292 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
6294         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6295         double file close.
6297 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
6299         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6300         dedicated status of window before attempting to display another
6301         buffer in it.
6303 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
6305         * msdos.c (Fmsdos_long_file_names):
6306         (syms_of_msdos) <dos-unsupported-char-glyph>:
6307         * dosfns.c (Fint86): Fix typos in docstrings.
6309 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
6311         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6313 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6315         * puresize.h (BASE_PURESIZE): Increase to 1260000.
6317 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
6319         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6321         * frame.h: Negative alpha means "don't touch".
6323         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6325         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6327 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6329         * hftctl.c:
6330         * chpdef.h:
6331         * acldef.h: Remove files used only for systems no longer supported.
6333         * Makefile.in: Fix .o alphabetical ordering.
6334         (hftctl.o): Remove dependency, file removed.
6335         (keymap.o, print.o): Depend on charset.h.
6337 2008-11-10  Kenichi Handa  <handa@m17n.org>
6339         * character.c (Fget_byte): Fix and make it faster for unibyte target.
6341 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
6343         * dired.c (file_name_completion): If completion_ignore_case is
6344         enabled, ignore case when checking completion-regexp-list.
6346 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
6348         * vm-limit.c (get_lim_data): Fix last change.
6350 2008-11-08  Kenichi Handa  <handa@m17n.org>
6352         * character.c (Fget_byte): New function.
6353         (syms_of_character): Defsubr Fget_byte.
6355 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
6357         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6358         cursor position is valid after scrolling.
6360 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
6362         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6364 2008-11-06  Glenn Morris  <rgm@gnu.org>
6366         * xterm.c (handle_one_xevent): Don't let popup menus cause
6367         mouse-autoselect-window related window switching.  (Bug#1261)
6369 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
6371         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6373 2008-11-04  Andreas Schwab  <schwab@suse.de>
6375         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6377 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
6379         * xfns.c (Fx_wm_set_size_hint): New function.
6381 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
6383         * textprop.c (Fprevious_single_char_property_change): Return 0
6384         when there's no change in a string.  (Bug#1301)
6386 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
6388         * frame.c (do_switch_frame): New argument NORECORD passed to
6389         Fselect_window.
6390         (Fselect_frame): New argument NORECORD passed to
6391         do_switch_frame.
6392         (Fset_frame_selected_window): New argument NORECORD passed to
6393         Fselect_frame.
6394         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6395         in call of do_switch_frame.
6396         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6397         Handle NORECORD argument in call of Fselect_frame.
6398         * lisp.h (do_switch_frame, Fselect_frame)
6399         (Fset_frame_selected_window): Adjust declarations.
6400         * window.c (select_frame_norecord): New function.
6401         (run_window_configuration_change_hook): Use it and call
6402         Fselect_frame with NORECORD set.
6403         (Fselect_window): Pass NORECORD to Fselect_frame.
6404         (Fset_window_configuration): Handle NORECORD argument in call of
6405         do_switch_frame.
6406         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6407         Fset_frame_selected_window.
6408         * keyboard.c (command_loop_1): Handle NORECORD in call of
6409         Fselect_frame (currently ifdefd).
6411 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6413         * emacs.c (USAGE2): Untabify.
6415 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * composite.c (fill_gstring_header): Fix copy/paste typo.
6419 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
6421         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6422         (Fother_window): Rename argument and rewrite doc-string.
6423         (select_window_norecord): Fix return value.  (Bug#1276)
6425 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
6427         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6428         new frames overriding foreground for tooltips.  Based on similar patch
6429         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
6431 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
6433         * emacs.c (Fdaemon_initialized): Initialize nfd.
6435 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
6437         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6438         (Fwindow_text_height): Clarify doc-strings.
6439         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6440         doc-string of window-scroll-functions.
6442 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6444         * category.c (syms_of_category): Fix typo in docstring.
6446 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
6448         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6449         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6450         Fix typos in docstrings.
6452 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
6454         * emacs.c (daemon_pipe): Make non-static.
6455         (IS_DAEMON): Move definition ...
6456         * lisp.h (IS_DAEMON): ... here.
6457         (daemon_pipe): Declare.
6458         (is_daemon): Remove.
6459         * dispnew.c (init_display): Use IS_DAEMON.
6461 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6464         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6466         * emacs.c (is_daemon): Remove.
6467         (main): Don't set is_daemon.
6468         (IS_DAEMON): New macro.
6469         (Fdaemonp, Fdaemon_initialized): Use it.
6470         (Fdaemon_initialized): Write a char into the pipe to make sure the
6471         parent exits.
6472         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6474 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
6476         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6477         over-sized glyph, draw it with the default glyph width.
6479         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6480         glyph, draw it with the default glyph width.
6482         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6483         glyph, draw it with the default glyph width.
6485         * xdisp.c (try_scrolling): When computing the distance from the
6486         scroll margin to PT, try moving some distance past the window
6487         bottom before giving up.
6489 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
6491         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6492         (Fset_window_buffer): Explain in doc-string that a window can be
6493         "strongly" dedicated to its buffer.
6495 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
6497         * emacs.c (daemon_name): New variable.
6498         (main): Deal with --daemon=SERVER_NAME.
6499         (Fdaemonp): Return a name if one was passed to --daemon.
6501 2008-10-26  Romain Francoise  <romain@orebokech.com>
6503         * emacs.c (daemon_pipe): New variable.
6504         (main): Create a pipe before forking, make the parent exit only after
6505         the child has closed its end of the pipe.  Move closing the
6506         descriptors ...
6507         (Fdaemon_initialized): ... here.  New function.
6509 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6511         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6512         the previous unoptimized table.
6514         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6515         the distinction between non-nil and non-t value of `dedicated'.
6517 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
6519         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6520         read_char_minibuf_menu_text is large enough to hold the menu string.
6522 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
6524         * window.c (Fget_buffer_window, Fdelete_windows_on)
6525         (Freplace_buffer_in_windows): Make buffer argument optional and
6526         rename to buffer_or_name.
6528 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
6530         * xdisp.c (handle_single_display_spec, handle_display_prop):
6531         Undo 2005-05-16 change.
6532         (handle_stop): Pop iterator if it's loaded with an empty string.
6533         (get_overlay_strings_1): Don't save iterator if it's loaded with
6534         an empty string (bug#1201).
6536 2008-10-24  Kenichi Handa  <handa@m17n.org>
6538         * ftfont.c (ftfont_otf_features): Fix previous change.
6539         (ftfont_otf_capability): Check FeatureList.FeatureCount before
6540         calling ftfont_otf_features.
6542 2008-10-24  Kenichi Handa  <handa@m17n.org>
6544         * font.c (font_match_p): Fix for the case that a vector of
6545         characters is in script-representative-chars.
6547 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
6549         * dbusbind.c (xd_in_read_queued_messages): New variable.
6550         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
6551         (xd_read_queued_messages): Catch Qdbus_error from the macros.
6552         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6553         macro.  (Bug#1186)
6555 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
6557         * s/sol2-10.h: New file.
6559 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
6561         * xdisp.c (fill_glyph_string): Fix typo in source (though the
6562         poor beast has survived 9+ years and the jump from xterm.c!).
6564 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
6566         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6567         Reword doc-string.
6568         (Fbury_buffer): In doc-string say what happens to the buffer's window.
6570 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
6572         * character.c (syms_of_character) <script-representative-chars>:
6573         <unicode-category-table>: Doc fixes.
6575 2008-10-23  Noah Friedman  <friedman@splode.com>
6577         * coding.c (make_conversion_work_buffer): Check that
6578         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6579         Fget_buffer_create.
6581 2008-10-23  Kenichi Handa  <handa@m17n.org>
6583         * font.c (font_add_log): Check the values of extra properties.
6585 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
6587         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6588         Reword doc-string.
6589         (Fset_window_parameter): Use NILP.
6590         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6591         (Frecenter): Use "selected" instead of "current" window in doc-strings.
6593 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
6595         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6597 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
6599         * nsfns.m (ns_appkit_version): New function.
6600         (x-server-version): Use it.
6601         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6602         (x-server-vendor): Don't check_ns().
6604         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6606 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
6608         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6609         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6611 2008-10-22  Kenichi Handa  <handa@m17n.org>
6613         * syntax.c (scan_words): Call word_boundary_p instead of comparing
6614         scripts.
6616         * category.c (word_boundary_p): Check scripts instead of charset.
6617         Handle nil value in word-separating-categories and
6618         word-combining-categories.
6619         (syms_of_category): Fix docstrings of word-separating-categories
6620         and word-combining-categories.
6622 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
6624         * coding.c (Fencode_coding_region, Fdecode_coding_region)
6625         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6627 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
6629         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6630         Rename arg "buffer" to "buffer_or_name".
6631         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6632         it optional.
6633         (no_switch_window): Remove since the return value is not used.
6634         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6635         Consider window as dedicated when Fwindow_dedicated_p returns a
6636         non-nil value.
6637         * lisp.h: Remove prototype for no_switch_window.
6639 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
6641         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6642         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6644 2008-10-21  Kenichi Handa  <handa@m17n.org>
6646         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6647         check Vlatin_extra_code_table.
6649 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
6651         * fileio.c (Fset_file_modes): Doc fix.
6653 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
6655         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6656         in arrays.
6658 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
6660         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6661         Mention kill-buffer in doc-string.
6662         (Fset_window_buffer): Reinsert tem check removed in last commit.
6663         (Fenlarge_window, Fshrink_window): Have argument names and
6664         doc-string follow Elisp manual more closely.
6666 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
6668         * fileio.c (Fset_file_modes): Doc fix.
6670 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
6672         * window.c (Fwindow_width, Fset_window_start)
6673         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6674         (Fdelete_windows_on, Freplace_buffer_in_windows):
6675         Make doc-strings follow code and Elisp manual more closely.
6676         (Fwindow_dedicated_p): Make window argument optional.
6677         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6678         (Fset_window_buffer): Respect any non-nil dedicated value for
6679         window.  Rename "buffer" argument to "buffer_or_name".
6681 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
6683         * m/sh3.h: New file, machine description for SuperH.
6685 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
6687         * window.c (Fsplit_window): Rename arg horflag to horizontal.
6689 2008-10-17  Kenichi Handa  <handa@m17n.org>
6691         * ftfont.c (ftfont_otf_features): Fix indexing
6692         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
6694 2008-10-16  Magnus Henoch  <mange@freemail.hu>
6696         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6697         (Fdbus_call_method_asynchronously): Ditto.
6698         This change makes C-h f display the argument list.
6700 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
6702         * fileio.c (Fexpand_file_name): Doc fix.
6704         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6705         of :foreground and :background equivalent to unspecified (20.x
6706         compatibility).
6708 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
6710         * buffer.c (syms_of_buffer): Doc fix.
6712 2008-10-14  Kenichi Handa  <handa@m17n.org>
6714         * font.c (font_clear_prop): When clearing font width, clear the
6715         average width field too.
6717 2008-10-12  Andreas Schwab  <schwab@suse.de>
6719         * ftfont.c (ftfont_shape_by_flt): Make static.
6720         * ftfont.h (ftfont_shape_by_flt): Don't declare.
6722         * font.c: Don't include <m17n-flt.h>.
6724 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6726         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6728 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6730         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6731         away code.
6733 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6735         * dispnew.c (update_text_area): Avoid looping due to large glyph
6736         overhangs (bug#1070).
6738 2008-10-09  Kenichi Handa  <handa@m17n.org>
6740         * fontset.c (face_for_char): If face->fontset is negative, just
6741         return ascii_face.
6743         * font.c (font_delete_unmatched): Fix previous change.
6744         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6746 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6748         * frame.c (Fraise_frame): On text-only terminals select frame in
6749         order to make it visible.  (Bug#1061)
6751 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6753         * fontset.c (fontset_find_font): Check frame validity.
6755 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6757         * gtkutil.c (xg_display_open): Reset default display if none exists.
6758         (xg_display_close): Allow Emacs to close all displays (bug#985).
6760 2008-10-06  Andreas Schwab  <schwab@suse.de>
6762         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6764 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6766         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6768         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6770         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6771         during initialization.
6773 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
6775         * xdisp.c (redisplay_internal): If frame switched, redisplay the
6776         whole thing on MSDOS frames as well as on a TTY.
6778         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6779         well as for TTY.
6780         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6781         well as on a TTY.
6783         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6784         as well as for TTY.
6786         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6788         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6789         MSDOS frames as well.
6791 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
6793         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6794         correct arguments.
6795         * menu.c (find_and_return_menu_selection): Add cast.
6797 2008-10-03  Glenn Morris  <rgm@gnu.org>
6799         * emacs.c (USAGE1): Add --daemon.
6801 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
6803         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6804         100, so it's in percents as advertised.
6806 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
6808         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6809         (ns_output.current_cursor, ns_output.desired_cursor)
6810         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6811         (FRAME_NEW_CURSOR_COLOR): Remove.
6813         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6814         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6815         enumeration (HOLLOW_BOX_CURSOR, etc.).
6817         * nsterm.m (ns_frame_rehighlight): Remove commented code.
6818         (draw_window_cursor): Simplify code.
6819         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6820         Don't change cursor type.  In latter, call rehighlight instead of doing
6821         updates manually.
6822         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6823         Use core Emacs cursor types.
6825         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6827 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
6829         * process.c (Faccept_process_output): Fix doc-string.
6831 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6833         * gmalloc.c (__sbrk): Also define for uClibc.
6835         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6836         for uClibc.
6838 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
6840         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6841         styles.
6842         (nsfont_open): Reenable the cache.
6844 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
6846         * font.c (font_matching_entity): Reflect ATTRS in font selection.
6847         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6849 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6852         a suspended terminal.
6854 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6856         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6858 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6860         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6862 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6864         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6865         in a continued line coincides with a line beginning.
6867 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
6869         * nsfont.m (nsfont_trait_distance): Fix bug.
6870         (nsfont_list): Return a list rather than a vector (syncs with Handa
6871         changes of 2008-05-14).
6872         (nsfont_open): Improve logging.
6874 2008-09-29  Andreas Schwab  <schwab@suse.de>
6876         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6878 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6880         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6881         name as char-resolve-modifiers.
6882         Reported by: Markus Triska <markus.triska@gmx.at>
6884 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
6886         * dispnew.c (init_display): Return earlier when running as a daemon.
6888 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6890         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6892 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
6894         * composite.c (Fcomposition_get_gstring)
6895         (Fcompose_region_internal, Fcompose_string_internal)
6896         (Ffind_composition_internal): Doc fix.
6897         (syms_of_composite) <compose-chars-after-function>: Doc fix.
6898         (syms_of_composite) <auto-composition-function>: Doc fix.
6899         (syms_of_composite) <composition-function-table>: Doc fix.
6901 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6903         * search.c (wordify): New argument for lax word-ends.
6904         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6906 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6908         * lisp.h (is_daemon): Declare.
6909         * dispnew.c (init_display): Do not try to initialize the terminal
6910         when running as a daemon.
6912 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
6914         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6915         x_display_pixel_height.
6917 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
6919         * undo.c (record_point): Don't call Fundo_boundary for first
6920         change.  (Bug#731)
6922 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
6924         * emacs.c (Fdaemonp): Doc fix.
6926 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
6928         * emacs.c (main): Place #ifdef in the proper place.
6930 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6932         * emacs.c (standard_args): Add --daemon.
6933         (main): Disconnect from the terminal when --daemon is passed.
6934         (is_daemon): New variable.
6935         (Fdaemonp): New function.
6936         (syms_of_emacs): Defsubr it.
6938 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
6940         * xdisp.c (get_next_display_element): Handle string display
6941         correctly when checking for the end of a box run.
6943 2008-09-20  Glenn Morris  <rgm@gnu.org>
6945         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6946         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6947         (Frename_file): Avoid copying to trash if a rename involves
6948         a delete.  (Bug#964).
6950 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
6952         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6953         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6954         frames as well as termcap frames.
6955         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6956         get_named_tty.
6958 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
6960         * process.c (procfs_system_process_attributes): Fix cmdline in
6961         case /proc/PID/cmdline is empty.
6963         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6964         x_display_pixel_height.
6966 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
6968         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6970         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6971         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6973 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
6975         * dispextern.h (struct it): Move line_wrap away from the middle of
6976         bitfields.  Move voffset in struct iterator_stack_entry after the
6977         bitfields.  Move tab_width near after another short.
6979 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6981         * frame.h (struct frame): Move alpha from the middle of bitfields.
6983         * window.h (struct window): Move frozen_window_start_p after the
6984         rest of the bitfields to reduce padding.
6986 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
6988         * xterm.h (x_display_info): Remove `height' and `width' members.
6990         * nsterm.h (ns_display_info): Remove `height' and `width' members.
6992         * w32term.h (w32_display_info): Remove `height', `width',
6993         `height_in', and `width_in' members.
6995         * xterm.c (x_display_pixel_height, x_display_pixel_width):
6996         New functions.
6997         (x_calc_absolute_position): Use them.
6998         (x_term_init): Omit removed `height' and `width' members.
7000         * w32term.c (x_display_pixel_height, x_display_pixel_width):
7001         New functions.
7002         (w32_read_socket, x_calc_absolute_position): Use them.
7003         (w32_initialize_display_info, w32_term_init): Omit removed members
7004         of w32_display_info.
7006         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7007         New functions.
7008         (ns_initialize_display_info): Omit removed members of ns_display_info.
7010         * xterm.c (x_display_pixel_height, x_display_pixel_width):
7011         New functions.
7012         (x_calc_absolute_position): Use them.
7013         (x_term_init): Omit removed `height' and `width' members.
7015         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7016         (compute_tip_xy):
7017         * frame.c (x_fullscreen_adjust):
7018         * xmenu.c (menu_position_func): Use x_display_pixel_height and
7019         x_display_pixel_width.
7021 2008-09-18  Kenichi Handa  <handa@m17n.org>
7023         * composite.c (fill_gstring_header): Don't check FROM and TO here.
7024         (composition_compute_stop_pos): Fix handling of static composition.
7025         (Fcomposition_get_gstring): Check FROM and TO at first.
7027 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
7030         mixup (YAILOM).
7032 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
7034         * indent.c (Fvertical_motion): Use position reported by iterator
7035         instead of PT for determining screen motion (bug#943).
7037 2008-09-17  Romain Francoise  <romain@orebokech.com>
7039         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7041 2008-09-17  Kenichi Handa  <handa@m17n.org>
7043         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7045         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7046         if necessary.
7048 2008-09-16  Kenichi Handa  <handa@m17n.org>
7050         * coding.c (make_conversion_work_buffer): Avoid calling
7051         Fget_buffer_create if it is not necessary.
7053 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
7055         * window.c (Fselect_window): Don't update window_select_count and
7056         use_time when norecord is not nil.
7058 2008-09-14  Kenichi Handa  <handa@m17n.org>
7060         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7061         specpdl_ptr.
7063 2008-09-12  Kenichi Handa  <handa@m17n.org>
7065         * indent.c (scan_for_column): Don't handle automatic composition
7066         if the current buffer is not associated with a window.
7068         * composite.c (composition_reseat_it): If the current buffer is
7069         not associated with a window, ignore the automatic composition.
7070         (find_automatic_composition): Likewise.
7072 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7075         (Fgpm_mouse_stop): Use it.
7076         * termhooks.h (close_gpm): Declare.
7077         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7078         connection if Gpm_GetEvent fails.
7080         * window.c (set_window_buffer): Always preserve current-buffer.
7082 2008-09-12  Glenn Morris  <rgm@gnu.org>
7084         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
7086 2008-09-11  Glenn Morris  <rgm@gnu.org>
7088         * charset.c (charset-map-path): Doc fix.
7090 2008-09-10  Kenichi Handa  <handa@m17n.org>
7092         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7094         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7095         compose a grapheme cluster with the preceding base glyph.
7097         * composite.c (composition_compute_stop_pos): Fix previous change.
7098         Reset cmp_it->id to -1 at first.
7100 2008-09-10  Glenn Morris  <rgm@gnu.org>
7102         * Makefile.in (character.o, chartab.o): Fix config.h typo.
7104 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
7106         * keyboard.c (read_key_sequence): Reapply translation maps when
7107         switching keyboards.
7109 2008-09-09  Kenichi Handa  <handa@m17n.org>
7111         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7112         characters.
7114         * composite.c (FORWARD_CHAR): Fix calculation
7115         of (POSITION).pos_byte.
7116         (composition_compute_stop_pos): Limit the search of composition to
7117         at most 500 characters ahead.  If we reach the limit or find a
7118         newline, set cmp_it->ch to -2 and return 0.
7119         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7121 2008-09-08  Kenichi Handa  <handa@m17n.org>
7123         * indent.c (Fvertical_motion): Be sure to set
7124         it_overshoot_expected if it.cmp_it.id is non-negative.
7126 2008-09-07  Andreas Schwab  <schwab@suse.de>
7128         * callproc.c (Fcall_process): Don't hold references to string data
7129         across garbage collection.  Move initialisation of new_argv down
7130         to avoid compiler bug.
7132 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7134         * process.c (Fsystem_process_attributes): Doc fix.
7136 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
7138         * callproc.c (Fcall_process): Canonicalize current directory name.
7140         * xdisp.c (move_it_to): When moving by vpos, ensure that the
7141         iterator advances to the next line if the current line ends in a
7142         continued tab.
7144 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
7146         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7147         member to point to cmp_from.
7149         * xdisp.c: Doc fix for references to gidx data member.
7151 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7153         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7155 2008-09-07  Kenichi Handa  <handa@m17n.org>
7157         * composite.c (FORWARD_CHAR): Check STOP after
7158         incrementing (POSITION).pos.
7160 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7162         * process.c (Fsystem_process_attributes): Doc fix.
7164 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7166         * keyboard.c (Ftop_level): Doc fix.
7168 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
7170         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7171         minibuffer, don't let lower part of menu invade the echo area.
7173         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7174         "char *q" to access menu text and advance through it.  Revert the
7175         change that displayed ">" instead of ASCII character 0x10.
7177 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
7179         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7180         toggle boxes and radio buttons on MS-DOS as well.
7182 2008-09-05  Kenichi Handa  <handa@m17n.org>
7184         * composite.c (autocmp_chars): Check lookback count.
7185         (composition_compute_stop_pos): Set cmp_it->lookback.
7186         (composition_reseat_it): Check lookback count.
7187         (struct position_record): New struct.
7188         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7189         (find_automatic_composition): New function.
7190         (composition_adjust_point): Use find_automatic_composition.
7192         * dispextern.h (struct composition_it): New member lookback.
7194 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
7196         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7197         if moving by a single line.
7199 2008-09-02  Andreas Schwab  <schwab@suse.de>
7201         * xterm.c (x_delete_display): Fix merge error.
7203         * fileio.c (Fexpand_file_name): Remove unused variables.
7205 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
7207         * fileio.c (Fexpand_file_name): Copy argument `name' into local
7208         storage on all platforms, not just on DOS_NT.
7210 2008-09-02  Jason Rumney  <jasonr@gnu.org>
7212         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7213         Ensure mouse is not grabbed after menu is finished.
7215 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
7217         * xfaces.c (Finternal_set_alternative_font_family_alist)
7218         (Finternal_set_alternative_font_registry_alist): Properly copy
7219         entire alist structure.
7221 2008-09-01  Kenichi Handa  <handa@m17n.org>
7223         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
7224         representative chars of the script is a vector.
7225         (ftfont_list): Handle the case where the representative chars of
7226         the script is a vector.
7228         * character.c (syms_of_character): Docstring of
7229         script-representative-chars fixed.
7231 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
7233         * msdos.c (BUILD_CHAR_GLYPH): New macro.
7234         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7235         the menu.  Allocate larger buffer for `text', to account for
7236         possible ^C characters.
7238 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
7240         * xdisp.c (prepare_menu_bars): Don't call
7241         Vwindow_size_change_functions with arg Qt.
7243 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7245         * font.h (font_range):
7246         * fileio.c (report_file_error):
7247         * composite.c (composition_update_it): Yet another int/Lisp_Object
7248         mixup (YAILOM).
7250 2008-08-30  Glenn Morris  <rgm@gnu.org>
7252         * data.c (Fmake_variable_frame_local): Doc fix.
7254         * frame.c (Fmodify_frame_parameters): Doc fix.
7256 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
7258         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7259         needed by GetTokenInformation.
7260         (w32_system_process_attributes): Check return values of all system
7261         APIs.
7263         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7264         only when the state changes.
7265         (IT_update_begin, IT_update_end): Add termscript trace.
7267         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7268         clipboard is unavailable.  Set dst to NULL if it doesn't point to
7269         malloc'ed data.
7270         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7271         passing random values to xfree.
7273         * dispnew.c (init_display): Set `tty's association in frame's
7274         parameters alist to the name of the terminal device, if that is known.
7276 2008-08-29  Jason Rumney  <jasonr@gnu.org>
7278         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7280 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7282         * composite.c (fill_gstring_body): Avoid compiler warnings.
7284         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7285         LGLYPH_SET_CODE to avoid compiler warnings.
7287         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
7289         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7291         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7292         LGLYPH_SET_CODE.
7294 2008-08-29  Kenichi Handa  <handa@m17n.org>
7296         * fileio.c (report_file_error): Don't downcase the first character
7297         of errstring if it is still unibyte.
7299 2008-08-29  Kenichi Handa  <handa@m17n.org>
7301         These changes are to re-implement the automatic composition so
7302         that it doesn't use text properties.
7304         * Makefile.in (ftfont.o): Depend on composite.h.
7305         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7307         * character.h (Vunicode_category_table): Extern it.
7309         * character.c (Vunicode_category_table): New variable.
7310         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7312         * chartab.c (optimize_sub_char_table): Perform more greedy
7313         optimization.
7315         * composite.h (enum composition_method):
7316         Delete COMPOSITION_WITH_GLYPH_STRING.
7317         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7318         (Vcomposition_function_table): Extern it.
7319         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7320         (composition_gstring_put_cache, composition_gstring_from_id)
7321         (composition_gstring_p, composition_gstring_width)
7322         (composition_compute_stop_pos, composition_reseat_it)
7323         (composition_update_it, composition_adjust_point): Extern them.
7324         (Fcomposition_get_gstring): EXFUN it.
7326         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
7327         (Vcomposition_function_table)
7328         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
7329         (gstring_hash_table, gstring_work, gstring_work_headers):
7330         New variables.
7331         (gstring_lookup_cache, composition_gstring_put_cache)
7332         (composition_gstring_from_id, composition_gstring_p)
7333         (composition_gstring_width, fill_gstring_header)
7334         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7335         (composition_reseat_it, composition_update_it)
7336         (composition_adjust_point, Fcomposition_get_gstring): New functions.
7337         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7338         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
7339         Defsubr composition_get_gstring.
7341         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
7342         cmp_id.
7343         (struct glyph_string): Delete the member gidx.  New members
7344         cmp_id, cmp_from, and cmp_to.
7345         (enum it_method): Delete GET_FROM_COMPOSITION.
7346         (struct composition_it): New struct.
7347         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7348         Delete c, len, cmp_id, cmp_len in u.comp.
7350         * font.h (enum lgstring_indices): Delete it.
7351         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
7352         (enum lglyph_indices): Likewise.
7353         (font_range): Adjust extern.
7354         (font_fill_lglyph_metrics): Extern it.
7356         * font.c (QCf): New variable.
7357         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7358         (font_prepare_composition): Delete this function.
7359         (font_range): Type and arguments changed.
7360         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7361         (font_fill_lglyph_metrics): New function.
7362         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
7363         (syms_of_font): DEFSYM QCf.  Delete defsubr for
7364         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7365         Defsubr Sfont_shape_gstring.
7367         * fontset.h (font_for_char): Extern it.
7369         * fontset.c (font_for_char): New function.
7371         * ftfont.c: Include composite.h.
7372         (ftfont_resolve_generic_family): Add langset "en" to pattern.
7373         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7375         * indent.c: Include composite.h and dispextern.h.
7376         (check_composition): Delete this function.
7377         (scan_for_column): Handle composition by
7378         composition_compute_stop_pos, composition_reseat_it, and
7379         composition_update_it.
7380         (compute_motion): Likewise.
7381         (Fvertical_motion): Fix checking of composition.
7383         * keyboard.c (adjust_point_for_property): Check composition by
7384         composition_adjust_point.
7386         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
7387         struct glyph_string.
7389         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7390         (append_composite_glyph): Adjust for the change of struct it and
7391         struct glyph.
7392         (produce_composite_glyph): Likewise.
7394         * w32term.c (x_draw_composite_glyph_string_foreground):
7395         Adjust for the change of struct glyph_string.
7396         (x_draw_glyph_string): Likewise.
7398         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7399         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7401         * xdisp.c: Include font.h.
7402         (it_props): Delete the entry for Qauto_composed.
7403         (init_iterator): Initialize it->cmp_it.id to -1.
7404         (compute_stop_pos): Call composition_compute_stop_pos.
7405         (face_before_or_after_it_pos): Adjust for the change of struct it.
7406         (handle_auto_composed_prop): Delete it.
7407         (handle_composition_prop): Handle only static composition.
7408         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7409         from xassert.  Initialize it->cmp_it.stop_pos.
7410         (push_it): Adjust for the change of struct it.
7411         (pop_it): Likewise.
7412         (get_next_element): Delete next_element_from_composition.
7413         (CHAR_COMPOSED_P): New macro.
7414         (get_next_display_element): For automatic composition, get a face
7415         from the font in the glyph-string.
7416         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7417         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
7418         (next_element_from_string): Check if the character at the current
7419         position is composed by CHAR_COMPOSED_P.
7420         (next_element_from_buffer): Likewise.
7421         (next_element_from_composition): Adjust for the change of struct it.
7422         Update it->cmp_it.
7423         (dump_glyph): Adjust for the change of struct glyph.
7424         (fill_composite_glyph_string): Adjust for the change of struct
7425         it and struct glyph.  Don't handle automatic composition here.
7426         (fill_gstring_glyph_string): New function.
7427         (x_get_glyph_overhangs): Handle automatic composition.
7428         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7429         (BUILD_GSTRING_GLYPH_STRING): New macro.
7430         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7431         automatic composition.
7432         (append_composite_glyph): Adjust for the change of struct it and
7433         struct glyph.
7434         (x_produce_glyphs): Adjust for the change of struct it.
7436         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7437         the change of struct glyph_string.
7438         (x_draw_glyph_string): Likewise.
7440 2008-08-29  Glenn Morris  <rgm@gnu.org>
7442         * buffer.c (word-wrap): Doc fix.
7443         * xdisp.c (truncate-partial-width-windows): Doc fix.
7444         Increase default to 50.
7446 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7448         * xdisp.c (update_tool_bar_unwind): New function.
7449         (update_tool_bar): Temporarily set selected frame before building
7450         tool-bar items.
7452 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7454         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7455         snprintf, respectively.
7456         (xd_append_arg): Convert strings with Fstring_make_unibyte.
7458 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7460         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7461         LDFLAGS to GNUstep CC invocation.
7463 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7465         * indent.c (Fvertical_motion): Revert last change.  Handle the
7466         general case where we are moving forward, and PT spans multiple
7467         screen lines.
7469         * eval.c (find_handler_clause): Temporarily increase
7470         max-lisp-eval-depth while printing the backtrace buffer, to
7471         guarantee that help-mode code can run.
7473 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
7475         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7476         colors under -rv.
7477         (IT_set_frame_parameters): Don't swap foreground and background
7478         colors if `(reverse . t)' is present in the frame properties.
7479         (internal_terminal_init): Call init_frame_faces only for the
7480         initial frame.
7482 2008-08-27  Andreas Schwab  <schwab@suse.de>
7484         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7486 2008-08-27  Andreas Schwab  <schwab@suse.de>
7488         * search.c (search_buffer): Set char_base to zero only at the end.
7490 2008-08-27  Kenichi Handa  <handa@m17n.org>
7492         * fileio.c (report_file_error): Fix handling of multibyte error string.
7494 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
7496         * xterm.c (x_term_init): Temporarily hide the partially
7497         initialized terminal while calling vendor-specific-keysyms.
7499 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
7501         * msdos.c (internal_terminal_init): Most initializations done only
7502         once, especially initial_screen_colors[] and termscript open.
7504 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7506         * eval.c (Fcondition_case): Doc fix.
7508         * widgetprv.h (EmacsFramePart): Change font member to the new font
7509         struct.
7511         * widget.c: Include character.h and font.h for XSETFONT.
7512         (setup_frame_gcs): Compute X font id from font struct, just once.
7514 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
7516         * term.c (get_named_tty): Fix last change.
7518 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7520         * indent.c (Fvertical_motion): If moving forward starting from a
7521         multi-line string, move the iterator to the last line of that string.
7523 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7525         * frame.c (do_switch_frame): Mark previously displayed frame as
7526         obscured for FRAME_MSDOS_P frames as well.
7528 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
7530         * frame.c (make_terminal_frame): Initialize f->terminal,
7531         f->terminal->reference_count, and scroll bars on MS-DOS as well.
7532         Set the top frame to newly created frame.
7533         (Fmake_terminal_frame): Reuse the_only_display_info.
7535         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7536         estimating available memory.
7538 2008-08-23  David Reitter  <david.reitter@gmail.com>
7540         * nsterm.m (ns_draw_window_cursor): Don't call
7541         NSDisableScreenUpdates and NSEnableScreenUpdates on
7542         non-NS_IMPL_COCOA systems.
7544 2008-08-23  Andreas Schwab  <schwab@suse.de>
7546         * process.c (procfs_system_process_attributes): Fix use of
7547         uninitialized variables.
7549 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7551         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7553         * dispnew.c (init_display): Remove MS-DOS specific conditions for
7554         calling tty-set-up-initial-frame-faces.
7556         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7557         Allow MSDOS frames along with X frames.
7559         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7560         addition to output_termcap.
7562         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7564         * termchar.h (FRAME_TTY): Support output_msdos_raw.
7565         (struct tty_display_info) [MSDOS]: Add fields related to mouse
7566         highlight.
7568         * process.c [!subprocesses]: Define QCname.
7569         (syms_of_process): Intern and staticpro it.
7571         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7572         Adjust for changes in encoding/decoding routines.
7573         Use encode_coding_object and decode_coding_object instead of
7574         encode_coding and decode_coding.
7576         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7578         * dosfns.c: Include frame.h before termhooks.h.
7579         (dos_cleanup): Use CURTTY ()->termscript instead of a global
7580         variable termscript.
7582         * s/msdos.h (USER_FULL_NAME): Define.
7583         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7585         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7586         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7587         pw->pw_gecos.
7589         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7590         SELECTED_FRAME as additional (1st) argument.
7591         (tty_read_avail_input): Handle output_msdos_raw in
7592         addition to output_termcap.
7594         * msdos.c: Include frame.h before termhooks.h.
7595         (mouse_on, mouse_off, mouse_moveto, mouse_init)
7596         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7597         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7598         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7599         (IT_set_terminal_modes, IT_reset_terminal_modes)
7600         (IT_set_frame_parameters): Use tty->termscript instead of a global
7601         variable termscript.
7602         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7603         global variable terminal_coding.  Don't refer to
7604         Vnonascii_translation_table.
7605         (internal_terminal_init): Set Vwindow_system in current_kboard.
7606         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
7607         Announce date and time of session start, if termscript is open.
7608         Don't zero out the_only_display_info (it is done in
7609         term.c:init_tty).  Open termscript only of not already open.
7610         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
7611         here instead of dos_ttraw.  Don't initialize display if this is an
7612         initial tty.  Don't set FRAME_FONT.
7613         (Vwindow_system_version): Bump to 23.
7614         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
7615         is available, set up mouse_position_hook.
7616         (dos_ttraw, IT_set_terminal_modes): If called with initial
7617         terminal, do nothing.
7618         (IT_set_frame_parameters): Handle the Qtty_type frame
7619         parameter by calling internal_terminal_init.
7620         (dos_set_window_size, show_mouse_face)
7621         (clear_mouse_face, IT_note_mode_line_highlight)
7622         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7623         (dos_rawgetc): Use tty_display_info instead of x_display_info.
7624         (initialize_msdos_display): New function.
7625         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7626         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7627         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7628         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7629         Accept additional argument: a pointer to a frame.  Update all callers.
7630         (request_sigio, unrequest_sigio): Don't define, now defined on
7631         sysdep.c.
7632         (IT_write_glyphs): Rewrite to use encode_terminal_code.
7634         * term.c [MSDOS]: Include msdos.h.
7635         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
7636         conditional to DOS_NT.  Allow only one call to this function in a
7637         session.  Don't allocate a new struct tty_display_info; instead,
7638         reuse the_only_display_info.  Call get_tty_size to get screen
7639         dimensions.  Call init_baud_rate to set bad_rate.
7640         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7641         (Fsuspend_tty) [MSDOS]: Don't close input and output.
7642         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7643         (get_tty_terminal, get_named_tty, Ftty_type)
7644         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7645         output_termcap.
7646         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7647         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7648         only when subprocesses are supported.
7650         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7651         f->output_data.x.
7652         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7653         terminal devices.
7655         * msdos.h: Remove definition of struct x_display_info and struct
7656         x_output.
7657         (FRAME_FONT): Use output_data.tty.
7658         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7659         (struct x_display_info): Rename from display_info.  Update all users in
7660         msdos.c.
7661         (struct x_output): Remove background_pixel and foreground_pixel.
7662         (the_only_display_info): Rename from the_only_x_display.
7663         (dos_ttraw): Update prototype.
7665         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7666         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7668 2008-08-23  Jason Rumney  <jasonr@gnu.org>
7670         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7671         (fn_TIFFSetDirectory): New library function used.
7672         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7673         (tiff_load): Use :index to select among multiple images.  Set count
7674         property when multiple images exist.
7675         (gif_format): Use :index, not :image.
7677 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7679         * xdisp.c (try_scrolling): Check INT_MAX instead of
7680         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
7681         to obtain INT_MAX.
7683 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
7685         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7687 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
7689         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7690         GNUstep library location.
7692 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7694         * xfaces.c (x_update_menu_appearance): Check validity of menu font
7695         before using it.
7697         * puresize.h (BASE_PURESIZE): Increase to 1250000.
7699 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
7701         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7702         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7703         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7704         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7705         (EmacsApp-cursor_blink_handler): Remove declaration.
7706         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7707         match 01 Feb 2008 changes in xterm.c.
7708         (ns_read_socket): Add cast to avoid warning.
7709         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7710         GNUstep.
7712 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
7714         * xselect.c (x_get_foreign_selection): Return nil if desired
7715         selection could not be obtained, instead of signalling an error.
7717 2008-08-20  David Reitter  <david.reitter@gmail.com>
7719         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7720         * nsterm.m: Remove ns-specific code for cursor blinking.
7721         (ns_draw_window_cursor): Clear cursor properly rather than
7722         redrawing the area.  Respect width of bar cursors.
7723         These changes enable the use of generic blink-cursor-mode and
7724         generic cursor types in NS and support smooth cursor movements (do
7725         not blink off after command).
7726         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7727         Nextstep, too.
7729 2008-08-19  Kenichi Handa  <handa@m17n.org>
7731         * font.c (Vfont_log_deferred): New variable.
7732         (font_add_log): Check Vfont_log_deferred.
7733         (font_deferred_log): New function.
7735         * font.h (font_deferred_log): Extern it.
7737         * fontset.c (reorder_font_vector): Use encoding charset of fonts
7738         for sorting.
7739         (face_for_char): Use deferred log.
7741 2008-08-18  Kenichi Handa  <handa@m17n.org>
7743         * fontset.c (face_for_char): Add font log.
7745         * font.c (font_add_log): Add the font properties :script, :lang,
7746         and :otf in the log.
7748 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
7750         * xdisp.c: Remove dead code.
7751         (handle_invisible_prop, next_overlay_string): Defer call to
7752         setup_for_ellipsis.
7753         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7755 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
7757         * xfaces.c (lookup_derived_face): Properly handle possible zero
7758         return value of get_lface_attributes.
7759         (merge_faces): Don't tell lookup_derived_face to signal an error
7760         if face is not found.
7762         * dired.c (Fdirectory_files): Doc fix.
7764         * process.c (make_process): Initialize kill_without_query struct
7765         member.
7767 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
7769         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7770         Alternative calculation of totphys for Visual Studio 6.
7772         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7774         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7775         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7776         All users changed.
7777         (stat): Only root directory passed to GetDriveType.  Allow RAM
7778         disk as well as local fixed disk when w32-get-true-file-attributes
7779         is set to `local'.
7780         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7781         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7782         (w32_cached_id, w32_add_to_cache): New functions.
7783         (get_name_and_id): Look account names in the cache before calling
7784         lookup_account_sid.
7785         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7786         New initialization flags.
7787         (globals_of_w32): Initialize them to zero.
7788         (w32_system_process_attributes): Use w32_cached_id and
7789         w32_add_to_cache.
7791 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
7793         * lread.c (Fread_char, Fread_char_exclusive): If no character
7794         event is read before timeout is reached, return nil, rather than
7795         converting to a number.
7797 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7799         * fns.c (use_dialog_box): Doc fix.
7801         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7802         on OS X.
7804 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7806         * frame.c (Qns_parse_geometry): New var.
7807         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7809 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7811         * xdisp.c (x_produce_glyphs): Handle the case when font has no
7812         space character in calculating tabs.
7814 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
7816         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7818 2008-08-10  Glenn Morris  <rgm@gnu.org>
7820         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7821         silence gcc "limited range of data type" warnings in some
7822         make_fixnum_or_float calls.
7824 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
7826         * w32.c (w32_system_process_attributes): If the process does not
7827         exist, return nil.
7829         * w32.c: Include thelp32.h, psapi.h and coding.h.
7830         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7831         declarations.
7832         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7833         (Process32Next_Proc): New typedefs.
7834         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7835         (g_b_init_process32_next, g_b_init_open_thread_token)
7836         (g_b_init_impersonate_self, g_b_init_revert_to_self)
7837         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7838         (g_b_init_get_process_working_set_size)
7839         (g_b_init_global_memory_status_ex): New static variables.
7840         (globals_of_w32): Initialize them.
7841         (create_toolhelp32_snapshot, process32_first, process32_next)
7842         (open_thread_token, impersonate_self, revert_to_self)
7843         (get_process_memory_info, get_process_working_set_size)
7844         (global_memory_status, global_memory_status_ex): New wrapper
7845         functions.
7846         (w32_list_system_processes, w32_system_process_attributes)
7847         (enable_privilege, restore_privilege, ltime, process_times):
7848         New functions.
7849         (convert_time_raw): New function.
7850         (convert_time): Remove conversion of FILETIME into time in 100
7851         nsec units, call convert_time_raw instead.
7853         * process.h (w32_list_system_processes, w32_system_process_attributes):
7854         Add prototypes.
7855         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7856         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7857         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7858         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7860         * process.c (Fsystem_process_attributes): Doc fix.
7862 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7864         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7865         a continued multi-char glyph; if so, advance to the actual glyph.
7867 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7869         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7871         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7872         (.m.o): Use it.
7873         * config.in: Regenerate.
7875 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
7877         * xdisp.c (redisplay_window): Revert last change.
7878         (try_window): Check bottom scroll margin too.
7880 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7882         * config.in: Regenerate.
7884         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7885         -list-load-path-shadows'.
7886         (nsgui.h): Reduce number of things depending on it.
7888 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
7890         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7891         instead of window-end which does the wrong thing at eob.
7892         (try_cursor_movement): Minor optimization.
7893         (redisplay_window): If scroll margin is defined, don't assume
7894         window doesn't need scrolling.
7896 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7898         * config.in: Regenerate.
7900         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7901         (mostlyclean): Don't delete *.d under NS.
7903         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7905 2008-08-06  Kenichi Handa  <handa@m17n.org>
7907         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7909 2008-08-06  Andreas Schwab  <schwab@suse.de>
7911         * config.in: Regenerate.
7913 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7915         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7916         forcing a window start.
7918         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7919         (auto_save_1): Update modtime when auto-save-list-file-name is on.
7921 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
7923         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7924         argument.
7926 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
7928         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7929         <scroll-down-aggressively, before-change-functions>:
7930         <after-change-functions>: Reflow docstrings.
7932 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
7933             Ken Raeburn  <raeburn@gnu.org>
7935         Dock menu customization, based on a patch by Ken Raeburn, plus some
7936         other fixes.
7937         * nsmenu.m (dockMenu): New variable.
7938         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7940         * nsterm.h (dockMenu): Declare.
7942         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7943         (ns_term_init): Initialize dockMenu.
7944         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7945         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7946         left.
7948         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7950 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
7952         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7954         * config.in: Regenerate.
7956 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
7958         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7960 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
7962         * nsterm.h (find_and_call_menu_selection): Fix prototype.
7964 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
7966         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7968         * keyboard.h: Comment an #endif.
7970         * lisp.h (have_menus_p): Adjust comment.
7972         * menu.c (find_and_return_menu_selection): Fix comparison with
7973         client_data.
7975         * nsmenu.m (popup_activated_flag): New variable.
7976         (popup_activated): New function.
7977         (menu-or-popup-active-p): New exported lisp definition.
7978         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
7979         when popup done.
7980         (ns_popup_dialog): Set popup_activated_flag.
7982         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7983         version for GNUstep (handled by conditional typedef in nsterm.m).
7984         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7985         in rgb.txt).
7987         * process.c (init_process): Use DARWIN_OS, not DARWIN.
7989         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7991         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7993         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7994         shortcircuit if popup_activated like GTK and X toolkit.
7996         * m/inter386.h: Change DARWIN to DARWIN_OS.
7998         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
7999         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
8000         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
8001         comment on NO_SOCK_SIGIO.
8003 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
8005         * nsterm.m (windowDidResize): Remove stopModal call.
8007 2008-08-03  Andreas Schwab  <schwab@suse.de>
8009         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8010         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8012 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8014         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8015         Don't use uninitialized pointer variable when using getrlimit.
8017 2008-08-02  Jason Rumney  <jasonr@gnu.org>
8019         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8021 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
8023         * alloc.c (NSTATICS): Bump to 0x640.
8025         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8027         * lisp.h: Add prototype for directory_files_internal.
8029         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8030         New functions.
8031         (syms_of_process): Defsubr them.  Add initializations for various
8032         Q* symbols used in procfs_system_process_attributes.
8033         (procfs_list_system_processes, procfs_system_process_attributes)
8034         [HAVE_PROCFS]: New functions.
8035         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8036         (procfs_get_total_memory): New functions.
8038 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
8040         * xfaces.c (Fx_load_color_file): Fix previous change;
8041         it is #ifdef WINDOWSNT, not WINDOWS_NT.
8043 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
8045         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8047 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
8049         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8051 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
8053         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8055         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8056         define NSApplicationDelegateReplySuccess.
8057         (EmacsView -converstationIdentifier): Use long instead of
8058         NSInteger for GNUstep, since it doesn't have NSInteger.
8060         * xmenu.c: Revert last change.
8062         * keyboard.h: Fix last change.
8064 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
8066         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8067         on Windows.
8069 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
8071         Warning clearing and clean-up in NS port.
8072         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8073         Add prototypes.
8074         * nsgui.h (FACE_DEFAULT): Remove, unused.
8075         (XGCValues): Change colors to unsigned long.
8076         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8077         nsterm.m.
8078         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8079         (ns_list_fonts): Remove, unused.
8080         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8081         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8082         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8083         (nsfont_draw): Compare face colors to 0, not nil.
8084         * nsmenu.m (struct widget_value): Drop unneeded declaration.
8085         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8086         (-addSubmenuWithTitle:): Use NSMenuItem class.
8087         (ns_popup_menu): Use NO, not NULL, for enabled setting.
8088         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8089         (ns_clip_to_row): Make gc arg a BOOL.
8090         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8091         ns_clip_to_row() call.
8092         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8093         used).  Cast FRAME_FONT assignments.
8094         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8095         (ns_string_to_lispmod): Change arg to const char.
8096         (ns_term_init): Use NSMenuItem class.
8097         (EmacsApp -openFile:): Move to different section of file.
8098         (EmacsApp -application:openFiles:): Don't return a value, call
8099         -replyToOpenOrPrint:.
8100         (EmacsView -keyDown:): Fix up cast.
8101         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8102         (EmacsView -menuDown:): Cast tag in call to
8103         find_and_call_menu_selection().
8104         (ns_list_fonts): Remove, unused.
8105         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
8106         (ns_fontname_to_xlfd): Make static.
8107         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8108         Remove prototypes (now in keyboard.h).
8109         (next_menubar_widget_id): Remove, unused.
8110         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8111         Remove prototypes (now in keyboard.h).
8112         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8114 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
8116         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8117         (floatfns.o): Depend on syssignal.h.
8118         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8120         * systty.h: Fix previous change that removed BSD_TERMIOS.
8121         Add comments to #ifdefs.
8123 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
8125         * w32fns.c (w32-load-color-file): Remove.
8126         (x-open-connection): Use renamed Fx_load_color_file.
8127         * xfaces.c (x-load-color-file): Add.
8128         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8129         Emacs.clr.
8130         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8132 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
8134         * dbusbind.c (Fdbus_call_method_asynchronously)
8135         (Fdbus_method_error_internal): New defuns.
8136         (xd_read_message): Handle also reply messages.
8137         (Vdbus_registered_functions_table): Extend docstring.
8139 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
8141         * keyboard.c (gobble_input): Fix previous change.
8143 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8145         * bitmaps/README:
8146         * xfns.c:
8147         * termcap.c:
8148         * term.c:
8149         * syswait.h:
8150         * systty.h:
8151         * systime.h:
8152         * syssignal.h:
8153         * sysdep.c:
8154         * process.h:
8155         * process.c:
8156         * print.c:
8157         * ndir.h:
8158         * lread.c:
8159         * keyboard.c:
8160         * getpagesize.h:
8161         * floatfns.c:
8162         * fileio.c:
8163         * emacs.c:
8164         * doc.c:
8165         * dispnew.c:
8166         * dired.c:
8167         * data.c:
8168         * callproc.c:
8169         * buffer.c:
8170         * README:
8171         * Makefile.in:
8172         * s/template.h:
8173         * s/msdos.h:
8174         * m/vax.h: Remove VMS support.
8175         * s/vms.h:
8176         * vlimit.h:
8177         * uaf.h:
8178         * temacs.opt:
8179         * param.h:
8180         * ioctl.h: Remove file.
8182 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8184         * s/ms-w32.h (MULTI_KBOARD): Remove.
8185         * xterm.c:
8186         * xselect.c:
8187         * xfns.c:
8188         * window.c:
8189         * w32term.c:
8190         * w32fns.c:
8191         * terminal.c:
8192         * termhooks.h:
8193         * term.c:
8194         * sysdep.c:
8195         * keyboard.h:
8196         * keyboard.c:
8197         * frame.h:
8198         * frame.c:
8199         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8200         * config.in: Regenerate.
8202 2008-07-30  Jason Rumney  <jasonr@gnu.org>
8204         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8206         * w32font.c (w32font_encode_char): Leave as unicode if in range.
8207         (w32font_open_internal): Get unicode version of textmetrics.
8208         Don't enable or disable glyph indices here.
8209         (w32font_open): Disable use of glyph indices.
8211         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8213 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
8215         * minibuf.c (Vread_buffer_function): Doc fix.
8217 2008-07-30  John Paul Wallington  <jpw@pobox.com>
8219         * minibuf.c (read_buffer_completion_ignore_case): New var.
8220         (Fread_buffer): Use it.
8222 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8224         * systty.h (sensemode): Remove empty #if.  Remove reference to
8225         BSD_TERMIOS, unused.
8227         * sysdep.c: Remove reference to DGUX.
8228         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8230         * config.in: Regenerate.
8232 2008-07-30  Jason Rumney  <jasonr@gnu.org>
8234         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8236 2008-07-29  Jason Rumney  <jasonr@gnu.org>
8238         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8239         is populated.
8240         (uniscribe_encode_char): Always use uniscribe.
8241         Avoid using context if cache is populated.
8243 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
8245         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8246         open menu.
8248         * gtkutil.c (menu_nav_ended): Remove.
8249         (create_menus): Remove signal connect for menu_nav_ended.
8251 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
8253         * xdisp.c (redisplay_window): Check return value of
8254         compute_window_start_on_continuation_line before forcing a window
8255         start.
8257 2008-07-28  Jason Rumney  <jasonr@gnu.org>
8259         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8261         * w32term.c (w32_enable_unicode_output, cleartype_active):
8262         Remove obsolete display options.
8263         (x_draw_glyph_string_background): Don't use old cleartype_active
8264         workaround.
8265         (w32_initialize): Remove cleartype_active initialization.
8266         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8268 2008-07-28  Andreas Schwab  <schwab@suse.de>
8270         * lisp.h (init_weak_hash_tables, syms_of_font)
8271         (xd_read_queued_messages, syms_of_dbusbind): Declare.
8272         (remove_hash_entry): Don't declare.
8273         * eval.c (maybe_call_debugger): Make static and move before use.
8274         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8275         * xdisp.c: Include "gtkutil.h" if USE_GTK.
8276         * xterm.h (x_set_frame_alpha): Declare.
8278 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
8280         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8281         (create_menus): Connect selection-done to menu_nav_ended.
8283 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8285         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8286         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
8287         parameter with read of 'alpha' one.
8288         (Qns_frame_parameter): Remove.
8289         * nsselect.m (selection-coding-system)
8290         (next-selection-coding-system, Vselection_coding_system)
8291         (Vnext_selection_coding_system): Drop.
8293 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8295         * nsfns.m (do-applescript, do_applescript): Rename to
8296         ns-do-applescript, ns_do_applescript, and move within file.
8298 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8300         Remove support for Mac Carbon.
8301         * mactoolbox.c:
8302         * macterm.h:
8303         * macterm.c:
8304         * macselect.c:
8305         * macmenu.c:
8306         * macgui.h:
8307         * macfns.c:
8308         * mac.c: Remove file.
8309         * s/darwin.h:
8310         * m/intel386.h:
8311         * xfaces.c:
8312         * xdisp.c:
8313         * window.c:
8314         * tparam.c:
8315         * termhooks.h:
8316         * termcap.c:
8317         * term.c:
8318         * syssignal.h:
8319         * sysselect.h:
8320         * sysdep.c:
8321         * process.c:
8322         * lread.c:
8323         * lisp.h:
8324         * keyboard.c:
8325         * image.c:
8326         * fringe.c:
8327         * frame.h:
8328         * frame.c:
8329         * fontset.c:
8330         * font.h:
8331         * font.c:
8332         * fns.c:
8333         * fileio.c:
8334         * emacs.c:
8335         * dispnew.c:
8336         * dispextern.h:
8337         * config.in:
8338         * atimer.c:
8339         * Makefile.in: Remove code for Carbon.
8341 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8343         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8345 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8347         * macterm.h (kCGBitmapByteOrder32Host): New define for
8348         non-universal SDKs.
8350         * image.c (mac_create_cg_image_from_image, image_load_image_io)
8351         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8353         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8354         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8356 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
8358         * w32inevt.c: Include dispextern.h.
8360 2008-07-26  Andreas Schwab  <schwab@suse.de>
8362         * print.c (print_object): Fix off-by-one in last change.
8364 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8366         * term.c (syms_of_term): Don't initialize default_orig_pair,
8367         default_set_foreground and default_set_background on Windows.
8369 2008-07-25  Jason Rumney  <jasonr@gnu.org>
8371         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8372         ScriptItemize.  Clean up return value checking.  Remove unused
8373         variables.
8374         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8375         shaping engine.
8377         * w32font.c (w32font_has_char): Handle the case where we can't
8378         determine the script for a character.
8380 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8382         * term.c (syms_of_term): Initialize default_orig_pair,
8383         default_set_foreground, and default_set_background.
8385         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8386         clash (bug#86).
8387         (getloadavg): Callers changed.
8389         * image.c (svg_load_image): Fix last change.
8390         (svg_load_image): Use rsvg_handle_get_dimensions to check that
8391         image size is valid.  Use g_object_unref instead of deprecated
8392         rsvg_handle_free to free rsvg handle.
8393         (x_from_xcolors): Don't initialize pixmap (silence compiler).
8395 2008-07-25  Jason Rumney  <jasonr@gnu.org>
8397         * w32font.c (w32font_encode_char): Encode characters outside BMP as
8398         surrogates before looking up glyph index.
8399         (w32font_text_extents): Encode as surrogates if falling back to
8400         functions that need UTF-16 wide chars.
8402         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8403         BMP as surrogates before looking up glyph index.
8405 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8407         * image.c (svg_load_image): Check for failure in return value of
8408         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
8410 2008-07-25  Jason Rumney  <jasonr@gnu.org>
8412         * w32font.c (Fx_select_font): Reverse sense of second arg.
8414 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8417         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8419         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8420         (PURESIZE): Use it.
8422 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8424         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8425         * m/alpha.h (TEXT_END):
8426         * m/ibmrs6000.h (TEXT_END):
8427         * m/macppc.h (TEXT_END):
8428         * s/darwin.h (TEXT_END):
8429         * s/msdos.h (TEXT_END): Remove, unused.
8430         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8431         * s/cygwin.h: Remove comment.
8433         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8434         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8435         * m/intel386.h (DOT_GLOBAL_START):
8436         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8437         (USG): Remove, file not used on USG platforms.
8439         * Makefile.in (HAVE_X11): Remove empty #else.
8441 2008-07-24  Andreas Schwab  <schwab@suse.de>
8443         * fileio.c (Finsert_file_contents): Properly adjust undo list
8444         after format conversion.
8446 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
8448         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8449         (menu_nav_ended): Remove.
8450         (create_menus): Remove signal connect for menu_nav_ended.
8451         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8452         create_menus.
8453         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8455 2008-07-23  Jason Rumney  <jasonr@gnu.org>
8457         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8458         with opened font.
8459         (w32font_open): Set font type to gdi.
8461         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8463 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8465         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8466         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8467         defines it.
8468         * unexec.c (ADDR_CORRECT): Define unconditionally.
8470         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8472         * unexec.c: Remove code depending on !COFF and USG, the file is
8473         not used for such systems.
8475         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8476         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8477         (LD_SWITCH_SYSTEM_1): Remove, update users.
8479         * s/darwin.h (DATA_END):
8480         * m/intel386.h (DATA_END):
8481         * m/ibmrs6000.h (DATA_END):
8482         * m/alpha.h (DATA_END): Remove, unused.
8484         * config.in: Regenerate.
8485         * s/ms-w32.h (subprocesses): Define unconditionally.
8486         * s/template.h (subprocesses): Update comment.
8487         * s/vms.h (subprocesses):
8488         * s/usg5-4.h (subprocesses):
8489         * s/hpux10-20.h (subprocesses):
8490         * s/gnu-linux.h (subprocesses):
8491         * s/cygwin.h (subprocesses):
8492         * s/bsd-common.h (subprocesses):
8493         * s/aix4-2.h (subprocesses):
8494         * s/darwin.h (subprocesses): Do not define, defined by default now.
8496         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8497         Remove all references.
8498         (temacs): Add GNUstep specific ld flags.
8500         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8501         similarly to what X does.
8503 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8505         * nsfns.m (x-list-fonts): Remove.
8506         (syms_of_nsfns): Drop the x-list-fonts declaration.
8507         * nsterm.m: Get rid of remaining "//" comments.
8509 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
8511         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8513         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8514         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8515         (Fns_own_selection_internal, Fx_disown_selection_internal)
8516         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8518         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8519         ... */' style of docstrings.  Doc fixes.
8521 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8523         * terminfo.c (UP, BC, PC): Undo previous change.
8525         * nsfns.m: Rename ns prefixed functions/variables to the
8526         corresponding x versions.  Update references.
8528 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8532 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8534         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8535         Remove forwarding functions.
8536         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8537         non-static.
8538         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8539         non-static.
8540         (ns_frame_parm_handlers): Use the new names.
8541         (syms_of_nsfns): Move to the end of file.
8543         * nsterm.m (syms_of_nsterm): Move to the end of file.
8545         * dispnew.c (init_display): Remove code for X10.
8547 2008-07-22  Jason Rumney  <jasonr@gnu.org>
8549         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8550         bare drive.
8552 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8554         * nsterm.m (syms_of_nsterm): Remove debugging println.
8556 2008-07-22  David Reitter  <david.reitter@gmail.com>
8558         * nsfns.m (do_applescript, F_do_applescript): NS version of the
8559         Carbon implementation of the same functionality: execute arbitrary
8560         AppleScript code.
8562 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
8564         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8565         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8566         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8567         (Fx_display_mm_height, Fx_display_mm_width)
8568         (Fx_display_backing_store, Fx_display_visual_class)
8569         (Fx_display_save_under, Fx_open_connection)
8570         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8571         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8572         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8573         (Fx_display_pixel_width, Fx_display_pixel_height)
8574         (Fx_display_usable_bounds, Fx_display_planes)
8575         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8576         ... */' style of docstrings.
8578 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8580         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8581         on this platform.
8582         (mips):
8583         * m/iris4d.h (mips): Do not define.
8584         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8586         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8588         * image.c:
8589         * nsfns.m:
8590         * nsselect.m:
8591         * nsterm.h:
8592         * nsterm.m: Rename ns prefixed functions/variables to the
8593         corresponding x versions.  Update references.
8595         * m/ibms390x.h (NO_REMAP): Do not undefine.
8597         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8599 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8601         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8602         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8603         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8604         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8605         (Fns_display_mm_height, Fns_display_mm_width)
8606         (Fns_display_backing_store, Fns_display_visual_class)
8607         (Fns_display_save_under, Fns_open_connection)
8608         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8609         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8610         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8611         (Fns_display_pixel_width, Fns_display_pixel_height)
8612         (Fns_display_usable_bounds, Fx_display_planes)
8613         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8615 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
8617         * print.c (print_object): Check print_depth before searching for
8618         circularities.
8620 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
8622         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8623         only sprintf.
8625 2008-07-21  Kenichi Handa  <handa@m17n.org>
8627         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8629 2008-07-20  Andreas Schwab  <schwab@suse.de>
8631         * syntax.c (find_start_pos, find_start_value)
8632         (find_start_value_byte, find_start_begv, find_defun_start)
8633         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8635 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8637         * s/sol2-3.h: Insert contents of s/sol2.h.
8638         (LD_SWITCH_SYSTEM): Remove redundant definition.
8639         * s/sol2.h: Remove, unused.
8641 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
8643         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8645 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
8647         * Makefile.in (ns_appdir): Fix typo in find command.
8649 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8651         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8653         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8654         added not supported anymore.
8656         * s/usg5-4-2.h (LIBS_SYSTEM):
8657         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8659         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8660         * s/lynxos.h (GETPGRP_NO_ARG):
8661         * s/hpux10-20.h (NO_SIOCTL_H):
8662         * s/gnu.h (GETPGRP_NO_ARG):
8663         * s/gnu-linux.h (NO_SIOCTL_H):
8664         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8665         * s/cygwin.h (GETPGRP_NO_ARG):
8666         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8667         (C_DEBUG_SWITCH): Remove duplicate definition.
8669         * m/ibms390.h: Remove boilerplate comments.
8671         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8673         * process.c (HAVE_SERIAL): Consolidate ifdefs.
8674         (wait_reading_process_output): Remove code for SunOS, platform not
8675         supported anymore.  Use SOLARIS2 instead of sun.
8677 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8679         * font.c (font_open_by_name): Under NS, default lface height to zero.
8680         (font_open_for_lface): Under NS, set size based on frame fontsize.
8681         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8682         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8684 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8686         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8687         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8688         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8689         YES/NO.
8690         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8691         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8692         * Makefile.in (clean): Clear out build destination dir.
8694 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8696         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8697         xterm, xselect.
8698         * lisp.h: Remove declaration of hash_remove.
8699         * nsgui.h: Remove redefinitions of hash_remove.
8700         * fns.c (hash_remove): Rename to hash_remove_from_table.
8702 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
8704         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8705         strdup() the family UTF8String before modifying it.
8707 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8709         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8710         NS_FACE_BACKGROUND with 0 instead of nil.
8711         * nsfont.m (nsfont_draw): Same.
8713 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
8715         * nsfns.m (ns_set_background_color): Fix crash.
8717 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8719         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8721 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
8723         * puresize.h (BASE_PURESIZE): Increase to 1240000.
8725 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8727         * gtkutil.c: Include <config.h> instead of "config.h".
8729         * lisp.h (Foverlay_buffer): Add EXFUN.
8731         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8732         child process to complete child_setup.  Undo 2005-09-21 change.
8734         * s/darwin.h: Mention setsid after vfork.
8736 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8738         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8739         Depend on macgui.h.
8741         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8742         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8744         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8745         and f19.
8746         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8748         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8749         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8750         Remove enumerators.
8752         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8753         Check if FACE_FROM_ID returns NULL.
8755 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
8757         * w32inevt.c (change_frame_size): Remove extern declaration.
8758         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8759         change_frame_size.
8761 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
8763         * getloadavg.c: Revert last change (2008-07-15).
8765 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
8767         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8768         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8769         from configure.
8771 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8773         * s/sol2.h:
8774         * s/sol2-4.h: Reorganize conditionals.
8776         * ecrt0.c: Remove code depending on m68000, not used anymore.
8778         * fns.c (hash_remove): Make static.
8779         * lisp.h (hash_remove): Don't prototype.
8781         * m/ibmrs6000.h:
8782         * m/ibms390x.h:
8783         * m/macppc.h: Remove boilerplate comments.
8785         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8786         Solaris, which does not need them.
8788         * m/vax.h: Remove comments about unsupported systems.
8790         * s/darwin.h: Reorganize ifdefs.
8792 2008-07-17  Andreas Schwab  <schwab@suse.de>
8794         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8796 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         Use SDATA.  Follow coding convention of placing operators at
8799         beginning of next line rather than end of previous line, and placing
8800         spaces around infix operators.
8802         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8803         in case it was defined already.
8804         USE @GNUSTEP_MAKEFILES@ rather than envvars.
8805         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8806         ns_default.
8807         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8808         Lisp_Objects.
8809         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8810         (ns_defined_color, ns_color_to_lisp): Declare.
8811         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8812         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8813         it's accepted even with USE_LISP_UNION_TYPE.
8814         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8815         (update_frame_tool_bar): Remove apparently obsolete tests for
8816         non-integerness of f->tool_bar_lines.
8817         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8818         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8819         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8820         (nsfont_open): Don't confuse NULL for Qnil.
8821         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8822         * menu.h (find_and_call_menu_selection):
8823         * menu.c (find_and_call_menu_selection): Use just int for vector size.
8824         (find_and_return_menu_selection): Always return something.
8825         * frame.h: Include dispextern.h for Display_Info.
8826         (display_x_get_resource): Declare.
8828 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8830         * syntax.c: Remove stdio.h include accidentally introduced in
8831         Emacs.app commit.
8832         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8833         NS_IMPL_COCOA.
8834         * keyboard.c (handle_async_input, input_available_signal): Remove
8835         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8837 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8840         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8841         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8842         Use SDATA.
8844         * keymap.c: Remove all NS-specific code.
8845         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8846         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8847         where_is_preferred_modifier, return a different value depending on how
8848         preferred is the binding.
8849         (where_is_internal): Adjust accordingly.
8850         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8851         Adjust to new preferred_sequence_p.
8852         (syms_of_keymap): Declare `where-is-preferred-modifier'.
8853         * keyboard.c (parse_solitary_modifier): Not static any more.
8854         * keyboard.h (parse_solitary_modifier): Declare.
8856 2008-07-16  Andreas Schwab  <schwab@suse.de>
8858         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8859         of easymenu.
8861 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
8863         * xdisp.c (move_it_in_display_line): Account for word wrap, so
8864         that we don't move off the line.
8866 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * keyboard.c (Qsuper): Remove.
8869         (parse_menu_item): Don't call where_is_internal specially for NS.
8871 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8873         * s/gnu-linux.h: Remove boilerplate comments.
8875         * m/alpha.h (__ELF__): Consolidate conditions.
8877         * m/m68k.h (linux): Use GNU_LINUX instead.
8878         Remove boilerplate comments.
8880         * m/intel386.h: Undo refactoring from previous change.
8881         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8882         too, remove dead code.
8883         (linux): Use GNU_LINUX instead.
8885 2008-07-16  Jason Rumney  <jasonr@gnu.org>
8887         * w32gui.h: Repeat 26 June changes lost by last change.
8889 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8891         * systty.h: Remove code for Aix on 386, unsupported platform.
8893         * s/ms-w32.h: Remove boilerplate comments.
8894         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8896         * s/gnu-linux.h (TERM): Remove support.
8897         (HAVE_SYSVIPC): Remove, unused.
8898         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8899         for this system.
8901         * process.c: Remove support for IRIS, unused.
8902         Remove support for TERM, not relevant anymore.
8904         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8905         used with the definition.
8907         * s/aix4-2.h (static): Do not undef.
8909         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8910         only used on Aix.
8911         (HAVE_SYSVIPC): Remove, unused.
8913         * m/hp800.h (CANNOT_DUMP): Do not undef.
8915         * m/alpha.h: Fix comment.
8917         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8918         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8919         used by this configuration.
8920         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8921         * unexec.c: Remove code depending on HPUX and
8922         USG_SHARED_LIBRARIES, not used with this file.  Remove code
8923         depending on IRIS, unused.  Remove if 0-ed code.
8925         * s/template.h: Remove comments about static.
8927         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8928         Remove if 0-ed code.
8929         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8930         were the same as the default.
8931         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8932         Remove boilerplate comments.
8933         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8934         (HAVE_SYSVIPC): Remove, unused.
8935         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8937         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8938         Remove boilerplate comments.
8939         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8940         Remove boilerplate comments.
8941         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8942         Remove boilerplate comments.
8943         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8945         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8946         USG systems which do not use DATA_SEG_BITS.
8947         Refactor code.  Remove boilerplate comments.
8949         * m/ibms390.h:
8950         * m/m68k.h:
8951         * s/bsd-common.h:
8952         * s/cygwin.h:
8953         * s/darwin.h:
8954         * s/freebsd.h:
8955         * s/gnu.h:
8956         * s/msdos.h: Remove boilerplate comments.
8958         * m/iris4d.h: Remove boilerplate comments and code for systems that
8959         do not use this file.
8960         (IRIS_4D): Remove, unused.
8962         * m/mips.h: Remove boilerplate comments and code for systems that
8963         do not use this file.
8964         (SIGN_EXTEND_CHAR):
8965         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8966         * unexmips.c: Remove file, unused.
8968         * editfns.c (Fuser_full_name): Replace the only use of
8969         USER_FULL_NAME with its value.
8970         * config.in: Regenerate.
8972 2008-07-16  David Reitter  <david.reitter@gmail.com>
8974         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8975         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8977 2008-07-16  Glenn Morris  <rgm@gnu.org>
8979         * emacs.c (system-type): Doc fix.
8981 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8984         If the cache doesn't work, let's fix it, rather than work around it.
8986 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8988         * Makefile.in: Correct additions for nsfont.o in last commit.
8989         * nsfont.m: New file (forgot last commit).
8991 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
8993         * callproc.c (set_initial_environment): Initialize
8994         Vprocess_environment under CANNOT_DUMP (fixes crash when
8995         batch-compiling for bootstrap).
8997 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
8998             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9000         (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9001         fix crash due to different init order.
9003 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
9005         Changes and additions for NeXTstep windowing system (Cocoa and
9006         GNUstep) support.
9008         * Makefile.in:
9009         * config.in: Support defines and build commands for NS port.
9010         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9011         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9012         * dispextern.h: Include nsgui.h and add needed typedefs under NS
9013         windowing.
9014         (struct face): Add synth_ital field.
9015         * dispnew.c: Include nsterm.h when compiling under NS windowing.
9016         (init_display): Initialize Vinitial_window_system to "ns" when so
9017         compiled.
9018         * emacs.c: Include GSConfig.h when compiling under GNUstep.
9019         (display_arg): Use under NS.
9020         (main): Under NS, allocate autorelease pool and handle command line
9021         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9022         (standard_args): Add NS-specific args.
9023         (shut_down_emacs): Shut down NS terminal if compiled under NS.
9024         * font.c (DEFAULT_ENCODING): New variable.
9025         (font_find_for_lface): Use it.
9026         (syms_of_font): Load syms_of_nsfont under NS.
9027         * font.h: Declare nsfont_driver when compiled under NS.
9028         * fontset.c: When compiling under NS, include nsterm.h.
9029         (fontset_from_font): Autoconstruct fontset under NS.
9030         * frame.c (various): Under NS, include nsterm.h, add Qns window system
9031         symbol, document and use it.
9032         (do_switch_frame): When for_deletion under Cocoa, add
9033         Fraise_frame(Qnil).
9034         (x_set_frame_parameters): Ensure font attribute changes are picked up.
9035         (x_get_arg): Allow "yes" and "no" as boolean values.
9036         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
9037         Qright under Cocoa.
9038         (focus-follows-mouse): Default to 0 under NS.
9039         * frame.h (enum output_method): Add output_ns.
9040         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9041         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9042         (FRAME_WINDOW_P): NS-specific definition.
9043         * fringe.c (max_used_fringe_bitmap): Make public.
9044         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9045         (getloadavg): Use NeXT code under descendant OS's.
9046         * image.c (includes and header section, x_create_bitmap_from_data)
9047         (x_create_bitmap_from_file, free_bitmap_record, image_background)
9048         (image_background_transparent, x_clear_image_1)
9049         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9050         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9051         (x_to_xcolors, x_from_xcolors, x_disable_image)
9052         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9053         other GUIs, including XPM support using code originally written for
9054         Carbon GUI.
9055         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9056         using NS API.
9057         (image_ascent): Use font metrics macros instead of direct struct field
9058         access.
9059         * keyboard.c (includes): Add nsterm.h when compiling under NS.
9060         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9061         Also, handle NS as GTK for menu bar purposes.
9062         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9063         toolkit where they differ.
9064         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
9065         use cachelist, still needed under NS.
9066         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9067         (struct widget_value): Define it here for menu.c.
9068         * keymap.c (includes): Include modifier internals.
9069         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9070         NS.
9071         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9072         support for preferring sequences using certain modifiers, specified by
9073         the FIRSTONLY argument.
9074         * lisp.h (hash_remove): Rename to avoid name clash when compiling
9075         under NS GNUstep implementation.
9076         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9077         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9078         * menu.c: Include nsterm.h under NS.
9079         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9080         (free_menubar_widget_tree_value, update_submenu_strings)
9081         (find_and_call_menu_selection): Treat NS as X and NT.
9082         (find_and_return_menu_selection): New function, used for popup menus.
9083         * nsgui.h:
9084         * nsterm.h:
9085         * nsfns.m:
9086         * nsimage.m:
9087         * nsmenu.m:
9088         * nsselect.m:
9089         * nsterm.m: New files.
9090         * process.c (wait_reading_process_output): Under NS, call ns_select()
9091         instead of plain select().
9092         * syntax.c (char_quoted): Under NS, avoid a crash when called near
9093         beginning of buffer.
9094         * sysselect.h (init_process): Rename when compiling under Cocoa to
9095         avoid name conflict.
9096         * termhooks.h (display_info): Add ns_display_info to union.
9097         * terminal.c (Fterminal_live_p): Add ns to terminal types.
9098         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9099         COCOA environment.
9100         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9101         unexec() signature.  (Note, this will dump, but the resulting file
9102         crashes; unexosx is used instead; keeping around for reference and
9103         possible aid in getting dump working under GNUstep.)
9104         * w32gui.h (button_type, widget_value): Remove definitions (now in
9105         keyboard.h).
9106         * window.c: Include nsterm.h when compiling under NS.
9107         * xdisp.c (includes): Include nsterm.h when compiling under NS.
9108         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9109         other GUI windowing systems.
9110         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9111         GTK.
9112         (x_consider_frame_title): Under NS, set icon type and frame
9113         modified-state indicator; use ns_set_name_as_filename() when using
9114         formatted title.
9115         (update_window_cursor): Make public when compiling under NS.
9116         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9117         (hourglass_atimer, Vhourglass_delay
9118         * xfaces.c (header section, init_frame_faces, clear_font_table)
9119         (defined_color, unload_color, x_face_list_fonts)
9120         (prepare_face_for_display): Add NS support parallel to other GUIs.
9121         Emulate GCs like other non-X GUIs.
9122         (split_font_name): Don't lowercase font name under NS.
9123         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9124         under NS.
9125         * s/darwin.h: Add support for compilation under NS.
9127 2008-07-15  Jason Rumney  <jasonr@gnu.org>
9129         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9130         (w32_show_hourglass): Rename from show_hourglass.
9131         (w32_hide_hourglass): Rename from hide_hourglass.
9132         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9133         (Vhourglass_delay): Declare extern.
9134         (hourglass_started): Remove.
9136         * xdisp.c (Vhourglass_delay): Remove static.
9137         (hourglass_started, start_hourglass, cancel_hourglass):
9138         Don't include these versions on WINDOWSNT.
9140 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
9142         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9143         variables (formerly in xfns.c).
9144         (show_hourglass, hide_hourglass): New prototypes (same).
9145         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9146         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9147         in xfns.c).
9148         (syms_of_xdisp): Declare/initialize display-hourglass,
9149         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
9150         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9151         formerly in xfns.c.
9152         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9153         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9154         (start_hourglass, cancel_hourglass): Remove.
9155         (show_hourglass, hide_hourglass): Remove prototypes and static
9156         modifiers.
9157         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9158         hourglass_atimer, hourglass_shown_p declaration/initialization.
9159         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9160         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9161         (start_hourglass, cancel_hourglass): Remove.
9162         (show_hourglass, hide_hourglass): Remove prototypes and static
9163         modifiers.
9164         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9165         hourglass_atimer, hourglass_shown_p declaration/initialization.
9166         * w32fns.c (display_hourglass_p, Vhourglass_delay)
9167         (DEFAULT_HOURGLASS_DELAY): Remove.
9168         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9169         hourglass_shown_p declaration/initialization.
9171 2008-07-14  Jason Rumney  <jasonr@gnu.org>
9173         * w32fns.c (w32_get_arg): Remove wrapper function.
9174         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9175         directly.
9176         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
9178 2008-07-14  Kenichi Handa  <handa@m17n.org>
9180         * xfont.c (xfont_open): Add workaround for X's bug.
9182 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9184         * fontset.c: Include <stdio.h> unconditionally.
9186 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
9188         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9189         for filtering.
9191 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
9193         * s/vms.h: Use __GNUC__ instead of _GNUC_.
9195         * m/macppc.h:
9196         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
9198         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9199         (SPECIAL_EMACS_INT):
9200         * m/ia64.h (SPECIAL_EMACS_INT):
9201         * m/amdx86-64.h (SPECIAL_EMACS_INT):
9202         * s/gnu.h (NLIST_STRUCT):
9203         * s/aix4-2.h (X11R5_INHIBIT_I18N):
9204         * s/gnu-linux.h (LINUX):
9205         * s/msdos.h (HAVE_FACES):
9206         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9208         * systty.h:
9209         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9210         anymore.
9212 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
9214         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
9215         always defined as int.
9217         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9218         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9219         * s/gnu-linux.h (HAVE_WAIT_HEADER):
9220         * s/freebsd.h (HAVE_WAIT_HEADER):
9221         * s/bsd-common.h (HAVE_UNION_WAIT):
9222         * s/aix4-2.h (HAVE_WAIT_HEADER):
9223         * m/mips.h (HAVE_UNION_WAIT):
9224         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9225         (COFF, static): Do not define, they are undefined later in the file.
9227         * process.c (update_status): Don't use a union.
9228         (status_convert):
9229         (sigchld_handler): Use int instead of WAITTYPE.
9231 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
9233         * indent.c (Fvertical_motion): Restore hscroll before moving to
9234         goal column.
9236 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9238         * lisp.h: Remove left over code.
9240 2008-07-11  Andreas Schwab  <schwab@suse.de>
9242         * lisp.h: Fix logic in last change.
9244         * menu.h: New file.
9245         * menu.c: Include it.
9246         * xmenu.c: Likewise.
9247         * Makefile.in: Update dependencies.
9249 2008-07-11  Kenichi Handa  <handa@m17n.org>
9251         * fontset.c (fontset_from_font): Cancel the previous change.
9253 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9255         * lisp.h:
9256         * w32heap.c:
9257         * emacs.c:
9258         * alloc.c: Replace all references of NO_UNION_TYPE with
9259         USE_LISP_UNION_TYPE.
9261         * m/xtensa.h (NO_UNION_TYPE):
9262         * m/vax.h (NO_UNION_TYPE):
9263         * m/template.h (NO_UNION_TYPE):
9264         * m/sparc.h (NO_UNION_TYPE):
9265         * m/mips.h (NO_UNION_TYPE):
9266         * m/macppc.h (NO_UNION_TYPE):
9267         * m/m68k.h (NO_UNION_TYPE):
9268         * m/iris4d.h (NO_UNION_TYPE):
9269         * m/intel386.h (NO_UNION_TYPE):
9270         * m/ibms390x.h (NO_UNION_TYPE):
9271         * m/ibms390.h (NO_UNION_TYPE):
9272         * m/ibmrs6000.h (NO_UNION_TYPE):
9273         * m/ia64.h (NO_UNION_TYPE):
9274         * m/hp800.h (NO_UNION_TYPE):
9275         * m/arm.h (NO_UNION_TYPE):
9276         * m/amdx86-64.h (NO_UNION_TYPE):
9277         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9278         defining it the same.
9280 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
9282         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9284 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
9286         * fileio.c:
9287         * sysdep.c
9288         * systty.h:
9289         * m/ibmrs6000.h:
9290         * m/iris4d.h:
9291         * s/aix4-2.h:
9292         * s/freebsd.h:
9293         * s/gnu-linux.h:
9294         * s/hpux10-20.h:
9295         * s/hpux11.h:
9296         * s/netbsd.h:
9297         * s/sol2-3.h:
9298         * s/sol2-4.h:
9299         * s/sol2.h:
9300         * s/usg5-4.h:
9301         * s/vms.h: Remove references to unused variables.
9303 2008-07-10  Andreas Schwab  <schwab@suse.de>
9305         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9306         pattern before matching the generic family.
9308 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
9310         * unexec.c:
9311         * s/vms.h:
9312         * s/usg5-4-2.h:
9313         * s/sol2-5.h:
9314         * s/freebsd.h:
9315         * s/darwin.h: Remove dead code.
9317         * m/template.h:
9318         * m/sparc.h:
9319         * m/mips.h:
9320         * m/m68k.h:
9321         * m/iris4d.h:
9322         * m/intel386.h:
9323         * m/ibms390x.h:
9324         * m/ibms390.h:
9325         * m/ia64.h:
9326         * m/hp800.h:
9327         * m/arm.h:
9328         * m/amdx86-64.h: Remove dead code and references to unused
9329         and compiler defined symbols.
9331         * unexmips.c:
9332         * unexelf.c: Remove references to desupported systems.
9334         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9336         * m/powermac.h: Remove boilerplate comments.
9337         (NO_REMAP): Remove unused definition.
9339         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9340         define them.
9342 2008-07-10  Kenichi Handa  <handa@m17n.org>
9344         * xfont.c (xfont_open): Log the reason of failure.
9346 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * fontset.c (fontset_get_font_group):
9349         * font.c (font_check_otf): Specify argument types.
9351 2008-07-09  Kenichi Handa  <handa@m17n.org>
9353         * coding.c (detect_coding_utf_8): Set detect_info->found only when
9354         non-ASCII char is found.
9356         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9357         (reorder_font_vector): Change the arg preferred_family to font.
9358         Prefer the spec matching with font.
9359         (fontset_get_font_group): New function.
9360         (fontset_find_font): Change the format of an element of a realized
9361         fontset.  Use fontset_get_font_group.
9362         (fontset_font): Try the current fontset, the default fontset, the
9363         fallbacks of the current fontset, and the fallbacks of the default
9364         fontset in this order.
9365         (face_for_char): Delete the shortcut to use the current font.
9366         (fontset_from_font): Don't set fonts for Latin in the fontset.
9368         * font.h (font_make_object, font_match_p): Adjust prototypes.
9370         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9372         * font.c (font_make_object): New arg entity and pixelsize.
9373         (font_check_otf_features, font_check_otf): New functions.
9374         (font_match_p): Check :lang, :script, and :otf properties.
9376         * xfont.c (xfont_open): Adjust it for the change of
9377         font_make_object.
9378         (xfont_text_extents): Fix initial setting of metrics.
9380         * ftfont.c (struct ftfont_info): New member index, delete member
9381         fc_charset_idx.  Make the member order compatible with struct
9382         xftfont_info.
9383         (fc_charset_table): Change charset names to registry names.
9384         (ftfont_pattern_entity): Delete the args registry and
9385         fc_charset_idx.  Change the value of :font-entity property
9386         to (FONTNAME . INDEX).  Always set :registry property to
9387         `iso10646-1'.
9388         (struct ftfont_cache_data): New struct.
9389         (ftfont_lookup_cache): New arg for_face.
9390         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9391         (ftfont_driver): Set the member otf_capability.
9392         (ftfont_get_charset): Adjust it for the change of
9393         fc_charset_table.
9394         (OTF_TAG_SYM): New macro.
9395         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
9396         for the change of fc_charset_table.
9397         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9398         ftfont_pattern_entity.  Add FC_INDEX to objset.
9399         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9400         and ftfont_pattern_entity.
9401         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9402         font_make_object, struct ftfont_info.
9403         (ftfont_has_char): Use ftfont_get_fc_charset.
9404         (ftfont_otf_features, ftfont_otf_capability): New functions.
9405         (ftfont_shape): Use ftfont_get_otf.
9406         (ftfont_text_extents): Fix initial setting of metrics.
9408         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
9409         member order compatible with struct ftfont_info.
9410         (xftfont_open): Add FC_CHARSET to the pattern.  Set
9411         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
9412         properties if appropriate.
9413         (xftfont_close): Unlock the face.
9414         (xftfont_anchor_point, xftfont_shape): Deleted.
9415         (syms_of_xftfont): Don't set members anchor_point and shape of
9416         xftfont_driver.
9418         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9419         font_make_object.
9421         * w32font.c (w32font_open): Adjust it for the change of
9422         font_make_object.
9423         (w32font_open_internal): Don't set properties of font_object here.
9425 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
9427         * macfns.c (x_create_tip_frame):
9428         * w32fns.c (x_create_tip_frame):
9429         * xfns.c (x_create_tip_frame): Pass parameter argument to
9430         face-set-after-frame-default.
9432         * xfaces.c (Finternal_merge_in_global_face): Save merged
9433         attributes for the default face back into the face vector.
9435 2008-07-08  Andreas Schwab  <schwab@suse.de>
9437         * fontset.h: Declare fontset_from_font.  Don't declare
9438         new_fontset_from_font and fontset_from_font_name.
9439         * xterm.c: Include "fontset.h".
9440         * Makefile.in (xterm.o): Update dependencies.
9442 2008-07-08  Glenn Morris  <rgm@gnu.org>
9444         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
9445         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9447 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
9449         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9450         (x_set_frame_parameters): Don't bind it.
9452 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
9454         * w32fns.c (map_w32_filename): Declare extern.
9456 2008-07-07  Jason Rumney  <jasonr@gnu.org>
9458         * w32term.c (WS_EX_LAYERED): Define if not already.
9460 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
9462         * xfaces.c (set_font_frame_param): Don't try to set the font
9463         parameter if it is still unspecified in the lface.
9465 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
9467         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9468         face if it didn't already exist.
9470         * xdisp.c (try_window_id): Give up if word-wrapping is on.
9472 2008-07-05  Andreas Schwab  <schwab@suse.de>
9474         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9476 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
9478         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9479         word-wrapping.
9480         (IT_DISPLAYING_WHITESPACE): New macro.
9481         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9482         when word-wrapping.  Simplify word-wrapping logic.  Use correct
9483         pixel positions when saving copies of the iterator.
9484         (display_line): Use proper wrap point if the last character on a
9485         line was preceded by whitespace.
9487 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9489         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9491 2008-07-04  Kenichi Handa  <handa@m17n.org>
9493         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9495         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9497 2008-07-02  Jason Rumney  <jasonr@gnu.org>
9499         * xfns.c (syms_of_xfns): Only define x-select-font when both
9500         HAVE_FREETYPE and USE_GTK.
9502         * xdisp.c (next_element_from_display_vector): Move assignment out
9503         of if statement.
9505 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9507         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9509         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9510         (syms_of_fileio): Initialize and export them.
9511         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9513         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9514         (Fsystem_move_file_to_trash): New function.
9515         (syms_of_w32fns): Export it to lisp.
9517 2008-07-01  Jason Rumney  <jasonr@gnu.org>
9519         * w32font.c (w32font_text_extents): Don't count overhang as part
9520         of width.
9522 2008-06-30  Miles Bader  <miles@gnu.org>
9524         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9525         Add `avoid_cursor_p' field.
9527         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9528         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9529         (append_glyph, append_composite_glyph, produce_image_glyph)
9530         (append_stretch_glyph): Initialize avoid_cursor_p.
9531         (get_it_property): Rename from `get_line_height_property'.
9532         (x_produce_glyphs): Use get_it_property.
9533         (handle_line_prefix, push_display_prop): New functions.
9534         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9535         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9536         New variables.
9537         (syms_of_xdisp): Initialize them.
9539 2008-06-30  Kenichi Handa  <handa@m17n.org>
9541         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9542         XftDefaultSubstitute (they are called in XftFontMatch).
9543         (xftfont_open): Fix args to ftfont_font_format.
9545         * ftfont.c (fc_charset_table): New member lang.
9546         (ftfont_resolve_generic_family): New arg pattern.
9547         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9548         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9549         (ftfont_open): Fix args to ftfont_font_format.
9550         (ftfont_font_format): New arg filename.
9552 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
9554         * xfaces.c (Finternal_merge_in_global_face): If default face was
9555         modified, realize it again.  Update the font face attribute.
9557 2008-06-29  Jason Rumney  <jasonr@gnu.org>
9559         * w32term.c (x_set_frame_alpha): Fix logic.
9561 2008-06-29  Kenichi Handa  <handa@m17n.org>
9563         * fontset.c (Finternal_char_font): Return font-object instead of
9564         font-name.
9566         * composite.c (get_composition_id): Fix the width calculation for TAB.
9568 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9570         * indent.c (Fvertical_motion): Properly handle float column arg.
9572 2008-06-28  Jason Rumney  <jasonr@gnu.org>
9574         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9575         (pfnSetLayeredWindowAttributes): New function pointer.
9576         (w32_initialize): Initialize it when supported.
9577         (x_set_frame_alpha): New function.
9579         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9580         (w32_frame_parm_handlers): Set alpha handler.
9582         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9584 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9586         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9587         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9588         (w32_to_x_charset, x_to_w32_charset)
9589         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9590         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9591         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9592         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9593         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9594         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9595         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9596         (Qw32_charset_unicode): Remove.
9597         (syms_of_w32fns): Update for above changes.
9599         * w32font.c (w32_to_x_charset, x_to_w32_charset)
9600         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9601         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9602         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9603         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9604         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9605         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9606         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9607         (syms_of_w32font): Update for above changes.
9609 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
9611         * s/usg5-4.h: Fix previous change: keep the correct branch of a
9612         removed #if.
9613         (USG_SHARED_LIBRARIES): Remove duplicate definition.
9615 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
9616             Eli Zaretskii  <eliz@gnu.org>
9618         * makefile.w32-in (LOCAL_FLAGS):
9619         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9621         * sysdep.c (_spawnlp, _getpid):
9622         Declare with explicit _cdecl instead of _CRTAPI1.
9624         * editfns.c (Fget_internal_run_time):
9625         Check for WINDOWSNT with #ifdef, not #if.
9627 2008-06-26  Jason Rumney  <jasonr@gnu.org>
9629         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9631         * w32term.c (x_draw_glyph_string_foreground)
9632         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9633         Use FONT_HANDLE macro.
9634         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9636         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9637         (uniscribe_encode_char): Use FONT_HANDLE macro.
9639         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9640         (w32font_text_extents): Use precast w32_font.
9641         (w32font_close): Free cached metrics.
9642         (w32font_open_internal): Allocate space for name on stack.
9644 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9646         * xdisp.c (extend_face_to_end_of_line): Fix last change.
9648 2008-06-26  Jason Rumney  <jasonr@gnu.org>
9650         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9651         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9653 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
9655         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9657 2008-06-26  Jason Rumney  <jasonr@gnu.org>
9659         * w32bdf.c, w32bdf.h: Remove obsolete files.
9661         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9663         * w32gui.h: Don't include w32bdf.h.
9664         (XCharStruct, enum w32_char_font_type, W32FontStruct):
9665         Remove obsolete font support.
9667         * w32font.h (struct w32font_info): Remove compat_w32_font.
9668         Add hfont member.
9669         (FONT_COMPAT): Remove obsolete macro.
9671         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
9672         (w32font_encode_char, w32font_text_extents): Use new hfont member.
9673         (w32font_open_internal): Remove compat code.  Set new hfont member.
9674         (Fx_select_font): Use new hfont member.
9676         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9677         (uniscribe_encode_char): Use new hfont member.
9679         * w32term.c (x_draw_glyph_string_foreground)
9680         (x_draw_composite_glyph_string_foreground): Use new hfont member.
9681         (x_draw_glyph_string): Use metrics in w32font_info.
9683 2008-06-26  Kenichi Handa  <handa@m17n.org>
9685         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9687 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9689         * unexnext.c:
9690         * m/ews4800.h:
9691         * m/hp9000s300.h:
9692         * m/ibm370aix.h:
9693         * m/mips-siemens.h:
9694         * m/ncr386.h:
9695         * m/next.h:
9696         * m/pmax.h:
9697         * m/powerpcle.h:
9698         * m/tandem-s2.h:
9699         * s/386bsd.h:
9700         * s/bsd386.h:
9701         * s/bsd4-1.h:
9702         * s/bsd4-2.h:
9703         * s/bsdos2-1.h:
9704         * s/bsdos2.h:
9705         * s/bsdos3.h:
9706         * s/bsdos4.h:
9707         * s/nextstep.h:
9708         * s/ultrix4-3.h:
9709         * s/usg5-0.h:
9710         * s/usg5-2-2.h:
9711         * s/usg5-2.h:
9712         * s/usg5-4-3.h:
9713         * s/ux4800.h:
9714         * s/uxpds.h:
9715         * s/uxpv.h: Remove support for obsolete systems.
9716         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9717         Remove, insert contents in s/hpux10-20.h.
9718         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9719         Remove, insert contents in s/aix4-2.h.
9720         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9721         * s/bsd4-3.h: Rename to ...
9722         * s/bsd-common.h: ... this.
9723         * data.c:
9724         * doc.c:
9725         * ecrt0.c:
9726         * emacs.c:
9727         * fileio.c:
9728         * floatfns.c:
9729         * keyboard.c:
9730         * mem-limits.h:
9731         * print.c:
9732         * process.c:
9733         * sysdep.c:
9734         * syssignal.h:
9735         * systty.h:
9736         * syswait.h:
9737         * term.c:
9738         * unexec.c:
9739         * unexelf.c:
9740         * unexhp9k800.c:
9741         * m/hp800.h:
9742         * m/ibmrs6000.h:
9743         * m/mips.h:
9744         * m/vax.h:
9745         * s/darwin.h:
9746         * s/freebsd.h:
9747         * s/gnu.h:
9748         * s/ms-w32.h:
9749         * s/msdos.h:
9750         * s/netbsd.h:
9751         * s/template.h: Remove references to obsolete variables.
9753         * Makefile.in: Add dependencies for all unexec files.
9754         (admindir): Remove unused variable.
9755         (UNEXEC_SRC): Remove references.
9757 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9759         * xfns.c (x_default_font_parameter): If Xft is available, first
9760         try Monospace-12 for the default font.
9762 2008-06-25  Jason Rumney  <jasonr@gnu.org>
9764         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9766 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9768         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9770         * buffer.c (syms_of_buffer): Remove default-word-wrap.
9772 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
9774         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9775         <scroll-conservatively>: Fix typo in docstring.
9777         * xselect.c (Fx_send_client_event): Doc fix.
9779 2008-06-25  Kenichi Handa  <handa@m17n.org>
9781         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9783         * font.c (font_parse_fcname): Remove unused variables.
9784         (font_sort_entites): Delete the arg SPEC.  Caller changed.
9785         Fix for the case of ! best_only.
9786         (font_delete_unmatched): Check DPI and AVGWIDTH too.
9788         * lisp.h (Fstring_to_unibyte): EXFUN it.
9790         * character.h (str_to_unibyte): Extern it.
9792         * character.c (str_to_unibyte): New function.
9794         * fns.c (Fstring_to_unibyte): New function.
9795         (syms_of_fns): Defsubr it.
9797 2008-06-24  Kenichi Handa  <handa@m17n.org>
9799         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9800         DPI too.
9801         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9803 2008-06-24  Andreas Schwab  <schwab@suse.de>
9805         * Makefile.in (${lispsource}loaddefs.el): Rename from
9806         ../lisp/loaddefs.el.
9807         (bootstrap-clean): Do what distclean does but don't remove
9808         Makefile.
9809         (distclean): Depend on bootstrap-clean and remove Makefile.
9811 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9813         * buffer.h (struct buffer): New member word_wrap.
9815         * buffer.c (syms_of_buffer): New variables default-word-wrap and
9816         word-wrap.
9817         (init_buffer_once): Initialize them.
9819         * dispextern.h (struct it): Replace bool truncate_lines_p with a
9820         line_wrap enum possessing three possible values.
9822         * termopts.h: Replace truncate_partial_width_windows with
9823         Vtruncate_partial_width_windows.
9825         * dispnew.c (direct_output_for_insert): Avoid direct output when
9826         inserting a space with word wrap on.
9828         * indent.c (compute_motion): Obey integer values of
9829         truncate-partial-width-windows.
9831         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9832         replacing truncate_partial_width_windows.
9833         (init_iterator): If Vtruncate_partial_width_windows is an integer,
9834         truncate only if the window width is below that integer.
9835         (start_display, resize_mini_window, produce_stretch_glyph)
9836         (display_string, move_it_in_display_line_to): Use line_wrap.
9837         (back_to_previous_visible_line_start, reseat_1): Reset
9838         string_from_display_prop_p.
9839         (display_line): Extend default face to end of line when wrapping.
9841 2008-06-24  Kim F. Storm  <storm@cua.dk>
9843         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9844         to wrap continued lines at word boundaries.
9846 2008-06-24  Jason Rumney  <jasonr@gnu.org>
9848         * font.c (Ffont_face_attributes): Multiply pixel size before point
9849         conversion to avoid multiplying rounding error.
9851 2008-06-23  Jason Rumney  <jasonr@gnu.org>
9853         * w32term.c (x_draw_glyph_string_background)
9854         (x_draw_glyph_string): Remove old bdf font code.
9856         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9858 2008-06-22  Kenichi Handa  <handa@m17n.org>
9860         * font.c (font_find_for_lface): Try the adstyle specified in
9861         the property of LFACE_FONT of LFACE (if any).
9863 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
9864             Ryo Yoshitake  <ryo@shiftmode.net>
9866         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9868 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9870         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9871         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9872         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9873         (witness-emacs): Remove.
9874         (lisp, shortlisp): Move loaddefs.el earlier.
9875         (mostlyclean): Forget about witness-emacs.
9877 2008-06-22  Glenn Morris  <rgm@gnu.org>
9879         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9880         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9882 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9884         * Makefile.in (PRECOMP): Remove.
9885         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9886         (witness-emacs): Run `compile-first'.
9887         (.el.elc): Use the new compile-onefile target.
9889 2008-06-21  Kenichi Handa  <handa@m17n.org>
9891         * xftfont.c (xftfont_open): Handle QCembolden only when
9892         FC_EMBOLDEN is defined.
9894 2008-06-21  Andreas Schwab  <schwab@suse.de>
9896         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9897         (.el.elc): Likewise.
9899 2008-06-21  Miles Bader  <miles@gnu.org>
9901         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9902         build dir, not the lisp source dir.
9904 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9906         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9907         (bootstrapclean): Remove.
9908         (.el.elc): New rule.
9909         (PRECOMP): New var.
9910         (../lisp/subdirs.el): Remove.
9911         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9912         (witness-emacs): New target.
9913         (mostlyclean): Remove witness-emacs as well.
9914         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9915         Add witness-emacs dependency.
9917 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
9919         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9920         defined by the font.
9922 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9924         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9925         (bootstrap-clean): New target that keeps TAGS around.
9926         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9927         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9929 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9931         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9932         Remove obsolete font code.
9934         * w32font.c (font_matches_spec): Use csb bitfield from font signature
9935         to determine language support.
9937 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9939         * sysdep.c (cfsetspeed): New fun extracted from the code.
9940         (cfmakeraw): Move before first use.
9942 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
9944         * sysdep.c (cfmakeraw): Provide fallback implementation.
9945         (serial_configure): Provide fallback implementation of cfsetspeed.
9947 2008-06-20  Kenichi Handa  <handa@m17n.org>
9949         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9950         the pattern.
9952         * fontset.c (fontset_from_font): Copy font_spec before changing
9953         the elements.
9955         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9957 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9959         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9960         for explicit `font' parameters.
9962         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9964 2008-06-19  Kenichi Handa  <handa@m17n.org>
9966         * frame.c: Include <ctype.h>.
9967         (x_set_font_backend): Allow spacing characters in the X resource
9968         for FontBackend.
9970 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * w32fns.c, xfns.c (Qfont_param): New var.
9973         (syms_of_w32fns): Initialize it.
9974         (x_default_font_parameter): Record explicit `font' into
9975         `font-parameter'.
9977 2008-06-18  Kenichi Handa  <handa@m17n.org>
9979         * font.c (font_parse_xlfd): Fix previous change.
9980         (font_parse_fcname): Don't use :fc-unknown-spec.
9981         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9982         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9983         (font_add_log): Prepend the driver name to the resulting fonts.
9985         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
9986         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9987         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9989         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9990         (QCembolden): New variables.
9991         (syms_of_xftfont): DEFSYM them.
9992         (xftfont_open): Call XftFontMatch.  Don't trust the result of
9993         XftTextExtents8 if the pixel_size is less than 5.
9995 2008-06-18  Andreas Schwab  <schwab@suse.de>
9997         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9998         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10000 2008-06-18  Jason Rumney  <jasonr@gnu.org>
10002         * w32font.c (w32font_list, w32font_match): Add logging.
10004         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10006 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
10008         * font.c (font_parse_fcname): Store divider characters for
10009         unknown-spec list.  For known key symbols, intern using correct
10010         symbol name.
10012 2008-06-17  Kenichi Handa  <handa@m17n.org>
10014         * xfaces.c (realize_default_face): If the frame is not on window
10015         system, set the fontset of face to nil.
10017 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10019         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10021 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
10023         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10024         (build_font_name_from_vector): Delete externs.
10026         * xfaces.c (struct font_name): Don't declare.
10028 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10030         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10032 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
10034         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10036 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
10038         * font.c (Ffont_spec): Fix usage in docstring.
10039         (Ffont_face_attributes): Doc fix.
10041 2008-06-16  Andreas Schwab  <schwab@suse.de>
10043         * font.c (Ffont_face_attributes): Fix definition.
10045 2008-06-16  Jason Rumney  <jasonr@gnu.org>
10047         * font.h (font_style_symbolic_from_value): Remove.
10049         * font.c (font_style_symbolic_from_value): Remove.
10050         (font_style_symbolic): Revert to pre 2008-06-13 version.
10052         * w32font.c (w32_to_fc_weight): New function.
10053         (w32font_full_name, logfont_to_fcname): Use it.
10055 2008-06-16  Kenichi Handa  <handa@m17n.org>
10057         * font.c (font_check_object): Delete it.
10058         (font_clear_cache): Check if a font-object is alive.
10059         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
10060         font-object to nil.
10061         (font_close_object): Don't check FONT_CLOSE_OBJECT.
10062         (font_at): Don't call font_check_object.
10063         (Ffont_get): Return a symbol for :weight, :slant, and :width.
10065 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10067         * puresize.h (BASE_PURESIZE): Increase to 1230000.
10069 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
10071         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10073 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
10075         * font.c (font_parse_fcname): Only one decimal point.
10076         (font_unparse_fcname): Handle data in family and foundry indices
10077         as symbols, not strings.
10078         (font_unparse_gtkname, Ffont_face_attributes): New functions.
10080         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10082         * font.h (font_unparse_gtkname): Add prototype.
10084 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10086         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10088 2008-06-15  Andreas Schwab  <schwab@suse.de>
10090         * font.c (font_update_drivers): Fix crash when no drivers match.
10092 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10094         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10095         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10097 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10101 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10103         * process.c (Fserial_process_configure, Fprocess_send_eof):
10104         Use EQ to compare Lisp_Objects.
10106 2008-06-13  Jason Rumney  <jasonr@gnu.org>
10108         * w32fns.c (Fw32_select_font): Remove old font API function.
10110         * w32font.c (logfont_to_fcname): New function.
10111         (Fx_select_font): New font dialog function compatible with
10112         GTK/fontconfig version.
10114         * font.c (font_style_symbolic_from_value): New function.
10115         (font_style_symbolic): Use it.
10117         * font.h (font_style_symbolic_from_value): Declare new function.
10119 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
10121         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10122         <font-width-table>: Fix typos in docstrings.
10124 2008-06-13  Daniel Engeler  <engeler@gmail.com>
10126         These changes add serial port access.
10127         * process.c: Add HAVE_SERIAL.
10128         (Fdelete_process, Fprocess_status, Fset_process_buffer)
10129         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10130         (list_processes_1, select_wrapper, Fstop_process)
10131         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10132         (status_notify): Modify to handle serial processes.
10133         [HAVE_SERIAL] (Fserial_process_configure)
10134         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10135         New functions.
10136         * process.h (struct Lisp_Process): Add `type'.
10137         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10138         New functions.
10139         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10140         serial ports.
10141         (serial_open, serial_configure): New functions.
10142         * w32.h: Add FILE_SERIAL.
10143         (struct _child_process): Add ovl_read, ovl_write.
10145 2008-06-13  Kenichi Handa  <handa@m17n.org>
10147         * dispextern.h (enum lface_attribute_index): New member
10148         LFACE_FOUNDRY_INDEX.
10150         * font.c (font_score): Delete arg alternate_families.  Check only
10151         weight, slant, width, and size.  Ignore the difference of alias
10152         style symbols.
10153         (font_sort_entites): Adjust for the above change.  Reflect the
10154         order of font-driver to scores.
10155         (font_list_entities): Don't check alternate_familes here.
10156         (font_clear_prop): Handle foundry.
10157         (font_update_lface): Don't parse "foundry-family" form here.
10158         Handle FONT_FOUNDRY_INDEX.
10159         (font_find_for_lface): Likewise.  Handle alternate families here.
10160         If registry is nil, try iso8859-1 and ascii-0.
10161         (font_open_for_lface): Pay attention to size in ENTITY.
10162         (font_open_by_name): Simplify by calling font_load_for_lface.
10163         (free_font_driver_list): Delete it.
10164         (font_update_drivers): Preserve the order of backends.
10165         (syms_of_font): Setting of sort_shift_bits adjusted for the change
10166         of font_score and font_sort_entites.
10167         (font_update_sort_order): Likewise.
10169         * xfaces.c (LFACE_FOUNDRY): New macro.
10170         (check_lface_attrs): Check foundry.
10171         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10172         (merge_face_vectors): Check foundry.
10173         (merge_face_ref): Likewise.
10174         (Finternal_set_lisp_face_attribute): Likewise.
10175         (x_update_menu_appearance): Likewise.
10176         (Finternal_get_lisp_face_attribute): Likewise.
10177         (lface_hash): Likewise.
10178         (lface_same_font_attributes_p): Likewise.
10179         (x_supports_face_attributes_p): Likewise.
10180         (tty_supports_face_attributes_p): Likewise.
10181         (Finternal_set_alternative_font_family_alist): Intern strings.
10182         (Finternal_set_alternative_font_registry_alist): Downcase strings.
10183         (realize_default_face): Set LFACE_FOUNDRY (lface).
10185         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10186         font-driver at first.
10188         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10190 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10192         * lread.c (Fload): Use xfree, not free on saved_doc_string.
10194 2008-06-12  Jim Meyering  <meyering@redhat.com>
10196         Make unexec_free handle NULL the same way free does.
10197         * unexmacosx.c (unexec_free): Ignore a NULL argument.
10199 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10201         * character.h (CHAR_TO_BYTE_SAFE): New macro.
10202         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10203         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10204         (WEAK_ALIAS): Simplify.
10205         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10206         when searching a unibyte buffer.
10208 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10210         * xfns.c (Fx_select_font): Rename from x-font-dialog.
10212 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
10214         * w32font.c: Include ctype.h.
10216 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10218         * w32font.c (w32font_encode_char): Detect missing glyphs that are
10219         misreported as space.
10220         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10221         as aliases for registry iso10646-1.
10223 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10225         * buffer.c (clone_per_buffer_values): Skip `name'.
10227 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
10229         * font.c (font_parse_fcname): Fix last change; accept decimal
10230         points in font size.
10232 2008-06-10  Jason Rumney  <jasonr@gnu.org>
10234         * w32uniscribe.c (add_opentype_font_name_to_list):
10235         Skip non unicode fonts.
10237 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10239         * xfns.c (Fx_font_dialog): New function.
10241         * gtkutil.c (xg_dialog_response_cb): Rename from
10242         xg_file_response_callback.
10243         (pop_down_dialog): Rename from pop_down_file_dialog.
10244         (xg_get_file_name): Callers changed.
10245         (xg_get_font_name): New function.
10247         * gtkutil.h (xg_get_font_name): Insert prototype.
10249 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10252         x_underline_minimum_display_offset.
10253         (syms_of_xdisp): Declare it here rather than in xterm.c.
10254         * dispextern.h (underline_minimum_offset): Declare it.
10255         * w32term.c (x_draw_glyph_string): Use it.
10256         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10257         (syms_of_xterm): Don't declare it any more.
10258         (x_draw_glyph_string): Adjust to the new name.
10260 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>
10262         * xterm.c (x_underline_minimum_display_offset): New var.
10263         (x_draw_glyph_string): Use it.
10264         (syms_of_xterm): Declare it.
10266 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10268         * font.c (font_parse_fcname): Accept GTK-style font names too.
10270 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10272         * dired.c (file_name_completion): Don't return t if the match is exact
10273         but with different capitalization.
10274         * minibuf.c (Ftry_completion): Simplify.
10276         * window.c (Vwindow_point_insertion_type): New var.
10277         (set_window_buffer): Use it.
10278         (syms_of_window): Init and export it to Lisp.
10280 2008-06-10  Kenichi Handa  <handa@m17n.org>
10282         * font.h (font_intern_prop): Prototype adjusted.
10284         * font.c (font_intern_prop): New arg force_symbol.
10285         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10286         Adjust for the change of font_intern_prop.
10288         * ftfont.c (ftfont_pattern_entity):
10289         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10290         (w32_registry):
10291         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10292         the change of font_intern_prop.
10294 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
10296         * w32menu.c (digest_single_submenu): Declare extern.
10298 2008-06-09  Jason Rumney  <jasonr@gnu.org>
10300         * w32term.c (x_make_frame_visible): Use alternate restore flags.
10302         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10303         (parse_single_submenu): Remove.
10304         (digest_single_submenu): Remove.
10305         (syms_of_w32menu): Don't initialise variables that have moved
10306         to menu.c.
10307         (set_frame_menubar): Sync with version in xmenu.c.
10308         (w32_menu_show): Sync with xmenu_show in xmenu.c.
10310         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10311         Make static again.
10313 2008-06-09  Jason Rumney  <jasonr@gnu.org>
10315         Changes to w32 files related to the move of common menu code
10316         to menu.c on 2008-06-08 by Chong Yidong.
10318         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10319         defs to w32gui.h.
10320         (single_keymap_panes, push_menu_item, push_menu_pane):
10321         Make globally visible.
10323         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10324         (local_free, malloc_widget_value, free_widget_value)
10325         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10326         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10327         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10328         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10329         (menu_items, menu_items_allocated, menu_items_used)
10330         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10331         (init_menu_items, finish_menu_items, discard_menu_items)
10332         (grow_menu_items, push_submenu_start, push_submenu_end)
10333         (push_left_right_boundary, push_menu_pane, push_menu_item)
10334         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10335         (free_menubar_widget_tree_value, parse_single_submenu)
10336         (update_submenu_strings): Remove functions.
10337         (xmalloc_widget_value): Remove and declare extern.
10339         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10340         (OBJ1): Build it.
10342         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10343         (local_heap, local_alloc, local_free, malloc_widget_value)
10344         (free_widget_value): Define here.
10346 2008-06-09  Kenichi Handa  <handa@m17n.org>
10348         * font.h (Qascii_0): Extern it.
10350         * font.c (Qascii_0): New variable.
10351         (syms_of_font): DEFSYM it.
10352         (font_open_by_name): If the registry "iso8859-1" fails, try also
10353         "ascii-0".
10355         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10357 2008-06-08  Kenichi Handa  <handa@m17n.org>
10359         * .gdbinit (xfont): New command.
10361 2008-06-08  Andreas Schwab  <schwab@suse.de>
10363         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10364         * Makefile.in (menu.o): Update dependencies.
10366         * Makefile.in (obj): Always add menu.o.
10367         * emacs.c (main): Always call syms_of_menu.
10368         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10370 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
10372         * Makefile.in: Compile menu.c.
10374         * lisp.h: Declare syms_of_menu.
10376         * emacs.c (main): Call syms_of_menu.
10378         * keyboard.h: Relocate platform-independent menu definitions from
10379         xmenu.c.
10381         * menu.c: New file.  Relocate platform-independent menu
10382         definitions from xmenu.c.  Suggested by Adrian Robert.
10384         * xmenu.c: Remove platform-independent menu definitions.
10385         (menu_items menu_items_inuse, menu_items_allocated)
10386         (menu_items_used, menu_items_n_panes)
10387         (menu_items_submenu_depth): Move to keyboard.h.
10388         (init_menu_items, finish_menu_items, unuse_menu_items)
10389         (discard_menu_items, restore_menu_items, save_menu_items)
10390         (grow_menu_items, push_submenu_start, push_submenu_end)
10391         (push_left_right_boundary, push_menu_pane, push_menu_item)
10392         (keymap_panes, single_keymap_panes, single_menu_item)
10393         (list_of_panes, list_of_items, find_and_call_menu_selection)
10394         (xmalloc_widget_value, free_menubar_widget_value_tree)
10395         (parse_single_submenu, digest_single_submenu)
10396         (update_submenu_strings): Move to menu.c.
10398 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10400         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10402 2008-06-06  Miles Bader  <miles@gnu.org>
10404         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10405         face, not frame default.
10407 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10409         * window.c (pop_up_windows, pop_up_frames)
10410         (display_buffer_reuse_frames, Vpop_up_frame_function)
10411         (Vdisplay_buffer_function, Veven_window_heights)
10412         (Vspecial_display_buffer_names, Vspecial_display_regexps)
10413         (Vspecial_display_function, Vsame_window_buffer_names)
10414         (Vsame_window_regexps, split_height_threshold)
10415         (Vsplit_window_preferred_function): Move those vars to window.el.
10416         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10417         (Fdisplay_buffer): Move those functions to window.el.
10418         (syms_of_window): Remove corresponding declarations.
10419         (display_buffer): New function.
10420         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10421         * dispnew.c (Flast_nonminibuf_frame): New function.
10422         * buffer.c (Fpop_to_buffer): Move to window.el.
10424 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10426         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10428 2008-06-05  Kenichi Handa  <handa@m17n.org>
10430         * coding.c (detect_coding): Fix previous change.
10431         (detect_coding_system): Likewise.
10433 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10435         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10437         * keymap.c (Vminibuffer_local_filename_must_match_map):
10438         Rename from Vminibuffer_local_must_match_filename_map.
10439         (syms_of_keymap):
10440         * minibuf.c (Fcompleting_read): Adjust accordingly.
10441         * commands.h: Rename declaration as well.
10443 2008-06-05  Kenichi Handa  <handa@m17n.org>
10445         * font.c (Ffont_spec): Don't use font_parse_family_registry for
10446         family name.
10447         (Ffont_put): Likewise.
10449         * fontset.c (fontset_find_font): Call font_open_for_lface with the
10450         current font-spec.
10452         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10453         is unspecified.
10455         * xfaces.c (realize_x_face): If the font-related face attributes
10456         are the same as those of default face, realize a new fontset from
10457         default->fontset.
10458         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10460 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10462         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10463         (move_it_in_display_line): New wrapper.
10465         * window.c (window_scroll_pixel_based_preserve_x)
10466         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10467         (window_scroll_pixel_based, window_scroll_line_based):
10468         Use them to preserve column positions.
10469         (syms_of_window): Initialize them.
10471         * indent.c (Fvertical_motion): Extend first arg to allow passing an
10472         (HPOS . VPOS) pair.
10474         * dispextern.h (move_it_in_display_line): Declare.
10476 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
10478         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10479         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
10480         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
10482 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10484         * window.c (Fset_window_parameter): Doc fix.
10485         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10487 2008-06-04  Joakim Verona  <joakim@verona.se>
10489         * window.h (struct window): Add new member window_parameters.
10491         * window.c (Fwindow_parameters, Fwindow_parameter)
10492         (Fset_window_parameter): New defuns.
10493         (syms_of_window): Defsubr the new defuns.
10494         (make_window): Initialize window_parameters to nil.
10496 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10498         * eval.c (Fdefmacro): Doc fix.
10500 2008-06-04  Kenichi Handa  <handa@m17n.org>
10502         * coding.c (detect_coding): Fix handling of coding->head_ascii.
10503         Be sure to call setup_coding_system when we find a proper coding system.
10504         (detect_coding_system): Fix handling of coding->head_ascii.
10506 2008-06-03  Andreas Schwab  <schwab@suse.de>
10508         * font.c (font_prop_validate_spacing): Fix last change.
10510 2008-06-03  Kenichi Handa  <handa@m17n.org>
10512         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10513         (font_parse_fcname): Fix handling of unknown key.
10515         * xfont.c (xfont_list): Try an alias.
10517         * charset.c (char_charset): Return NULL if the arg charset_list is
10518         specified and C doesn't belong to any of them.
10520 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
10522         * font.c (font_pixel_size): Don't take cdr of an integer.
10524 2008-06-02  Jim Meyering  <meyering@redhat.com>
10526         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10527         * alloc.c (xfree): Return right away for a NULL arg.
10528         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10529         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10530         * mac.c (create_apple_event_from_event_ref): Likewise.
10531         (create_apple_event_from_drag_ref, cfstring_create_normalized):
10532         Likewise.
10533         * doprnt.c (doprnt1): Likewise.
10534         * frame.c (frame): Likewise.
10535         * keyboard.c (wipe_kboard): Likewise.
10536         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10537         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10538         * term.c (tty_default_color_capabilities, maybe_fatal)
10539         (delete_tty): Likewise.
10540         * w16select.c (string): Likewise.
10541         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10542         * w32bdf.c (w32_free_bdf_font): Likewise.
10543         * w32fns.c (w32_unload_font): Likewise.
10544         * w32font.c (w32font_close): Likewise.
10545         * window.c (size_window): Likewise.
10546         * xselect.c (receive_incremental_selection): Likewise.
10547         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10548         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10549         * w32.c (stat): Likewise.
10551         Remove useless if-before-free tests.
10552         * editfns.c (Fset_time_zone_rule): Likewise.
10553         * lread.c (nosuffix): Likewise.
10554         * ralloc.c (get_bloc): Likewise.
10555         * regex.c (reg_free): Likewise.
10556         * xftfont.c (xftfont_open, xftfont_close): Likewise.
10557         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10558         * xsmfns.c (smc_save_yourself_CB): Likewise.
10560 2008-06-02  Kenichi Handa  <handa@m17n.org>
10562         * font.c (font_find_for_lface): Handle float font size.
10563         (font_open_for_lface): Likewise.
10565         * xfaces.c (x_supports_face_attributes_p): Check face->font before
10566         comparing the properties.
10568 2008-06-01  Jason Rumney  <jasonr@gnu.org>
10570         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10571         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10572         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10573         Don't add empty script list.
10574         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10576 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
10578         * Makefile.in (dot, dotdot): Remove, update users.
10579         ".." has been used elsewhere in the file for a long time.
10580         (LIBXT_STATIC): Remove conditional based on unused variable.
10582 2008-06-01  Miles Bader  <miles@gnu.org>
10584         * xfaces.c (Vface_remapping_alist): New variable.
10585         (syms_of_xfaces): Initialize it.
10586         (enum named_merge_point_kind): New type.
10587         (struct named_merge_point): Add `named_merge_point_kind' field.
10588         (push_named_merge_point): Make cycle detection respect different
10589         named-merge-point kinds.
10590         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10591         Remove face-name alias resolution.
10592         (lface_from_face_name): New definition using
10593         `lface_from_face_name_no_resolve'.
10594         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10595         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10596         (get_lface_attributes): New definition that layers face-remapping on
10597         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
10598         (lookup_basic_face): New function.
10599         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10600         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10601         `get_lface_attributes'.
10602         (face_at_buffer_position): Use `lookup_basic_face' to lookup
10603         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
10604         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10606         * xdisp.c (init_iterator): Pass base_face_id through
10607         `lookup_basic_face' when we actually use it as a face-id.
10608         (handle_single_display_prop): Use `lookup_basic_face' to lookup
10609         DEFAULT_FACE_ID.
10611         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10612         lookup the initial face-id.
10614         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10616 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10618         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10619         (Fremove_text_properties): Fix typos in docstrings.
10621 2008-05-31  Kenichi Handa  <handa@m17n.org>
10623         * font.c (font_list_entities): Fix the car part of data to be
10624         stored in the cache.
10626         * ftfont.c (ftfont_font_format): Don't use strcasestr.
10628 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10630         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10631         Add a `test' argument so another predicate than `equal' can be used.
10632         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10633         (map_char_table): Remove unused vars `c' and `i'.
10634         * lisp.h (Foptimize_char_table): Adjust declaration.
10635         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10637 2008-05-30  Kenichi Handa  <handa@m17n.org>
10639         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10640         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10641         defined.
10643 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10646         (Fmake_variable_frame_local): Disallow mixing buffer-local and
10647         frame-local settings for the same variable.
10649 2008-05-30  Kenichi Handa  <handa@m17n.org>
10651         * fontset.c (Ffont_info): Move to font.c.
10652         (syms_of_fontset): Delete defsubr of Sfont_info.
10654         * font.c (font_style_to_value, font_score): Delete casting of the
10655         args to xstcasecmp.
10656         (register_font_driver): Increment num_font_drivers only when
10657         registering the driver globally.
10658         (Ffont_info): Move from fontset.c.  Handle a font object too.
10659         (syms_of_font): Defsubr Sfont_info.
10661 2008-05-29  Kenichi Handa  <handa@m17n.org>
10663         * coding.h (enum define_coding_utf8_arg_index): New enum.
10664         (enum coding_attr_index): Change coding_attr_utf_16_bom to
10665         coding_attr_utf_bom.
10666         (enum utf_bom_type): Rename from utf_16_bom_type.
10667         (struct utf_16_spec): Adjust for the above change.
10668         (struct coding_system): Add utf_8_bom in `spec' union.
10670         * coding.c (CODING_UTF_8_BOM): New macro.
10671         (enum coding_category): Delete coding_category_utf_8, add
10672         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10673         coding_category_utf_8_sig.
10674         (CATEGORY_MASK_UTF_8): Delete it.
10675         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10676         (CATEGORY_MASK_UTF_8_SIG): New macros.
10677         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10678         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10679         CATEGORY_MASK_UTF_8_SIG.
10680         (CATEGORY_MASK_UTF_8): New macro.
10681         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10682         (detect_coding_utf_8): Check BOM.
10683         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10684         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10685         (encode_coding_utf_16): Likewise.
10686         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
10687         (detect_coding, detect_coding_system): Handle utf-8-auto.
10688         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10689         (syms_of_coding): Fix setting up of Vcoding_category_table.
10691 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10693         * process.c (Faccept_process_output): If `millisec' is non-nil,
10694         `seconds' default to 0.
10695         (wait_reading_process_output): Also return non-nil if we read output
10696         from a non-running process.
10698 2008-05-29  Jason Rumney  <jasonr@gnu.org>
10700         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10701         `raster' specified.
10702         (add_font_entity_to_list): Allow non-opentype truetype fonts back
10703         in the uniscribe backend, but disallow any font that has no
10704         unicode subrange support.
10706 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
10708         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10709         Fix typos in docstrings.
10711 2008-05-29  Kenichi Handa  <handa@m17n.org>
10713         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10714         (Fx_family_fonts): Set frame correctly.
10716 2008-05-28  Jason Rumney  <jasonr@gnu.org>
10718         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10720 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10723         calling build_annotations.
10725 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
10727         * coding.c (Fdecode_coding_region, Fencode_coding_region)
10728         (Fencode_coding_string):
10729         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10730         <latin-extra-code-table>: Fix typos in docstrings.
10731         (syms_of_coding) <coding-system-alist>: Doc fix.
10732         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10734 2008-05-28  Kenichi Handa  <handa@m17n.org>
10736         * fontset.c (Ffont_info): Don't call font_close_object.
10738         * font.c (font_parse_family_registry): Use Ffont_put to validate
10739         foundry and family.
10740         (font_delete_unmatched): Don't check spacing.
10741         (font_list_entities): Add spacing to the spec to list fonts.
10743         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10744         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
10746         * coding.c (encode_coding_raw_text): Fix previous change.
10747         (encode_coding_object): When the dst_object is a buffer and is
10748         different from src_object, move gap to PT.
10750 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10752         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10754 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10756         * coding.c (encode_coding_raw_text): Set coding->produced_char for
10757         all branches.  Compute it differently.
10759         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10761 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
10763         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10764         into "else if () ... else ...".
10766 2008-05-27  Jason Rumney  <jasonr@gnu.org>
10768         * w32font.c (w32font_open_internal): Determine if glyph indices
10769         are likely to work here.
10771 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10773         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10774         draw overlap glyphs with appropriate highlighting.
10776 2008-05-27  Kenichi Handa  <handa@m17n.org>
10778         * xfont.c (xfont_open): Fix calculation of font->average_width.
10780 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10782         * casefiddle.c (casify_object): Try to guess better whether the
10783         argument is a byte or a char.
10785 2008-05-26  Andreas Schwab  <schwab@suse.de>
10787         * xselect.c (x_reply_selection_request): Properly handle format == 32.
10788         Always send multiples of format size.
10790         * xterm.c (x_set_frame_alpha): Fix type mismatch.
10792 2008-05-26  Jason Rumney  <jasonr@gnu.org>
10794         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10795         (compute_metrics): Don't set failure if we just cleared the cache.
10796         (w32_weight_table): Remove unused variable.
10797         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10798         backwards compatibility.
10800 2008-05-25  Kenichi Handa  <handa@m17n.org>
10802         * w32term.c (x_draw_glyph_string):
10803         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10805         * xfaces.c: Delete unused function prototypes.
10806         (xstrlwr, font_frame): Delete them.
10807         (clear_face_cache): Delete unused variable.
10809         * xftfont.c (xftfont_open): Delete unused variable.
10810         If underline_thickness is not 1, adjust underline_position.
10812         * ftxfont.c (ftxfont_open): Delete unused variable.
10814         * fontset.c (face_for_char): Optimize for the case of no charset
10815         property.
10817         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10818         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10819         (otf_open, font_otf_capability, generate_otf_features)
10820         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10821         Comment out by surrounding "#if 0" and "#endif" for the moment.
10822         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10823         (syms_of_font): Codes for accessing above commented out.
10825 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
10827         * w32proc.c: Include dispextern.h.
10829         * w32.c: Include dispextern.h.
10831 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
10833         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10834         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10835         Fix typos in docstrings.
10837 2008-05-23  Jason Rumney  <jasonr@gnu.org>
10839         * xsmfns.c: Remove includes that are already included by config.h.
10841 2008-05-23  Kenichi Handa  <handa@m17n.org>
10843         * charset.c (Qemacs, charset_emacs): New variables.
10844         (char_charset): Fix for non-Unicode characters.
10845         (syms_of_charset): Define charset_emacs.
10847         * w32term.c (x_draw_glyph_string): Be sure to update
10848         s->underline_thickness and s->underline_position.  Be sure to draw
10849         underline within the current line area.
10851         * xterm.c (x_draw_glyph_string): Be sure to update
10852         s->underline_thickness and s->underline_position.  Be sure to draw
10853         underline within the current line area.
10855         * fontset.c: Delete unused variables and add casting for char *
10856         throughout the file.
10857         (fontset_font): Try the fallback fonts of the current fontset
10858         before consulting the default fontset.
10860         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10862         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10864 2008-05-22  Jason Rumney  <jasonr@gnu.org>
10866         * font.c: Don't include strings.h.
10868         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10870         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10871         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10872         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10873         to call xstrcasecmp.
10875         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10877         * fontset.c (fs_query_fontset): Use xstrcasecmp.
10879         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10881         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10883 2008-05-22  Kenichi Handa  <handa@m17n.org>
10885         * puresize.h (BASE_PURESIZE): Increase to 1220000.
10887         * font.c (font_prop_validate_style): Adjust for the format
10888         change of font_style_table.
10890         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10891         two args.
10893         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10894         two args.
10896 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * minibuf.c (keys_of_minibuf): Delete.
10899         * lisp.h (keys_of_minibuf): Delete.
10900         * emacs.c (main): Don't call keys_of_minibuf.
10902 2008-05-22  Kenichi Handa  <handa@m17n.org>
10904         * ftfont.c (ftfont_resolve_generic_family): Rename from
10905         ftfont_list_generic_family.  Return a single family for each
10906         generic family.
10907         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10908         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10909         Call font_add_log.
10910         (ftfont_match): Call font_add_log.
10912         * font.h (Ffont_xlfd_name): EXFUN adjusted.
10913         (FONT_DEBUG): Define it.
10914         (font_add_log): Extern it.
10915         (font_assert): Rename from xassert.
10917         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10918         (xfont_list_family): Call font_add_log.
10919         (xfont_match): Likewise.
10920         (memq_no_quit): Delete.
10922         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10923         call of Ffont_xlfd_name.
10925         * xfaces.c (struct table_entry, slant_table, weight_table)
10926         (swidth_table): Move to font.c.
10928         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
10929         xassert are changed to font_assert.  Delete many unused variables.
10930         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10931         New variables.
10932         (struct table_entry): Move from xfaces.c and modified.
10933         (weight_table, slant_table, width_table): Move from xfaces.c and
10934         contents adjusted for the change of struct table_entry.
10935         (font_style_to_value, font_style_symbolic): Adjust for the
10936         format change of font_style_table.
10937         (font_parse_family_registry): Don't overwrite existing foundry and
10938         family of font_spec.
10939         (font_score): Fix calculation of diff for sizes.
10940         (font_sort_entites): Call font_add_log.
10941         (font_delete_unmatched): Return a newly created list.
10942         (font_list_entities): Fix previous change.  Call font_add_log.
10943         (font_matching_entity, font_open_entity, font_close_entity):
10944         Call font_add_log.
10945         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10946         (Finternal_set_font_style_table): Delete.
10947         (BUILD_STYLE_TABLE): New macro.
10948         (build_style_table): New function.
10949         (Vfont_log, font_log_env_checked): New variables.
10950         (font_add_log): New function.
10951         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10952         Declare Lisp variables "font-weight-table", "font-slant-table",
10953         "font-width-table", and "font-log".  Initialize font_style_table.
10955 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
10957         * xterm.c (x_set_frame_alpha): Move declarations before statements.
10959 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
10960             Ryo Yoshitake  <ryo@shiftmode.net>
10962         * frame.c (Qalpha): Add a new frame parameter `alpha'.
10963         (Vframe_alpha_lower_limit): New variable.
10964         (x_set_alpha): New function.
10966         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10968         * xfns.c (x-create-frame, Qalpha):
10969         Initialize the frame parameter `alpha'.
10970         * xterm.c (OPAQUE, OPACITY): New.
10971         (x_set_frame_alpha): New function.
10972         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10974         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10975         * w32fns.c (w32_frame_parm_handlers): Likewise.
10977 2008-05-20  Jason Rumney  <jasonr@gnu.org>
10979         * w32font.c (add_font_entity_to_list): Don't add non-opentype
10980         truetype fonts to opentype list.
10982 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
10984         * fontset.c (Ffontset_info): Doc fix.
10985         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10986         <ignore-relative-composition>: Fix typos in docstrings.
10988         * font.c (syms-of-font) <font-encoding-alist>:
10989         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10990         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10991         (Ffont_otf_alternates): Doc fixes.
10993 2008-05-20  Kenichi Handa  <handa@m17n.org>
10995         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
10996         font.h through out the file.
10997         (FONT_DRIVERS): Rename from FONTOBJ.
10998         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
10999         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11001         * emacs.c (main): Call syms_of_font unconditionally.
11003         * font.h (find_font_encoding): Extern it.
11005         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11006         fontset.c.
11007         (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
11008         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11009         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11010         only when HAVE_WINDOW_SYSTEM is defined.
11011         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11012         when HAVE_WINDOW_SYSTEM is defined.
11014         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11015         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11017         * xfaces.c: Include font.h unconditionally.
11018         (merge_face_ref, merge_face_vectors)
11019         (Finternal_set_lisp_face_attribute): Cancel the previous change.
11021 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11023         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11024         indirect_variable.
11025         * eval.c (lisp_indirect_variable): New fun.
11026         (Fuser_variable_p): Use it.
11028 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * lisp.h (indirect_variable):
11031         * data.c (indirect_variable, let_shadows_buffer_binding_p):
11032         Use Lisp_Symbol pointers rather than Lisp_Object.
11033         Adjust callers.
11034         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11035         To this end, change calling-convention.
11037         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11038         if some non-hidden buffers are selected by string&pred.
11040 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
11042         * process.c (wait_reading_process_output): Always check status
11043         when in batch mode.
11045 2008-05-19  Kenichi Handa  <handa@m17n.org>
11047         * font.c (font_list_entities): Fix handling of cache.
11048         (font_matching_entity): Likewise.
11050         * ftfont.c (cs_iso8859_1): Delete.
11051         (ft_face_cache): New variable.
11052         (struct ftfont_info): New member fc_charset_idx.
11053         (ftfont_build_basic_charsets): Delete.
11054         (fc_charset_table): New variable.
11055         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
11056         . FC_CHARSET_IDX) as :font-entity property in the font entity.
11057         Callers changed.
11058         (ftfont_lookup_cache, ftfont_get_charset): New functions.
11059         (ftfont_spec_pattern): New argument fc_charset_idx.
11060         Check registry more rigidly.  Change callers.
11061         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11062         change of :font-entity property of the font.
11064         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11065         property of the font.
11067 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
11069         * coding.c (Fcoding_system_p): Rename argument to match docstring.
11070         (Funencodable_char_position, Fcheck_coding_systems_region)
11071         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11072         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11073         (Ffind_operation_coding_system, Fset_coding_system_priority)
11074         (Fcoding_system_eol_type): Doc fixes.
11076 2008-05-17  Glenn Morris  <rgm@gnu.org>
11078         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11080 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
11082         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11083         and st_gid.
11085         * frame.c (Fdelete_frame): Don't call font_update_drivers if
11086         HAVE_WINDOW_SYSTEM is not defined.
11088         * xfaces.c (merge_face_ref, merge_face_vectors)
11089         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11090         HAVE_WINDOW_SYSTEM is defined.
11091         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11093 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11095         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11097 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11099         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11101 2008-05-15  Kenichi Handa  <handa@m17n.org>
11103         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11104         preference.
11106 2008-05-15  Glenn Morris  <rgm@gnu.org>
11108         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11110 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
11112         * fns.c (init_fns): Don't initialize weak_hash_tables here.
11113         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
11115         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11117 2008-05-15  Kenichi Handa  <handa@m17n.org>
11119         * ftfont.c (ftfont_list): Downcase family name to check generic
11120         families.
11122         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11123         font-spec for QCfont value.
11125         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11126         buffer.  Check the return value of it.
11128 2008-05-14  Jason Rumney  <jasonr@gnu.org>
11130         * w32term.c (w32_get_glyph_overhangs): Remove.
11131         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11133 2008-05-14  Kenichi Handa  <handa@m17n.org>
11135         * font.c (font_prop_validate): Make nil a valid value.
11136         (font_clear_cache): Check if the cached vector of entities is nil
11137         or not.
11139 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11141         * emacs.c (main_thread): Conditionalize on
11142         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11143         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11145         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11146         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11147         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11149 2008-05-14  Kenichi Handa  <handa@m17n.org>
11151         * coding.c (detect_coding_iso_2022): Ignore a coding category that
11152         has no corresponding coding system.
11154 2008-05-14  Jason Rumney  <jasonr@gnu.org>
11156         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11158         * w32font.h (w32font_open_internal): Update declaration.
11160         * w32font.c (w32font_open_internal): Change last argument from
11161         w32font_info struct to font object.  Fill in font object from
11162         font_entity.  Get Outline metrics if possible.  Use them to
11163         calculate underline position and thickness.  Use xlfd name as name
11164         property.  Don't set codepage.
11165         (w32font_open): Pass font_object to w32font_open_internal.  Don't
11166         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11167         (w32font_draw): Use s->font.
11168         (clear_cached_metrics): Don't clear non-existent blocks.
11170         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11171         font was not found.
11172         (x_draw_glyph_string): Use underline position and thickness from font.
11174         * w32uniscribe.c (uniscribe_open): Pass font_object to
11175         w32font_open_internal.
11177 2008-05-14  Kenichi Handa  <handa@m17n.org>
11179         These changes are to delete all legacy font-handling codes, and
11180         make Emacs use only font-backends.
11182         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11183         (frame.o, image.o, print.o): Depend on $(FONTSRC).
11185         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11187         * charset.h (Vcharset_non_preferred_head)
11188         (Vcurrent_iso639_language): Extern them.
11190         * charset.c (Vcharset_non_preferred_head): New variable.
11191         (Vcurrent_iso639_language): New variable.
11192         (syms_of_charset): Declare it as a Lisp variable.
11193         (char_charset): Don't check non preferred charsets.  As a last
11194         resort, return charset_unicode.
11195         (Fset_charset_priority): Update Vcharset_non_preferred_head.
11197         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11198         conditionals.  Don't check enable_font_backend.  Delete all codes
11199         used only when USE_FONT_BACKEND is not defined.
11201         * dispextern.h (struct glyph_string): Change type of `font' to
11202         `struct font *'.
11203         (struct glyph_string): New member underline_position and
11204         underline_thickness.
11205         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11206         (struct face): Change type of `font' to `struct font *'.  Remove
11207         members `font_name', `font_info_id'.
11208         (per_char_metric, encode_char): Delete externs.
11209         (calc_pixel_width_or_height): Adjust the prototype.
11211         * emacs.c (enable_font_backend): Delete extern.
11212         (main): Don't set enable_font_backend.  Don't check the command
11213         line argument "-disable-font-backend".
11215         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11216         (enum font_property_index): New members FONT_DPI_INDEX,
11217         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11218         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11219         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
11220         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11221         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11222         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11223         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11224         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11225         (struct font_spec, struct font_entity): New structs.
11226         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11227         (struct font): Many members from old "struct font_info" moved to
11228         here.  Members font and entity deleted.
11229         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11230         the new font-related objects.
11231         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11232         (CHECK_FONT_GET_OBJECT): Likewise.
11233         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11234         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11235         (struct font_driver): New members case_sensitive anc check.  Type
11236         of the member list and open changed.
11237         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11238         (font_symbolic_width, font_find_object, font_get_spec)
11239         (font_set_lface_from_name): Delete extern.
11240         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11242         * font.c: Include <strings.h>.
11243         (enable_font_backend): Delete it.
11244         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11245         (CHECK_VALIDATE_FONT_SPEC): Delete it.
11246         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11247         (null_string): Delete it.
11248         (null_vector): Make it static.
11249         (font_family_alist): Delete it.
11250         (Qnormal): Extern it.
11251         (QCextra, QClanguage): Delete it.
11252         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11253         (font_make_spec, font_make_entity, font_make_object)
11254         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
11255         the string.  Callers changed.
11256         (font_pixel_size): Adjusted for the format change of font-related
11257         objects.
11258         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11259         (font_style_to_value, font_style_symbolic): New function.
11260         (build_font_family_alist): Delete it.
11261         (font_registry_charsets): Use Fassoc_string instead of
11262         assq_no_quit.
11263         (font_prop_validate_symbol): Don't return null_string.
11264         (font_prop_validate_style): Adjusted for the change of
11265         style-related values in a font vector.
11266         (font_property_table): Delete entries for QClanguage and
11267         QCantialias, add entries for QCavgwidth.
11268         (get_font_prop_index): Delete the 2nd argument FROM.
11269         (font_prop_validate): Arguments changed.
11270         (font_put_extra): Adjusted for the change of font-related objects.
11271         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11272         (font_parse_fcname, font_unparse_fcname)
11273         (font_prepare_composition): Likewise.
11274         (font_parse_family_registry): Renamed from font_merge_old_spec.
11275         (otf_open): Delete the 1st arg entity.
11276         (font_otf_capability): Adjusted for the above change.
11277         (font_score): New arg alternate_families.  Adjusted for the change
11278         of font-related objects.
11279         (font_sort_entites): New arg best_only.
11280         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11281         Delete them.
11282         (font_match_p): Check alternate families.
11283         (font_find_object): Delete it.
11284         (font_check_object): New function.
11285         (font_clear_cache): Adjusted for the change of font-related objects.
11286         (font_delete_unmatched): New arg.
11287         (font_list_entities): Call font_driver->list with a spec that
11288         doesn't specify style-related properties.
11289         (font_matching_entity): Arguments changed.  Caller changed.
11290         (font_open_entity): Adjusted for the change of font-related objects.
11291         (font_close_object, font_has_char, font_encode_char)
11292         (font_get_name, font_get_spec): Likewise.
11293         (font_spec_from_name, font_clear_prop, font_update_lface):
11294         New functions.
11295         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11296         (font_prepare_for_face, font_done_for_face, font_open_by_name)
11297         (font_at): Adjusted for the change of font-related objects.
11298         (font_range): New function.
11299         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11300         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11301         (Fcopy_font_spec, Fmerge_font_spec): New function.
11302         (Ffont_family_list): Renamed from list-families.
11303         (Finternal_set_font_style_table): Arguments changed.
11304         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11305         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11306         change of font-related objects.
11307         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
11309         * fontset.h (struct font_info): Delete it.  Most members go to
11310         struct font.
11311         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11312         (enum FONT_SPEC_INDEX): Delete it.
11313         (font_info, list_fonts_func, load_font_func, query_font_func)
11314         (set_frame_fontset_func, find_ccl_program_func)
11315         (get_font_repertory_func, new_fontset_from_font_name): Delete
11316         externs.
11317         (fontset_from_font_name): Extern it.
11318         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11319         (FONT_INFO_FROM_FACE): Deleted.
11320         (face_for_font): Adjust prototype.
11322         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11323         conditionals.  Don't check enable_font_backend.  Delete all codes
11324         used only when USE_FONT_BACKEND is not defined.
11325         (get_font_info_func, list_font_func, load_font_func)
11326         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11327         (get_font_repertory_func): Delete them.
11328         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11329         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11330         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11331         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11332         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11333         (fontset_compare_rfontdef): New function.
11334         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
11335         rfont-defs by qsort.  Adjusted for the change of font-group vector.
11336         (load_font_get_repertory): Deleted.
11337         (fontset_find_font): Use new macros to ref/set elements of
11338         font-def and rfont-def.
11339         (fontset_font): Fix the timing of remembering that no font for C.
11340         (free_face_fontset): Do nothing if the face has no fontset.
11341         (face_suitable_for_char_p): Use new macros to ref/set elements of
11342         rfont-def.
11343         (face_for_char): Likewise.  Call face_for_char with font_object.
11344         (fs_load_font): Delete.  Delete #pragma surrounding it.
11345         (fs_query_fontset): Use strcasecmp instead of strcmp.
11346         (generate_ascii_font_name): Adjusted for the format change of
11347         font-spec.
11348         (Fset_fontset_font): Likewise.  Use new macros to set elements of
11349         font-def.
11350         (Fnew_fontset): Use font_unparse_xlfd to generate
11351         FONTSET_ASCII (fontset).
11352         (new_fontset_from_font_name): Deleted.
11353         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
11354         a fontset is already created for the font.  FIx updating of
11355         Vfontset_alias_alist.
11356         (fontset_ascii_font): Deleted.
11357         (Ffont_info): Adjusted for the format change of font-spec.
11358         (Finternal_char_font): Likewise.
11359         (Ffontset_info): Likewise.
11360         (syms_of_fontset): Don't check load_font_func.
11362         * fns.c (internal_equal): Handle PREV_FONT.
11364         * frame.h: Delete USE_FONT_BACKEND conditional.
11366         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11367         conditionals.  Don't check enable_font_backend.  Delete all codes
11368         used only when USE_FONT_BACKEND is not defined.
11369         (x_set_font): Call x_new_font, not x_new_fontset2.
11370         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11371         already set for the frame.
11373         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
11374         a font-entity by font_make_entity.  Use font_intern_prop instead
11375         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
11376         font property.  If a font is scalable, set avgwidth property to 0.
11377         Set font-entity property by font_put_extra.
11378         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11379         (ffont_driver): Adjusted for the change of struct font_driver.
11380         (ftfont_spec_pattern): New function.
11381         (ftfont_list): Return a list, not vector.
11382         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11383         (ftfont_list_family): Don't downcase names.
11384         (ftfont_free_entity): Deleted.
11385         (ftfont_open): Return a font-object.  Adjusted for the change of
11386         struct font.  Get underline_thickness and underline_position from
11387         font property.  Don't update dpyinfo->smallest_font_height and
11388         dpyinfo->smallest_char_width.
11389         (ftfont_close): Don't free `struct font'.
11390         (ftfont_has_char): Adjusted for the format change of font-entity.
11391         (ftfont_encode_char, ftfont_text_extents): Likewise.
11393         * ftxfont.c (ftxfont_list): Return a list, not vector.
11394         (ftxfont_open): Return a font-object.  Adjusted for the change of
11395         struct font.  Get underline_thickness and underline_position from
11396         font property.  Don't update dpyinfo->smallest_font_height and
11397         dpyinfo->smallest_char_width.
11398         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11399         (ftxfont_draw): Adjusted for the change of struct font.
11401         * image.c (image_ascent): Don't include "charset.h".  Include
11402         "character.h" and "font.h".
11404         * lisp.h (enum pvec_type): New member PREV_FONT.
11405         (Fassoc_string): EXFUN it.
11407         * print.c: Include font.h.
11408         (print_object): Handle font-related objects.
11410         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11411         conditionals.  Don't check enable_font_backend.  Delete all codes
11412         used only when USE_FONT_BACKEND is not defined.
11413         (handle_auto_composed_prop): Do nothing if it->f is not on a
11414         window system.  Check how many following characters can be
11415         displayed by the same font.
11416         (calc_pixel_width_or_height): Type of the 4th arg is changed to
11417         'struct font *'.
11418         (get_char_face_and_encoding): Assign the whole encoding task to
11419         the `encode-char' method of a font driver.
11420         (fill_composite_glyph_string): Adjusted for the change of `struct
11421         face' and `struct glyph_string'.
11422         (fill_glyph_string): Likewise.
11423         (get_per_char_metric): Arguments changed.
11424         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11425         and `struct glyph_string'.
11426         (produce_stretch_glyph, calc_line_height_property)
11427         (x_produce_glyphs): Likewise.
11429         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11430         conditionals.  Don't check enable_font_backend.  Delete all codes
11431         used only when USE_FONT_BACKEND is not defined.  Use
11432         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11433         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11434         (Qp): Extern them.
11435         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11436         Deleted.
11437         (struct font_name): Deleted.
11438         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11439         (compare_fonts_by_sort_order): New function.
11440         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11441         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11442         Deleted.
11443         (Fx_family_fonts): Use font_list_entities, and sort fonts by
11444         compare_fonts_by_sort_order.
11445         (Fx_font_family_list): Call Ffont_family_list.
11446         (face_numeric_value, face_numeric_weight, face_numeric_slant)
11447         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11448         (face_symbolic_slant, face_symbolic_swidth)
11449         (split_font_name_into_vector, build_font_name_from_vector)
11450         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11451         (font_rescale_ratio, split_font_name, build_font_name)
11452         (free_font_names, sort_fonts, x_face_list_fonts)
11453         (face_font_available_p, sorted_font_list, cmp_font_names)
11454         (font_list_1, concat_font_list, font_list, remove_duplicates):
11455         Deleted.
11456         (Fx_list_fonts): Use Ffont_list.
11457         (LFACE_AVGWIDTH): Deleted.
11458         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
11459         by FONTP.
11460         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11461         (set_lface_from_font_name): Delete it.
11462         (set_lface_from_font): Renamed from
11463         set_lface_from_font_and_fontset.  Caller changed.  Don't set
11464         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
11465         for face.
11466         (merge_face_vectors): Copy font-spec if necessary.
11467         Clear properties of the font-spec if necessary.
11468         (merge_face_ref): Clear properties of the font-spec if necessary.
11469         (Finternal_set_lisp_face_attribute): Likewise.
11470         (set_font_frame_param): Use font_load_for_lface to load a
11471         font-object, and call Fmodify_frame_parameters with it.
11472         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
11473         font name by Ffont_xlfd_name.
11474         (Finternal_lisp_face_attribute_values): Don't check QCweight,
11475         QCslant, and QCwidth.
11476         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11477         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11478         Compare fonts by EQ.
11479         (lookup_non_ascii_face): Deleted.
11480         (face_for_font): The 2nd argument changed.
11481         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11482         Check atomic font properties by case insensitive.
11483         (realize_non_ascii_face): Set face->overstrike correctly.
11484         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
11485         (dump_realized_face): Get font name from
11486         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
11488         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11489         conditionals.  Don't check enable_font_backend.  Delete all codes
11490         used only when USE_FONT_BACKEND is not defined.
11491         (xic_create_xfontset): Original code deleted and renamed from
11492         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
11493         (x_make_gc): Don't set GCFont in GCs.
11494         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11495         opened by "fixed".
11496         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11497         find_ccl_program_func, query_font_func, set_frame_fontset_func,
11498         get_font_repertory_func.
11500         * xfont.c: Include <stdlib.h> and "ccl.h".
11501         (struct xfont_info): New structure.
11502         (xfont_query_font): Deleted.
11503         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11504         moved from xterm.c.
11505         (xfont_driver): Adjusted for the change of struct font_driver.
11506         (compare_font_names): New function.
11507         (xfont_list_pattern): Sort font names case insensitively.  Make
11508         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
11509         (xfont_list): Return a list, not vector.
11510         (xfont_match): If the font doesn't have QCname property, generate
11511         a name from the other font properties.
11512         (xfont_open): Return a font-object.  Adjusted for the change of
11513         struct font.  Get underline_thickness and underline_position from
11514         font property.  Don't update dpyinfo->smallest_font_height and
11515         dpyinfo->smallest_char_width.
11516         (xfont_close): Don't free struct font.
11517         (xfont_prepare_face): Adjusted for the change of struct font.
11518         (xfont_done_face): Deleted.
11519         (xfont_has_char): Adjusted for the change of struct font.
11520         (xfont_encode_char, xfont_draw): Likewise.
11521         (xfont_check): New function.
11523         * xftfont.c (xftfont_list): Adjusted for the change of `list'
11524         callback function.
11525         (xftfont_match): Adjusted for the format change of font-entity.
11526         (xftfont_open): Adjusted for the format change of font-entity and
11527         font-object.  Adjusted for the change of struct font.  Return a
11528         font-object.  Don't update dpyinfo->smallest_font_height and
11529         dpyinfo->smallest_char_width.
11530         (xftfont_close): Block input while calling XftFontClose.
11531         (xftfont_prepare_face): Don't block input while calling
11532         xftfont_get_colors.  Adjusted for the change of struct font.
11533         (xftfont_shape): Return value of error case fixed.
11535         * xrdb.c (x_load_resources): Don't setup a fontset resource.
11537         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11538         conditionals.
11539         (FONT_WIDTH): Return (f)->max_width.
11540         (struct x_display_info): Delete member `font'.
11541         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11542         (x_find_ccl_program, x_get_font_repertory): Delete externs.
11543         (struct x_output): Change type of `font' to `struct font *'.
11545         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11546         conditionals.  Don't check enable_font_backend.  Delete all codes
11547         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
11548         (x_per_char_metric, x_encode_char): Deleted.
11549         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11550         (x_compute_glyph_string_overhangs): Adjusted for the change of
11551         `struct face'.
11552         (x_draw_glyph_string_foreground)
11553         (x_draw_composite_glyph_string_foreground): Likewise.
11554         (x_draw_glyph_string): Likewise.  Use font->underline_position and
11555         font->underline_thickness.
11556         (x_new_font): Renamed from x_new_fontset2.
11557         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11558         (x_check_font): Call `check' method of a font driver.
11559         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11560         (x_query_font, x_get_font_repertory): Deleted.
11561         (x_find_ccl_program): Renamed and moved to xfont.c.
11562         (x_redisplay_interface): Adjusted for the change of `struct
11563         redisplay_interface'.
11565         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11566         conditionals.  Don't check enable_font_backend.  Delete all codes
11567         used only when USE_FONT_BACKEND is not defined.  Surround non-used
11568         code by "#ifdef OLD_FONT" and "endif".
11569         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11571         * w32font.h (struct w32font_info): New member.
11572         (FONT_COMPAT): New macro.
11573         (w32font_open_internal): Prototype adjusted.
11575         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11576         OLD_FONT" and "endif".
11578         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11579         conditionals.  Don't check enable_font_backend.  Delete all codes
11580         used only when USE_FONT_BACKEND is not defined.
11581         (w32font_open): Return a font-object.  Make a font-object by
11582         font_make_object.  Adjusted for the change of struct w32font_info.
11583         (w32font_close): Don't free struct font.  Adjusted for the change
11584         of struct w32font_info.
11585         (w32font_encode_char, w32font_text_extents, w32font_draw):
11586         Adjusted for the change of struct w32font_info.
11587         (w32font_draw): Likewise.
11588         (w32font_list_internal): Return a list, not vector.
11589         (w32font_open_internal): Change the 4th arg to font-object.
11590         Adjusted for the change of struct w32font_info and font-object format.
11591         (add_font_name_to_list): Don't downcase names.
11592         (w32_enumfont_pattern_entity): Make a font-entity by
11593         font_make_entity.  Adjusted for the format change of font-entity.
11594         Use FONT_SET_STYLE to set a style-related font property.  If a
11595         font is scalable, set avgwidth property to 0.  Set font-entity
11596         property by font_put_extra.
11597         (font_matches_spec): Adjusted for the format change of font-entity.
11598         (w32_weight_table, w32_decode_weight): New variables.
11599         (w32_encode_weight): New function.
11600         (fill_in_logfont): Adjusted for the format change of font-spec.
11601         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11602         weight value.
11603         (w32font_driver): Adjusted for the change of struct font_driver.
11605         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11606         conditionals.  Don't check enable_font_backend.  Surround non-used
11607         code by "#ifdef OLD_FONT" and "endif".
11608         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11609         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11611         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11612         conditionals.  Don't check enable_font_backend.  Delete all codes
11613         used only when USE_FONT_BACKEND is not defined.  Surround non-used
11614         code by "#ifdef OLD_FONT" and "endif".
11616         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11617         (uniscribe_open): Return value changed to font-object.
11618         Adjusted for the format change of font-object.
11619         (uniscribe_otf_capability): Adjusted for the change of struct font.
11620         (add_opentype_font_name_to_list): Don't downcase names.
11621         (uniscribe_font_driver): Adjusted for the change of struct
11622         font_driver.
11624 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11626         * dispnew.c (update_frame_1): Check if tty output is still valid
11627         before flushing it.
11629 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
11631         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11632         to Gtk+ menus.
11634 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11636         * dired.c (file_name_completion): Tweak the code so as to always do it
11637         in a single pass.  Tighten the scope of some variables.
11639         * dired.c (Qdefault_directory): New var.
11640         (file_name_completion): Use it instead of Fexpand_file_name.
11641         (syms_of_dired): Initialize it.
11643 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11645         * fileio.c (double_dollars): Remove dead code.
11647 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
11649         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11650         Mention w32-get-true-file-attributes in doc string.
11652         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11654 2008-05-09  Glenn Morris  <rgm@gnu.org>
11656         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11657         2008-04-23.
11659 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
11661         Support for reporting owner and group of each file on MS-Windows:
11662         * dired.c (stat_uname, stat_gname): New functions, with special
11663         implementation for w32.
11664         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11666         * w32.c: Rename the_passwd_* to dflt_passwd_*.
11667         (dflt_group_name): New static variable.
11668         (dflt_group): Rename from the_group.
11669         (init_user_info): Init dflt_group fields.  Get user's group name
11670         from LookupAccountSid.
11671         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11672         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11673         New initialization states.
11674         (globals_of_w32): Initialize them to zero.  Initialize the default
11675         group name to "None".
11676         (GetFileSecurity_Name): New global var, the name of the function
11677         to call for GetFileSecurity.
11678         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11679         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11680         (get_file_security, get_security_descriptor_owner)
11681         (get_security_descriptor_group, is_valid_sid)
11682         (get_file_security_desc, get_rid, get_name_and_id)
11683         (get_file_owner_and_group): New functions.
11684         (stat): Use get_file_security_desc and get_file_owner_and_group to
11685         report the owner and primary group of each file.  Don't ignore the
11686         high 32 bits of file's size, now that st_size is 64-bit wide.
11687         Fix test when to get true file attributes.
11688         (init_user_info): Use get_rid instead of equivalent inline code.
11689         (fstat): Don't ignore the high 32 bits of file's size.
11691 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
11693         * image.c (png_load): Use correct bit-depth for setting background
11694         color.
11696 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
11698         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11699         epa-hook.elc.
11701 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11703         * font.c (Ffont_match_p): Don't use `iff' in docstring.
11705 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
11707         * macfns.c (Fx_create_frame): Make a copy of frame parameters
11708         because the original parameters are in pure storage now.
11709         (mac_window): Remove unused params.  Update callers.
11711 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11713         * lread.c (substitute_object_recurse): Use lower-level primitives.
11714         Don't signal errors when traversing sub-char-tables.
11715         Don't loop over all the possible characters when traversing char-tables.
11717         * print.c (print_preprocess): Add sub-char-tables to the print-table,
11718         just like we do in print.c.
11720 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * minibuf.c (Ftry_completion): Remove code left over from when we used
11723         scmp instead of Fcompare_strings.
11725 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
11727         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11729 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11731         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11732         Create bitmap context in native byte order.
11734         * macterm.c (XDrawLine)
11735         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11736         context in native byte order.
11738 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11740         * config.in: Regenerate.
11742         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11743         New definitions for Image I/O support.
11744         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11745         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11746         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11747         (mac_data_provider_release_data, image_load_image_io)
11748         [USE_MAC_IMAGE_IO]: New functions.
11749         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11750         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11751         (init_image_func_pointer) [MAC_OSX]: Remove function.
11752         (image_load_quartz2d) [MAC_OSX]: Check availability of
11753         CGImageCreateWithPNGDataProvider at compile time.
11754         Use lowercase `false' for boolean constant.
11755         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11756         Use image_load_image_io.
11757         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11758         Don't check MyCGImageCreateWithPNGDataProvider.
11759         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11760         Don't call init_image_func_pointer.
11762         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11764         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11765         Make variable non-static.
11766         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11767         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11769         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11770         (RED_FROM_ULONG): Mask off higher bits.
11771         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11773         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11774         Include AvailabilityMacros.h.
11775         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11776         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11778 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11780         * chartab.c (Fset_char_table_range): If range is t, really set all
11781         chars to that value.
11783 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
11785         * dired.c (Ffile_attributes): Don't allow the device number become
11786         negative.
11788 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
11790         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11792 2008-05-02  Juri Linkov  <juri@jurta.org>
11794         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11795         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11796         DEFAULT argument as a list of default values in docstrings.
11798 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
11800         * puresize.h (BASE_PURESIZE): Increase to 1210000.
11802 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
11804         * dispnew.c (change_frame_size_1): Preserve small windows when
11805         shrinking frames by calling set_window_height|width with third
11806         arg 2.
11808         * window.h (struct window): Replace field too_small_ok by field
11809         resize_proportionally.
11811         * window.c (make_window): Initialize resize_proportionally.
11812         (enlarge_window): Temporarily set resize_proportionally to make
11813         sure that shrink_windows does scale the window proportionally.
11814         (shrink_windows): When window has resize_proportionally set try
11815         to shrink it proportionally by stealing from other windows.
11816         (struct saved_window, Fset_window_configuration)
11817         (compare_window_configurations): Handle resize_proportionally.
11818         (WINDOW_TOTAL_SIZE): New macro.
11819         (window_min_size, shrink_windows, size_window): Use it.
11820         (check_min_window_sizes): Remove.  Invalid values of
11821         window-min-height|width are handled by window_min_size_2 now.
11822         (size_window, Fsplit_window, enlarge_window)
11823         (adjust_window_trailing_edge, grow_mini_window): Don't call
11824         check_min_window_sizes.
11825         (window_min_size_2, window_min_size_1, window_min_size):
11826         New argument safe_p for retrieving "safe" minimum sizes.
11827         (Fdisplay_buffer, Fsplit_window, enlarge_window)
11828         (adjust_window_trailing_edge, grow_mini_window):
11829         Adjust arguments of window_min_size... functions.
11830         (shrink_windows): Argument min_size removed.  New argument
11831         safe_p allows shrinking windows to their safe minimum sizes.
11832         Calculate minimum size and decide whether a window shall be
11833         deleted for each window individually.
11834         (size_window): When nodelete_p equals 2, tell shrink_windows to
11835         delete windows only if their new minimum size is no more safe.
11836         (shrink_window_lowest_first): Call window_min_size_1 to make
11837         sure to preserve modeline of bottom-most window when resizing
11838         the minibuffer.
11839         (Fset_window_configuration, Fcurrent_window_configuration)
11840         (compare_window_configurations): Do not handle
11841         window-min-height|width any more.
11842         (syms_of_window): Clarify window-min-height|width doc-strings.
11844 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11846         * dired.c (file_name_completion): Fix up the encoding/decoding issue
11847         some more.  Copy some of the code from Ftry_completions.
11848         Remove special case code that dates back to initial revision when the
11849         slash was only added when necessary and that can't trigger nowadays.
11851 2008-04-27  Kenichi Handa  <handa@m17n.org>
11853         * font.c (font_prop_validate): Signal `error' instead of `font'.
11855 2008-04-29  Jason Rumney  <jasonr@gnu.org>
11857         * w32fns.c (Fw32_battery_status): New defun.
11858         (syms_of_w32fns): Defsubr it.
11860 2008-04-28  Andreas Schwab  <schwab@suse.de>
11862         * dired.c (file_name_completion): Fix another mixing of encoded
11863         and decoded names.
11865 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
11867         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11869 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
11871         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11873 2008-04-27  Andreas Schwab  <schwab@suse.de>
11875         * dired.c (file_name_completion): Fix inappropriate mixing of
11876         encoded and decoded names.
11878         * xterm.c (XTread_socket): Fix use of uninitialized variable.
11880         * puresize.h (BASE_PURESIZE): Increase to 1200000.
11882 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
11884         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11885         2008-03-31, it's not needed anymore with `struct stat' definition
11886         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
11887         for the same reasons.
11889 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
11891         * m/sparc.h: Additional redefinitions for GNU/Linux.
11893 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11895         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11896         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11897         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11898         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11899         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11900         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11901         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11902         Likewise.
11904         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11905         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11906         (mac_ax_number_of_characters): Add externs.
11907         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11908         [USE_MAC_TSM]: Likewise.
11909         (mac_handle_text_input_event) [MAC_OSX]:
11910         Handle kEventTextInputOffsetToPos for no active input area case.
11911         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11912         (mac_handle_document_access_event)
11913         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11914         (install_application_handler) [MAC_OSX]: Register handlers for
11915         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11916         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11917         Register mac_handle_document_access_event.
11919         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11920         Make functions non-static.
11922 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11924         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11925         (read_file_name_completion_ignore_case, insert_default_directory)
11926         (Qdefault_directory): Move to minibuffer.el.
11927         (Fread_file_name): Call the new `read-file-name' instead.
11929 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11931         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11932         Make function non-static.
11933         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11934         Remove function.
11935         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11936         Move to mactoolbox.c.
11937         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11939         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11940         (mac_rect_make): New macro.
11942         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11943         instead of float.
11944         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11945         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11946         (XSetBackground) [USE_CG_DRAWING]: Likewise.
11947         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11948         CGRectMake.
11949         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11950         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11951         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11952         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11953         instead of WindowRef in argument type.
11954         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11955         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11956         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11957         instead of DISPLAY.  All uses changed.
11958         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11959         (x_calc_absolute_position): Simplify so as not to use
11960         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11962         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11963         instead of WindowRef in argument type.
11964         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11965         [TARGET_API_MAC_CARBON]: Remove externs.
11966         (create_apple_event, mac_event_parameters_to_lisp)
11967         [TARGET_API_MAC_CARBON]: Add externs.
11969         * mactoolbox.c (Vmac_ts_script_language_on_focus)
11970         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11971         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11972         is clicked.
11973         (x_activate_menubar): Remove extern for saved_menu_event_location.
11974         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11975         Move from mac.c.
11977 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11979         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11980         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11982 2008-04-23  Jason Rumney  <jasonr@gnu.org>
11984         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11985         attributes only for local files.
11987         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11988         default to Qlocal.
11990 2008-04-22  Juri Linkov  <juri@jurta.org>
11992         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11993         read-buffer-to-switch instead of using the letter "B".
11995 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * fileio.c (Qdefault_directory): New variable.
11998         (Fread_file_name): Use it to pass `dir' to the completion functions.
12000 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
12002         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12004 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12006         * keyboard.c (Vpre_help_message): Remove.
12007         (show_help_echo): Remove default C code.
12009         * dired.c (directory_files_internal, file_name_completion):
12010         Only call ENCODE_FILE if the string is indeed decoded.
12012 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         * Makefile.in (TOOLKIT_DEFINES): Remove.
12015         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12017 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12019         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12020         (mactoolbox.o): New target.
12022         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12023         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12025         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12026         Use mac_set_frame_window_background instead of XSetWindowBackground.
12027         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12028         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12029         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12030         instead of SetWindowTitleWithCFString.
12031         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12032         Move function to mactoolbox.c.
12033         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12034         Use mac_set_window_modified instead of SetWindowModified.
12035         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12036         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12037         (Fx_focus_frame): Use mac_front_non_floating_window instead of
12038         FrontNonFloatingWindow.  Use mac_activate_window instead of
12039         ActivateWindow.  Use mac_active_non_floating_window instead of
12040         ActiveNonFloatingWindow.
12041         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12042         Use mac_show_hourglass and mac_hide_hourglass.
12043         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12044         instead of GetGlobalMouse.
12045         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12046         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12047         Use mac_bring_window_to_front instead of BringToFront.
12048         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12049         mactoolbox.c.
12050         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12051         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
12052         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12053         mactoolbox.c.
12055         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12056         (XtPointer): Move typedef from macmenu.c.
12057         (enum button_type): Move enum from macmenu.c.
12058         (widget_value): Move typedef from macmenu.c.
12059         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12060         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12061         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12062         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12063         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12064         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12065         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12066         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12067         (Selection): Move typedef from macselect.c.
12068         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12069         macterm.c.
12070         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12071         (mac_is_window_collapsed, mac_bring_window_to_front)
12072         (mac_send_window_behind, mac_hide_window, mac_show_window)
12073         (mac_collapse_window, mac_front_non_floating_window)
12074         (mac_active_non_floating_window, mac_activate_window)
12075         (mac_move_window_structure, mac_move_window, mac_size_window)
12076         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12078         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12079         (enum mac_menu_kind): Move enum to mactoolbox.c.
12080         (min_menu_id): Move variable to mactoolbox.c.
12081         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12082         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12083         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12084         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12085         [TARGET_API_MAC_CARBON]: Likewise.
12086         (XtPointer): Move typedef to macgui.h.
12087         (enum button_type): Move enum to macgui.h.
12088         (widget_value): Move typedef to macgui.h.
12089         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12090         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12091         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12092         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12093         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12094         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12095         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12096         (popup_activated_flag): Make variable non-static.
12097         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12098         (add_menu_item, fill_menu, dispose_menus):
12099         Move functions to mactoolbox.c.
12100         (restore_show_help_function, menu_target_item_handler)
12101         (install_menu_target_item_handler, mac_handle_dialog_event)
12102         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12103         [TARGET_API_MAC_CARBON]: Likewise.
12104         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12105         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12106         (find_and_call_menu_selection, name_is_separator): Make function
12107         non-static.
12108         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12109         to mactoolbox.c.
12110         (set_frame_menubar): Don't call install_menu_quit_handler.
12111         (menu_item_selection): New variable.
12112         (mac_menu_show): Use create_and_show_popup_menu.
12113         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12114         selection but set variable menu_item_selection.  All uses changed.
12115         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
12116         Call install_menu_quit_handler.  Move to mactoolbox.c.
12118         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12119         (Selection): Move typedef to macgui.h.
12120         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12121         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12122         Make variables non-static.
12123         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12124         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12125         Make functions non-static.
12126         (Vmac_service_selection) [MAC_OSX]: Likewise.
12127         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12128         (mac_valid_selection_target_p, mac_clear_selection)
12129         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12130         (mac_put_selection_value, mac_selection_has_target_p)
12131         (mac_get_selection_value, mac_get_selection_target_list)
12132         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12133         Move functions to mactoolbox.c.
12134         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12135         Likewise.
12136         (copy_scrap_flavor_data, mac_handle_service_event)
12137         (install_service_handler) [MAC_OSX]: Likewise.
12138         (syms_of_macselect) <Vmac_dnd_known_types>:
12139         Use mac_dnd_default_known_types.
12141         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12142         Move to mactoolbox.c.
12143         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12144         (Fx_selection_owner_p): Add EXFUN.
12145         (install_window_handler, remove_window_handler, XSetWindowBackground):
12146         Remove externs.
12147         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12148         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12149         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12150         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12151         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12152         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12153         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12154         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12155         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12156         (create_and_show_popup_menu, mac_get_selection_from_symbol)
12157         (mac_valid_selection_target_p, mac_clear_selection)
12158         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12159         (mac_put_selection_value, mac_selection_has_target_p)
12160         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12161         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12162         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12163         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12164         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12165         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12166         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12167         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12168         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12170         * mactoolbox.c: New file.
12172 2008-04-18  Jason Rumney  <jasonr@gnu.org>
12174         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12176 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12178         * character.c (Fmultibyte_char_to_unibyte):
12179         Return latin1 chars unchanged.
12181         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12182         relocated if it points to `name'.
12184 2008-04-17  Kenichi Handa  <handa@m17n.org>
12186         * data.c (Faset): Allow setting a multibyte character in an
12187         ASCII-only unibyte string.
12189         * lisp.h (STRING_SET_MULTIBYTE): New macro.
12191 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12194         done in config.h.
12196 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
12198         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12199         (Fchar_direction): Add usage in the docstring.
12201 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
12203         * keyboard.c (read_key_sequence): Remove always-true checks.
12205 2008-04-14  Jason Rumney  <jasonr@gnu.org>
12207         * w32font.c (w32font_open_internal): Set max_bounds.descent in
12208         compatibility struct, for better underline positioning.
12210 2008-04-13  David Hansen  <david.hansen@gmx.net>
12212         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12213         string.
12215 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
12217         * m/hp800.h (XUINT, XSET): Remove.
12219 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
12221         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12222         previous change.
12224 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12227         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12229 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12231         * keymap.h (map_keymap_canonical): Declare.
12232         * xmenu.c (single_keymap_panes): Use it.
12234 2008-04-11  Glenn Morris  <rgm@gnu.org>
12236         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12237         set the target's value to that of the alias.
12239 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12241         * term.c (set_tty_color_mode): Left over typo.
12243 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
12245         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12246         only after check for file name handler functions.  Signal, when
12247         native functionality is not supported.
12248         (syms_of_fileio): Declare it unconditionally.
12250 2008-04-10  Jason Rumney  <jasonr@gnu.org>
12252         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12253         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12255         * w32.c (logon_network_drive): Also logon to remote drives that
12256         are mapped to drive letters.
12258 2008-04-10  Glenn Morris  <rgm@gnu.org>
12260         * xdisp.c (truncate-partial-width-windows): Doc fix.
12262 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12265         Move functions to minibuffer.el.
12266         (syms_of_fileio): Don't declare them.
12268 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12270         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12271         (syms_of_minibuf): Remove its initialization.
12273         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12275 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
12277         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12279 2008-04-09  Jason Rumney  <jasonr@gnu.org>
12281         * makefile.w32-in (distclean): Delete makefile too.
12282         (maintainer-clean): New target.
12284         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12286         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12287         for new font backend and composite cases.
12289 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
12291         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12292         Most of the code moved to run_timers.
12293         (do_pending_atimers): Call run_timers.
12294         (run_timers): New function.
12296         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12297         run atimers.
12299         * process.c (wait_reading_process_output): The same as above.
12301 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12303         * minibuf.c (last_exact_completion): Remove variable.
12304         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12305         (complete_and_exit_1, complete_and_exit_2)
12306         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12307         (Fdisplay_completion_list, display_completion_list_1)
12308         (Fminibuffer_completion_help, Fself_insert_and_exit)
12309         (Fexit_minibuffer, Fminibuffer_message): Move functions to
12310         minibuffer.el.
12311         (syms_of_minibuf): Remove corresponding initializations.
12313         * keyboard.c (Qdeactivate_mark): New var.
12314         (command_loop_1): Use it to call `deactivate-mark'.
12315         (syms_of_keyboard): Initialize it.
12317         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12318         to another frame.
12319         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12320         Don't call set_tty_color_mode.
12321         (store_frame_param): Reset previous_frame rather than call
12322         set_tty_color_mode.
12323         * term.c (set_tty_color_mode): Rewrite.
12324         * dispextern.h (set_tty_color_mode): New type.
12325         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12327 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12329         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12330         for generic chars, which do not exist any more in emacs-unicode.
12332 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
12334         * coding.c (detect_coding_emacs_mule)
12335         (Ffind_operation_coding_system): Fix typo.
12337 2008-04-08  Jason Rumney  <jasonr@gnu.org>
12339         * w32uniscribe.c (SNAME): Extract only symbol name.
12341         * w32font.h (struct w32_metric_cache): New struct.
12342         (w32font_info): Use it.
12343         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12344         (CACHE_BLOCKSIZE): New constants.
12346         * w32font.c (Qja, Qko, Qzh): New symbols.
12347         (syms_of_w32font): Initialise them.
12348         (font_matches_spec): Use them to filter by language.
12349         (recompute_cached_metrics): Remove function.
12350         (compute_metrics, clear_cached_metrics): New functions.
12351         (w32font_encode_char): Use them to manage metric cache.
12352         (w32font_text_extents): Cache metrics for all glyphs on demand.
12353         Delay converting glyph indices to WORD until needed.
12354         (w32font_open_internal): Initialize metric cache to empty.
12355         (registry_to_w32_charset): Charset should always be a symbol.
12356         (fill_in_logfont, list_all_matching_fonts): Family should
12357         always be a symbol.
12359 2008-04-06  Jason Rumney  <jasonr@gnu.org>
12361         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12362         Give up if glyph indices not supported.  Use uniscribe obtained
12363         ABC widths for individual metrics.  Map glyph clusters back to
12364         characters using fClusterStart flag.  Return number of glyphs
12365         produced, not chars processed.
12366         (uniscribe_shape): Map char at FROM to current glyph.
12368 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12370         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12371         Use SetMenuItemHierarchicalMenu.
12373 2008-04-05  Jason Rumney  <jasonr@gnu.org>
12375         * image.c (pbm_load): Allow color values up to 65535.
12376         Throw an error if max_color_idx is outside the supported range.
12377         Report an error when image size is invalid.
12378         Read two bytes at a time when raw images have max_color_idx above 255.
12380 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
12382         * w32.c (readdir): If FindFirstFile/FindNextFile return in
12383         cFileName a file name that includes `?' characters, use the 8+3
12384         alias in cAlternateFileName instead.
12386 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
12388         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12389         append "CCL: Quitted" when the CCL program is quitted.
12390         (setup_ccl_program): Initialize ccl->quit_silently to zero.
12392         * ccl.h (struct ccl_program): New member quit_silently.
12394 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
12396         * search.c (compile_pattern_1): Treat non-nil and non-string of
12397         search-spaces-regexp as nil.
12399         * minibuf.c (Fassoc_string): Tweak docstring.
12401 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
12403         * dired.c (Ffile_attributes): Support inode numbers wider than 32
12404         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
12405         2008-03-14 to force inode be positive.
12407         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12408         _S_* ones, since we now use our own sys/stat.h.
12409         (stat, fstat): Don't mangle the inode number.
12410         (init_user_info): Don't restrict UID and GID to 0-60000 range.
12412 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12414         * frame.h (struct frame): Give one more bit to `visible' since we use
12415         values larger than 1 to indicate obscured frames on ttys.
12417         * keymap.c (Qkeymap_canonicalize): New var.
12418         (Fmap_keymap_internal): New fun.
12419         (describe_map): Use keymap-canonicalize.
12421         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12422         (Fundo_boundary): Set them.
12423         (syms_of_undo): Initialize them.
12424         (record_point): Use them instead of last_point_position*.
12425         (last_undo_buffer): Change type.
12427 2008-04-04  Jason Rumney  <jasonr@gnu.org>
12429         * w32font.c (w32font_text_extents): Use font's ascent and descent.
12430         (recompute_cached_metrics): Don't set ascent and descent per char.
12432         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12433         (uniscribe_check_otf): Add GC protection before consing.
12434         Rearrange loop for counting features.
12436 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12438         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12439         buffer with byte-size of source buffer.
12441 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
12443         * callint.c (Fcall_interactively): Handle temporary region even
12444         when shift-select-mode is off.
12446 2008-04-03  Jason Rumney  <jasonr@gnu.org>
12448         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12450 2008-04-03  Kenichi Handa  <handa@m17n.org>
12452         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12453         (CATEGORY_MASK_UTF_16): Likewise.
12454         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12455         binary file.
12456         (detect_coding): Add null-byte detection for a binary file.
12457         (detect_coding_system): Likewise.
12459 2008-04-03  Jason Rumney  <jasonr@gnu.org>
12461         * w32uniscribe.c: New file.
12463         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12465         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12467         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12468         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12469         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12470         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12471         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12472         (Qphonetic): New symbols.
12473         (syms_of_w32font): Initialize them.
12474         (font_supported_scripts): Use them.
12475         (w32font_list_family): List all charsets.
12476         (w32font_text_extents, recompute_cached_metrics): Fix metric
12477         calculations.
12478         (w32_enumfont_pattern_entity): Make full_type a DWORD.
12479         Give opentype fonts their own format.
12480         (font_matches_spec): New arguments backend and logfont.
12481         Handle :otf spec for uniscribe backend.
12482         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12483         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12485         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12486         font backend.
12487         (globals_of_w32fns): Initialize uniscribe font backend.
12489         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
12490         dependencies.
12491         (w32uniscribe.$(O)): New file to build.
12492         (FONT_OBJ): Include w32uniscribe.$(O).
12493         (LIBS): Add uniscribe libraries.
12495         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12497 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
12499         * callint.c (Vshift_select_mode): New var.
12500         (Finteractive): Document new ^ spec.
12501         (Fcall_interactively): Call handle-shift-selection if the ^ spec
12502         is present.
12504         * keyboard.c (Vthis_command_keys_shift_translated): New var.
12505         (command_loop_1): Avoid running the direct display versions of
12506         forward-char and backward-char if shift-selection may occur.
12507         (read_key_sequence): Set Vthis_command_keys_shift_translated if
12508         shift-translation takes place.
12510         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12511         avoid clobbering by define-minor-mode.
12513         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12514         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12516         * syntax.c (Fforward_word): Add ^ interactive spec.
12518         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12519         (Fscroll_right): Add ^ interactive spec.
12521 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12523         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12525         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12527         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12529 2008-03-31  Juri Linkov  <juri@jurta.org>
12531         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12533 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
12535         * gtkutil.c (xg_set_geometry): Fix indentation.
12536         (xg_resize_outer_widget): Remove.
12537         (x_wm_size_hint_off): Fix indentation.
12538         (xg_frame_set_char_size): Call flush_and_sync after
12539         gtk_window_resize.
12540         (x_wm_set_size_hint): Pass NULL as geometry window to
12541         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12542         Add menu bar and tool bar height to base height.
12543         (xg_update_frame_menubar, free_frame_menubar)
12544         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12545         (update_frame_tool_bar, free_frame_tool_bar):
12546         Change xg_resize_outer_widget to xg_frame_set_char_size.
12548 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12550         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12551         (Fdbus_call_method): New parameter TIMEOUT.
12552         (dbus-send-signal): Optimize UNGCPRO call.
12554 2008-03-29  Juri Linkov  <juri@jurta.org>
12556         * window.c (Fdisplay_buffer): Move call to
12557         Vsplit_window_preferred_function out of conditions that check
12558         if window is eligible for vertical splitting.
12559         When Vsplit_window_preferred_function is non-nil, call it and use
12560         its non-nil return value as window.  Otherwise, continue doing
12561         vertical splitting using Fsplit_window with arg horflag=nil.
12562         (syms_of_window) <Vsplit_window_preferred_function>: Change the
12563         default value from `split-window' to nil.
12565 2008-03-29  Juri Linkov  <juri@jurta.org>
12567         * callint.c (Fcall_interactively): Revert 2008-03-16 change
12568         for interactive code letters 'b' and 'B'.
12570 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
12572         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12573         multibyte string.
12575 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12577         * keyboard.c (pending_funcalls): New var.
12578         (timer_check): Run it.
12579         (syms_of_keyboard): Initialize it.
12580         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12581         (Vdelete_terminal_functions): New vars.
12582         (syms_of_terminal): Initialize them.
12583         (Fdelete_terminal): Run delete-terminal-functions.
12584         * xdisp.c (safe_eval): Rewrite.
12585         (safe_call2): New fun.
12586         * frame.c (Qdelete_frame_functions): New var.
12587         (syms_of_frame): Initialize it.
12588         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12589         * lisp.h (safe_call2, pending_funcalls): Declare.
12591 2008-03-28  Andreas Schwab  <schwab@suse.de>
12593         * indent.c (Fmove_to_column): Move declaration before statements.
12595 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12597         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
12598         (struct frame): Use bit fields for boolean vars.
12600         * process.c (server_accept_connection): Simplify naming.
12601         (emacs_get_tty_pgrp): Use SDATA.
12603         * coding.c (decode_coding_object): Fix last change.
12605 2008-03-27  Jason Rumney  <jasonr@gnu.org>
12607         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12609 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12611         * charset.c (Fdefine_charset_internal): Change the way of
12612         registering charsets in Vcharset_order_list.
12613         (syms_of_charset): Make the charset `eight-bit' supplementary.
12615 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
12617         * regex.c (EXTEND_BUFFER): Change order of pointer addition
12618         operations, to avoid having the difference between pointers
12619         overflow.
12621 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12623         * indent.c (check_display_width): New fun.
12624         (scan_for_column): Use it.
12626         * data.c (syms_of_data): Mark most-positive-fixnum and
12627         most-negative-fixnum as constants.
12629         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12631         * indent.c (scan_for_column): Extract from current_column_1.
12632         Merge with the same code from Fmove_to_column.
12633         (current_column_1, Fmove_to_column): Use it.
12635 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * keymap.c (map_keymap_internal): New fun.
12638         (map_keymap): Use it.
12639         (Fmap_keymap_internal): New fun.
12640         (Fmap_keymap): Remove left-out test from before make_save_value.
12642         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12644         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12645         Use XCAR/XCDR.
12647         * process.h (struct Lisp_Process): Remove filter_multibyte.
12648         * process.c (QCfilter_multibyte): Remove.
12649         (setup_process_coding_systems): Don't use filter_multibyte.
12650         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12651         (read_process_output): Don't adjust multibyteness to filter_multibyte.
12652         (Fset_process_filter_multibyte): Change the coding-system to
12653         approximate the previous behavior.
12654         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12655         coding-system.
12657         * coding.c (decode_coding_object): When not decoding into a buffer,
12658         obey the coding system's preference of (uni|multi)byte.
12660 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12663         every char is changed and has a different byte-length.
12664         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12665         Fix int -> EMACS_INT.
12667 2008-03-23  David Hansen  <david.hansen@gmx.net>
12669         * dbusbind.c (xd_read_message): Remove extra copying of message
12670         strings.  Check for NULL `interface' or `member'.
12672 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
12674         * w32.c (readdir): If FindFirstFile/FindNextFile return in
12675         cFileName a file name that includes `?' characters, use the 8+3
12676         alias in cAlternateFileName instead.
12678 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12682 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12684         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12685         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
12686         work on current_buffer only instead (that was already the case
12687         for some of the code anyway).
12688         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12689         (temp_set_point, temp_set_point_both): Use EMACS_INT.
12690         (SET_PT, SET_PT_BOTH): Adjust.
12691         * intervals.h (set_point, temp_set_point, set_point_both)
12692         (temp_set_point_both): Remove redundant declarations.
12694 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * fileio.c (Finsert_file_contents):
12697         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12698         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
12699         when buffer != current_buffer anyway.
12701 2008-03-20  Andreas Schwab  <schwab@suse.de>
12703         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12704         as default.
12706 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12708         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12709         (syms_of_w32fns): Initialize them.
12710         (HOURGLASS_ID): New constant.
12711         (x_window_to_frame): Don't check hourglass_window.
12712         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12713         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12714         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12715         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12716         Only change the cursor if hourglass is not active.
12717         (Fx_create_frame): Initialize frame's current_cursor.
12718         (hourglass_atimer): Remove.
12719         (hourglass_started): New function.
12720         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12721         (show_hourglass): Adapt to w32, changing argument to frame.
12723         * w32term.h (struct w32_output): Remove hourglass_window.
12724         Add current_cursor.
12726         * eval.c (call_debugger, Fsignal):
12727         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12728         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12729         (Fexecute_extended_command, cancel_hourglass_unwind):
12730         * minibuf.c (read_minibuf):
12731         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12733 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12735         * window.c (run_funs): New fun.
12736         (run_window_configuration_change_hook): Use it to run the buffer-local
12737         and the global part of the hook.
12739         * xdisp.c (format_mode_line_unwind_data): Add window argument.
12740         (unwind_format_mode_line): Restore selected window.
12741         (x_consider_frame_title, Fformat_mode_line): Set selected window.
12743 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12745         * editfns.c (Fchar_equal): Check they are valid characters.
12747         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12749 2008-03-17  Andreas Schwab  <schwab@suse.de>
12751         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12752         against a charset.
12754         * lisp.h (Fbuffer_list): Declare.
12756 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
12758         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12759         handlebox_widget is != 0.
12761 2008-03-16  Juri Linkov  <juri@jurta.org>
12763         * callint.c (Fcall_interactively): For interactive code letters
12764         'b' and 'B' put the buffer list into the list of default "future"
12765         values of the minibuffer.
12767 2008-03-16  Andreas Schwab  <schwab@suse.de>
12769         * keyboard.c (read_key_sequence): Fix downcasing of letters with
12770         modifiers.
12772         * regex.c (re_match_2_internal): Correct matching of a charset
12773         against latin-1 characters.
12775 2008-03-16  Kenichi Handa  <handa@m17n.org>
12777         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12778         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12779         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12780         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12781         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12782         CHAR_STRING_ADVANCE.
12783         (produce_chars): Fix for the case that the source and the
12784         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
12785         instead of CHAR_STRING_ADVANCE.
12786         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12787         STRING_CHAR_ADVANCE.
12789 2008-03-15  Andreas Schwab  <schwab@suse.de>
12791         * regex.c (re_match_2_internal): Correct matching of eight bit
12792         characters in unibyte strings.
12794 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
12796         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12797         at end of range when it coincides with the end of the buffer.
12799 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12801         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12803         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12805 2008-03-14  Jason Rumney  <jasonr@gnu.org>
12807         * editfns.c (initial_tz): New variable.
12808         (syms_of_editfns): Initialize it.
12809         (Fset_time_zone_rule): Set it when first called.
12810         Use it when TZSTRING is nil.
12812         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12813         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12814         (monitor_from_point_fn, get_monitor_info_fn): New globals.
12815         (globals_of_w32fns): Initialize them.
12816         (compute_tip_xy): Use them to position tooltips.
12818 2008-03-14  Glenn Morris  <rgm@gnu.org>
12820         * emacs.c (main): Revert previous change.
12821         (standard_args): Revert -internal-script back to -scriptload,
12822         and remove the long-option form.
12824 2008-03-13  Glenn Morris  <rgm@gnu.org>
12826         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12827         Remove option -enable-font-backend.
12829 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12833 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
12835         * xterm.c (x_connection_closed): For GTK: If this is the last
12836         terminal just exit without closing the display.
12838 2008-03-11  Jason Rumney  <jasonr@gnu.org>
12840         * w32font.c (w32font_full_name): Use floor to round.
12842 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
12844         * sound.c (alsa_configure): Declare vol at beginning of block.
12846         * fontset.c (Ffontset_info): Remove extra semicolon.
12848 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12850         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12851         size of resulting string.
12853 2008-03-10  Jason Rumney  <jasonr@gnu.org>
12855         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12857 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12859         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12860         Don't pretend as if characters with display property haven't been
12861         consumed for string-replacing-string case.
12863 2008-03-08  Kim F. Storm  <storm@cua.dk>
12865         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12866         (get_next_display_element, next_element_from_string)
12867         (next_element_from_ellipsis, next_element_from_buffer): Use it.
12869 2008-03-08  Andreas Schwab  <schwab@suse.de>
12871         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12873 2008-03-06  Jason Rumney  <jasonr@gnu.org>
12875         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
12876         when charset not specified.  Only translate ANSI to unicode when
12877         font_type is truetype.
12878         (w32font_coverage_ok): New function.
12879         (add_font_entity_to_list): Use it to filter unsuitable fonts.
12881 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
12883         * lread.c (Fread_char): Resolve modifiers.
12884         (Fread_char_exclusive): Likewise.
12886         * character.c (char_resolve_modifier_mask): New function.
12887         (char_string): Use char_resolve_modifier_mask.
12888         (Fchar_resolve_modifiers): New function.
12889         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12890         function.
12892 2008-03-04  Jason Rumney  <jasonr@gnu.org>
12894         * makefile.w32-in: Always include w32font.c in the build.
12895         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12897 2008-03-04  Andreas Schwab  <schwab@suse.de>
12899         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12900         (versionclean): Likewise.
12902 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
12904         * .cvsignore: Add oo.
12906 2008-03-03  Andreas Schwab  <schwab@suse.de>
12908         * coding.c (decode_coding_object): Inhibit gap shrinking while
12909         decoding in place.
12911 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
12913         * w32term.c: Remove unused include "gnu.h".
12914         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12916         * gnu.h: Rename to ...
12917         * emacs-icon.h: ... this.
12918         * xterm.c: Use emacs-icon.h instead of gnu.h.
12919         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12921 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
12923         * w32font.c: Include math.h.
12925 2008-03-03  Jason Rumney  <jasonr@gnu.org>
12927         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12928         Compute options separately.
12929         (w32font_open_internal): Set glyph_idx before caching metrics.
12931         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12932         Define if system headers don't.
12933         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
12934         (w32font_encode_char): Don't declare here.
12936         * w32font.c (Quniscribe, QCformat): New symbols.
12937         (syms_of_w32font): Define them.
12938         (w32font_has_char): Indicate uncertainty.
12939         (w32font_encode_char): Encode as glyph point.  Make static.
12940         (recompute_cached_metrics): New function.
12941         (w32font_open_internal): Use it.  Set font to use glyph points
12942         initially.  Set format based on type of font.
12943         (w32font_text_extents, w32font_draw): Optionally use glyph points.
12944         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
12945         on it.  Set format based on information available here.
12946         (add_font_entity_to_list): Identify backend based on opentype_only.
12948 2008-03-02  Andreas Schwab  <schwab@suse.de>
12950         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12952         * coding.c (decode_coding_big5, produce_chars):
12953         Fix typos in last change.
12955 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
12957         * gnu.h: New icon.
12959 2008-03-02  Kenichi Handa  <handa@m17n.org>
12961         * coding.c (decode_coding_utf_8): When eol-type of CODING is
12962         `dos', don't decode '\r' if that is the last in the source.
12963         (decode_coding_utf_16, decode_coding_emacs_mule)
12964         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12965         (decode_coding_raw_text, decode_coding_charset): Likewise.
12966         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
12968 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12970         * w32font.c (w32font_full_name): Report point size for scalable fonts.
12972 2008-03-01  Kim F. Storm  <storm@cua.dk>
12974         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12976 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12978         * w32font.c (w32font_full_name): New function.
12979         (w32font_open_internal): Use it.
12981 2008-03-01  Kim F. Storm  <storm@cua.dk>
12983         * dispnew.c (line_draw_cost): Fix invalid glyph check.
12985 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12987         * font.c (font_unparse_fcname): Increase len when style is a symbol.
12989 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
12991         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12992         xg_frame_resized when the event is for the edit widget.
12994         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12996         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12997         set_char_size.
12998         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
12999         operations on widgets here.  Just set frame size if needed.
13000         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13001         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13002         (x_wm_set_size_hint): Set size hints on the edit widget only, not
13003         the whole frame.
13004         (xg_create_tool_bar): Move attachment of the tool bar to
13005         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
13006         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13008 2008-03-01  Jason Rumney  <jasonr@gnu.org>
13010         * w32fns.c (w32_msg_pump): Disable debug code.
13012 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13014         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13016 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
13018         * xdisp.c (next_overlay_string): Don't set
13019         overlay_strings_at_end_processed_p if we're currently reading from
13020         a display string.
13022 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13024         * xdisp.c (get_overlay_strings_1): Fix typo.
13026 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
13028         * xdisp.c (get_overlay_strings_1): Add missing argument type.
13030 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
13032         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13034         * xdisp.c (display_mode_element): Cancel the previous change.
13035         (decode_mode_spec): Likewise.
13036         (handle_auto_composed_prop): Don't make composition if it->string
13037         is a string.
13039 2008-02-27  Kim F. Storm  <storm@cua.dk>
13041         * lisp.h (GLYPH): Change type from int to struct with separate char
13042         and face_id members.
13043         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13044         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13045         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13046         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
13047         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
13048         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13049         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13050         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13051         handle new Lisp glyph code encoding, either an integer or a cons.
13053         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13054         (GLYPH_ALIAS): Delete.
13055         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13056         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13057         (GLYPH_FROM_CHAR): Replace macro by ...
13058         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
13060         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13061         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13062         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
13063         (GLYPH_INVALID_P): New macro.
13064         (spec_glyph_lookup_face): Update prototype.
13066         * dispnew.c (line_draw_cost): Adapt to new glyph type.
13067         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13068         new glyph code encoding.
13069         (spec_glyph_lookup_face): No return value; update passed glyph instead.
13070         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13072         * xdisp.c (get_next_display_element, next_element_from_display_vector):
13073         Adapt to new glyph type and new glyph code encoding.
13075         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13077         * indent.c (current_column, current_column_1, Fmove_to_column)
13078         (compute_motion): Adapt to new glyph code encoding.
13080         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13082 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
13084         * process.c (wait_reading_process_output): Check for window
13085         changes caused by timers.
13086         Suggested by Johan Bockgård.
13088 2008-02-27  Glenn Morris  <rgm@gnu.org>
13090         * emacs.c (USAGE1): Add `--disable-font-backend'.
13092 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13094         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13095         is made to the buffer.
13097 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13099         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13100         (face_at_string_position):
13101         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13102         (face_at_string_position):
13103         * xdisp.c (display_string, next_overlay_change):
13104         * buffer.h (overlays_at):
13105         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13106         Update callers.
13108 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
13110         * editfns.c (Fformat): Doc fix.
13112 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
13114         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13115         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13116         (Ffont_otf_alternates, Fquery_font): Doc fixes.
13118 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13120         * buffer.c (Fbuffer_swap_text): New function.
13121         (syms_of_buffer): Defsubr it.
13123 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
13125         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13127 2008-02-25  Jason Rumney  <jasonr@gnu.org>
13129         * w32font.c (w32font_draw): Draw one character at a time when padding.
13131 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13134         Handle a nil arg.  Use run_window_configuration_change_hook.
13135         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13136         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13137         Use run_window_configuration_change_hook.
13139 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
13141         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13142         1-pixel width.
13144 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
13146         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13147         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13148         if the glyph in the font is zero pixel with.
13150         * dispextern.h (struct glyph_string): New member padding_p.
13152         * w32font.c (w32font_draw): Pay attention to s->padding_p.
13154         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13156         * xfont.c (xfont_draw): Pay attention to s->padding_p.
13158         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13160         * font.c: If the font driver doesn't have `shape' function, return Qnil.
13162 2008-02-25  Jason Rumney  <jasonr@gnu.org>
13164         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13166 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13168         Allow fine-grained image-cache flushing.
13169         * dispextern.h (struct image): Add `dependencies' field.
13170         (clear_image_caches): Change arg to Lisp_Object.
13171         * image.c (make_image): Initialize `dependencies' field.
13172         (clear_image_cache): Change arg to allow fine-grained flushing.
13173         Perform the flush even if image-cache-eviction-delay is nil.
13174         (clear_image_caches): Change arg to Lisp_Object.
13175         (Fclear_image_cache): Expand meaning of the argument.
13176         (mark_image): Mark `dependencies' field.
13177         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13178         (lface_hash): Use XHASH rather than XFASTINT.
13179         (face_at_buffer_position): Fix int -> EMACS_INT position.
13180         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13181         (select_frame_for_redisplay): Remove code duplication.
13182         (redisplay_internal): Adapt arg to call to clear_image_caches.
13184 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
13186         * s/vms4-0.h:
13187         * s/vms4-2.h:
13188         * s/vms4-4.h:
13189         * s/vms5-5.h: Remove, unused.
13191         * s/irix5-2.h:
13192         * s/irix6-0.h:
13193         * s/riscos5.h:
13194         * s/mach-bsd4-3.h:
13195         * m/mips4.h: Remove files for obsolete systems.
13197         * Makefile.in:
13198         * filelock.c:
13199         * unexmips.c:
13200         * m/hp9000s300.h:
13201         * m/iris4d.h:
13202         * s/aix3-1.h:
13203         * s/hpux.h:
13204         * s/msdos.h:
13205         * s/usg5-0.h:
13206         * s/usg5-2-2.h:
13207         * s/usg5-2.h:
13208         * s/usg5-3.h: Remove references to obsolete variables.
13210         * s/irix5-0.h: Remove, move all the contents ...
13211         * s/irix6-5.h: ... here.  Simplify.
13212         * config.in: Regenerate.
13214 2008-02-24  Jason Rumney  <jasonr@gnu.org>
13216         * w32term.c (x_draw_glyph_string_background): Clear the background
13217         manually when cleartype is in use.
13218         (x_draw_glyph_string_foreground): Draw text transparently when
13219         cleartype is in use.
13221         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13222         a font into it unless we have to.
13224 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13226         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
13227         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
13229 2008-02-18  Jason Rumney  <jasonr@gnu.org>
13231         * w32fns.c (Fw32_shell_execute): Encode parameters.
13233 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
13235         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13237 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
13239         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13241 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
13243         * xterm.c (x_set_offset): Don't change the gravity if
13244         CHANGE_GRAVITY is -1.
13246 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
13248         * fileio.c (auto_save_error_occurred): New var.
13249         (auto_save_error): Set it.
13250         (Fdo_auto_save): Don't overwrite the error message if an auto-save
13251         error occurred.
13253 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
13255         * w32.c (globals_of_w32): Add initializations for
13256         g_b_init_get_sid_sub_authority and
13257         g_b_init_get_sid_sub_authority_count.
13259 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13261         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13262         (font_parse_xlfd): Use them for sanity check.
13263         (Finternal_set_font_style_table): Make sure the table is bijective.
13265         Consolidate the image_cache to the terminal struct.
13266         * termhooks.h (P_): Remove redundant def.
13267         (struct terminal): New field `image_cache'.
13268         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
13269         of FRAME_X_IMAGE_CACHE.
13270         * xterm.h (struct x_display_info): Remove image_cache field.
13271         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
13272         * w32term.h (struct w32_display_info): Remove image_cache field.
13273         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
13274         * macterm.h (struct mac_display_info): Remove image_cache field.
13275         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
13276         * xterm.c (x_term_init):
13277         * w32term.c (w32_term_init):
13278         * macterm.c (mac_term_init): Set the image_cache in the terminal.
13279         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13280         Remove declarations.
13281         (clear_image_caches, mark_image_cache): New declarations.
13282         * xfaces.c (clear_face_cache):
13283         * xdisp.c (redisplay_internal): Use clear_image_caches.
13284         * image.c (clear_image_cache): Don't check that a frame is on
13285         a window-system before checking if it shares the same cache.
13286         (clear_image_caches): New function.
13287         (Fclear_image_cache): Use it.
13288         (mark_image): Move from allo.c.
13289         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13290         * alloc.c (mark_image, mark_image_cache): Move to image.c.
13291         (mark_object): Don't call mark_image_cache for frames.
13292         (mark_terminals): Call mark_image_cache.
13294         * lisp.h (Fdelete_terminal): Declare.
13296         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13297         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13298         wrong_type_argument.
13300 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
13302         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13303         malayalam.el, and tamil.el.  Add sinhala.el.
13305 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * xterm.c (x_connection_closed): Consolidate identical tests.
13308         (x_delete_terminal): Don't crash if called via x_connection_closed.
13310 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
13312         * xdisp.c (decode_mode_spec): New arg string.
13313         (display_mode_element): Adjust for the above change.
13315 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13317         * callint.c (Fcall_interactively): Use AREF.
13319 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13323 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
13325         * xfns.c (Fx_show_tip): Set string to " " if empty.
13327 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
13329         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13330         with Qt.
13332 2008-02-17  Kenichi Handa  <handa@m17n.org>
13334         * ftfont.c (ftfont_shape): Return Lispy number.
13336         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13337         for GCs.
13338         (Finternal_set_font_selection_order): Call font_update_sort_order
13339         only when enable_font_backend is set.
13340         (realize_x_face): Set face->font_info to that of default face only
13341         when enable_font_backend is set.
13343         * xdisp.c (handle_composition_prop): Set it->c to the fist
13344         character of the composed region.
13345         (fill_composite_glyph_string): Set base_face->font_info to
13346         s->font_info.  Get a face for ascii from base_face->ascii_face.
13347         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13348         with a face already decided.
13349         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13350         non-negative.
13351         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13352         call font_prepare_composition unconditionally.
13354         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13356         * xterm.h (struct x_display_info): New member font.
13358         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13359         (x_set_mouse_face_gc, x_new_font): Likewise.
13360         (x_term_init): Setup display_info->font.
13361         (x_delete_terminal): Free display_info->font.
13363         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13365         * ftxfont.c (ftxfont_default_fid): Delete it.
13366         (ftxfont_open): Set xfont->fid to 0.
13367         (ftxfont_end_for_frame): Clear data specific to the frame and the
13368         font-driver.
13370         * xftfont.c (xftfont_default_fid): Delete it.
13371         (xftfont_open): Set xfont->fid to 0.
13373         * fontset.c (FONTSET_OBJLIST): New macro.
13374         (fontset_find_font): Update font-object list of the fontset.
13375         (free_realized_fontset): New function.
13376         (free_face_fontset): Call free_realized_fontset.
13377         (Ffont_info): Call font_close_object only when enable_font_backend
13378         is set.
13380         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13381         [HAVE_NTGUI]: Include w32term.h.
13382         [MAC_OS]: Include macterm.ch.
13383         (font_otf_ValueRecord): Use make_number.
13384         (font_finish_cache): Fix handling of reference count.
13385         (font_clear_cache): Update num_fonts.
13386         (font_open_entity): Update smallest_char_width and
13387         smallest_font_height of the frame.
13388         (font_close_object): Update num_fonts.
13389         (Fclear_font_cache): Fix finding the target cache data.
13391 2008-02-16  Glenn Morris  <rgm@gnu.org>
13393         * fontset.c (Finternal_char_font): Fix compilation warning.
13395 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
13397         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13398         instead of char arrays.  Enlarge the size of array passed to
13399         get_token_information.
13401         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13402         warnings.
13404 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
13406         * .gdbinit: Don't set `args', it breaks gdb --args.
13408 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13410         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13411         within a narrowed buffer.
13413 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
13415         * coding.c (decode_coding_object, encode_coding_object):
13416         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
13418 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13420         * coding.c (coding_set_destination): Use BEG_BYTE rather than
13421         hardcoding 1.
13422         (detect_coding_system):
13423         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13424         (string_char_to_byte, string_byte_to_char, insert_from_gap):
13425         * insdel.c (insert_from_gap):
13426         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13427         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13428         (string_to_multibyte):
13429         * character.c (chars_in_text, multibyte_chars_in_text):
13430         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13432         * character.h (FETCH_STRING_CHAR_ADVANCE)
13433         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13434         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13435         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13437         * casefiddle.c (casify_region): Only call after-change and composition
13438         functions on the part of the region that was changed.
13440         * keyboard.c (read_avail_input):
13441         * frame.c (Fdelete_frame): Call Fdelete_terminal.
13443 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13445         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13446         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13448 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
13450         * w32menu.c (push_submenu_start, push_submenu_end)
13451         (push_left_right_boundary, push_menu_pane, push_menu_item):
13452         * keyboard.c (read_key_sequence): Don't pass args with side effects
13453         to AREF, it fails when compiling with -DENABLE_CHECKING.
13455 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
13457         * Makefile.in (${lispsource}international/charprop.el):
13458         Delete this target.
13460         * search.c (boyer_moore): Fix incorrect synching of the trunk and
13461         emacs-unicode-2.
13463 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13465         * terminal.c (Fdelete_terminal): Clean up the `force' path.
13467 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13469         * frame.c (Qnoelisp): New symbol.
13470         (syms_of_frame): Initialize it.
13471         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13472         harmless Elisp code, from a strong `force' from x_connection_closed.
13473         * frame.h (Qnoelisp): Declare.
13474         * xterm.c (x_connection_closed): Pass `noelisp'.
13476         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13477         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13478         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13479         rather than `int' for the type of `type'.
13481 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
13483         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13485         * Makefile.in (GNUC): Remove support for gcc-1.x.
13487 2008-02-10  Richard Stallman  <rms@gnu.org>
13489         * lisp.h (ASET): Use AREF, not ASLOT.
13491 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13493         * lisp.h (ASET): Check bounds.
13495 2008-02-10  Glenn Morris  <rgm@gnu.org>
13497         * buffer.c (mode-name): Doc fix.
13499 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13501         * Makefile.in:
13502         * emacs.c:
13503         * gmalloc.c:
13504         * keyboard.c:
13505         * lisp.h:
13506         * m/ibm370aix.h:
13507         * process.c:
13508         * regex.c:
13509         * s/hpux.h:
13510         * sysdep.c:
13511         * sysselect.h:
13512         * systty.h:
13513         * unexec.c:
13514         * w32term.c:
13515         * xsmfns.c:
13516         * xterm.c: Remove code that deals with obsolete variables.
13518         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13520         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13521         nothing else needs it anymore.
13523 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
13525         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13526         instead of unibyte_char_to_multibyte.
13528 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13530         * s/gnu-linux.h: Remove commented out code.
13532         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13534         * Makefile.in: Update what RMS says about using autoconf.
13535         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13536         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13537         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13538         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13540 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13542         * keymap.c (Fkey_description): Move side effect outside of macro call.
13544         * xfaces.c (Finternal_make_lisp_face):
13545         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13547         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13548         (syms_of_fontset): Use ASET.
13550         * fns.c (concat): Move side effect outside of macro call.
13551         (hash_clear): Use ASET.
13553 2008-02-08  Richard Stallman  <rms@gnu.org>
13555         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13556         If FORCE, and frame has a surrogate minibuffer for another frame,
13557         delete the other frame first.
13559 2008-02-07  Timo Savola  <timo.savola@iki.fi>
13561         * xterm.c (x_detect_focus_change): Handle embed client message.
13562         (handle_one_xevent): Ditto.
13563         (handle_one_xevent): If embedded and we get a button press/release,
13564         request focus.
13565         (xembed_set_info, xembed_send_message): New functions.
13566         (x_make_frame_visible): Call xembed_set_info if embedded.
13567         (x_make_frame_invisible): Call xembed_set_info if embedded.
13568         (x_term_init): Initialize Xatom_XEMBED.
13569         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13570         (x_iconify_frame): Ditto.
13572         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13573         (enum xembed_info, enum xembed_message, enum xembed_focus)
13574         (enum xembed_modifier, enum xembed_accelerator): New.
13575         (xembed_set_info, xembed_send_message): Declare.
13576         (FRAME_X_EMBEDDED_P): New.
13578         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13579         gtk_plug_new.
13581         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13582         window ID of a frame.
13583         (x_window): Reparent frame if embedded.
13584         (Fx_create_frame): Don't set border width if embedded.
13586         * emacs.c (USAGE3): Add --parent-id.
13587         (standard_args): Ditto.
13589 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
13591         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13593 2008-02-07  Jim Meyering  <meyering@redhat.com>
13595         Use "do...while (0)", not "if (1)...else" in macro definitions.
13596         The latter provokes a warning from gcc about the empty else, when
13597         followed by ";".  Also, without that trailing semicolon, it would
13598         silently swallow up any following statement.
13599         * syntax.h (SETUP_SYNTAX_TABLE)
13600         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13601         * buffer.h (DECODE_POSITION): Likewise.
13602         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13603         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13604         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13605         (FETCH_CHAR_ADVANCE): Likewise.
13606         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13608 2008-02-07  Jim Meyering  <meyering@redhat.com>
13610         * lread.c [lint]: Don't include <sys/inode.h>.
13612 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * xselect.c (x_handle_dnd_message):
13615         * xmenu.c (digest_single_submenu, xmenu_show):
13616         * xdisp.c (with_echo_area_buffer_unwind_data)
13617         (format_mode_line_unwind_data, unwind_format_mode_line)
13618         (display_menu_bar):
13619         * eval.c (Ffetch_bytecode):
13620         * doc.c (store_function_docstring):
13621         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13622         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13623         * buffer.c (add_overlay_mod_hooklist): Use ASET.
13625 2008-02-07  Kenichi Handa  <handa@m17n.org>
13627         * ftxfont.c (ftxfont_open): Don't set
13628         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13630         * ftfont.c (ftfont_open): Fix previous change.
13632 2008-02-06  Jason Rumney  <jasonr@gnu.org>
13634         * w32font.c (w32font_text_extents): Fill in lbearing metric.
13635         Use cached metrics for ASCII characters.
13636         (w32font_open_internal): Don't set font's owning_frame.
13637         Cache metrics for ASCII characters.
13639         * w32font.h (struct w32font_info): Add ascii_metrics.
13640         Remove owning_frame.
13642 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
13644         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13645         to negative value.
13647         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13649         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13651         * charset.c (syms_of_charset): Set QCtest and Qeq.
13653 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13655         * process.c (Fstart_process):
13656         * callproc.c (Fcall_process): Handle the case where
13657         Funhandled_file_name_directory returns nil.
13659         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13660         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13661         * font.c (check_gstring): Use them and AREF to access the vector before
13662         we know it's really a gstring.
13663         (Ffont_shape_text): Fix typo.
13664         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13666         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13667         Declare.
13669         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13671 2008-02-05  Jason Rumney  <jasonr@gnu.org>
13673         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13674         Set smallest_font_height and smallest_char_width in display info.
13676 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
13678         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13680 2008-02-05  Miles Bader  <miles@gnu.org>
13682         * xfaces.c (get_lface_attributes, merge_named_face)
13683         (lookup_named_face, lookup_derived_face, realize_named_face):
13684         Revert 2008-02-01 change by cyd@stupidchicken.com.
13686 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
13688         * fontset.c (Ffontset_info): Handle the case of inhibitting the
13689         fallback fonts.
13690         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13692 2008-02-04  Jason Rumney  <jasonr@gnu.org>
13694         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13695         set full_name.
13696         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13698 2008-02-03  Jason Rumney  <jasonr@gnu.org>
13700         * makefile.w32-in (OBJ1): Include font.o here.
13701         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13703 2008-02-02  Jason Rumney  <jasonr@gnu.org>
13705         * makefile.w32-in (temacs): Bump EMHEAP to 21.
13707 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13709         * s/cygwin.h: Define VIRT_ADDR_VARIES.
13711         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13713 2008-02-01  Andreas Schwab  <schwab@suse.de>
13715         * Makefile.in (shortlisp, lisp): Update for rename of
13716         ../lisp/language/myanmar.el.
13718 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
13720         * xfaces.c (get_lface_attributes): Delete function.
13721         (merge_named_face, lookup_named_face, lookup_derived_face)
13722         (realize_named_face): Call lface_from_face_name directly, and use
13723         the fact that merge_face_vectors does not alter its FROM argument.
13725 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13727         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13728         input in the default locale.  Handle non-Unicode multibyte input.
13730 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13732         * fontset.c (reorder_font_vector): Exclude nil elements from the
13733         font group.  Don't try multiple fonts.
13734         (fontset_font): Adjust for the above change.
13735         (Finternal_char_font): Return nil if the found font doesn't
13736         contain the character ch.
13738         * Makefile.in (lisp, shortlisp): Add cham.el.
13740 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13742         * font.h (FONTP): Make it return 1 also for a font-object.
13744         * .gdbinit (xfontset): New function.
13746         * font.c (font_find_for_lface): Check if the character C is
13747         supported or not only for the first font.
13749         * fontset.c (reorder_font_vector): Fix typo.
13750         (fontset_find_font): Don't add a font-spec specifying a script.
13751         Use 0 (not Qt) for the indication of empty font-group.  Change the
13752         format of RFONT-DEF.  Return Qt if no font in the font-group
13753         support the character.
13754         (fontset_font): Adjust for the above change.  If no font was
13755         found the character, remember that.
13756         (face_for_char): Adjust for the change of RFONT-DEF.
13757         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13758         no font for the target.
13759         (Finternal_char_font): Adjust for the change of RFONT-DEF.
13761 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13763         * font.c (font_load_for_face): Handle the case that the font in
13764         face->lface is a string.
13766 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13768         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13770 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13772         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13773         Fix previous change.  If the frame is not on a window system,
13774         signal an error.
13776 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13778         * coding.c (decode_coding_object, encode_coding_object): Adjust
13779         marker positions after conversion.
13781         * lisp.h (struct Lisp_Marker): New member need_adjustment.
13783 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13785         * font.c (font_find_for_lface): Fix the handling of the return
13786         value of font_has_char.
13787         (Ffont_shape_text): Fix previous change.
13789         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13790         (fontset_ref_and_range): Delete it.
13791         (fontset_find_font): Call char_table_ref_and_range instead of
13792         FONTSET_REF_AND_RANGE.
13793         (make_fontset): Don't setup font groups of Latin here.
13794         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13795         (new_fontset_from_font): Make the specified font the default for
13796         all Latin characters.
13798 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13800         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13801         is on a window system before accessing the fontset of the frame.
13803 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13805         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13807         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13808         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13810         * font.c (Ffont_shape_text): If the font driver doesn't have a
13811         shaper function, make zero-width glyphs to have at least one-pixel
13812         width.  Fix setting of `to' field of glyphs.
13814 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13816         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13817         glyphs.
13819         * font.h (struct font_driver): Improve docstring of member `shape'.
13821 2008-02-01  Kenichi Handa  <handa@m17n.org>
13823         * composite.c (syms_of_composite): Fix docstring of
13824         auto-composition-function.
13826         * font.h (LGLYPH_SIZE): New macro.
13828         * font.c (Ffont_fill_gstring): Stop filling when a character not
13829         supported by the font is found.
13830         (Ffont_shape_text): When a shape callback function returns nil,
13831         try at most two more times with larger gstring.
13832         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
13834         * xdisp.c (handle_auto_composed_prop): Change the argument to
13835         auto-composition-function.
13837         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13838         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13839         Lispy glyph and store it in the lgstring.
13841         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13843         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13845 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13847         * font.c (Ffont_shape_text): Avoid unnecessary composition.
13849         * fontset.c (Vfont_encoding_charset_alist): New variable.
13850         (syms_of_fontset): DEFVAR it.
13851         (reorder_font_vector, fontset_find_font): Optimize for the case of
13852         no need of reordering.
13853         (face_for_char): Map the charset property by
13854         Vfont_encoding_charset_alist.
13856 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13858         * w32font.c (logfonts_match): Don't check adstyle here.
13859         (font_matches_spec): Check here against physical font instead.
13860         (add_font_entity_to_list): Avoid some substitutions.
13862         * font.c (font_parse_fcname): Default weight and slant to normal.
13863         (font_score): Prefer normal fonts if weight or slant unspecified.
13864         (font_score) [WINDOWSNT]: Scale weight difference down to closer
13865         match freetype scores.
13867 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13869         * w32font.c (w32font_text_extents): Don't use the frame stored in the
13870         font, as it may have been deleted.
13871         (w32_enumfont_pattern_entity): Map generic family to adstyle using
13872         most common hyphenless variation.
13873         (logfonts_match): Check generic family.
13874         (font_matches_spec): Don't check generic family here.
13875         (fill_in_logfont): Set generic family based on adstyle.
13877         * w32font.h (w32font_get_cache): Update declaration.
13879 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13881         * ftfont.c (ftfont_get_cache): Adjust the argument type.
13883         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13884         If none of the new drivers are available, call font_update_drivers
13885         with the old drivers.
13887         * w32font.c (w32font_get_cache): Adjust the argument type.
13889         * xfont.c (xfont_get_cache): Adjust the argument type.
13891         * font.h (struct font_driver): Change argument type of get_cache.
13893         * xftfont.c (xftfont_start_for_frame): Delete prototype.
13895         * font.c (Ffont_get): Fix arguments to Fassoc.
13896         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13897         (font_clear_cache): New function.
13898         (font_list_entities, font_matching_entity): Use font_get_cache.
13899         (font_update_drivers): Call font_clear_cache when finishing a driver.
13901         * fontset.c (fontset_find_font): Fix previous change.
13903 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13905         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13906         dpyinfo->font_table.
13907         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13908         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13910         * font.c (font_at): Handle the case that the arg C is negative.
13911         Handle the unibyte case.
13912         (Ffont_at): Call font_at with the arg C -1.
13914         * xdisp.c (handle_auto_composed_prop): Don't get a character at
13915         the position here, and call font_at with the arg C -1.
13916         Don't check the range of the existing composition at the point.
13918 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13920         * fontset.c (fontset_add): New args charset_id and family.
13921         Change caller.
13922         (load_font_get_repertory, fontset_find_font): Assume that
13923         font_spec is always a font-spec object.
13924         (Fset_fontset_font): Always store a font-spec object in a fontset.
13926         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13927         instead of get_property_and_range.
13929 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13931         * xftfont.c (struct xftfont_info): Delete the member ft_face.
13932         (xftfont_open): Don't keep locking face.
13933         (xftfont_close): Don't unlock face.
13934         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13936         * fontset.c (fontset_find_font): Don't prefer a font of
13937         supplementary charset.
13939 2008-02-01  Kenichi Handa  <handa@m17n.org>
13941         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13942         script, langsys_tag to langsys, new member script.
13943         (OTF_TAG_STR): Terminate by '\0'.
13944         (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13945         listing to the script specified in that property.  Fix arg to
13946         OTF_check_features.
13948 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13950         * w32font.h: New file.
13952         * w32font.c: Include it.
13953         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
13954         (w32font_open): Set owning_frame.
13955         (w32font_text_extents): Use owning_frame.
13956         (struct font_callback_data): Add opentype_only field.
13957         (add_font_entity_to_list): Use it to filter fonts.
13958         Don't check against full name.
13959         (w32font_list_internal): New function.
13960         (w32font_list): Use it.
13961         (w32font_match_internal): New function.
13962         (w32font_match): Use it.
13963         (w32font_open_internal): New function.
13964         (w32font_open): Use it.
13965         (w32font_get_cache, w32font_close, w32font_has_char)
13966         (w32font_encode_char, w32font_text_extents, w32font_draw):
13967         Make non-static.
13969         * makefile.w32-in (w32font.o): Depend on w32font.h.
13971 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13973         * charset.c (Fdefine_charset_internal): Record a supplementary
13974         charset at the tail of Vcharset_order_list.
13976         * font.c (Ffont_shape_text): Fix the return value.
13978         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13980         * xdisp.c (handle_auto_composed_prop): Fix previous change.
13982 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13984         * ftfont.c (struct OpenTypeSpec): New struct.
13985         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13986         (ftfont_get_open_type_spec): New function.
13987         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13989         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13991 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13993         * w32font.c (add_font_entity_to_list): Compare only the beginning
13994         of full name.
13996 2008-02-01  Kenichi Handa  <handa@m17n.org>
13998         * xdisp.c (handle_auto_composed_prop): Simplify the code.
13999         Never return HANDLED_RECOMPUTE_PROPS.
14001 2008-02-01  Kenichi Handa  <handa@m17n.org>
14003         * font.c (font_gstring_produce): Delete it.
14005         * composite.h (COMPOSITION_METHOD):
14006         Handle COMPOSITION_WITH_GLYPH_STRING.
14008 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14010         * xfont.c (Qx): Delete.
14011         (syms_of_xfont): Don't initialize Qx.
14013         * composite.h (enum composition_method):
14014         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14016 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14018         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14019         (choose_face_font): Accept new form of font-spec.
14021         * frame.h (font_driver_list): Declare it unconditionally.
14022         (struct frame): Define members font_driver_list and font_data_list
14023         unconditionally.
14025         * fontset.c: Include "font.h" unconditionally.
14026         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14027         (Fset_fontset_font): Accept a font-spec object.
14029         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14030         PIXEL_SIZE part a wild card.
14032         * dispextern.h (struct glyph_string): Define members clip and
14033         num_clips unconditionally.
14034         (struct face): Define members font_info and extra unconditionally.
14036         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14037         ftfont_info only when HAVE_LIBOTF is defined.
14039 2008-02-01  Andreas Schwab  <schwab@suse.de>
14041         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14042         and end.
14044 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14046         * w32font.c (w32font_driver): Add new fields.
14048 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14050         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14051         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14052         (LIBES): Add @M17N_FLT_CFLAGS@.
14054         * composite.c (compose_text): Don't treat the new style
14055         composition specially.
14057         * emacs.c (main): Call syms_of_font unconditionally.
14059         * font.h (FONT_ENTITY_NOT_LOADABLE)
14060         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14061         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14062         (struct font_driver): New member shape.
14063         (font_registry_charsets): Extern it.
14064         (font_find_for_lface, font_prepare_composition): Adjust prototype.
14065         (font_otf_capability, font_drive_otf): Delete their externs.
14067         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14068         (font_charset_alist, font_registry_charsets): Move from xfont.c
14069         and rename.
14070         (font_prop_validate_otf): New function.
14071         (font_property_table): Register it for QCotf.
14072         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14073         (font_drive_otf): Delete.
14074         (font_prepare_composition): New arg F.  Adjust for the change of
14075         lispy gstring.
14076         (font_find_for_lface): New arg C.
14077         (font_load_for_face): Adjust for the change of font_find_for_lface.
14078         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14079         lispy gstring.
14080         (Ffont_shape_text): New function.
14081         (Fopen_font): If the font size is not given, use 12-pixel.
14082         (Ffont_at): New arg STRING.
14083         (syms_of_font): Initialize font_charset_alist.
14084         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
14085         conditionally.
14087         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14088         fonts of the same font-spec.  Change the format of RFONT-DEF.
14089         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14090         Adjust for the change of RFONT-DEF.
14091         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14093         * ftfont.h: New file.
14095         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
14096         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14097         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14098         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14099         font_otf_capability and font_drive_otf, set ftfont_shape.
14100         (ftfont_list): Adjust for the change of :otf property value.
14101         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14102         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14103         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14104         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14105         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14106         (otf_gstring, gstring, m17n_flt_initialized): New variables.
14108         * w32term.c (x_draw_composite_glyph_string_foreground):
14109         Adjust for the change of lispy gstring.
14111         * xdisp.c (handle_composition_prop): Adjust for the change of
14112         lispy gstring.  Call a function for auto-composition with the
14113         third arg it->window.
14114         (fill_composite_glyph_string): Adjust for the change of lispy string.
14115         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14117         * xfaces.c (set_font_frame_param): Adjust for the change of
14118         font_find_for_lface.
14120         * xfont.c (x_font_charset_alist): Move to font.c and rename.
14121         (xfont_registry_charsets): Likewise.  Change caller.
14122         (syms_of_xfont): Don't handle x_font_charset_alist.
14124         * xftfont.c: Include "ftfont.h".
14125         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14126         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14127         (xftfont_close) [HAVE_LIBOTF]: Close otf.
14128         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14129         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14130         Set xftfont_driver.shape to xftfont_shape.
14132         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14133         the change of lispy gstring.
14135 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14137         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14139 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14141         * w32font.c (w32font_draw): Fill background manually.
14143 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14145         * font.c (Qfontp): Remove unused symbol.
14146         (QCantialias): New symbol.
14147         (syms_of_font): Define it.
14148         (font_property_table): Set a validator for QCantialias.
14150         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14151         Define if not already.
14152         (QCfamily): Share with xfaces.c.
14153         (Qstandard, Qsubpixel, Qnatural): New symbols.
14154         (syms_of_w32font): Define them.  Don't define QCfamily here.
14155         (w32_antialias_type, lispy_antialias_type): New functions.
14156         (w32_enumfont_pattern_entity): New arg requested_font.
14157         Set antialias parameter if non-default was requested.
14158         (fill_in_logfont): Fill in lfQuality if :antialias specified.
14160 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14162         * lread.c (read1): Undo the previous change.
14164 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
14166         * frame.c (Fdelete_frame): Call font_update_drivers only when
14167         USE_FONT_BACKEND is defined.
14169 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14171         * font.h (struct font_bitmap): New member bits_per_pixel.
14172         (struct font_driver): New members start_for_frame and end_for_frame.
14173         (struct font_data_list): New struct.
14174         (font_put_frame_data, font_get_frame_data): Extern them.
14176         * frame.h (struct frame): New member font_data_list.
14178         * font.c (font_update_drivers): Call driver->start_for_frame and
14179         driver->end_for_frame at proper timings.
14180         (font_put_frame_data, font_get_frame_data): New functions.
14181         (Ffont_spec): Add usage in the docstring.
14183         * frame.c (make_frame): Initialize f->font_data_list to NULL.
14184         (Fdelete_frame): Call font_update_drivers.
14186         * xftfont.c (struct xftface_info): Delete the member xft_draw.
14187         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14188         (xftfont_get_xft_draw): New function.
14189         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14190         (xftfont_end_for_frame): New function.
14191         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14193         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14194         Change argument.  Cache GCs in the per-frame data.
14195         (struct ftxfont_frame_data): New struct.
14196         (ftxfont_draw_bitmap): New arg gc_fore and flush.
14197         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14198         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
14199         (ftxfont_end_for_frame): New function.
14200         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14202         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14204 2008-02-01  Kenichi Handa  <handa@m17n.org>
14206         * xselect.c (Vselection_coding_system)
14207         (Vnext_selection_coding_system): Delete them.
14208         (syms_of_xselect): Don't declare selection-coding-system and
14209         next-selection-coding-system.  They are declared in select.el.
14211 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14213         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14215         * w32fns.c: Include imm.h.
14216         (get_composition_string_fn, get_ime_context_fn): New optional
14217         system functions.
14218         (globals_of_w32fns): Load them from imm32.dll.
14219         (ignore_ime_char): New flag.
14220         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14221         WM_IME_ENDCOMPOSITION messages.
14223         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14224         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14226 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14228         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14229         (READCHAR_REPORT_MULTIBYTE): New macro.
14230         (readchar): New 2nd arg MULTIBYTE.
14231         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14232         Make symbol's name multibyte according to the multibyteness of the
14233         source.
14235 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14237         * xfaces.c (face_for_overlay_string): Call lookup_face with
14238         correct arguments (fix of synching with the trunk).
14240 2008-02-01  Kenichi Handa  <handa@m17n.org>
14242         * font.c (font_prop_validate_symbol, font_prop_validate_style)
14243         (font_prop_validate_non_neg, font_prop_validate_spacing):
14244         Delete argument prop_index.
14245         (font_property_table): Change arguments to validater.  Change Callers.
14246         (font_lispy_object): Delete.
14247         (font_at): Use font_find_object instead fo font_lispy_object.
14249 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
14251         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14252         and file names.
14254 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14256         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14257         (font_matches_spec): Remove debug output.
14258         (add_font_entity_to_list): Avoid using substituted fonts.
14260 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14262         * doc.c (Fsnarf_documentation):
14263         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14265 2008-02-01  Miles Bader  <miles@gnu.org>
14267         * dispextern.h (struct glyph_row): Only define "clip" field if
14268         HAVE_WINDOW_SYSTEM is defined.
14270 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14272         Fix up multi-tty merge.
14274         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14275         and indentation.
14277         * xfaces.c (free_realized_face, clear_face_gcs):
14278         Include font_done_for_face in the input_blocked section, just in case.
14280         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14281         (get_char_face_and_encoding): Undo last change and remove the *other*
14282         duplicate definition (i.e. keep the one that's better scoped and that
14283         includes code for the font-backend).
14285         * terminal.c (create_terminal): Default keyboard_coding to
14286         `no-conversion' and terminal_coding to `undecided'.
14288         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14290         * fontset.c (free_realized_fontsets): Check that the table entry does
14291         contain a fontset before trying to compare it to `base'.
14293         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14294         syms_of_charset, and syms_of_coding earlier because init_window_once
14295         now needs Vcoding_system_hash_table to be setup.
14297         * coding.h (default_buffer_file_coding): Remove.
14299         * coding.c (default_buffer_file_coding): Remove.
14300         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14301         than ->symbol, and use the terminal-local coding system.
14302         (syms_of_coding): Don't setup the coding-systems that are not
14303         terminal-local.
14304         (Fdefine_coding_system_internal): Use XCAR/XCDR.
14306         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14307         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14309         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
14310         in chartab.c and were re-added here by mistake.
14311         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14313         * doc.c (Fsnarf_documentation):
14314         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14315         src to etc.
14317         * ChangeLog.10: Add mistakenly removed entry.
14319 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
14321         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14323 2008-02-01  Miles Bader  <miles@gnu.org>
14325         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14326         Add extra args to FACE_FOR_CHAR.
14328 2008-02-01  Kenichi Handa  <handa@m17n.org>
14330         * keymap.c (where_is_internal_1): If key is a cons, store the copy
14331         in sequence.
14333         * chartab.c (map_sub_char_table, map_char_table): If the range
14334         contains just one character, call the function with that character
14335         even if the depth is not 3.
14337 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14339         * w32font.c (w32font_text_extents): Calculate metrics for the
14340         whole string.
14342 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14344         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14346 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14348         * w32term.c (x_set_glyph_string_clipping): Use
14349         get_glyph_string_clip_rects.
14350         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14351         Adjust for the change of struct glyph_string.
14353         * w32font.c (w32font_draw): Do clipping here.
14355 2008-02-01  Kenichi Handa  <handa@m17n.org>
14357         * xftfont.c (xftfont_draw): Adjust for the change of struct
14358         glyph_string.
14360         * xterm.c (x_set_glyph_string_clipping): Use
14361         get_glyph_string_clip_rects.
14362         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14363         Adjust for the change of struct glyph_string.
14365         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14366         the resulting clip(s}.
14367         (expose_overlaps): Add arg r.  Change callers.  Set it to
14368         row->clip temporarily.
14369         (expose_window): Redraw rows overlapping the exposed area.
14371         * dispextern.h (struct glyph_row): New member clip.
14372         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14373         clip_height, new member clip, and num_clips.
14375 2008-02-01  Kenichi Handa  <handa@m17n.org>
14377         * data.c (Fchar_or_string_p): Fix docstring.
14379 2008-02-01  Kenichi Handa  <handa@m17n.org>
14381         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14382         create a temporary XftDraw object.
14384 2008-02-01  Kenichi Handa  <handa@m17n.org>
14386         * font.c (Ffontp): Fix docstring.
14388         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14389         strong evidence of ISO-2022.
14391 2008-02-01  Kenichi Handa  <handa@m17n.org>
14393         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14394         SYNTAX_ENTRY_FOLLOW_PARENT.
14396 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14398         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14399         its type.
14400         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14401         Update to the new type of weak_hash_tables and next_weak.
14403         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14404         a plain C pointer to Lisp_Hash_Table.
14406         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14407         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14408         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14409         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14410         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14411         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14412         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14413         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14414         (GC_EQ): Remove since they've been identical to their non-GC_
14415         alter-egos ever since the markbit was eradicated.
14417         * alloc.c:
14418         * buffer.c:
14419         * buffer.h:
14420         * data.c:
14421         * fileio.c:
14422         * filelock.c:
14423         * fns.c:
14424         * frame.h:
14425         * lisp.h:
14426         * macterm.c:
14427         * print.c:
14428         * process.c:
14429         * w32fns.c:
14430         * w32menu.c:
14431         * w32term.c:
14432         * xfns.c:
14433         * xmenu.c:
14434         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14436 2008-02-01  Kenichi Handa  <handa@m17n.org>
14438         * chartab.c (map_sub_char_table): Make it work for the top-level
14439         char-table.  Fix handling of parent char-table.
14440         (map_char_table): Adjust for the above change.
14442 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14444         * w32font.c (Qgdi): Rename from Qw32.
14446 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14448         * w32bdf.c (get_quoted_string): Make function static.
14450 2008-02-01  Kenichi Handa  <handa@m17n.org>
14452         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14453         bigger ascent and descent than those of the font, use them as
14454         font's ascent and descent.
14456 2008-02-01  Kenichi Handa  <handa@m17n.org>
14458         * Makefile.in (${lispsource}international/charprop.el): Move this
14459         target within "#ifdef HAVE_UNIDATA" and "#endif".
14461 2008-02-01  Kenichi Handa  <handa@m17n.org>
14463         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14464         (shortlisp): Add ../lisp/language/tai-viet.el.
14466 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
14468         * Makefile.in (${lispsource}international/charprop.el): Depend on
14469         temacs${EXEEXT}.
14471 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14473         * w32font.c (w32font_close): Delete the GDI font object.
14475         * w32menu.c: Include character.h.
14477         * w32proc.c: Likewise.
14479         * w32select.c: Likewise.
14481         * makefile.w32-in (w32proc.o): Depend on character.h.
14483 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14485         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14487         * w32menu.c (syms_of_w32menu): Likewise.
14489         * w32proc.c (syms_of_ntproc): Likewise.
14491         * w32select.c (syms_of_w32select): Likewise.
14493         * w32term.c (syms_of_w32term): Likewise.
14495 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14497         * w32font.c (w32font_draw): Delete brush after using it.
14499 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14501         * w32font.c (w32font_open): Don't set font_idx.
14502         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14503         to font settings.
14504         (w32font_draw): Fill background explicitly.
14506 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14508         * w32term.c (w32_initialize): Don't call w32font_initialize.
14510         * w32font.c (w32font_info): Remove subranges.
14511         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14512         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14513         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14514         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14515         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14516         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14517         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14518         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14519         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14520         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14521         New symbols.
14522         (font_callback_data): New struct.
14523         (w32font_list, w32font_match): Use it.
14524         (w32font_open): Don't populate subranges.
14525         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14526         (w32font_encode_char): Always return unicode code-point as-is.
14527         (w32font_text_extents): Supply a transformation matrix to
14528         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
14529         twice.  Use unicode version of GetTexExtentPoint32 instead of
14530         glyph index version.
14531         (set_fonts_frame): Remove.
14532         (w32_enumfont_pattern_entity): Add frame parameter, use it to
14533         set frame parameter.  Use backward compatible fake foundries.
14534         Save generic family in extra slot under QCfamily.  Make width slot
14535         constant.  Save QCspacing value.  Save list of scripts instead of
14536         binary subranges.
14537         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14538         (add_font_entity_to_list): Use font_callback_data struct.  Filter
14539         unwanted fonts.
14540         (add_one_font_entity_to_list): Use font_callback_data struct.
14541         (w32_registry): Default to iso10646_1.
14542         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
14543         string font registries.  Don't fill in font name if it is a generic
14544         family name, fill family instead.  Use spacing, family and script
14545         extra info to fill pitch, family and charset fields.
14546         (list_all_matching_fonts): Use font_callback_data struct.
14547         (unicode_range_for_char): Remove.
14548         (font_supported_scripts): New function.
14549         (w32font_initialize): Remove.
14550         (syms_of_w32font): Update which symbols are defined.
14552 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14554         * font.c (font_pixel_size): Reverse assq_no_quit args.
14556         * w32term.h (FONT_WIDTH): Report max width, not average.
14557         (FONT_MAX_WIDTH): Remove.
14558         (FONT_AVG_WIDTH): New macro.
14560         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14561         redefinition of FONT_WIDTH.
14563         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14564         (w32_cache_char_metrics): Use FONT_WIDTH.
14566         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14568 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14570         * w32font.c (w32font_open): Make lfHeight negative.
14572         * w32fns.c (x_default_font_parameter): Use new style font name.
14573         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14575 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14577         * w32font.c (QCsubranges): New symbol.
14578         (w32font_open, w32font_has_char): Get subranges from subproperty
14579         of extra.
14580         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14581         (syms_of_w32font): Define :subranges symbol.
14583         * font.c (font_put_extra): Expose externally.
14585         * font.h (font_put_extra): Move declaration from font.c.
14587         * font.c (Ffont_get): Use font driver to determine otf capability.
14588         (adjust_anchor): Check if driver defines anchor_point before using.
14590         * w32font.c (w32font_open): Handle size, height and pixel_size better.
14591         (w32font_draw): Use options.
14592         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14593         Fix detection of truetype fonts.
14594         (registry_to_w32_charset): Handle charsets other than iso8859-1
14595         expressed as lisp symbols.
14596         (w32_registry): Express charset as lisp symbol.
14597         (fill_in_logfont): Reverse pixel and point height logic.
14598         Don't set width here.  Set quality to default.
14600         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14601         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14603         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14604         Remove redundant loop and allocation.
14606         * makefile.w32-in (font.o, w32font.o): New objects.
14607         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14608         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14610         * xdisp.c (fill_composite_glyph_string): Make the first arg to
14611         STORE_XCHARB a valid l-value.
14613         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14614         calculations for non-Truetype fonts.
14615         (x_draw_glyph_string): Sync with xterm.c.
14616         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14617         Remove redundant code.
14618         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14620         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14621         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14623         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14624         (x_to_w32_charset, w32_to_x_charset): Expose externally.
14626         * w32font.c: New file for w32 font backend.
14628 2008-02-01  Kenichi Handa  <handa@m17n.org>
14630         * term.c: Don't include "buffer.h" twice.
14632 2008-02-01  Kenichi Handa  <handa@m17n.org>
14634         * character.c (Funibyte_string): New function.
14635         (syms_of_character): Defsubr it.
14637 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14639         * w32term.c [USE_FONT_BACKEND]:
14640         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14641         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14642         (x_draw_glyph_string, x_draw_glyph_string_foreground)
14643         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14644         (x_free_frame_resources): Sync with xterm.c.
14646 2008-02-01  Andreas Schwab  <schwab@suse.de>
14648         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14649         char-table size.
14651 2008-02-01  Kenichi Handa  <handa@m17n.org>
14653         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14655 2008-02-01  Kenichi Handa  <handa@m17n.org>
14657         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14658         font_otf_gpos, add font_drive_otf.
14660         * fontset.c (fontset_find_font): Pay attention to font size
14661         specified for a font.
14662         (reorder_font_vector): Check contents of font_def.
14664         * font.c (struct otf_list): Delete it.
14665         (otf_list): Make it a lisp variable.
14666         (otf_open): Use lispy otf_list.
14667         (generate_otf_features): Rename from parse_gsub_gpos_spec.
14668         (check_otf_features): New function.
14669         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14670         New functions.
14671         (font_drive_otf): New function merging font_otf_gsub and
14672         font_otf_gpos.
14673         (font_open_for_lface): New arg spec.  Change argument order.
14674         (font_load_for_face): Adjust for the change of font_open_for_lface.
14675         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14676         Ffont_otf_gpos.
14677         (syms_of_font): Staticpro otf_list.  Delete defsubr of
14678         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
14680         * xfaces.c (set_font_frame_param): Adjust for the change of
14681         font_open_for_lface.
14683         * font.h (font_open_for_lface): Adjust prototype.
14684         (struct font_driver): Delete members otf_gsub and otf_gpos, add
14685         member otf_drive.
14686         (font_otf_gsub, font_otf_gpos): Delete externs.
14687         (font_drive_otf): Extern it.
14689 2008-02-01  Kenichi Handa  <handa@m17n.org>
14691         * font.c (font_at): If the window W is not on a window system,
14692         return Qnil.
14694         * coding.c (produce_chars, encode_coding): Don't call
14695         insert_from_gap if no characters to produce.
14697 2008-02-01  Kenichi Handa  <handa@m17n.org>
14699         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14700         Fclear_face_cache.
14702         * xfaces.c (face_for_font): Check also face->font==font->font.font.
14704 2008-02-01  Miles Bader  <miles@gnu.org>
14706         * emacs.c (main): Change default value of `enable_font_backend' to 1.
14707         Parse "--disable-font-backend" option.
14708         (standard_args): Add "--disable-font-backend" option.
14710 2008-02-01  Kenichi Handa  <handa@m17n.org>
14712         * fontset.c (fontset_find_font): New function.
14713         (fontset_font): Use fontset_find_font.
14714         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14715         Register the specified font for all Latin characters.
14716         (new_fontset_from_font): Register the specified font for all Latin
14717         characters.
14718         (dump_fontset): For a realized fontset, include the base fontset
14719         name in the returned vector.
14721 2008-02-01  Kenichi Handa  <handa@m17n.org>
14723         * character.h (CHAR_STRING): Cast C to unsigned on calling
14724         char_string.
14726         * character.c (char_string): Type of arg C changed to unsigned.
14727         Signal an error if C is an invalid character code.
14729         * editfns.c (general_insert_function, Fchar_to_string):
14730         Use CHARACTERP, not INTEGERP.
14732 2008-02-01  Kenichi Handa  <handa@m17n.org>
14734         * character.h (MIN_MULTIBYTE_LEADING_CODE)
14735         (MAX_MULTIBYTE_LEADING_CODE): New macros.
14737         * regex.c (analyse_first): Fix for multibyte characters in "case
14738         charset:" and "case categoryspec:".
14740 2008-02-01  Andreas Schwab  <schwab@suse.de>
14742         * Makefile.in (LIBES): Move standard libraries to the end.
14744 2008-02-01  Kenichi Handa  <handa@m17n.org>
14746         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14747         nonzero, don't shrink the buffer nextb.
14749         * buffer.h (struct buffer_text): New member inhibit_shrinking.
14751         * coding.c (coding_alloc_by_making_gap): New arg offset.
14752         (alloc_destination): Call coding_alloc_by_making_gap with the arg
14753         offset.
14754         (decode_coding_iso_2022): Update coding->safe_charsets.
14755         (decode_coding_gap): Temporarily set
14756         current_buffer->text->inhibit_shrinking to 1.
14758 2008-02-01  Kenichi Handa  <handa@m17n.org>
14760         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14761         indexing into elements of s->cmp and s->char2b.
14763 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
14765         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14767 2008-02-01  Kenichi Handa  <handa@m17n.org>
14769         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14770         target_multibyte instead of multibyte.
14771         (re_match_2_internal): Call bcmp_translate with target_multibyte.
14772         (bcmp_translate): Change the argument name from multibyte to
14773         target_multibyte.
14775 2008-02-01  Kenichi Handa  <handa@m17n.org>
14777         These changes are to compile a regexp into a pattern that can be
14778         used both for multibyte and unibyte targets.
14780         * Makefile.in (search.o): Depend on charset.h.
14782         * character.c (multibyte_char_to_unibyte_safe): New function.
14784         * search.c: Include "charset.h".
14785         (compile_pattern_1): Delete argument multibyte.  Don't set
14786         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
14787         (compile_pattern): Don't compare cp->buf.target_multibyte.
14788         Compare cp->buf.charset_unibyte.
14789         (compile_pattern): Set cp->buf.target_multibyte.
14791         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14793         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14795         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14796         multibyte.  Change callers.
14797         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14798         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
14799         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14800         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14801         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14802         (regex_compile): Make the compiled pattern usable both for
14803         multibyte and unibyte targets.
14804         (analyse_first): Make the fastmap usable both for multibyte and
14805         unibyte targets.
14806         (TRANSLATE_VIA_MULTIBYTE): Delete.
14807         (re_match_2_internal): Pay attention to the case that the
14808         multibyteness of bufp and target may be different.
14810 2008-02-01  Kenichi Handa  <handa@m17n.org>
14812         * xdisp.c (x_produce_glyphs): When a font is not found, make the
14813         empty box occupy at least one column width.
14815 2008-02-01  Miles Bader  <miles@gnu.org>
14817         * Makefile.in: Remove redundant HAVE_XFT clause.
14819 2008-02-01  Kenichi Handa  <handa@m17n.org>
14821         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14823 2008-02-01  Kenichi Handa  <handa@m17n.org>
14825         * fontset.c (Finternal_char_font): Fix for the case of POSITION
14826         being nil.
14828 2008-02-01  Kenichi Handa  <handa@m17n.org>
14830         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14832 2008-02-01  Kenichi Handa  <handa@m17n.org>
14834         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14836 2008-02-01  Kenichi Handa  <handa@m17n.org>
14838         * search.c (simple_search): Fix previous change.
14840 2008-02-01  Kenichi Handa  <handa@m17n.org>
14842         * xftfont.c (ftfont_font_format): Extern declaration.
14844         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14846         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14847         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14849         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14850         (ftfont_font_format): Fix previous change.
14852         * font.h (Ffont_xlfd_name): EXFUN it.
14854         * font.c (font_parse_xlfd): Fix the array size of `f'.
14855         (register_font_driver): Use EQ to compare driver->type.
14857         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14858         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14859         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14861 2008-02-01  Kenichi Handa  <handa@m17n.org>
14863         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14864         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14866 2008-02-01  Kenichi Handa  <handa@m17n.org>
14868         * xfont.c (xfont_open): Set font->format.
14870         * xftfont.c (xftfont_open): Set font->format.
14872         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14873         (ftfont_list): Include FC_FONTFORMAT in FcObject.
14874         (ftfont_open): Set font->format.
14875         (ftfont_font_format): New function.
14877         * font.h (struct font): New member format.
14879         * font.c (Qopentype): New variable.
14880         (syms_of_font): Defsym it.
14881         (Fquery_font): Change the format of the last element of the return
14882         value.
14884 2008-02-01  Kenichi Handa  <handa@m17n.org>
14886         * xfns.c (xic_create_xfontset): Try the default fontset name as a
14887         last resort.
14889 2008-02-01  Kenichi Handa  <handa@m17n.org>
14891         * coding.c (detect_coding_charset): Fix detection of multi-byte
14892         charset.
14894 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
14896         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14898 2008-02-01  Kenichi Handa  <handa@m17n.org>
14900         * xdisp.c (get_next_display_element): Set it->face_id for the
14901         first component of a composition.
14902         (x_produce_glyphs): Check if the font is changed or not for composition.
14904 2008-02-01  Kenichi Handa  <handa@m17n.org>
14906         * fontset.c (Qlatin): New variable.
14907         (syms_of_fontset): Define it as a lisp symbol.
14908         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14910 2008-02-01  Kenichi Handa  <handa@m17n.org>
14912         * font.c (font_unparse_fcname): Pay attention to the case that
14913         some of font property is a null string.
14915 2008-02-01  Kenichi Handa  <handa@m17n.org>
14917         * term.c: Include "composite.h".
14918         (encode_terminal_code): Output all components of composition.
14919         Check the size of encode_terminal_src.
14920         (produce_glyphs): For composition, call produce_composite_glyph.
14921         (append_composite_glyph, produce_composite_glyph): New functions.
14923         * xdisp.c (x_produce_glyphs): In handling composition, if a font
14924         is not found, get font_info from the current ascii face.
14926 2008-02-01  Kenichi Handa  <handa@m17n.org>
14928         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14929         buffer-file-name to Qnil before calling insert_from_buffer.
14931         * font.c (font_unparse_fcname): Pay attention to the case that
14932         foundry is a null string.
14934 2008-02-01  Kenichi Handa  <handa@m17n.org>
14936         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14938         * font.c (Qunicode_sip): New variable.
14939         (syms_of_font): Declare it as a Lisp symbol.
14941         * font.h (Qunicode_sip): Extern it.
14943 2008-02-01  Kenichi Handa  <handa@m17n.org>
14945         * composite.c (get_composition_id): Pay attention to TAB component.
14947         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14948         TAB.  Adjust for the change of s->char2b which always points to
14949         the first element of allocated memory.
14951         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14953         * xdisp.c (handle_composition_prop): Set it->c to the first
14954         non-TAB component.
14955         (fill_composite_glyph_string): Change argument.
14956         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14957         (x_produce_glyphs): Fix handling of left/right padding.
14959 2008-02-01  Kenichi Handa  <handa@m17n.org>
14961         * coding.c (detect_coding_system): Fix for handling off
14962         inhibit_iso_escape_detection.  Fix for the case that no coding
14963         system is defined for a specific coding category.
14965 2008-02-01  Kenichi Handa  <handa@m17n.org>
14967         * font.c (font_matching_entity): Delete unused local var.
14969         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14970         opening a font.
14972         * fileio.c (Finsert_file_contents): On recovering a file, assume
14973         Unix-like eol.
14974         (choose_write_coding_system): On auto-saving a file, force
14975         Unix-like eol.
14977         * coding.c (setup_coding_system): Fix setting of
14978         coding->common_flags based on eol_type.
14979         (coding_inherit_eol_type): If PARENT is not nil, be sure to
14980         inherit from it.
14982 2008-02-01  Kenichi Handa  <handa@m17n.org>
14984         * alloc.c (NSTATICS): Increas to 0x600.
14986 2008-02-01  Kenichi Handa  <handa@m17n.org>
14988         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14989         (ftfont_list): Don't check :name property.
14990         (ftfont_match): New function.
14991         (ftfont_pattern_entity): If the pattern doesn't contain
14992         FC_SPACING, don't assume FC_MONO.
14994         * font.h (struct font_driver): New member `match'.
14995         (font_update_drivers): Adjust prototype.
14997         * font.c (font_parse_fcname, font_parse_name): Don't change :name
14998         property of FONT.
14999         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15000         them unconditionally.
15001         (font_matching_entity): New function.
15002         (font_open_by_name): Try font_matching_entity if exact match is
15003         not found.
15004         (font_update_drivers): Delete the arg FONT.  Return a list of
15005         actually used backends.  Don't free faces, font caches here.
15006         Don't store data in frame parameters.  Don't call x_set_font.
15007         (Ffont_spec): Store :name property as is.
15008         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15009         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15010         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15011         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15012         Call font->driver->otf_gsub instead of font_otf_gsub.
15014         * frame.c (x_set_font_backend): Do more works that were done in
15015         font_update_drivers before.
15017         * xfont.c (xfont_match): New function.
15018         (xfont_driver): Set xfont_driver.match to xfont_match.
15019         (xfont_draw): Set font in GC if necessary.
15021         * ftxfont.c (ftxfont_match): New function.
15022         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15024         * xftfont.c (xftfont_match): New function.
15025         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15027 2008-02-01  Kenichi Handa  <handa@m17n.org>
15029         * font.h (struct font): New member scalable.
15030         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15031         (font_otf_gsub): Adjust prototype.
15033         * font.c (font_otf_capability): Fix handling of the default langsys.
15034         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
15035         Check the contents of SPEC.
15036         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15037         (check_gstring): New function.
15038         (REPLACEMENT_CHARACTER): New macro.
15039         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
15040         glyph codes of GSTRING.
15041         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15042         (font_prepare_composition): Set cmp->glyph_len.
15043         (font_open_entity): Set font->scalable.
15044         (Ffont_get): Handle :otf property.
15045         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15046         functions.
15047         (Fquery_font): Use font->font.full_name.
15048         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15049         Sfont_otf_alternates.
15051         * ftfont.c (ftfont_open): Set font->font.full_name and
15052         font->font.name properly.  Fix calculation of font->font.height
15053         and font->min_width.
15055         * ftxfont.c (ftxfont_create_gcs): New function.
15056         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15057         (ftxfont_draw_backgrond): Fix filling region.
15058         (ftxfont_default_fid): New function.
15059         (ftxfont_open): Set xfont->fid to the return value of
15060         ftxfont_default_fid.
15061         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15062         (ftxfont_done_face): Free only GCs that are created by
15063         ftxfont_create_gcs.
15064         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15066         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15067         Clip to src->width, etc (not src->clip_XXX).
15069         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15070         FontBackend frame parameter.
15072 2008-02-01  Kenichi Handa  <handa@m17n.org>
15074         * font.h (struct font_driver_list): New member `on'.
15075         (Fclear_font_cache): EXFUN it.
15076         (font_update_drivers): Extern it.
15078         * font.c (font_unparse_fcname): Fix typo (swidth->width).
15079         (font_list_entities): Check driver_list->on.
15080         (register_font_driver): Initialize `on' member to 0.
15081         (font_update_drivers): New function.
15082         (Fclear_font_cache): Check driver_list->on.
15084         * frame.h (Qfont_backend): Extern it.
15085         (x_set_font_backend): Extern it.
15087         * frame.c (Qfont_backend): New variable.
15088         (frame_parms): New element for font-backend.
15089         (x_set_font_backend): New function.
15091         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15092         FontBackend frame parameter.
15093         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15094         x_set_font_backend.
15096         * xfont.c (xfont_list): Don't try listing by :name property if the
15097         name is not for XLFD.
15099 2008-02-01  Kenichi Handa  <handa@m17n.org>
15101         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15102         (LGLYPH_SET_TO): New macros.
15103         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15104         element of G is vector or not.
15105         (font_at): Extern it.
15107         * font.c: Include window.h.
15108         (font_lispy_object): New function.
15109         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15110         end of valid glyph.
15111         (font_close_object): Fix getting (struct font *).
15112         (font_at): New function.
15113         (Ffont_get): If FONT is a font-object, get entity from it.
15114         (Ffont_make_gstring): Initialize elements of glyphs with nil.
15115         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
15116         range check.
15117         (Ffont_at): New function.
15118         (syms_of_font): Defsubr Sfont_at.
15120         * xdisp.c (it_props): Move the entry for Qauto_composed to just
15121         before the entry for Qcomposition.
15122         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15123         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15124         the font in gstring.
15125         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15126         LGLYPH_FORM (g) to detect the end of valid glyph.
15127         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15128         we are composing with gstring.
15130         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15131         Check if adjustment is vector or not.
15133         * Makefile.in (font.o): Make it depends on window.h.
15135 2008-02-01  Kenichi Handa  <handa@m17n.org>
15137         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15138         adjustment is vector or not.
15140 2008-02-01  Miles Bader  <miles@gnu.org>
15142         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15144 2008-02-01  Kenichi Handa  <handa@m17n.org>
15146         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15147         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15148         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15150         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15151         (DEVICE_DELTA): Fix typo.
15152         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15153         LGLYPH format.
15155         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15156         the change of LGLYPH format.
15158 2008-02-01  Kenichi Handa  <handa@m17n.org>
15160         * ftfont.c (ftfont_list): Fix typo.
15161         (ftfont_build_basic_charsets): Don't include letters with diacritics.
15163 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
15165         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15167         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15168         xftface_info is non-NULL.
15170 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
15172         * ftfont.c (ftfont_list): Move misplaced #endif.
15174 2008-02-01  Kenichi Handa  <handa@m17n.org>
15176         * ftfont.c (ftfont_list): Pay attention to the case that
15177         FC_CAPABILITY is not defined.
15179 2008-02-01  Kenichi Handa  <handa@m17n.org>
15181         * xftfont.c (xftfont_open): Set charset related members to -1.
15183         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
15184         QCname.
15185         (ftfont_open): Set charset related members to -1.
15187         * fontset.c (Votf_script_alist): New variable.
15188         (syms_of_fontset): Initialize it.
15189         (fontset_font): Delete unused variable.
15191         * fontset.h (Votf_script_alist): Extern it.
15193         * font.c (font_find_for_lface): Optimize code.
15195         * font.h (font_close_object, font_merge_old_spec): Extern them.
15197 2008-02-01  Kenichi Handa  <handa@m17n.org>
15199         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15200         (syms_of_font): Initialize them.
15201         (font_pixel_size): Allow float value in dpi.
15202         (font_prop_validate_type): Delete.
15203         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15204         Change caller.
15205         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15206         (font_prop_validate_extra): Delete.
15207         (font_prop_validate_spacing): New function.
15208         (font_property_table): Add elements for all known properties.
15209         (get_font_prop_index): Rename from check_font_prop_name.  New
15210         argument FROM.  Change caller.
15211         (font_prop_validate): Validate all known properties.
15212         (font_put_extra): Delete argument force.  Change caller.
15213         (font_expand_wildcards): Make it static.  Fix the way of shrinking
15214         the possible range.
15215         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
15216         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
15217         Change caller.
15218         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15219         (font_parse_fcname): Delete argument merge.  Fix parsing of point
15220         size.  Don't validate properties values here.  Change caller.
15221         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15222         (font_open_by_name): Delete unused variable.
15223         (Ffont_spec): Likewise.  Validate property values.
15224         (Ffont_match_p): New function.
15226         * font.h (QCscalable): Extern it.
15227         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15229         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15231         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15232         (xfont_list_pattern): New function.
15233         (xfont_list): Use xfont_list_pattern.
15235 2008-02-01  Kenichi Handa  <handa@m17n.org>
15237         * font.h (Flist_fonts): EXFUN it.
15239 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15241         * w32term.c (w32_initialize): Add back smoothing_type and
15242         smoothing_enabled definitions.
15244 2008-02-01  Kenichi Handa  <handa@m17n.org>
15246         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15247         s->face->font on determining underline position.
15249 2008-02-01  Kenichi Handa  <handa@m17n.org>
15251         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15252         (font_has_char): Accept font-object too.
15253         (font_find_for_lface): Try at first with a size specified in face.
15255 2008-02-01  Kenichi Handa  <handa@m17n.org>
15257         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15258         font_open_by_name.
15260 2008-02-01  Kenichi Handa  <handa@m17n.org>
15262         * font.h (QCspacing, QCdpi): Extern them.
15263         (enum font_spacing): New enum.
15264         (FONT_PIXEL_SIZE_QUANTUM): New macro.
15266         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15267         (QCspacing, QCdpi): New variables.
15268         (syms_of_font): Initialize them.
15269         (font_pixel_size): New function.
15270         (font_put_extra): New function.
15271         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
15272         in FONT_EXTRA.
15273         (font_parse_fcname): Handle enumerated values (e.g. bold).
15274         Fix handling font size.  Add QCname property that contains only
15275         unknown properties.
15276         (font_score): Change argument.  Change caller.  Pay attention to
15277         FONT_PIXEL_SIZE_QUANTUM.
15278         (font_sort_entites, font_list_entities, font_find_for_lface)
15279         (font_open_for_lface, font_open_by_name): Fix handling of font size.
15280         (Ffont_spec): Add QCname property that contains only unknown properties.
15282         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
15283         include weight in listing pattern, instead check weight of each
15284         listed font.  Don't include scalable in pattern.  Pay attention to
15285         FONT_PIXEL_SIZE_QUANTUM.
15287 2008-02-01  Kenichi Handa  <handa@m17n.org>
15289         * font.c (font_parse_fcname): Fix parsing of point-size.
15290         (font_unparse_fcname): Produce symbolic names for style properties.
15291         (font_list_entities): Handle float size correctly.
15292         (font_open_by_name): Prefer `normal' property values if the name
15293         doesn't specify them.
15295         * fontset.c (Finternal_char_font): Use font_get_name, not
15296         Ffont_xlfd_name.
15298         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15299         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15300         pattern.  Don't force scalable.
15302         * xftfont.c (xftfont_open): For generating a name, start from
15303         96-byte buffer.
15305 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
15307         * frame.h (x_new_fontset2): Fix prototype.
15309 2008-02-01  Kenichi Handa  <handa@m17n.org>
15311         * font.h (struct font_driver): Delete member parse_name.
15312         (font_match_p, font_get_spec, font_parse_fcname)
15313         (font_unparse_fcname): Extern them.
15314         (font_get_name): Adjust prototype.
15316         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15317         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15318         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
15319         unnecessary checks for weight, slant, and swidth.
15320         (font_parse_fcname): New function.
15321         (font_unparse_fcname): New function.
15322         (font_parse_name): New function.
15323         (font_match_p): New function.
15324         (font_get_name): Change return value to Lisp string.
15325         (font_get_spec): New function.
15326         (Qunspecified, Qignore_defface): Don't extern them.
15327         (font_find_for_lface): Assume that LFACE is fully specified.
15328         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15329         object, use it for FACE.
15330         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
15331         driver->parse_name.
15332         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15334         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15335         prototype.
15337         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15338         argument F.  Don't call Fnew_fontset.  Instead, directly call
15339         make_fontset.
15341         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15343         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15344         of x_new_fontset2.
15346         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15347         (Qsans__serif): New variables.
15348         (ftfont_generic_family_list): New variable.
15349         (syms_of_ftfont): Initialize the above variables.
15350         (ftfont_pattern_entity): Delete argument NAME.
15351         (ftfont_list_generic_family): New function.
15352         (ftfont_parse_name): Delete this function.
15353         (ftfont_list): Try generic family only when FcFontList found no font.
15354         (ftfont_list_family): Fix args to FcObjectSetBuild.
15356         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15357         object in attrs[LFACE_FONT_INDEX].
15358         (set_lface_from_font_name): Cancel all changes for font-backend.
15359         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15360         function.
15361         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15362         font object in QCfont attribute.
15363         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15364         (realize_default_face) [USE_FONT_BACKEND]: Call
15365         set_lface_from_font_and_fontset.
15367         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15368         "fixed", and signal error here if no suitable font was found.
15370         * xfont.c (xfont_parse_name): Delete this function.
15372         * xftfont.c (xftfont_open): Change coding style of error
15373         handling.  Generate fontconfig's fontname pattern.
15375         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15376         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15378         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15379         Both args FONTSET and FONT_OBJECT must be existing ones.
15381 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15383         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15385 2008-02-01  Kenichi Handa  <handa@m17n.org>
15387         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15389         * font.h (struct font): Fix typo.
15391         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15392         XLFD_XXX_INDEX.
15393         (enum xlfd_field_mask): New enum.
15394         (intern_font_field): Changed argument.  Change caller.  If digits
15395         are followed by non-digits, return a symbol.
15396         (font_expand_wildcards): New function.
15397         (font_parse_xlfd): Fix wildcard handling.
15398         (Ffont_spec): If :name is specified, reflect the info in the other
15399         properties.
15401         * ftfont.c (ftfont_pattern_entity): Fix typo.
15402         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15403         locale.
15405 2008-02-01  Kenichi Handa  <handa@m17n.org>
15407         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15409         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15410         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
15411         registry doesn't specify encoding part.
15412         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15413         (font_open_by_name): At first try parsing the name.
15414         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15415         as Lisp symbols.
15417         * fontset.c (reorder_font_vector): Pay attention to the case that
15418         the 3rd element of font_def is nil.
15419         (fontset_font): For the default fontset, append one more fontset
15420         elements for a script-based font specification.  Don't add script
15421         attribute on finding a font.
15422         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15423         font name.
15424         (fontset_ascii_font): If a font can't be opened, return nil.
15426         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15427         (ftfont_pattern_entity): New function.
15428         (ftfont_get_cache): Assume that freetype_font_cache is already
15429         initialized.
15430         (ftfont_list): Handle the case that a file is specified in font
15431         name.  Use ftfont_pattern_entity to generate entities.
15432         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15433         (syms_of_ftfont): Initialize freetype_font_cache.
15435         * xftfont.c (xftfont_open): Make the font name fontconfig's
15436         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
15437         (xftfont_close): Free font->font.name if not NULL.
15439         * xfont.c (xfont_list): If script is specified for a font, return
15440         null_vector.
15441         (xfont_list_family): Declare argument type.
15443         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15444         name, set LFACE_FONT (lface) to nil.
15446         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15447         return Qnil.
15449 2008-02-01  Kenichi Handa  <handa@m17n.org>
15451         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15452         (standard_args): Add "-enable-font-backend".
15454 2008-02-01  Kenichi Handa  <handa@m17n.org>
15456         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15457         (struct xftdraw_list, xftdraw_list): Delete them.
15458         (register_xftdraw, check_xftdraw): Delete them.
15459         (xftfont_prepare_face): Don't call register_xftdraw.
15460         (xftfont_done_face): Don't call check_xftdraw.
15461         (xftfont_draw): Get background color only when with_background is
15462         nonzero.
15464         * xfont.c (xfont_encode_char): Fix calculation of char2b.
15466 2008-02-01  Kenichi Handa  <handa@m17n.org>
15468         These changes are for the new font handling codes.
15470         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15471         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15472         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15473         (FONTSRC, FONTOBJ): New variables.
15474         (obj): Add $(FONTOBJ).
15475         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15476         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15477         @LIBOTF_LIBS@.
15478         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15479         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15481         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15483         * character.h (Vscript_representative_chars): Extern it.
15485         * character.c (Vscript_representative_chars): New variable.
15486         (syms_of_character): Declare it as a Lisp variable.
15488         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15489         enable_font_backend is nonzero, accept the composition method
15490         COMPOSITION_WITH_GLYPH_STRING.
15492         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15493         enumeration COMPOSITION_WITH_GLYPH_STRING.
15495         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15496         members clip_x, clip_y, clip_width, and clip_height.
15497         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15499         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15500         --enable-font-backend.  Call syms_of_font.
15502         * fns.c (assoc_no_quit): New function.
15504         * fontset.h (FONT_INFO_FROM_FACE): New macro.
15505         (face_for_font, new_fontset_from_font)
15506         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15508         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15509         (fontset_font, fontset_ascii, face_for_char)
15510         (make_fontset_for_ascii_face, Ffont_info)
15511         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15512         is nonzero, use font-backend mechanism.
15513         (find_font_encoding): Make it non-static.
15514         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15515         New functions.
15517         * frame.h (struct frame): New members resx and resy.
15518         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15519         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15521         * frame.c [USE_FONT_BACKEND]: Include "font.h".
15522         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15524         * lisp.h (assoc_no_quit): Extern it.
15526         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15527         Through out the file, use FONT_INFO_FROM_FACE instead of
15528         FONT_INFO_FROM_ID, use get_per_char_metric instead of
15529         rif->per_char_metric.
15530         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15531         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15532         (get_glyph_face_and_encoding, fill_composite_glyph_string)
15533         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15534         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15535         nonzero, use font-backend mechanism.
15536         (get_per_char_metric): New function.
15538         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15539         (set_lface_from_font_name)
15540         (set_font_frame_param, free_realized_face)
15541         (prepare_face_for_display, clear_face_gcs)
15542         (Finternal_set_font_selection_order, realize_x_face)
15543         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15544         font-backend mechanism.
15545         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15546         (load_face_font) [USE_FONT_BACKEND]: Abort.
15547         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15548         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15550         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15551         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15552         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15553         nonzero, register all available font drivers.  Call
15554         x_default_font_parameter for deciding a font.
15555         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15557         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15558         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15559         (x_set_glyph_string_clipping_exactly)
15560         (x_compute_glyph_string_overhangs)
15561         (x_draw_glyph_string_foreground)
15562         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15563         (x_free_frame_resources) [USE_FONT_BACKEND]: If
15564         enable_font_backend is nonzero, use font-backend mechanism.
15565         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15567 2008-02-01  Kenichi Handa  <handa@m17n.org>
15569         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15570         system_eol_type.
15571         (syms_of_coding): Initialize system_eol_type.
15573         * process.c (Fset_process_coding_system): Inherit system's eol
15574         format if necessary.
15576 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15578         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15580 2008-02-01  Kenichi Handa  <handa@m17n.org>
15582         * coding.c (decode_eol): Pay attention to buffer relocation in
15583         del_range_2.
15584         (decode_coding): Call decode_eol before restoring undo_list.
15586 2008-02-01  Kenichi Handa  <handa@m17n.org>
15588         * charset.c (Fdefine_charset_internal): Fix setting of
15589         emacs_mule_bytes.
15591 2008-02-01  Kenichi Handa  <handa@m17n.org>
15593         * keyboard.c (read_char): Check if C is a character or not before
15594         looking up Vkeyboard_translate_table.
15596 2008-02-01  Kenichi Handa  <handa@m17n.org>
15598         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15599         condition to terminate the loop.
15601 2008-02-01  Kenichi Handa  <handa@m17n.org>
15603         * coding.c (produce_composition): Compare charbuf[i] instead of
15604         args[i] against 0.
15605         (Fterminal_coding_system): Use EQ to compare Lisp objects.
15607 2008-02-01  Kenichi Handa  <handa@m17n.org>
15609         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15610         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15611         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15612         detect_coding.
15613         (emacs_mule_char): Handle old style (Emacs 20) component character
15614         of a composition.
15615         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15616         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15617         composition rule.
15618         (decode_coding_emacs_mule): Handle invalid bytes correctly.
15620 2008-02-01  Kenichi Handa  <handa@m17n.org>
15622         * coding.c (encode_coding_ccl): Allocate destination dynamically
15623         when necessary.
15625 2008-02-01  Kenichi Handa  <handa@m17n.org>
15627         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15628         the loop.  When quitted, show a proper error message.
15630 2008-02-01  Kenichi Handa  <handa@m17n.org>
15632         * xterm.c (x_set_glyph_string_clipping_exactly): Set
15633         src->clip_head and src->clip_tail temporarily instead of src->hl.
15635         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15636         character sequence.
15637         (Fccl_execute_on_string): Use ASET, not XSET.
15639 2008-02-01  Kenichi Handa  <handa@m17n.org>
15641         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15643 2008-02-01  Kenichi Handa  <handa@m17n.org>
15645         * coding.c (decode_coding): Fix the condition of terminating the
15646         decoding loop.
15648 2008-02-01  Kenichi Handa  <handa@m17n.org>
15650         * data.c (Faset): On setting a character bigger than 255 in a
15651         unibyte string, signal an error instead of make the string multibyte.
15653 2008-02-01  Kenichi Handa  <handa@m17n.org>
15655         * charset.c (map_charset_chars): Fix for ascii-compatible charset
15656         made by a mapping table.
15658 2008-02-01  Kenichi Handa  <handa@m17n.org>
15660         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15661         not.
15662         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15663         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15665         * xterm.c (x_draw_composite_glyph_string_foreground): Check
15666         s->face is NULL or not.
15668 2008-02-01  Kenichi Handa  <handa@m17n.org>
15670         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15671         (x_draw_glyph_string): Fix drawing of right_overhang and
15672         left_overhang around/on cursor.
15674         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15676 2008-02-01  Kenichi Handa  <handa@m17n.org>
15678         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15680 2008-02-01  Kenichi Handa  <handa@m17n.org>
15682         * coding.c (Fdefine_coding_system_internal)
15683         (Fdefine_coding_system_alias): Avoid a duplicated element in
15684         Vcoding_system_alist.
15686 2008-02-01  Kenichi Handa  <handa@m17n.org>
15688         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15690         * coding.c (Qcoding_system_define_form): New variable.
15691         (syms_of_coding): Intern and staticpro it.
15692         (Fcoding_system_p): Check Qcoding_system_define_form.
15693         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15695         * coding.h (CODING_SYSTEM_P): If ID is not available, call
15696         Fcoding_system_p.
15697         (CHECK_CODING_SYSTEM): If ID is not available, call
15698         Fcheck_coding_system.
15699         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15700         Try also Fcheck_coding_system.
15702 2008-02-01  Kenichi Handa  <handa@m17n.org>
15704         * coding.c (code_conversion_restore): GCPRO arg.
15706 2008-02-01  Kenichi Handa  <handa@m17n.org>
15708         * character.c (lisp_string_width): Check multibyteness of STRING.
15710 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15712         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15713         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
15714         (decode_mac_font_name): Use decode_coding_c_string instead of
15715         decode_coding.
15716         (x_load_font): Initialize fontp->fontset to -1.  Set
15717         fontp->encoding_type.
15719 2008-02-01  Kenichi Handa  <handa@m17n.org>
15721         * search.c (search_buffer): Give up BM search on case-fold-search
15722         if one of a target character has a case-equivalence of different
15723         byte length even if that target charcter is an ASCII.
15724         (simple_search): Fix calculation of byte length of matched text.
15725         (boyer_moore): Fix handling of case-equivalent multibyte characters.
15727 2008-02-01  Kenichi Handa  <handa@m17n.org>
15729         * coding.c (decode_coding): Fix handling of invalid bytes.
15731 2008-02-01  Kenichi Handa  <handa@m17n.org>
15733         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15734         Unicode characters.
15736 2008-02-01  Kenichi Handa  <handa@m17n.org>
15738         * coding.c (encode_coding_object): If a pre-write-conversion
15739         function makes a new buffer, kill it.
15741 2008-02-01  Kenichi Handa  <handa@m17n.org>
15743         * coding.c (QCascii_compatible_p): New variable.
15744         (syms_of_coding): Initialize it.
15745         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15746         calling string_char.
15747         (record_conversion_result): Add `default:' case.
15748         (coding_charset_list): Delete unused variable `coding_type'.
15749         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15750         property in the plist of the coding system.
15751         (Fcoding_system_put): Check QCascii_compatible_p.
15753 2008-02-01  Miles Bader  <miles@gnu.org>
15755         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15756         removed calculation of frame `f', as it's now used.
15758 2008-02-01  Kenichi Handa  <handa@m17n.org>
15760         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15761         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15762         (UNIDATA): New variable.
15763         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15764         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
15765         $(RUN_TEMACS) unconditionally.
15767 2008-02-01  Kenichi Handa  <handa@m17n.org>
15769         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15770         (admindir): New variable.
15771         ($(lispsource)international/charprop.el): New target.
15773 2008-02-01  Miles Bader  <miles@gnu.org>
15775         * character.c (chars-in-region): Remove obsolete function.
15776         (syms_of_character): Remove its initialization.
15778 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
15780         * w32select.c (validate_coding_system)
15781         (setup_windows_coding_system): New functions.
15782         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15783         setup_windows_coding_system.
15784         (setup_config, Fw32_get_clipboard_data): Use
15785         validate_coding_system.
15786         (Fx_selection_exists): Move call to setup_config to a place
15787         where signals are allowed.
15789         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15790         (Fcheck_coding_system): Add declarations.
15792 2008-02-01  Kenichi Handa  <handa@m17n.org>
15794         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15796 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15798         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15799         string as the second argument for x_new_fontset.
15801 2008-02-01  Kenichi Handa  <handa@m17n.org>
15803         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15804         (encode_coding_object): Use safe_call instead of call2.
15806 2008-02-01  Kenichi Handa  <handa@m17n.org>
15808         * fontset.c (Fset_fontset_font): Check family element of a given vector.
15810         * Makefile.in (lisp): Include charprop.el.
15812 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15814         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15815         Not sure if it's unnecessary.
15817 2008-02-01  Steven Tamm  <steventamm@mac.com>
15819         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15820         some possibly unnecessary fontset checking code that crashed
15821         when creating a new frame.
15823 2008-02-01  Kenichi Handa  <handa@m17n.org>
15825         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15826         lookup_face.
15828         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15830         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15832 2008-02-01  Kenichi Handa  <handa@m17n.org>
15834         * coding.c: Cancel the change done in HEAD on 2008-02-01.
15835         (coding_charset_list): New function.
15837         * coding.h (coding_charset_list): Extern it.
15839 2008-02-01  Kenichi Handa  <handa@m17n.org>
15841         * fontset.c (Fset_fontset_font): Call find_font_encoding with
15842         concatenation of family and registry.
15844 2008-02-01  Kenichi Handa  <handa@m17n.org>
15846         * character.h (BYTE8_STRING): Fix typo.
15848         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15849         string to multibyte (sync to HEAD).
15851         * casefiddle.c (casify_region): Handle changes in byte-length
15852         using replace_range_2 (sync to HEAD).
15854 2008-02-01  Andreas Schwab  <schwab@suse.de>
15856         * chartab.c (map_char_table): GCPRO table and arg.
15858 2008-02-01  Kenichi Handa  <handa@m17n.org>
15860         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15861         already at limit.
15863 2008-02-01  Kenichi Handa  <handa@m17n.org>
15865         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15866         instead of fast_c_string_match_ignore_case.
15867         (find_font_encoding): Change argument to Lisp_Object.  Use
15868         fast_string_match_ignore_case instead of
15869         fast_c_string_match_ignore_case.  Change caller.
15871 2008-02-01  Kenichi Handa  <handa@m17n.org>
15873         * xdisp.c (get_next_display_element): In unibyte case, decide to
15874         display in octal form by checking a character by
15875         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15877         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15879         * character.c (unibyte_has_multibyte_table): New variable.
15881         * character.h (unibyte_has_multibyte_table): Extern it.
15882         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15884 2008-02-01  Kenichi Handa  <handa@m17n.org>
15886         * coding.c (encode_coding_iso_2022): Fix handling of charset
15887         annotation.
15889 2008-02-01  Kenichi Handa  <handa@m17n.org>
15891         * coding.c (setup_coding_system): If coding_system is nil, use
15892         Qundecided.
15893         (Fterminal_coding_system): Return nil if terminal coding system is
15894         `undecided'.
15895         (syms_of_coding): Define coding-system `undecided' here.  Setup
15896         terminal_coding as `undecided'.
15898 2008-02-01  Kenichi Handa  <handa@m17n.org>
15900         * xdisp.c (message_dolog, set_message_1): Call
15901         unibyte_char_to_multibyte with arg type int.
15903         * lread.c (read1): Fix reading of a char-table.
15905         * print.c (print_object): Include sub char-table in circularities
15906         detection.
15908 2008-02-01  Kenichi Handa  <handa@m17n.org>
15910         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15911         Append the found sequences in car of ARGS instead of prepending.
15913 2008-02-01  Kenichi Handa  <handa@m17n.org>
15915         * fileio.c (report_file_error): Make a unibyte string from
15916         strerror (errorno).
15917         (Fsubstitute_in_file_name): Fix the arg to
15918         unibyte_char_to_multibyte.  It is evaluated twice.
15920 2008-02-01  Kenichi Handa  <handa@m17n.org>
15922         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15924 2008-02-01  Kenichi Handa  <handa@m17n.org>
15926         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15927         BOM is not found.
15928         (detect_coding, detect_coding_system): Optimization for ISO-2022
15929         when no 8-bit data is found.
15931 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15933         * w32fns.c (x_to_w32_font): Update to use new coding struct.
15935 2008-02-01  Kenichi Handa  <handa@m17n.org>
15937         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15938         CHARS.
15940 2008-02-01  Steven Tamm  <steventamm@mac.com>
15942         * macterm.c (mac_encode_char): Add charset argument and update
15943         to use encoding_type.
15944         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15945         switch to pure fontset.
15946         (decode_mac_font_name): Temporarily remove decoding.
15947         (x_font_name_to_mac_font_name): Temporarily remove encoding.
15948         (x_load_font): Temporarily remove encoding.
15950 2008-02-01  Kenichi Handa  <handa@m17n.org>
15952         * xfaces.c (Fface_font): If frame is not on a window system,
15953         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
15954         refer to face->font.
15955         (split_font_name_into_vector, build_font_name_from_vector)
15956         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15957         when HAVE_WINDOW_SYSTEM is defined.
15959 2008-02-01  Kenichi Handa  <handa@m17n.org>
15961         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15962         (x_produce_glyphs): Fix setting of members of cmp in case
15963         cmp->glyph_len is zero.
15965         * fontset.c (Fset_fontset_font): Fix docstring.
15966         (Ffontset_info): Make it backward compatible.  New arg ALL.
15968 2008-02-01  Kim F. Storm  <storm@cua.dk>
15970         * process.c (read_process_output): Grow decoding_buf when needed;
15971         this could cause a crash in allocate_string and compact_small_strings.
15973 2008-02-01  Kenichi Handa  <handa@m17n.org>
15975         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15977 2008-02-01  Kenichi Handa  <handa@m17n.org>
15979         * coding.c (setup_coding_system): Set coding->common_flags
15980         correctly for raw-text.
15981         (consume_chars): On encoding unibyte text by raw-text, don't check
15982         multibyte form.
15983         (encode_coding): On encoding by raw-text, never use translation tables.
15985         * fileio.c (e_write): Short cut for the case of no encoding.
15987 2008-02-01  Kenichi Handa  <handa@m17n.org>
15989         * coding.c (detect_coding, detect_coding_system): Delete unused
15990         variables.
15992 2008-02-01  Kenichi Handa  <handa@m17n.org>
15994         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15995         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15997 2008-02-01  Kenichi Handa  <handa@m17n.org>
15999         * coding.c (Ffind_coding_systems_region_internal): Include
16000         raw-text and no-conversion in the result.
16002 2008-02-01  Kenichi Handa  <handa@m17n.org>
16004         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16005         (load_font_get_repertory): Delete unnecessary check of ENCODING of
16006         FONT_DEF.
16007         (font_def_arg, add_arg, from_arg, to_arg): New args.
16008         (set_fontset_font): Change argument.
16009         (Fset_fontset_font): Fix for the case that TARGET is a script
16010         name and charset name.
16011         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16013 2008-02-01  Kenichi Handa  <handa@m17n.org>
16015         * fontset.c (fontset_font): Rename from fontset_face.  Change return
16016         value.
16017         (face_suitable_for_char_p, face_for_char): Adjust for the change
16018         of fontset_font.
16019         (make_fontset_for_ascii_face): Fix setting of the fontset element
16020         for ASCII.
16021         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16022         to get a font name.
16023         (Ffontset_info): Adjust for the change of fontset_font.
16025         * coding.c (emacs_mule_char): Check invalid code more rigidly.
16027         * character.h (LEADING_CODE_LATIN_1_MIN)
16028         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16030 2008-02-01  Kenichi Handa  <handa@m17n.org>
16032         * editfns.c (check_translation): New function.
16033         (Ftranslate_region_internal): Handle M:N mapping.
16035 2008-02-01  Kenichi Handa  <handa@m17n.org>
16037         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16039 2008-02-01  Kenichi Handa  <handa@m17n.org>
16041         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16042         goto invalid_code.
16043         (decode_coding_iso_2022): Fix handling of invalid designation.
16045         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16046         after calling code_conversion_save.
16048 2008-02-01  Kenichi Handa  <handa@m17n.org>
16050         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16052         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16054         * fontset.c: Include "intervals.h".
16055         (fontset_face): Fix comparing of Lisp_Objects.
16056         (free_face_fontset, new_fontset_from_font_name): Fix
16057         Lisp_Object/int mixup.
16059         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16061         * coding.c: Add many prototypes for static functions.
16062         (get_translation_table): Allow max_lookup to be NULL.
16063         (decode_coding, Ffind_coding_systems_region_internal)
16064         (Funencodable_char_position, Fcheck_coding_systems_region): Call
16065         get_translation_table with max_lookup NULL.
16067 2008-02-01  Kenichi Handa  <handa@m17n.org>
16069         * coding.c (get_translation_table): Declare it as Lisp_Object.
16070         (LOOKUP_TRANSLATION_TABLE): New macro.
16071         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16072         instead of CHAR_TABLE_REF.
16074 2008-02-01  Kenichi Handa  <handa@m17n.org>
16076         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16077         annotation data format.
16078         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16079         Change arguments FROM and TO to single argument NCHARS.  Change caller.
16080         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16081         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16082         (decode_coding_ccl, decode_coding_charset): Pay attention to
16083         coding->charbuf_used.
16084         (get_translation): New function.
16085         (produce_chars): New arguments translation_table and last_block.
16086         Translate characters here.  Return number of carryover chars.
16087         Change caller.
16088         (produce_composition): New argument pos.  Change caller.
16089         Adjust for the change of annotation data format.
16090         (produce_charset, produce_annotation): Likewise.
16091         (decode_coding, encode_coding): Don't call translate_chars.
16092         (consume_chars): New arg translation_table.  Change caller.
16093         (translate_chars): Delete.
16094         (syms_of_coding): Make translation-table's number of extra slots 2.
16096 2008-02-01  Kenichi Handa  <handa@m17n.org>
16098         * search.c (simple_search): Fix setting this_pos_byte in backward
16099         search.
16101         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16102         byte sequence.
16103         (detect_coding_ccl): Fix setting of the variable valids.
16105 2008-02-01  Kenichi Handa  <handa@m17n.org>
16107         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16109         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16111         * editfns.c (Ftranslate_region_internal): Rename from
16112         Ftranslate_region.  Accept a char-table in TABLE.
16113         (syms_of_editfns): Defsubr Stranslate_region_internal.
16115         * xfaces.c (set_lface_from_font_name): If a font is specified for
16116         a frame, generate a fontset from the font.
16117         (build_scalable_font_name): If the scalable font is requested for
16118         a specific size, don't change that size.
16119         (try_font_list): Try a scalable font also in the case that a
16120         pattern string is specified.
16122 2008-02-01  Kenichi Handa  <handa@m17n.org>
16124         * xfaces.c (Fface_font): New optional arg CHARACTER.
16126 2008-02-01  Kenichi Handa  <handa@m17n.org>
16128         * charset.h (CHARSET_OFFSET): New macro.
16130 2008-02-01  Kenichi Handa  <handa@m17n.org>
16132         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16134         * fontset.c (fontset_face): Handle the case that repertory is a
16135         char-table.
16136         (find_font_encoding): Return nil for unknown encoding.
16137         (Fset_fontset_font): Ignore a font of unknown encoding.
16139 2008-02-01  Kenichi Handa  <handa@m17n.org>
16141         * keymap.c (describe_vector): Handle default value of a char table.
16143         * fontset.c (fontset_face): Handle fallback fonts correctly.
16144         (Ffontset_info): Return infomation about fallback fonts.
16146 2008-02-01  Kenichi Handa  <handa@m17n.org>
16148         * fontset.c (FONTSET_DEFAULT): New macro.
16149         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16150         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16151         the case that it is nil.
16152         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16153         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16155         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16156         subset or superset.
16158 2008-02-01  Kenichi Handa  <handa@m17n.org>
16160         * emacs.c (main): Call init_charset after syms_of_XXX.
16162         * charset.c (Vcharset_map_directory): Delete.
16163         (Vcharset_map_path): New variable.
16164         (load_charset_map_from_file): Use Vcharset_map_path instead.
16165         (init_charset): Initialize Vcharset_map_path.
16166         (syms_of_charset): Delete declaration of "charset-map-directory",
16167         add declaration of "charset-map-path".
16169 2008-02-01  Kenichi Handa  <handa@m17n.org>
16171         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16172         ASCII only string.
16174         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16176         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16177         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16179 2008-02-01  Kenichi Handa  <handa@m17n.org>
16181         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16183         * coding.c (QCmnemonic, QCdefalut_char)
16184         (QCdecode_translation_table, QCencode_translation_table)
16185         (QCpost_read_conversion, QCpre_write_conversion): New variables.
16186         (get_translation_table): Return a list of translation tables if
16187         necessary.
16188         (decode_coding): Call get_translation_table with ENCODEP 0.
16189         (char_encodable_p): If translation_table is non-nil, always call
16190         translate_char.
16191         (Fdefine_coding_system_internal): Accept list of translation
16192         tables as :encode-translation-table and :decode-translation-table.
16193         (Fcoding_system_put): New function.
16194         (syms_of_coding): Declare new symbols.  Defsubr
16195         Scoding_system_put.
16196         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16197         typically JISX0212.
16199         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16200         when the charset is superset type.
16202         * character.c (translate_char): Accept list of translation tables.
16204 2008-02-01  Kenichi Handa  <handa@m17n.org>
16206         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16207         (CODING_ATTR_TRANS_TBL): New macro.
16209         * coding.c (get_translation_table): New function.
16210         (translate_chars): Fix the bug of skipping annotation data.
16211         (decode_coding, encode_coding): Utilize get_translation_table.
16212         (char_encodable_p, Funencodable_char_position): Translate char if
16213         necessary.
16214         (Ffind_coding_systems_region_internal)
16215         (Fcheck_coding_systems_region): Setup translation table for encode
16216         in a coding system attribute vector in advance.
16217         (Fdefine_coding_system_internal): Allow a symbol as translation
16218         table.  For shift-jis type coding system, allow 4th charset.
16220 2008-02-01  Kenichi Handa  <handa@m17n.org>
16222         * coding.c (decode_coding_sjis): Check the first byte rigidly.
16224         * xdisp.c (get_next_display_element): Pass -1 as POS to
16225         FACE_FOR_CHAR if displaying a C-string.
16227 2008-02-01  Kenichi Handa  <handa@m17n.org>
16229         * composite.c (get_composition_id): Handle xoff and yoff in a
16230         composition rule.
16232         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16233         (struct composition): New member lbearing and rbearing.
16235         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16236         (x_get_glyph_overhangs): Handle a composition glyph.
16237         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16239         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16240         composition glyph.
16242 2008-02-01  Kenichi Handa  <handa@m17n.org>
16244         * print.c: Include charset.h.
16245         (Vprint_charset_text_property): New variable.
16246         (Qdefault): Extern it.
16247         (PRINT_STRING_NON_CHARSET_FOUND)
16248         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16249         (print_check_string_result): New variable.
16250         (print_check_string_charset_prop): New function.
16251         (print_prune_charset_plist): New variable.
16252         (print_prune_string_charset): New function.
16253         (print_object): Call print_prune_string_charset if
16254         Vprint_charset_text_property is not t.
16255         (print_interval): Print nothing if interval->plist is nil.
16256         (syms_of_print): Declare Vprint_charset_text_property as a lisp
16257         variable.  Init and staticpro print_prune_charset_plist.
16259 2008-02-01  Kenichi Handa  <handa@m17n.org>
16261         * fontset.c (new_fontset_from_font_name): Use the specified font
16262         for all characters in the new fontset.
16264         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16265         OBJECT args.
16267         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16268         OBJECT args for composition too.
16270         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16271         OBJECT args.
16273 2008-02-01  Kenichi Handa  <handa@m17n.org>
16275         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16277         * fontset.c (reorder_font_vector): Adjust for the change of
16278         FONT_DEF format.
16279         (fontset_face): New arg id.  Change caller.
16280         (face_for_char): New args pos and object.
16281         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16282         (fs_query_fontset): Check NAME by Fassoc too.
16283         (Fset_fontset_font): Allow non-XLFD font name.
16284         (Ffontset_info): Adjust for the change of FONT_DEF format.
16286         * fontset.h (face_for_char): Adjust prototype.
16288         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16289         (append_space, extend_face_to_end_of_line)
16290         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16291         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16293         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16294         POS and OBJECT args.
16296         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16297         POS and OBJECT args.
16299 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16301         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16302         of GlobalAlloc'ed memory.
16304 2008-02-01  Kenichi Handa  <handa@m17n.org>
16306         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16308         * charset.h (charset_table_used): Delete extern.
16310         * charset.c (charset_table_used): Make it static.
16311         (map_charset_chars): Fix args to c_function with.
16313         * chartab.c (map_sub_char_table_for_charset): Fix args to
16314         c_function with.
16316         * coding.h (enum coding_result_code): Delete
16317         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16319         * coding.c (Qinsufficient_source, Qinconsistent_eol)
16320         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16321         (Vlast_code_conversion_error): New variables.
16322         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16323         (ONE_MORE_BYTE): Record error if any instead of signaling an
16324         error.  If non-ASCII multibyte char is found, return the negative
16325         value of the code.  All callers changed to check it.
16326         (ONE_MORE_BYTE_NO_CHECK): Likewise.
16327         (record_conversion_result): New function.  Change all codes setting
16328         coding->result to call this function.
16329         (detect_coding_utf_8, decode_coding_utf_8)
16330         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16331         Don't use the local variable incomplete.
16332         (emacs_mule_char): Change the second arg to `const'.
16333         (decode_coding): Fix of flushing out unprocessed data.
16334         (make_conversion_work_buffer): Fix making of a work buffer.
16335         (decode_coding_object): Return coding->dst_object.
16337         * fontset.c (set_fontset_font): Fix args.
16339         * lisp.h (CHARACTERBITS): Define as 22.
16341         * process.c (send_process): Be sure to set coding->src_multibyte.
16343         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16345 2008-02-01  Kenichi Handa  <handa@m17n.org>
16347         * xdisp.c (handle_auto_composed_prop): Give limit to
16348         Fnext_single_char_property_change.
16350 2008-02-01  Kenichi Handa  <handa@m17n.org>
16352         * composite.c (syms_of_composite): Don't make the composition hash
16353         table weak.
16355         * fontset.c (Fset_fontset_font): Fix docstring.
16357         * lisp.h (detect_coding_system): Adjust prototype.
16359         * fileio.c (kill_workbuf_unwind): Delete this function.
16360         (Finsert_file_contents): Adjust the call of detect_coding_system.
16361         Get conversion_buffer by code_conversion_save.  Use the macro
16362         CODING_MAY_REQUIRE_DECODING.  After decoding, update
16363         coding_system.
16365         * coding.h (make_conversion_work_buffer): Delete extern.
16366         (code_conversion_save): Extern it.
16368         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16369         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
16370         (decode_coding_utf_8): Don't do eol converion.
16371         (detect_coding_utf_16): Check coding->src_chars, not
16372         coding->src_bytes.  Add heuristics for those that have no signature.
16373         (decode_coding_emacs_mule, decode_coding_iso_2022)
16374         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16375         Don't do eol converion.
16376         (adjust_coding_eol_type): Return a new coding system.
16377         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
16378         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16379         each change.
16380         (decode_coding): Pay attention to undo_list.  Do eol conversion for
16381         all types of coding-systems (if necessary).
16382         (Vcode_conversion_work_buf_list): Delete it.
16383         (Vcode_conversion_reused_workbuf): Rename from
16384         Vcode_conversion_reused_work_buf.
16385         (Vcode_conversion_workbuf_name): New variable.
16386         (reused_workbuf_in_use): New variable.
16387         (make_conversion_work_buffer): Delete the arg DEPTH.
16388         (code_conversion_restore): Change argument to cons.
16389         (code_conversion_save): Delete the argument BUFFER.  Change callers.
16390         (detect_coding_system): New argument src_chars.  Change callers.
16391         Fix for utf-16 detection.
16392         (init_coding_once): Don't use ISO_carriage_return.
16393         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16394         reused_workbuf_in_use.
16396 2008-02-01  Kenichi Handa  <handa@m17n.org>
16398         * keymap.c (store_in_keymap): Pay attention to the case that idx
16399         is a cons specifying a character range.
16401 2008-02-01  Kenichi Handa  <handa@m17n.org>
16403         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16404         HANDLED_RECOMPUTE_PROPS.
16406         * coding.c (Fdefine_coding_system_internal): Fix checking of
16407         ascii compatibility.
16409 2008-02-01  Kenichi Handa  <handa@m17n.org>
16411         * charset.c (find_charsets_in_text): Delete unused locale variable.
16412         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16414         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16415         Resync charset_list to Vemacs_mule_charset_list.
16417         * keymap.c (store_in_keymap): Pay attention to the case that idx
16418         is a cons specifying a character range.
16420 2008-02-01  Kenichi Handa  <handa@m17n.org>
16422         * composite.c (update_compositions): Bind inhibit-read-only, etc
16423         to t before calling remove-list-of-text-properties.
16425         * print.c (print_object): Always print ASCII chars as is.
16427 2008-02-01  Kenichi Handa  <handa@m17n.org>
16429         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16431         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16432         is a char table.
16434 2008-02-01  Kenichi Handa  <handa@m17n.org>
16436         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16438 2008-02-01  Kenichi Handa  <handa@m17n.org>
16440         * xfaces.c (set_lface_from_font_name): Fix for the case that
16441         FONTNAME is not fontset name.
16443 2008-02-01  Kenichi Handa  <handa@m17n.org>
16445         * fns.c (base64_encode_1): Fix previous change.
16447 2008-02-01  Kenichi Handa  <handa@m17n.org>
16449         * fontset.c (set_fontset_font): New function.
16450         (Fset_fontset_font): If a font is specified for a charset, use
16451         map_charset_chars to store the font spec in a fontset.
16453 2008-02-01  Kenichi Handa  <handa@m17n.org>
16455         * fontset.c (fontset_face): Create a fallback fontset on demand.
16456         (make_fontset): Don't create a fallback fontset here.
16457         (free_face_fontset): Free a fallback fontset (if any) too.
16458         (n_auto_fontsets): Delete this variable.
16459         (auto_fontset_alist): New variable.
16460         (new_fontset_from_font_name): Check auto_fontset_alist.
16461         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16462         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16463         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16464         Defsubr Sfontset_list_all.
16466 2008-02-01  Kenichi Handa  <handa@m17n.org>
16468         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16470 2008-02-01  Kenichi Handa  <handa@m17n.org>
16472         * fontset.c (Fnew_fontset): Check NAME more rigidly.
16474 2008-02-01  Kenichi Handa  <handa@m17n.org>
16476         * editfns.c (Fgoto_char): Fix docstring.
16478 2008-02-01  Kenichi Handa  <handa@m17n.org>
16480         * insdel.c (insert_from_gap): Adjust intervals correctly.
16482 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16484         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16485         (pfnGetFontUnicodeRanges): New dynamically loaded function.
16486         (w32_initialize): Try to load it.
16487         (x_get_font_repertory): Use it if available.
16488         (w32_encode_char): Add shortcut for unicode output.
16490         * w32fns.c (w32_load_system_font): Default charset to -1.
16491         (x_to_w32_charset): Match all fonts for unicode.
16492         (w32_to_x_charset): New parameter matching.  Don't return partial
16493         or wildcard charsets.
16494         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16495         (w32_codepage_for_font): Return CP_UNICODE for unicode.
16496         (w32_to_x_font): Match charset to real charset.
16497         (enum_font_cb2): Always list unicode versions.
16499         * makefile.w32-in (temacs): Increase EMHEAP.
16501 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16503         * w32term.c (w32_encode_char): New charset parameter.
16504         font_info.encoding becomes encoding_type.
16505         (x_get_font_repertory): New function.  Warning: stub only!
16506         (x_new_font): Return quickly if font already set.
16507         (x_new_fontset): fontsetname parameter is Lisp_Object.
16508         Use new fs_query_fontset.  Try new_fontset_from_font_name.
16509         Use fontset_name for return value.
16511         * w32term.h: Declare x_get_font_repertory.
16513         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16514         place of find_charset_in_text.  Use encode_coding_object in place
16515         of encode_coding.
16516         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16517         decode_coding.
16519         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16520         of x_new_fontset.
16521         (w32_load_system_font): Initialize charset as unicode.
16522         font_info.encoding becomes encoding_type.
16523         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16524         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16525         (syms_of_w32fns): Set get_font_repertory_func.
16527         * w32console.c: Include character.h.  Use terminal_encode_buffer
16528         from term.c.
16529         (write_glyphs): Use new version of encode_terminal_code.  Use
16530         encode_coding_object in place of encode_coding.
16532         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16533         encoding becomes encoding_type.
16535         * term.c (terminal_encode_buffer): Make externally visible.
16537         * makefile.w32-in: Add character.h dependancies.
16538         (character.o, chartab.o): New targets.
16540 2008-02-01  Kenichi Handa  <handa@m17n.org>
16542         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16543         CODING_ID_EOL_TYPE.
16545 2008-02-01  Andreas Schwab  <schwab@suse.de>
16547         * coding.c (produce_chars): Revert last change.
16549 2008-02-01  Kenichi Handa  <handa@m17n.org>
16551         * charset.h (charset_unicode): Extern it.
16553         * charset.c (string_xstring_p): Check by (C >= 0x100).
16554         (find_charsets_in_text): Change format of the arc CHARSETS.  New
16555         arg MULTIBYTE.
16556         (Ffind_charset_region, Ffind_charset_string): Adjust for the
16557         change of find_charsets_in_text.
16558         (Fsplit_char): Fix doc.  Never return unknown.
16560         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16562         * coding.c (Fdefine_coding_system_alias): Update
16563         Vcoding_system_list.
16565         * fontset.c (load_font_get_repertory): Pay attention to the case
16566         that ENCODING of a font is specified by a char-table.
16568         * xterm.c (x_get_font_repertory): Handle the case that the
16569         encoding of font is other than Unicode.
16571 2008-02-01  Kenichi Handa  <handa@m17n.org>
16573         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
16574         if a character is encodable by the terminal coding system.  If
16575         not, produces proper number of `?'s.  Update
16576         terminal_encode_buffer and terminal_encode_buf_size if necessary.
16577         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16579 2008-02-01  Kenichi Handa  <handa@m17n.org>
16581         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16582         variables.
16583         (encode_terminal_code): Change argument.  Encode multiple
16584         characters at once.  Store the result of encoding in
16585         terminal_encode_buffer.
16586         (write_glyphs, insert_glyphs): Adjust for the change of
16587         encode_terminal_code.
16588         (term_init): Initialize terminal_encode_buffer and
16589         terminal_encode_buf_size.
16591         * coding.c (consume_chars): If coding->src_object is nil, don't
16592         check annotation.
16594 2008-02-01  Kenichi Handa  <handa@m17n.org>
16596         * character.c (char_string): Use ASCII_CHAR_P instead of
16597         SINGLE_BYTE_CHAR_P.
16599 2008-02-01  Kenichi Handa  <handa@m17n.org>
16601         * xdisp.c (handle_auto_composed_prop): Check if the last
16602         characters of auto-composed region is newly composed with the
16603         following characters.
16604         (handle_composition_prop): Fix checking of point being inside
16605         composition.
16607 2008-02-01  Kenichi Handa  <handa@m17n.org>
16609         * fns.c (concat): Don't change multibyteness of the result by
16610         concatenating an 8-bit character.
16612         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
16613         multibyteness of the result when newelt is an 8-bit character.
16615 2008-02-01  Dave Love  <fx@gnu.org>
16617         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16618         EMACS_INT.
16620         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16622         * xfaces.c (face_numeric_value): Declare dim size_t.
16623         (Finternal_lisp_face_equal_p): Remove unused f.
16625         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16626         (MATRIX_ROW): Remove unused vars.
16627         (draw_glyphs, x_insert_glyphs, fast_find_position)
16628         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16629         byte/char counts.
16631         * regex.c (regex_compile): Remove unused var.
16633         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16635         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16636         (Faccessible_keymaps, where_is_internal): Remove unused vars.
16638         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16640         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16642         * fileio.c (Fwrite_region): Remove unused var.
16644         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16645         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16647         * composite.c (Fremove_list_of_text_properties): Declare.
16649         * coding.c (inhibit_pre_post_conversion): Remove (unused).
16650         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16651         (coding_inherit_eol_type): Remove unused attrs.
16652         (detect_coding): Cast arg of detect_eol.
16654         * charset.c (syms_of_charset): Remove unused var p.
16655         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16656         byte/char counts.
16658         * casetab.c (set_case_table): Remove unused var.
16660         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16661         unused vars.
16663 2008-02-01  Dave Love  <fx@gnu.org>
16665         * xterm.c (x_bitmap_mask): Declare.
16667 2008-02-01  Dave Love  <fx@gnu.org>
16669         * xterm.c (x_term_init): Fix type error.
16671         * lisp.h: Add Funibyte_char_to_multibyte.
16673         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16674         (Fset_coding_system_priority): Doc fix.
16676         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16678         * indent.c (check_composition): Make start and end EMACS_INT.
16680         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16682         * xdisp.c (handle_composition_prop, check_point_in_composition):
16683         Make buffer positions EMACS_INT.
16685         * composite.c (find_composition, run_composition_function)
16686         (update_compositions, Ffind_composition_internal): Make buffer
16687         positions EMACS_INT.
16689         * composite.h (find_composition, update_compositions): Make
16690         position args EMACS_INT.
16692         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16694         * intervals.c (get_property_and_range):
16695         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16697         * unexalpha.c: Don't include varargs.h.
16699 2008-02-01  Dave Love  <fx@gnu.org>
16701         * coding.h (ENCODE_UTF_8): New.
16703         * Makefile.in (gtkutil.o): Depend on coding.h.
16705         * coding.c (Fset_coding_system_priority): Doc fix.
16707 2008-02-01  Kenichi Handa  <handa@m17n.org>
16709         * fileio.c (Finsert_file_contents): Call setup_coding_system in
16710         the case of auto saving.
16712 2008-02-01  Andreas Schwab  <schwab@suse.de>
16714         * chartab.c (map_char_table, map_char_table_for_charset): Protect
16715         `range' from GC.
16717 2008-02-01  Kenichi Handa  <handa@m17n.org>
16719         * coding.c (decode_coding_sjis): Check bytes more rigidly.
16721 2008-02-01  Kenichi Handa  <handa@m17n.org>
16723         * fileio.c (choose_write_coding_system): Return a decided coding system.
16724         (Fwrite_region): Set Vlast_coding_system_used to the return value
16725         of choose_write_coding_system.
16727 2008-02-01  Kenichi Handa  <handa@m17n.org>
16729         * charset.c (Fset_charset_priority): Pay attention to duplicated
16730         arguments.
16732         * coding.c (QCcategory): New variable.
16733         (syms_of_coding): Defsym it.  Set all elements of
16734         Vcoding_category_table and their symbol values.
16735         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
16736         coding-category-XXX, and coding-category-list.
16737         (Fdefine_coding_system_internal): Add category in the plist.
16739 2008-02-01  Kenichi Handa  <handa@m17n.org>
16741         * callproc.c (Fcall_process): Handle carryover correctly.
16743         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16744         (raw_text_coding_system): Check NILP (coding_system).
16745         (coding_inherit_eol_type): Check NILP (coding_system) and
16746         NILP (parent).
16747         (consume_chars): Fix for the case of raw-text.
16749         * process.c (read_process_output): Handle carryover correctly.
16751 2008-02-01  Dave Love  <fx@gnu.org>
16753         * regex.c (re_search_2): Fix last change.
16755 2008-02-01  Kenichi Handa  <handa@m17n.org>
16757         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16758         target_multibyte.  Even in a unibyte case, return a converted
16759         multibyte char.
16760         (GET_CHAR_AFTER): New macro.
16761         (PATFETCH): Translate via multibyte char.
16762         (HANDLE_UNIBYTE_RANGE): Delete this macro.
16763         (SETUP_MULTIBYTE_RANGE): New macro.
16764         (regex_compile): Setup compiled code so that its multibyteness
16765         matches that of a target.  Fix the handling of "[X-YZ]" using
16766         SETUP_MULTIBYTE_RANGE.
16767         (analyse_first) <charset>: For filling fastmap for all multibyte
16768         characters, don't check by BASE_LEADING_CODE_P.
16769         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
16770         the same as RE_MULTIBYTE_P (bufp) now.
16771         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16772         (TARGET_CHAR_AND_LENGTH): Delete this macro.
16773         (TRANSLATE_VIA_MULTIBYTE): New macro.
16774         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16775         It is the same as RE_MULTIBYTE_P (bufp) now.
16776         <exactn>: Translate via multibyte.
16777         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
16778         translate it.
16779         <charset, charset_not>: Fetch a character by
16780         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
16781         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16782         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16783         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16784         by GET_CHAR_AFTER.
16785         (bcmp_translate): Likewise.
16787         * search.c (compile_pattern): Check the member target_multibyte,
16788         not the member multibyte of buf.
16790         * lread.c (read1): While reading a string, set force_singlebyte
16791         and force_multibyte correctly.
16793         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16794         up of unibyte_to_multibyte_table.
16796 2008-02-01  Kenichi Handa  <handa@m17n.org>
16798         * coding.c (setup_coding_system): If coding has
16799         post-read-conversion or pre-write-conversion, set
16800         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16801         respectively.
16802         (decode_coding_gap): Run post-read-conversion if any.
16804         * fileio.c (Finsert_file_contents): Even if we read into a
16805         unibyte buffer, check if we must decode the result or not.
16807 2008-02-01  Kenichi Handa  <handa@m17n.org>
16809         * coding.c (make_conversion_work_buffer): Change the work buffer
16810         name to the same one as that of Emacs 21.
16812 2008-02-01  Kenichi Handa  <handa@m17n.org>
16814         * coding.h (make_conversion_work_buffer): Adjust prototype.
16815         (code_conversion_restore): Don't extern it.
16817         * coding.c (detected_mask): Delete unused variable.
16818         (decode_coding_iso_2022): Pay attention to the byte sequence of
16819         CTEXT extended segment, and retain those bytes as is.
16820         (decode_coding_ccl): Delete unused variable `valids'.
16821         (setup_coding_system): Delete unused variable `category'.
16822         (consume_chars): Delete unused variable `category'.  Make it work
16823         for non-multibyte case.
16824         (make_conversion_work_buffer): Change argument.
16825         (saved_coding): Delete unused variable.
16826         (code_conversion_restore): Don't check saved_coding->destination.
16827         (code_conversion_save): New function.
16828         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16829         instead of record_unwind_protect.
16830         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
16831         (detect_coding_system): Delete unused variable `mask'.
16832         (Fdefine_coding_system_internal): Delete unused variable id.
16834         * fileio.c (kill_workbuf_unwind): New function.
16835         (Finsert_file_contents): On replacing, call
16836         make_conversion_work_buffer with correct args, and call
16837         record_unwind_protect with the first arg kill_workbuf_unwind.
16839         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16841 2008-02-01  Kenichi Handa  <handa@m17n.org>
16843         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16844         (fontset_add): Fix for the case that TO is less than TO1.
16845         (Ffontset_info): Don't use fallback fontset on checking the
16846         default fontset.
16847         (dump_fontset): New function for debugging.
16849         * coding.c (Fdefine_coding_system_internal): Fix for the case that
16850         coding_type is Qcharset.
16852 2008-02-01  Kenichi Handa  <handa@m17n.org>
16854         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16855         (map_char_table): Don't inherit the value from the parent on
16856         initializing VAL.  Adjust for the above change.
16858 2008-02-01  Kenichi Handa  <handa@m17n.org>
16860         * coding.c (Qsignature, Qendian): Delete these variables.
16861         (syms_of_coding): Don't initialize them.
16862         (CATEGORY_MASK_UTF_16_AUTO): New macro.
16863         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16864         detect_info->found.
16865         (decode_coding_utf_16): Don't detect BOM here.
16866         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16867         is NOT utf_16_without_bom.
16868         (setup_coding_system): For a coding system of type utf-16, check
16869         if the attribute :endian is Qbig or not (not nil or not), and set
16870         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16871         (detect_coding): If coding type is utf-16 and BOM detection is
16872         required, detect it.
16873         (Fdefine_coding_system_internal): For a coding system of type
16874         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16876 2008-02-01  Kenichi Handa  <handa@m17n.org>
16878         * coding.c (coding_set_source): Fix for the case that the current
16879         buffer is different from coding->src_object.
16880         (decode_coding_object): Don't use the conversion work buffer if
16881         DST_OBJECT is a buffer.
16883 2008-02-01  Dave Love  <fx@gnu.org>
16885         * lread.c (read_emacs_mule_char) [len==2]: Index
16886         emacs_mule_charset correctly.
16888 2008-02-01  Dave Love  <fx@gnu.org>
16890         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16891         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16892         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
16893         treated specially.)
16894         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16895         (detected_mask): Remove Big5 bits.
16897 2008-02-01  Kenichi Handa  <handa@m17n.org>
16899         The following changes are to make the font rescaling facility
16900         compatible with Emacs 21.
16902         * xfaces.c (Vface_font_rescale_alist): Rename from
16903         Vface_resizing_fonts.
16904         (struct font_name): Rename member resizing_ratio to rescale_ratio.
16905         (font_rescale_ratio): Rename from font_resizing_ratio.
16906         (split_font_name): Set font->rescale_ratio.
16907         (better_font_p): Pay attention to font->rescale_ratio.
16908         (build_scalable_font_name): Likewise.  Change RESX, and RESY
16909         fields.
16910         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16912 2008-02-01  Kenichi Handa  <handa@m17n.org>
16914         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16915         (Qutf_16_le): Remove these variables.
16916         (syms_of_coding): Don't DEFSYM them.
16917         (decode_coding_utf_16): Fix handling of BOM.
16918         (encode_coding_utf_16): Fix handling of BOM.
16920 2008-02-01  Kenichi Handa  <handa@m17n.org>
16922         * fileio.c (Finsert_file_contents): On replacing, before decoding
16923         the file into the work buffer, set point of the work buffer to the end.
16925 2008-02-01  Dave Love  <fx@gnu.org>
16927         * coding.c (Fcheck_coding_systems_region): Fix type errors.
16929 2008-02-01  Dave Love  <fx@gnu.org>
16931         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16932         and fix C types.
16934 2008-02-01  Kenichi Handa  <handa@m17n.org>
16936         * xdisp.c (SKIP_GLYPHS): New macro.
16937         (set_cursor_from_row): Pay attention to string display properties.
16939         * category.c (copy_category_entry): Fix for the case that RANGE
16940         is an integer.
16942         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16944         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16946 2008-02-01  Kenichi Handa  <handa@m17n.org>
16948         * charset.c (Fcharset_id_internal): New function.
16949         (syms_of_charset): Defsubr it.
16951         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16952         with the last arg charset_list acquired from coding.
16953         (Fdefine_coding_system_internal): For ccl-based coding system, fix
16954         the attribute coding_attr_ccl_valids.
16956         * coding.h (enum define_coding_ccl_arg_index): Set the first
16957         member coding_arg_ccl_decoder to coding_arg_max.
16959         * ccl.h (ccl_driver): Adjust prototype.
16961         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16962         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
16963         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16964         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16965         last arg Qnil.
16967 2008-02-01  Kenichi Handa  <handa@m17n.org>
16969         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16970         call encode_char.
16972         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16974 2008-02-01  Dave Love  <fx@gnu.org>
16976         * composite.c (syms_of_composite): Make composition_hash_table weak.
16978 2008-02-01  Kenichi Handa  <handa@m17n.org>
16980         * dispextern.h (check_face_attributes, generate_ascii_font_name)
16981         (font_name_registry): Don't extern them.
16982         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16984         * fontset.h (Qfontset): Don't extern it.
16985         (new_fontset_from_font_name): Extern it.
16987         * fontset.c: Give 8 extra slots to fontset objects.
16988         (Qfontset_info): New variable.
16989         (syms_of_fontset): Defsym it.
16990         (FONTSET_FALLBACK): New macro.
16991         (fontset_face): Try also the default fontset.
16992         (make_fontset): Realize a fallback fontset from the default fontset.
16993         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
16994         using split_font_name_into_vector and build_font_name_from_vector.
16995         (Fset_fontset_font): Access the elements of font_spec by enum
16996         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
16997         name by using split_font_name_into_vector.
16998         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16999         generate a proper font name from the fontset name.  Update
17000         Vfontset_alias_alist.
17001         (n_auto_fontsets): New variable.
17002         (new_fontset_from_font_name): New function.
17003         (Ffont_info): Store the information about fonts generated from the
17004         default fontset in the first extra slot of the returned char-table.
17006         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17007         (font_name_registry): Delete function.
17008         (split_font_name_into_vector): New function.
17009         (build_font_name_from_vector): New function.
17010         (font_list): The argument REGISTRY is now a list of registry names.
17011         (choose_face_font): If we are choosing an ASCII font, and ATTRS
17012         specifies an explicit font name, return the name as is.  Make a
17013         list of registy names.
17015         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17016         of x_new_fontset.
17017         (Fx_create_frame): Don't call x_new_fontset here.  Just use
17018         x_list_fonts to check the existence of fonts.
17020         * xterm.h (x_new_fontset): Adjust prototype.
17022         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17023         string.  Use new_fontset_from_font_name to create a fontset from a
17024         font name.
17026 2008-02-01  Kenichi Handa  <handa@m17n.org>
17028         * syntax.c (Vfind_word_boundary_function_table): New name for
17029         Vnext_word_boundary_function_table.
17030         (find-word-boundary-function-table): New name for
17031         next-word-boundary-function-table.
17033 2008-02-01  Dave Love  <fx@gnu.org>
17035         * Makefile.in: Fix some dependencies.
17037         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17038         set it to nil before returning.
17040         * composite.c (update_compositions): Fix type error.
17042         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17044 2008-02-01  Kenichi Handa  <handa@m17n.org>
17046         * xterm.c (x_new_font): Optimize for the case that the font is
17047         already set for the frame.
17049 2008-02-01  Kenichi Handa  <handa@m17n.org>
17051         * chartab.c (char_table_ascii): Check if the char table contents
17052         is sub-char-table or not.
17053         (char_table_set, char_table_set_range): Fix argument to
17054         char_table_ascii.
17056         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17057         (detect_coding_utf_8, detect_coding_utf_16)
17058         (detect_coding_emacs_mule, detect_coding_iso_2022)
17059         (detect_coding_sjis, detect_coding_big5)
17060         (detect_coding_ccl, detect_coding_charset): Change argument MASK
17061         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
17062         sequence is valid in this coding system.  Change callers.
17063         (MAX_ANNOTATION_LENGTH): New macro.
17064         (ADD_ANNOTATION_DATA): New macro.
17065         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
17066         ADD_ANNOTATION_DATA.  Change the format of annotation data.
17067         (ADD_CHARSET_DATA): New macro.
17068         (emacs_mule_char): New argument ID.  Change callers.
17069         (decode_coding_emacs_mule, decode_coding_iso_2022)
17070         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17071         Produce charset annotation data in coding->charbuf.
17072         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17073         to charset annotation data in coding->charbuf.
17074         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17075         coding->common_flags if the coding system is iso-2022 based and
17076         uses designation.
17077         (produce_composition): Adjust for the new annotation data format.
17078         (produce_charset): New function.
17079         (produce_annotation): Handle charset annotation.
17080         (handle_composition_annotation, handle_charset_annotation): New
17081         functions.
17082         (consume_chars): Handle charset annotation.  Utilize the above two
17083         functions.
17084         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17085         buffer, get the deleted text as a string and set
17086         coding->src_object to that string.
17087         (detect_coding, detect_coding_system): Use the new struct
17088         coding_detection_info.
17090         * coding.h (struct coding_detection_info): New structure.
17091         (struct coding_system): Adjust prototype of the member `detector'.
17092         (CODING_ANNOTATE_CHARSET_MASK): New macro.
17094 2008-02-01  Kenichi Handa  <handa@m17n.org>
17096         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17098 2008-02-01  Dave Love  <fx@gnu.org>
17100         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17101         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
17102         to new local and nullify apropos_accumulate before returning.
17103         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17105 2008-02-01  Kenichi Handa  <handa@m17n.org>
17107         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17108         correctly.
17110 2008-02-01  Dave Love  <fx@gnu.org>
17112         * fns.c (Flanginfo): Call synchronize_system_time_locale.
17114 2008-02-01  Kenichi Handa  <handa@m17n.org>
17116         The following changes are to make character composition happen
17117         automatically on displaying.
17119         * Makefile.in (lisp, shortlisp): Add composite.elc.
17121         * composite.h (Qauto_composed, Vauto_composition_function)
17122         (Qauto_composition_function): Extern them.
17124         * composite.c (Vcomposition_function_table)
17125         (Qcomposition_function_table): Delete variables.
17126         (Qauto_composed, Vauto_composition_function)
17127         (Qauto_composition_function): New variables.
17128         (run_composition_function): Don't call
17129         compose-chars-after-function.
17130         (update_compositions): Clear `auto-composed' text property.
17131         (compose_chars_in_text): Delete this function.
17132         (syms_of_composite): Staticpro Qauto_composed and
17133         Qauto_composition_function.  Declare Vauto_composition_function as
17134         a Lisp variable.
17136         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17138         * xdisp.c (it_props): Add an entry for Qauto_composed.
17139         (handle_auto_composed_prop): New function.
17141         * xselect.c (selection_data_to_lisp_data): Don't call
17142         compose_chars_in_text.
17144 2008-02-01  Dave Love  <fx@gnu.org>
17146         * keyboard.c (read_char): Modify checking around use of
17147         Vkeyboard_translate_table.
17149         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17150         and fix C types.
17152 2008-02-01  Kenichi Handa  <handa@m17n.org>
17154         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17155         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17156         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17157         the case that the last byte is '\r' correctly.
17158         (decode_coding): Flush out the unprocessed data correctly.
17159         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17161 2008-02-01  Dave Love  <fx@gnu.org>
17163         * xterm.c (XTread_socket): Fix changes for defined keysyms.
17164         Add XK_ISO... case.
17165         (xaw_scroll_callback): Revert last change.
17167 2008-02-01  Kenichi Handa  <handa@m17n.org>
17169         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17171 2008-02-01  Kenichi Handa  <handa@m17n.org>
17173         * xfaces.c (Vface_resizing_fonts): New variable.
17174         (struct font_name): New member `resizing_ratio'.
17175         (font_resizing_ratio): New function.
17176         (split_font_name): Set font->resizing_ratio.
17177         (better_font_p): Pay attention to font->resizing_ratio.
17178         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
17179         RESX, and RESY fields.
17180         (try_alternative_families): Try scalable fonts if
17181         Vscalable_fonts_allowed is not Qt.
17182         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17184 2008-02-01  Dave Love  <fx@gnu.org>
17186         * xterm.c (xaw_scroll_callback): Cast correctly.
17188 2008-02-01  Dave Love  <fx@gnu.org>
17190         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17191         (lispy_kana_keys): Comment out.
17192         (make_lispy_event) [XK_kana_A]: Comment out.
17194         * xterm.c (xaw_scroll_callback): Cast call_data.
17195         (XTread_socket): Deal with ASCII keysyms.
17196         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17198 2008-02-01  Dave Love  <fx@gnu.org>
17200         * xterm.c (Vx_keysym_table): New.
17201         (syms_of_xterm): Initialize it.
17202         (XTread_socket): Use it.
17203         From head: Eliminate incorrect optimization that tried to avoid
17204         decoding the output of X*LookupString.
17205         (x_get_font_repertory): Delete charset declaration.
17207 2008-02-01  Kenichi Handa  <handa@m17n.org>
17209         * coding.c (detect_coding_charset): If only ASCII bytes are found,
17210         return 0.
17211         (Fdefine_coding_system_internal): Setup
17212         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17214 2008-02-01  Dave Love  <fx@gnu.org>
17216         * coding.c (Fcheck_coding_system): Doc fix.
17218         * editfns.c (Finsert_byte): Return a proper value.
17220 2008-02-01  Kenichi Handa  <handa@m17n.org>
17222         * coding.c (decode_coding): Fix args to translate_chars.  Pay
17223         attention to Vstandard_translation_table_for_decode.
17224         (encode_coding): Fix args to translate_chars.  Pay attention to
17225         Vstandard_translation_table_for_encode.
17227         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17228         SINGLE_BYTE_CHAR_P.
17230         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17231         not by SINGLE_BYTE_CHAR_P.
17233         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17234         SINGLE_BYTE_CHAR_P.
17236         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17237         SINGLE_BYTE_CHAR_P.
17239         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17240         by SINGLE_BYTE_CHAR_P.
17242         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17243         SINGLE_BYTE_CHAR_P.
17245 2008-02-01  Dave Love  <fx@gnu.org>
17247         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17249 2008-02-01  Dave Love  <fx@gnu.org>
17251         * fns.c (Flanginfo): Fix typo.
17253         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17255 2008-02-01  Kenichi Handa  <handa@m17n.org>
17257         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17258         (detect_coding_emacs_mule, detect_coding_iso_2022)
17259         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17260         incomplete byte sequence.  Don't update *mask when correctly detected.
17261         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17262         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17263         (detect_coding, detect_coding_system): Adjust for the changes above.
17265 2008-02-01  Kenichi Handa  <handa@m17n.org>
17267         * character.c (char_string): Rename from
17268         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
17269         (string_char): Rename from string_char.
17271         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17272         if C is greater than MAX_3_BYTE_CHAR.
17273         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17274         string_char instead of string_char_with_unification.
17276 2008-02-01  Dave Love  <fx@gnu.org>
17278         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17280 2008-02-01  Kenichi Handa  <handa@m17n.org>
17282         * keymap.c (push_key_description): Pay attention to force_multibyte.
17284         * regex.c (re_search_2): Fix for the case of unibyte buffer.
17286 2008-02-01  Dave Love  <fx@gnu.org>
17288         * charset.c (define_charset_internal): Rename `supprementary'.
17290         * Makefile.in (lisp, shortlisp): Remove latin-N.
17292 2008-02-01  Dave Love  <fx@gnu.org>
17294         * xfns.c (x_window, x_window): Use use_xim.
17296         * xterm.c (use_xim): Initialize.
17297         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17298         (x_term_init): Maybe set use_xim.
17300         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17302 2008-02-01  Kenichi Handa  <handa@m17n.org>
17304         * search.c (search_buffer): Fix case-fold-search of multibyte
17305         characters.
17306         (boyer_moore): Rename the last argument to char_high_bits.
17308 2008-02-01  Kenichi Handa  <handa@m17n.org>
17310         * xdisp.c (display_string): Fix for the case of zero width glyph.
17312         * xfns.c (x_set_font): Change the error message of the case that
17313         x_new_fontset returns Qt.
17315         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17316         (Finternal_set_lisp_face_attribute): Use signal_error for the
17317         error of invalid fontset.
17319         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17320         fontset, return Qt.
17322 2008-02-01  Dave Love  <fx@gnu.org>
17324         * unexelf.c (unexec): Make .got handling not SGI-specific.
17326         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17328         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17330         * keyboard.c (read_key_sequence): Fix type error.
17332         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17333         type error.
17335         * fontset.c (fontset_add): Return Lisp_Object.
17337 2008-02-01  Dave Love  <fx@gnu.org>
17339         * charset.h (charset_ordered_list_tick): Declare extern.
17341 2008-02-01  Kenichi Handa  <handa@m17n.org>
17343         The following changes (and some of 2008-02-01 changes of mine) are
17344         for handling syntax, category, and case conversion for unibyte
17345         characters by converting them to multibyte on the fly.  With these
17346         changes, we don't have to setup syntax and case tables for unibyte
17347         characters in each language environment.
17349         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17350         multibyte if necessary.
17352         * bytecode.c (Fbyte_code): Likewise.
17354         * character.h (LEADING_CODE_LATIN_1_MIN)
17355         (LEADING_CODE_LATIN_1_MAX): New macros.
17356         (unibyte_to_multibyte_table): Extern it.
17357         (unibyte_char_to_multibyte): New macro.
17358         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17359         (CHAR_LEADING_CODE): New macro.
17360         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17362         * character.c (unibyte_to_multibyte_table): New variable.
17363         (unibyte_char_to_multibyte): Move to character.h and define as macro.
17364         (multibyte_char_to_unibyte): If C is an eight-bit character,
17365         convert it to the corresponding byte value.
17367         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17368         not 1, signals an error.  Update the elements of
17369         unibyte_to_multibyte_table.
17370         (init_charset_once): Initialize unibyte_to_multibyte_table.
17371         (syms_of_charset): Define the charset `iso-8859-1'.
17373         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17374         as is without converting it to unibyte.  In a unibyte buffer,
17375         convert C to multibyte before checking the syntax.
17377         * lisp.h (unibyte_char_to_multibyte): Delete extern.
17379         * minibuf.c (Fminibuffer_complete_word): Use the macro
17380         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17382         * regex.h (struct re_pattern_buffer): New member target_multibyte.
17384         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17385         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
17386         that is zero, convert an eight-bit char to multibyte.
17387         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17388         non-emacs case.
17389         (PATFETCH): Convert an eight-bit char to multibyte.
17390         (HANDLE_UNIBYTE_RANGE): New macro.
17391         (regex_compile): Setup the compiled pattern for multibyte chars
17392         even if the given regex string is unibyte.  Use PATFETCH_RAW
17393         instead of PATFETCH in many places.  To handle `charset'
17394         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
17395         only for ASCII chars.
17396         (analyse_first) <exactn>: Simplify because the compiled pattern
17397         is multibyte.
17398         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17399         <charset>: Use CHAR_LEADING_CODE to get leading codes.
17400         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17401         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17402         multibyte always 1.
17403         (re_search_2): In emacs, set the locale variable multibyte to 1,
17404         otherwise to 0.  New local variable target_multibyte.  Check it
17405         to decide the multibyteness of STR1 and STR2.  If
17406         target_multibyte is zero, convert unibyte chars to multibyte
17407         before translating and checking fastmap.
17408         (TARGET_CHAR_AND_LENGTH): New macro.
17409         (re_match_2_internal): In emacs, set the locale variable multibyte
17410         to 1, otherwise to 0.  New local variable target_multibyte.  Check
17411         it to decide the multibyteness of STR1 and STR2.  Use
17412         TARGET_CHAR_AND_LENGTH to fetch a character from D.
17413         <charset, charset_not>: If multibyte is nonzero, check fastmap
17414         only for ASCII chars.  Call bcmp_translate with
17415         target_multibyte, not with multibyte.
17416         <begline>: Declare the local variable C as `unsigned'.
17417         (bcmp_translate): Change the last arg name to target_multibyte.
17419         * search.c (compile_pattern_1): Don't adjust the multibyteness of
17420         the regexp pattern and the matching target.  Set cp->buf.multibyte
17421         to the multibyteness of the regexp pattern.  Set
17422         cp->but.target_multibyte to the multibyteness of the matching target.
17423         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17424         FETCH_STRING_CHAR_ADVANCE.
17425         (Freplace_match): Convert unibyte chars to multibyte.
17427         * syntax.c (char_quoted, back_comment, scan_words)
17428         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17429         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17430         unibyte chars to multibyte.
17431         (skip_chars): Delete the arg syntaxp, and move the code for
17432         handling syntaxes to skip_syntaxes.  Change callers.
17433         Fix the case that the multibyteness of STRING and the current
17434         buffer doesn't match.
17435         (skip_syntaxes): New function.
17436         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17437         SINGLE_BYTE_CHAR_P.
17439 2008-02-01  Kenichi Handa  <handa@m17n.org>
17441         * xfaces.c (QCfontset): New variable.
17442         (LFACE_FONTSET): New macro.
17443         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17444         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17445         (Finternal_set_lisp_face_attribute)
17446         (Finternal_get_lisp_face_attribute): Handle QCfontset.
17447         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17448         check also LFACE_FONTSET_INDEX.
17449         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17450         attrs[LFACE_FONT_INDEX].
17451         (syms_of_xfaces): Intern and staticpro QCfontset.
17453         * dispextern.h (enum lface_attribute_index): New member
17454         LFACE_FONTSET_INDEX.
17456         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17458 2008-02-01  Kenichi Handa  <handa@m17n.org>
17460         * coding.c (coding_set_destination): Fix coding->destination for
17461         the case converting a region.
17462         (encode_coding_utf_8): Encode eight-bit chars as single byte.
17463         (encode_coding_object): Fix coding->dst_pos and
17464         coding->dst_pos_byte for the case converting a region.
17466         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17468         * character.h (BYTE8_STRING): New macro.
17470         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17472 2008-02-01  Kenichi Handa  <handa@m17n.org>
17474         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17475         characters by octal form.
17477         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17479         * buffer.h (_fetch_multibyte_char_len): Delete extern.
17480         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17481         _fetch_multibyte_char_len.
17482         (FETCH_CHAR_AS_MULTIBYTE): New macro.
17484         * casetab.c (set_canon, set_identity, shuffle): Simplify.
17486         * casefiddle.c (casify_object): Simplify.  Handle the case that
17487         the case conversion change the byte length.
17488         (casify_region): Likewise.
17490         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17492         * character.c (_fetch_multibyte_char_len): Delete this variable.
17493         (syms_of_character): Setup Vprintable_chars.
17495         * editfns.c (Fchar_equal): Fix for the unibyte case.
17496         (Finsert_byte): New function.
17497         (syms_of_editfns): Defsubr it.
17499         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17500         of direct code 0x3ffff.
17502         * search.c (Freplace_match): Fix for the unibyte case.
17504 2008-02-01  Kenichi Handa  <handa@m17n.org>
17506         * lread.c (safe_to_load_p): Fix the logic.
17508         * syntax.c (scan_words): Don't treat characters belonging to
17509         different scripts as constituting a word.
17511         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17513         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17515         * emacs.c (main): In the case of --unibyte, instead of aborting on
17516         finding non-empty buffer, make it unibyte.
17518 2008-02-01  Kenichi Handa  <handa@m17n.org>
17520         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17521         to create a fontset.
17523 2008-02-01  Dave Love  <fx@gnu.org>
17525         * character.c (Funibyte_char_to_multibyte): Doc fix.
17527         * xfns.c [HAVE_STDLIB_H]: Fix last change.
17529 2008-02-01  Kenichi Handa  <handa@m17n.org>
17531         * fontset.c (fontset_add): Make the type `int'.
17532         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17534         * character.c (unibyte_char_to_multibyte)
17535         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17536         charset_unibyte, not charset_primary.
17538         * charset.h (charset_unibyte): Extern it instead of charset_primary.
17540         * charset.c (charset_unibyte): Rename from charset_primary.
17541         (Funibyte_charset): Rename from Fprimary_charset.
17542         (Fset_unibyte_charset): Rename from Fset_primary_charset.
17543         (syms_of_charset): Adjust for the above changes.
17545         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17546         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
17547         it->multibyte_p is zero.
17549         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17550         Delete extern.
17552 2008-02-01  Kenichi Handa  <handa@m17n.org>
17554         * coding.c (Fdefine_coding_system_internal): Fix category setting
17555         for a coding system of type iso-2022.
17557 2008-02-01  Kenichi Handa  <handa@m17n.org>
17559         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17561 2008-02-01  Kenichi Handa  <handa@m17n.org>
17563         * syntax.c (Vnext_word_boundary_function_table): New variable.
17564         (next-word-boundary-function-table): Declare it as a Lisp variable
17565         in syms_of_syntax.
17566         (scan_words): Call functions in Vnext_word_boundary_function_table
17567         if any.
17569         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17571         * fontset.c (fs_load_font): If fontp->charset is not negative,
17572         return fontp without setting its members.
17574 2008-02-01  Dave Love  <fx@gnu.org>
17576         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17578         * m/sparc.h (HAVE_ALLOCA): Delete.
17580         * s/irix6-5.h: Don't include strings.h.
17581         (bcopy, bzero, bcmp): Don't undef.
17583         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17585         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17586         (TIOCSIGSEND): Don't test IRIX6.
17587         (bcopy, bzero, bcmp): Define conditionally.
17589 2008-02-01  Kenichi Handa  <handa@m17n.org>
17591         * buffer.c (Qas, Qmake, Qto): New variables.
17592         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
17593         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17595         * callproc.c (Fcall_process): Don't call insert_1_both directly if
17596         we are inserting a process output into a multibyte buffer.
17598         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17599         multibyte_char_to_unibyte.
17601         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17602         by the primary charset, make it eight-bit char.
17603         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17605         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17606         (charset_8_bit__control, charset_8_bit_graphic)
17607         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17608         (define_charset_internal): New function.
17609         (syms_of_charset): Call define_charset_internal for pre-defined
17610         charsets.
17612         * charset.h (charset_8_bit): Extern it.
17614         * coding.c (make_conversion_work_buffer): Adjust for the change
17615         of Fset_buffer_multibyte.
17616         (encode_coding_raw_text): Increment p0 in the loop.
17618         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17620         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17621         for the change of Fset_buffer_multibyte.
17623         * fns.c (Fstring_to_multibyte): New function.
17624         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17626 2008-02-01  Dave Love  <fx@gnu.org>
17628         * xfns.c (x_put_x_image): Declare args.
17630         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17631         (try_font_list): Declare an arg.
17633         * xdisp.c (message2_nolog, set_message): Declare an arg.
17635         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
17637         * syntax.c (scan_sexps_forward): Declare an arg.
17639         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17640         Declare an arg.
17642         * lisp.h (Fnew_fontset): Declare.
17644         * keymap.c (push_key_description): Call CHARACTERP correctly.
17646         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
17647         (face_for_char): Delete unused vars.
17648         (Fset_fontset_font): Doc fix.  Delete unused vars.
17650         * doc.c (Fsubstitute_command_keys): Delete unused vars.
17652         * composite.c (update_compositions): Declare arg.
17654         * cm.c (calccost, cmgoto): Declare args.
17656         * charset.c: Remove `emacs' conditional.  Doc fixes.
17657         (map_char_table_for_charset): Declare.
17659         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17661         * ccl.c: Remove `emacs' conditional.
17663 2008-02-01  Kenichi Handa  <handa@m17n.org>
17665         The following changes are to allow specifying multiple font
17666         patterns for a character range (specified by script or charset).
17668         * Makefile.in (abbrev.o): Depend on syntax.h.
17669         (xfaces.o): Depend on charset.h.
17671         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17672         SINGLE_BYTE_CHAR_P.
17674         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17676         * character.h (Vchar_script_table): Extern it.
17678         * character.c (Vscript_alist): Delete.
17679         (Vchar_script_table, Qchar_script_table): New variable.
17680         (syms_of_character): Declare Vchar_script_table as a lisp variable
17681         and initialize it.
17683         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
17684         have property char-table-extra-slots, make no extra slot.
17686         * dispextern.h (struct face): Delete member `charset'.
17687         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17688         SINGLE_BYTE_CHAR_P.
17689         (choose_face_font, lookup_non_ascii_face, font_name_registry):
17690         Add prototypes.
17691         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17692         (generate_ascii_font_name): Rename from generate_ascii_font.
17694         * fontset.h (get_font_repertory_func): New prototype.
17695         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17696         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17698         * fontset.c (Qprepend, Qappend): New variables.
17699         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17700         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17701         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17702         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17703         (fontset_ref_and_range, fontset_add, reorder_font_vector)
17704         (load_font_get_repertory): New functions.
17705         (fontset_set): Delete.
17706         (fontset_face): New arg FACE.  Return face ID, not face.
17707         Complete re-write to handle new fontset structure.  Change caller.
17708         (free_face_fontset): Use ASET istead of AREF (X) = Y.
17709         (face_for_char): Don't call lookup_face.
17710         (make_fontset_for_ascii_face): New arg FACE.
17711         (fs_load_font): New arg CHARSET_ID.  Don't check
17712         Vfont_encoding_alist here.
17713         (find_font_encoding): New function.
17714         (list_fontsets): Use STRINGP, not ! NILP.
17715         (accumulate_script_ranges): New function.
17716         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17717         re-written to handle new fontset structure.
17718         (Ffontset_font): Return a copy of element.
17719         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
17720         docstring of font-encoding-alist.
17722         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17723         (Fset_fotset_font): Fix arguments to 5.
17725         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17727         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17728         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17729         (highlight_trailing_whitespace): Adjust for the change of
17730         lookup_named_face.
17732         * xfaces.c: Include charset.h.
17733         (load_face_font): Delete argument C.  Change caller.
17734         (generate_ascii_font_name): Rename from generate_ascii_font.
17735         (font_name_registry): New function.
17736         (cache_face): Store ascii faces before non-ascii faces in buckets.
17737         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
17738         Lookup only ascii faces.
17739         (lookup_non_ascii_face): New function.
17740         (lookup_named_face): Delete argument C.  Change caller.
17741         (lookup_derived_face): Delete argument C.  Change caller.
17742         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
17743         a string, just call font_list with it.
17744         (choose_face_font): Delete arguments FACE and C.  New arg
17745         FONT_SPEC.  Change caller.
17746         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17747         Change caller.
17748         (realize_non_ascii_face): New function.
17749         (realize_x_face): Call load_face_font here.
17750         (realize_tty_face): Delete argument C.  Change caller.
17751         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17752         get a face ID.
17753         (dump_realized_face): Don't print charset of FACE.
17755         * xfns.c (x_set_font): Always call x_new_fontset and
17756         store_frame_parameter.
17757         (Fx_create_frame): Call x_new_fontset, not x_new_font.
17758         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17760         * xterm.h (x_get_font_repertory): Extern it.
17762         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17763         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
17764         it->multibyte_p is zero.
17765         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17766         (x_new_fontset): If FONTSETNAME doesn't match any existing
17767         fontsets, create a new one.
17768         (x_get_font_repertory): New function.
17770 2008-02-01  Kenichi Handa  <handa@m17n.org>
17772         * coding.c (Ffind_coding_systems_region_internal): Detect an
17773         ASCII only string correctly.
17775         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17776         version is 0.
17778 2008-02-01  Kenichi Handa  <handa@m17n.org>
17780         * lread.c: Include "coding.h".
17781         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17782         (load_each_byte, unread_char): New variables.
17783         (readchar_backlog): Delete.
17784         (readchar): Return a character unless load_each_byte is nonzero.
17785         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17786         cons.  If unread_char is not -1, simply return it.
17787         (unreadchar): Handle the case that readcharfun is
17788         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
17789         (read_multibyte): Delete.
17790         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17791         (read_emacs_mule_char): New functions.
17792         (Fload): Even if the file doesn't have the extension ".elc", if
17793         safe_to_load_p returns a positive version number, assume that the
17794         file contains bytecompiled code.  If the version is less than 22,
17795         load the file while decoding multibyte sequences by emacs-mule.
17796         (readevalloop): Don't use readchar_backlog.
17797         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
17798         (Fread_from_string): Pay attention to the case that STREAM is a cons.
17799         (read_escape): Delete the arg BYTEREP.
17800         (read1): Set load_each_byte to 1 temporarily while handling
17801         #@NUMBER.  Don't call read_multibyte.
17802         (read_vector): Call Fread with a cons.  If readcharfun is
17803         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17804         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17805         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17806         and Qload_force_doc_strings.
17808 2008-02-01  Kenichi Handa  <handa@m17n.org>
17810         * xdisp.c (face_before_or_after_it_pos): Call
17811         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17813 2008-02-01  Kenichi Handa  <handa@m17n.org>
17815         * character.h (TRAILING_CODE_P): New macro.
17816         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17817         (string_char_with_unification): Fix prototype.
17818         (Vscript_alist): Extern it.
17820         * character.c (Vscript_alist): New variable.
17821         (string_char_with_unification, str_as_unibyte)
17822         (string_escape_byte8): Add `const' to local variables.
17823         (syms_of_character): Declare script-alist as a Lisp variable.
17825         * charset.h (Vcharset_ordered_list): Extern it.
17826         (charset_ordered_list_tick): Extern it.
17827         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17828         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17829         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17830         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17831         (Funify_charset): Adjust for the change of Funify_charset.
17833         * charset.c (charset_ordered_list_tick): New variable.
17834         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17835         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
17836         deunify intead of unify a charset.
17837         (string_xstring_p): Add `const' to local variables.
17838         (find_charsets_in_text): Add `const' to arguments and local variables.
17839         (encode_char): Adjust for the change of Funify_charset.  Fix
17840         detecting of invalid code.
17841         (Fset_charset_priority): Increment charset_ordered_list_tick.
17842         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17843         and TO_CODE.
17845         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17846         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17847         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17848         (decode_coding_ccl, consume_chars)
17849         (Ffind_coding_systems_region_internal)
17850         (Fcheck_coding_systems_region): Add `const' to local variables.
17852         * print.c (print_object): Use octal form for printing the
17853         contents of a bool vector.
17855 2008-02-01  Dave Love  <fx@gnu.org>
17857         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17858         <version == 20>: Refuse to load.
17860 2008-02-01  Dave Love  <fx@gnu.org>
17862         * fns.c: Move coding.h.
17863         (Qcodeset, Qdays, Qmonths): New.
17864         (concat): Use CHARACTERP instead of INTEGERP.
17865         (Flocale_codeset): Delete.
17866         (Flanginfo): New function.
17867         (syms_of_fns): Change accordingly.
17869         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17871 2008-02-01  Dave Love  <fx@gnu.org>
17873         * casetab.c (init_casetab_once, init_casetab_once): Fix
17874         CHAR_TABLE_SET call.
17876         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17878         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17880         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
17881         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17882         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17884         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17886         * coding.c (ENCODE_DESIGNATION, decode_eol)
17887         (make_conversion_work_buffer, code_conversion_restore)
17888         (Fdefine_coding_system_internal): Convert Lisp types.
17889         (code_conversion_restore): Use EQ, not ==.
17890         (Fencode_coding_string): Fix code_convert_string call.
17892         * coding.h (code_convert_region): Fix prototype.
17894         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17896         * fontset.c (fontset_ref, fontset_set, fs_load_font)
17897         (Ffontset_info): Convert Lisp types.
17899         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17901         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17903         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17905         * chartab.c: Include "...h", not <...h> in some cases.
17907         * callproc.c (Fcall_process): Remove unused variables.
17909 2008-02-01  Dave Love  <fx@gnu.org>
17911         * coding.c (Fset_coding_system_priority): Allow null arg list.
17913 2008-02-01  Dave Love  <fx@gnu.org>
17915         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17916         (Fself_insert_and_exit): Use CHARACTERP.
17918         * callproc.c (Fcall_process): Remove unused vars.
17920         * xterm.c (XTread_socket): Add extra dead keysyms.
17922         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17924         * dispextern.h: Remove prototypes for redraw_frame,
17925         redraw_garbaged_frames.
17927         * cmds.c (Fself_insert_command): Use CHARACTERP.
17929         * chartab.c (make_sub_char_table): Remove unused var.
17930         (Fset_char_table_default, Fmap_char_table): Doc fix.
17932         * keymap.c (access_keymap): Remove generic char code.
17933         (push_key_description): Use CHARACTERP.
17935 2008-02-01  Dave Love  <fx@gnu.org>
17937         * charset.c: Doc fixes.
17938         (Funify_charset): Extra checking.
17940 2008-02-01  Dave Love  <fx@gnu.org>
17942         * lread.c: Remove some unused variables.
17943         (safe_to_load_p): If safe, return the magic number version byte.
17944         (Fload): Maybe use load-with-code-conversion.
17946 2008-02-01  Kenichi Handa  <handa@m17n.org>
17948         * category.c (Fmodify_category_entry): Don't modify the contents
17949         of category_set for characters out of the range.  Avoid
17950         unnecessary modification.
17952         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17953         Vchar_unify_table.  The default value of the table is now nil.
17955         * character.c (syms_of_character): Setup Vchar_width_table for
17956         eight-bit-control and raw-byte chars.
17958         * charset.h (enum define_charset_arg_index): Delete
17959         charset_arg_parents and add charset_arg_subset and
17960         charset_arg_superset.
17961         (enum charset_attr_index): Delete charset_parents and add
17962         charset_subset and charset_superset.
17963         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17964         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17965         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17966         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17967         (CHARSET_SUPERSET): New macros.
17968         (charset_work): Extern it.
17969         (ENCODE_CHAR): Use charset_work.
17970         (CHAR_CHARSET_P): Adjust for the change of encoder format.
17971         (map_charset_chars): Extern it.
17973         * charset.c (load_charset_map): Set the default value of encoder
17974         and deunifier char-tables to nil.
17975         (map_charset_chars): Change argument.  Change callers.  Use
17976         map_char_table_for_charset instead of map_char_table.
17977         (Fmap_charset_chars): New optional args from_code and to_code.
17978         (Fdefine_charset_internal): Adjust for the change of
17979         `define-charset' (:parents -> :subset or :superset).
17980         (charset_work): New variable.
17981         (encode_char, syms_of_charset): Adjust for the change of
17982         Fdefine_charset_internal.
17983         (Ffind_charset_string): Setup the vector `charsets' correctly.
17985         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
17986         the previous change.
17987         (char_table_ref_and_range): Adjust for the above change.
17988         (map_sub_char_table_for_charset): New function.
17989         (map_char_table_for_charset): New function.
17991         * keymap.c (describe_vector): Handle a char-table directly here.
17992         (describe_char_table): Delete.
17994         * lisp.h (map_charset_chars): Delete.
17996 2008-02-01  Dave Love  <fx@gnu.org>
17998         * fns.c (count_combining): Comment out (unused).
17999         (Flocale_codeset): New.
18000         (syms_of_fns): Defsubr it.
18002         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18003         (size_t): Remove.
18005 2008-02-01  Dave Love  <fx@gnu.org>
18007         * Makefile.in (chartab.o): Depend on charset.h.
18009 2008-02-01  Kenichi Handa  <handa@m17n.org>
18011         * character.c (syms_of_character): Set the default value of
18012         Vprintable_chars to Qnil.
18014 2008-02-01  Dave Love  <fx@gnu.org>
18016         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18018 2008-02-01  Kenichi Handa  <handa@m17n.org>
18020         * charset.c (load_charset_map): Handle the case that from < to
18021         correctly.
18023         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18024         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18025         Pay attention to raw-8-bit chars.
18027 2008-02-01  Kenichi Handa  <handa@m17n.org>
18029         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18030         It is not bytecompiled now.
18032         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18033         (charset_jisx0208): New variables.
18034         (Fdefine_charset_internal): Setup them if appropriate.
18035         (init_charset_once): Initialize them to -1.
18037         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18038         (charset_jisx0208): Extern them.
18040         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18041         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18042         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18043         (setup_iso_safe_charsets): Fix arguments to Fassq.
18044         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18045         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18046         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18047         (encode_coding_iso_2022): Change the 1st arg to
18048         ENCODE_ISO_CHARACTER to a variable.
18050 2008-02-01  Kenichi Handa  <handa@m17n.org>
18052         * charset.h (enum define_charset_arg_index): New enums
18053         charset_arg_min_code and charset_arg_max_code.
18054         (struct charset): New member char_index_offset.
18056         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18057         Take charset->char_index_offset into account.
18058         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18059         args[charset_arg_max_code].  Setup charset.char_index_offset.
18060         (syms_of_charset): Fix args to Fdefine_charset_internal.
18062 2008-02-01  Dave Love  <fx@gnu.org>
18064         * coding.c (decode_coding_utf_8): Reject overlong sequences.
18066 2008-02-01  Dave Love  <fx@gnu.org>
18068         * coding.c: Doc fixes.
18069         (Fcoding_system_aliases): Fix return value.
18070         (Qmac): Remove (duplicated) definition.
18072 2008-02-01  Dave Love  <fx@gnu.org>
18074         * charset.c (Fcharset_priority_list, Fset_charset_priority):
18075         New functions.
18077         * character.c (Fstring): Doc fix.
18079         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18081         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not ids.
18082         (font-encoding-alist): Doc fix.
18084 2008-02-01  Dave Love  <fx@gnu.org>
18086         * term.c (costs_set): Declare static, non-initialized for pcc.
18087         (encode_terminal_code): Remove unused var.
18089         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18090         for K&R.
18092         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18094         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18095         (suffixes): Move out of make_subsidiaries for K&R.
18097         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18099         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18101 2008-02-01  Dave Love  <fx@gnu.org>
18103         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
18105         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
18107 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
18109         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18111         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18113 2008-02-01  Kenichi Handa  <handa@m17n.org>
18115         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18116         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
18118 2008-02-01  Kenichi Handa  <handa@m17n.org>
18120         * coding.c (decode_coding_charset): Adjust for the change of
18121         Fdefine_coding_system_internal.
18122         (Fdefine_coding_system_internal): For a coding system of
18123         `charset' type, store a list of charset IDs in
18124         `charset_attr_charset_valids' element of coding attributes.
18126 2008-02-01  Kenichi Handa  <handa@m17n.org>
18128         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18129         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
18130         caller.  Handle 2-byte and 3-byte charsets correctly.
18131         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18132         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
18133         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18134         (DECODE_EMACS_MULE_21_COMPOSITION): Call
18135         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
18136         sequence.
18137         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
18138         `src' and `consumed_chars' correctly before calling emacs_mule_char.
18139         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18140         and alt&rule composition.
18141         (decode_coding_iso_2022): Handle composition correctly.
18142         (init_coding_once): Setup emacs_mule_bytes for private charsets.
18144         * charset.c (Fdefine_charset_internal): Fix bug for the case of
18145         re-defining a charset.  If the charset has :emacs-mule-id, setup
18146         emacs_mule_bytes.
18147         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18149 2008-02-01  Kenichi Handa  <handa@m17n.org>
18151         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18152         (encode_coding_big5, encode_coding_charset): If coding requires safe
18153         encoding, produce a character specified by
18154         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18156 2008-02-01  Dave Love  <fx@gnu.org>
18158         * xterm.c (XSetIMValues): Declare.
18160         * process.c: Conditionally include sys/wait.h, pty.h.
18162         * print.c (print_object): Fix print format for 64-bit systems.
18164         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18166         * buffer.c (emacs_strerror): Declare.
18168         * fontset.c (Fclear_face_cache): Declare.
18169         (accumulate_font_info): Comment-out (unused).
18170         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18171         variables.
18173         * character.h (string_escape_byte8): Declare.
18175         * charset.c (load_charset_map, load_charset_map_from_file): Remove
18176         unused vars.
18177         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18178         (Fmap_charset_chars): Doc fix.
18180         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18181         (Fset_coding_system_priority, Fset_coding_system_priority)
18182         (Fdefine_coding_system_internal): Doc fix.
18184 2008-02-01  Dave Love  <fx@gnu.org>
18186         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18188 2008-02-01  Kenichi Handa  <handa@m17n.org>
18190         * character.c (string_escape_byte8): Make multibyte string with
18191         correct size.
18193         * charset.c (Fmake_char): Delete unnecessary code.
18195 2008-02-01  Kenichi Handa  <handa@m17n.org>
18197         * xfns.c (x_encode_text): Allocate coding.destination here, and
18198         call encode_coding_object with dst_object Qnil.
18200         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18201         multibyte form correctly.
18203         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18204         against Vfont_encoding_alist.
18206         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
18207         handling of charset list.
18208         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18209         (decode_coding_object): Move point to coding->dst_pos before
18210         calling post-read-conversion function.
18211         (encode_coding_object): Give correct arguments to
18212         pre-write-conversion.  Ignore the return value of
18213         pre-write-conversion function.  Pay attention to the case that
18214         pre-write-conversion changes the current buffer.  If dst_object is
18215         Qt, even if coding->src_bytes is zero, allocate at least one byte
18216         to coding->destination.
18218         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18220         * charset.c (Fmake_char): Make it more backward compatible.
18221         (Fmap_charset_chars): Fix docstring.
18223 2008-02-01  Dave Love  <fx@gnu.org>
18225         * coding.c: Doc fixes.
18226         (Fdefine_coding_system_alias): Use names, not symbols, in
18227         coding-system-alist.
18229 2008-02-01  Kenichi Handa  <handa@m17n.org>
18231         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18232         of calling free_realized_face.
18234 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
18236         * charset.c (read_hex): Don't treat SPC as a comment starter.
18237         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18238         (Fdecode_char): Fix typo.
18240 2008-02-01  Kenichi Handa  <handa@m17n.org>
18242         * charset.h (struct charset): New member `code_space_mask'.
18244         * coding.c (coding_set_source): Delete the local variable beg_byte.
18245         (encode_coding_charset, Fdefine_coding_system_internal):
18246         Delete the local variable charset.
18247         (Fdefine_coding_system_internal): Setup
18248         attrs[coding_attr_charset_valids] correctly.
18250         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18251         member to check if CODE is valid or not.
18252         (Fdefine_charset_internal): Initialize `code_space_mask' member.
18253         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18254         is within the range of charset->min_code and carset->max_code.
18256 2008-02-01  Dave Love  <fx@gnu.org>
18258         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18260         * dispextern.h (generate_ascii_font): Fix return type.
18262         * xfaces.c (generate_ascii_font): Fix arg declaration.
18264         * coding.c (coding_inherit_eol_type)
18265         (Fset_terminal_coding_system_internal)
18266         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18268 2008-02-01  Kenichi Handa  <handa@m17n.org>
18270         * coding.c (decode_coding_charset, encode_coding_charset): Handle
18271         multiple charsets correctly.
18273 2008-02-01  Kenichi Handa  <handa@m17n.org>
18275         * search.c (boyer_moore): Fix handling of multibyte character
18276         translation.
18278         * xdisp.c (display_mode_element): When the variable `elt' is
18279         changed, update `this' and `lisp_string'.
18281 2008-02-01  Kenichi Handa  <handa@m17n.org>
18283         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18285         * callproc.c (Fcall_process): Be sure to give the current buffer
18286         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
18288         * charset.c (struct charset_map_entries): New struct.
18289         (load_charset_map): Rename from parse_charset_map.  New args
18290         entries and n_entries.  Change caller.
18291         (load_charset_map_from_file): Rename from load_charset_map.
18292         Change caller.  New arg control_flag.  Call load_charset_map at
18293         the tail.
18294         (load_charset_map_from_vector): New function.
18295         (Fdefine_charset_internal): Setup charset.compact_codes_p.
18296         (encode_char): If the charset is compact, change a character index
18297         to a code point.
18299         * coding.c (coding_alloc_by_making_gap): Check the case that the
18300         source and destination are the same correctly.
18301         (decode_coding_raw_text): Set coding->consumed_char and
18302         coding->consumed to 0.
18303         (produce_chars): If coding->chars_at_source is nonzero, update
18304         coding->consumed_char and coding->consumed before calling
18305         alloc_destination.
18306         (Fdefine_coding_system_alias): Register ALIAS in
18307         Vcoding_system_alist.
18308         (syms_of_coding): Define `no-conversion' coding system at the tail.
18310         * fileio.c (Finsert_file_contents): Set coding_system instead of
18311         val.  If the current buffer is multibyte, always call
18312         decode_coding_gap.
18314         * xfaces.c (try_font_list): Give higher priority to fontset's
18315         family than face's family.
18317 2008-02-01  Kenichi Handa  <handa@m17n.org>
18319         * callproc.c (Fcall_process): Be sure to give the current buffer
18320         to decode_coding_c_string.
18322         * xfaces.c (try_font_list): Give a family specified in a fontset
18323         higher priority than a family specified in a face.
18325 2008-02-01  Kenichi Handa  <handa@m17n.org>
18327         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18328         Fix arguments to insert_from_buffer.
18330         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18332 2008-02-01  Kenichi Handa  <handa@m17n.org>
18334         * coding.c (produce_chars): Set the variable `multibytep' correctly.
18335         (decode_coding_gap): Set coding->dst_multibyte correctly.
18337 2008-02-01  Kenichi Handa  <handa@m17n.org>
18339         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18340         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18341         (encode_coding_utf_16): Substitute coding->default_char for
18342         non-Unicode characters.
18343         (decode_coding): Don't call record_insert here.
18344         (setup_coding_system): Initialize `surrogate' of
18345         coding->spec.utf_16 to 0.
18346         (EMIT_ONE_BYTE): Fix for multibyte case.
18348         * insdel.c (insert_from_gap): Call record_insert.
18350 2008-02-01  Kenichi Handa  <handa@m17n.org>
18352         * casefiddle.c (casify_region): Fix multibyte case.
18354         * character.c (c_string_width): Add return type `int'.
18355         (char_string_with_unification): Delete arg ADVANCED.
18357         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18358         (CHAR_STRING): Adjust for the change of char_string_with_unification.
18359         (CHAR_STRING_ADVANCE): Make it do-while statement.
18361         * chartab.c (sub_char_table_set_range): Optimize for the case
18362         DEPTH == 3.  Add workaround code for a GCC optimization bug.
18364         * charset.c (parse_charset_map): Remove an unused variable.
18366         * coding.c: Delete unused variables.
18368         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18369         earlier.  If inserted is zero and the coding system doesn't
18370         require flushing, don't call decode_coding_gap.
18372         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18374 2008-02-01  Kenichi Handa  <handa@m17n.org>
18376         The following changes are for using Unicode as an internal
18377         character model, and use UTF-8 format for buffer/string
18378         representation.
18380         * .gdbinit (xchartable): Adjust for the change of char table structure.
18381         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18383         * Makefile.in (obj): Add character.o and chartab.o.
18384         (lisp, shortlisp): Remove utf-8.elc.
18385         (*.o): For many files, change dependency on charset.h to
18386         character.h, and add dependency on character.h.
18387         (character.o, chartab.o): New targets.
18389         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18390         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18391         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18392         of "charset.h".
18394         * dired.c, filelock.c: Include "character.h".
18396         * alloc.c: Include "character.h" instead of "charset.h".
18397         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18398         (syms_of_alloc): Remove defsubr for Smake_char_table.
18400         * buffer.c: Include "character.h" instead of "charset.h", don't
18401         include "coding.h".
18402         (Fset_buffer_multibyte): Adjust for UTF-8.
18404         * buffer.h: EXFUN Fbuffer_live_p.
18406         * callproc.c: Include "character.h" instead of "charset.h".
18407         (Fcall_process): Big change for the new code-conversion APIs.
18409         * casetab.c: Include "character.h" instead of "charset.h".
18410         (set_canon, set_identity, shuffle): Adjust for the new
18411         map_char_table spec.
18412         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18413         accessing the char table structure.
18415         * chartab.c: New file that implements char table.
18417         * category.c: Include "character.h".
18418         (copy_category_entry): New function.
18419         (copy_category_table): Call map_char_table and copy_category_entry.
18420         (Fmake_category_table): Initialize all top-level slots.
18421         (char_category_set): New function.
18422         (modify_lower_category_set): Delete.
18423         (Fmodify_category_entry): Call char_table_ref_and_range.
18425         * category.h (CATEGORY_SET): Just call char_category_set.
18427         * ccl.c: Include "character.h".
18428         (Qccl, Qcclp): New variables.
18429         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18430         it's less than 256.
18431         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18432         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18433         and DST type.
18434         (ccl_driver): Change types of argument, adjust code accordingly.
18435         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18436         ccl_driver.
18437         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18439         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18440         New members src_multibyte, dst_multibyte, consumed, and produced.
18441         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
18442         (CODING_SPEC_CCL_PROGRAM): New macro.
18443         (ccl_driver): Update prototype.
18444         (Qccl, Qcclp, Fccl_program_p): Extern them.
18445         (CHECK_CCL_PROGRAM): New macro.
18447         * character.c, character.h, chartab.c: New files.
18449         * charset.c: Mostly re-written.  Move character and multibyte sequence
18450         handling codes to character.c.
18452         * charset.h: Mostly re-written.  Move character and multibyte sequence
18453         handling codes to character.h.
18455         * coding.c, coding.h: Mostly re-written.
18457         * composite.c: Include "character.h" instead of "charset.h".
18458         (CHAR_WIDTH): Move to character.h.
18459         (HASH_KEY, HASH_VALUE): Delete.
18461         * composite.h (enum composition_method): Change order of enumeration
18462         symbols.
18464         * data.c: Include "character.h" instead of "charset.h".
18465         (Faref): Call CHAR_TABLE_REF for a char table.
18466         (Faset): Call CHAR_TABLE_SET for a char table.
18468         * dispextern.h (free_realized_face, check_face_attribytes)
18469         (generate_ascii_font): Extern them.
18470         (free_realized_multibyte_face): Delete extern.
18472         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18473         table structure.
18475         * editfns.c: Include "character.h" instead of "charset.h".
18476         (Fchar_to_string): Always call CHAR_STRING.
18478         * emacs.c (main): Call init_charset_once, init_charset,
18479         syms_of_chartab, and syms_of_character.
18481         * fileio.c: Include "character.h" instead of "charset.h".
18482         (Finsert_file_contents): Big change for the new code-conversion API.
18483         (choose_write_coding_system, Fwrite_region): Likewise.
18484         (build_annotations_2): Delete.
18485         (e_write): Big change for the new code-conversion API.
18487         * fns.c: Include "character.h" instead of "charset.h".
18488         (copy_sub_char_table): Move to chartab.c.
18489         (Fcopy_sequence): Call copy_char_table for a char table.
18490         (concat): Delete codes calling count_multibyte.
18491         (string_char_to_byte, string_byte_to_char): Adjust for the new
18492         multibyte form.
18493         (internal_equal): Adjust for the change of char table structure.
18494         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18495         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18496         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18497         (char_table_translate, optimize_sub_char_table)
18498         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18499         chartab.c.
18500         (char_table_ref_and_index): Delete.
18501         (HASH_KEY, HASH_VALUE): Move to lisp.h.
18502         (Fmd5): Call preferred_coding_system instead of accessing
18503         Vcoding_category_list.  Adjust for the new code-conversion API.
18504         (syms_of_fns): Move defsubr for char table related functions to
18505         chartab.c.
18507         * fontset.c: Mostly re-written.
18509         * fontset.h (struct font_info): Change type of the member encoding_type.
18510         (enum FONT_SPEC_INDEX): New enum.
18511         (fontset_font_pattern, fs_load_font): Update prototype.
18512         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18514         * indent.c: Include "character.h" instead of "charset.h".
18515         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18517         * insdel.c: Include "character.h" instead of "charset.h".
18518         (copy_text): Don't refer to Vnonascii_translation_table.
18519         (insert_from_gap): New function.
18521         * keyboard.c: Include "character.h" instead of "charset.h".
18522         (command_loop_1): Never call direct_output_forward_char before
18523         a non-ASCII character.
18524         (read_char): If Vkeyboard_translate_table is a char table, always
18525         translate a character.
18527         * keymap.c: Include "character.h".
18528         (store_in_keymap): Handle the case that IDX is a cons.
18529         (Fdefine_key): Handle the case that KEY is a cons and the car part
18530         is also a cons (range).
18531         (push_key_description): Adjust for the new character code.
18532         (describe_vector): Call describe_char_table for a char table.
18533         (describe_char_table): New function.
18535         * keymap.h (describe_char_table): Extern it.
18537         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18538         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18539         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18540         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18541         Delete.
18542         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18543         structure.
18544         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18545         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18546         (CHARTAB_SIZE_BITS_3): New macros.
18547         (chartab_size): Extern it.
18548         (struct Lisp_Char_Table): Re-design.
18549         (struct Lisp_Sub_Char_Table): New structure.
18550         (HASH_KEY, HASH_VALUE): Move from fns.c.
18551         (CHARACTERBITS): Define as 22.
18552         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18553         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18554         (GC_SUB_CHAR_TABLE_P): New macro.
18555         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18556         (code_convert_string_norecord): Deleted extern.
18557         (init_character_once, syms_of_character, init_charset)
18558         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18560         * lread.c: Include "character.h".
18561         (read_multibyte): New arg NBYTES.
18562         (read_escape): Change the meaning of returned *BYTEREP.
18563         (to_multibyte): Delete.
18564         (read1): Adjust the handling of char table and string.
18566         * print.c: Include "character.h" instead of "charset.h".
18567         (print_string): Convert 8-bit raw bytes to octal form by
18568         string_escape_byte8.
18569         (print_object): Adjust for the new multibyte form.  Print 8-bit
18570         raw bytes always in octal form.  Handle sub char table correctly.
18572         * process.c: Include "character.h" instead of "charset.h".
18573         (read_process_output, send_process): Adjust for the new
18574         code-conversion API.
18576         * puresize.h (BASE_PURESIZE): Increase.
18578         * regex.c: Include "character.h" instead of "charset.h".
18579         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18580         (regex_compile): Accept a range whose starting and ending
18581         character have different leading bytes.
18582         (analyse_first): Adjust for the above change.
18584         * search.c: Include "character.h" instead of "charset.h".
18585         (search_buffer, boyer_moore): Adjust for the new multibyte form.
18586         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18588         * syntax.c: Include "character.h" instead of "charset.h".
18589         (syntax_parent_lookup): Delete.
18590         (Fmodify_syntax_entry): Accept a cons as CHAR.
18591         (skip_chars): Adjust for the new multibyte form.
18592         (init_syntax_once): Call char_table_set_range instead of directly
18593         accessing the structure of a char table.
18595         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18596         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18597         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18598         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18600         * term.c: Include "buffer.h" and "character.h".
18601         (encode_terminal_code, write_glyphs): Adjust for the new
18602         code-conversion API.
18603         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18605         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18607         * xdisp.c: Include "character.h".
18608         (get_next_display_element): Adjust for the new multibyte form.
18609         (disp_char_vector): Adjust for the new char table structure.
18610         (decode_mode_spec_coding): Adjust for the new structure of
18611         coding system.
18612         (decode_mode_spec): Adjust for the new code-conversion API.
18614         * xfaces.c: Include "character.h" instead of "charset.h".
18615         (load_face_font): Adjust for the change of choose_face_font and
18616         FS_LOAD_FONT.
18617         (generate_ascii_font): New function.
18618         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18619         (set_font_frame_param): Adjust for the change of choose_face_font.
18620         (free_realized_face): Make it public.
18621         (free_realized_faces_for_fontset): Rename from
18622         free_realized_multibyte_face.  Free also faces realized for ASCII.
18623         (choose_face_font): Change arguments.  Adjust for the change of
18624         fontset_font_pattern and FS_LOAD_FONT.
18626         * xfns.c: Include "character.h".
18627         (x_encode_text): Adjust for the new code-conversion API.
18629         * xselect.c: Don't include "charset.h".
18630         (selection_data_to_lisp_data): Adjust for the new code conversion API.
18632         * xterm.c: Include "character.h".
18633         (x_encode_char): New argument CHARSET.  Change caller.
18634         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18635         Call ENCODE_CHAR instead of SPLIT_CHAR.
18636         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18637         CHAR_WIDTH instead of CHARSET_WIDTH.
18638         (XTread_socket): Adjust for the new code-conversion API.
18639         (x_new_font): Adjust for the change of FS_LOAD_FONT.
18640         (x_load_font): Adjust for the change of struct font.
18642 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18644         * xfaces.c (face_at_buffer_position): Remove unused vars.
18646 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
18648         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18649         Fix overflow checking.
18651 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
18653         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18654         Cancel previous change.
18656 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
18658         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18659         ccl->eight_bit_control.  Fix check for buffer overflow.
18660         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18661         (ccl_driver): Initialize extra_bytes to 0.
18663 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
18665         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18666         return it ORed with ctrl_modifier.
18668 2008-01-29  Miles Bader  <miles@gnu.org>
18670         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18672 2008-01-28  Jason Rumney  <jasonr@gnu.org>
18674         * w32.c (stat): Don't double check for networked drive.
18676 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18678         * window.c (run_window_configuration_change_hook): New function.
18679         Code extracted from set_window_buffer.  Set the selected frame.
18680         (set_window_buffer): Use it.
18681         * window.h (run_window_configuration_change_hook): Declare.
18682         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18684         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18686 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
18688         * Makefile.in: Remove references to unused macros.
18690 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
18692         * w32.c (g_b_init_get_sid_sub_authority)
18693         (g_b_init_get_sid_sub_authority_count): New static variables.
18694         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18695         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18696         (init_user_info): Use them to retrieve uid and gid.
18697         Use 500/513, the Windows defaults, as Administrator's uid/gid.
18698         (fstat): Use pw_uid and pw_gid from the_passwd structure for
18699         st_uid and st_gid of the file.
18701 2008-01-26  Jason Rumney  <jasonr@gnu.org>
18703         * w32.c (logon_network_drive): New function.
18704         (stat): Use it.
18706 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
18708         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18709         invisible text covered with an ellipsis.
18711 2008-01-25  Richard Stallman  <rms@gnu.org>
18713         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18714         jump back to beginning.  Move some other initializations after that.
18715         (Qwindow_text_change_functions, Vwindow_text_change_functions):
18716         New variables.
18717         (syms_of_xdisp): Init them.
18719         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18721         * buffer.c (reset_buffer_local_variables):
18722         Implement `permanent-local-hook'.
18723         (Qpermanent_local_hook): New variable.
18724         (syms_of_buffer): Init and staticpro it.
18726 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
18728         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18730 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
18732         * fns.c (Fclrhash): Return TABLE.
18734 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18736         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18737         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18738         is set even without positional changes.
18739         (x_scroll_bar_clear): Set bar->redraw_needed_p.
18741         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18743 2008-01-23  Jason Rumney  <jasonr@gnu.org>
18745         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18747         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18748         the unicode range available in MULE by locale-coding-system.
18749         Improve dbcs lead byte detection.  Set event timestamp and modifiers
18750         earlier.
18752 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18754         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18755         [MAC_OSX] (init_mac_osx_environment): Initialize it.
18756         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18757         when used on child processes.
18759 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
18761         * dbusbind.c (Fdbus_method_return_internal): Rename from
18762         Fdbus_method_return.
18763         (Fdbus_unregister_object): Move to dbus.el.
18764         (Fdbus_call_method, Fdbus_method_return_internal)
18765         (Fdbus_send_signal): Improve debug messages.
18767 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
18769         * undo.c (undo_inhibit_record_point): New variable.
18770         (syms_of_undo): Initialize it.
18771         (record_point): Don't record point when undo_inhibit_record_point
18772         is set.
18774 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18776         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18778         * xdisp.c (Qauto_hscroll_mode): New var.
18779         (syms_of_xdisp): Initialize it.
18780         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18781         window's buffer.
18782         (hscroll_windows): Don't check automatic_hscrolling_p here.
18784         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18785         vscroll if we're setting window-buffer to the value it already has.
18787 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
18789         * m/intel386.h: Remove references to XENIX.
18791 2008-01-17  Andreas Schwab  <schwab@suse.de>
18793         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18794         instead of HAVE_X86_64_LIB64_DIR.
18795         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18797 2008-01-17  Glenn Morris  <rgm@gnu.org>
18799         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18800         to HAVE_X86_64_LIB64_DIR.
18802 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
18804         * s/irix3-3.h:
18805         * s/irix4-0.h:
18806         * s/386-ix.h:
18807         * s/domain.h:
18808         * s/hpux9-x11r4.h:
18809         * s/hpux9shxr4.h: Remove files for systems no longer supported.
18811         * sysdep.c: Remove code containing references to symbols defined
18812         by unsupported systems.
18814 2008-01-16  Glenn Morris  <rgm@gnu.org>
18816         * coding.c (select-safe-coding-system-function): Doc fix.
18818 2008-01-15  Glenn Morris  <rgm@gnu.org>
18820         * config.in: Revert 2008-01-13 change: this is a generated file.
18822 2008-01-13  Tom Tromey  <tromey@redhat.com>
18824         * lisp.h: Fix typo.
18826 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
18828         * m/sequent-ptx.h:
18829         * m/sequent.h:
18830         * s/ptx.h:
18831         * s/ptx4-2.h:
18832         * s/ptx4.h: Remove files for systems no longer supported.
18834         * callproc.c (Fcall_process): Fix previous change.
18836 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
18838         * unexsunos4.c: Remove file, system not supported anymore.
18840         * m/mips.h:
18841         * m/intel386.h:
18842         * callproc.c:
18843         * config.in:
18844         * ecrt0.c:
18845         * emacs.c:
18846         * fileio.c:
18847         * frame.c:
18848         * getpagesize.h:
18849         * keyboard.c:
18850         * lread.c:
18851         * process.c:
18852         * puresize.h:
18853         * sysdep.c:
18854         * systty.h:
18855         * syswait.h:
18856         * unexec.c:
18857         * xdisp.c:
18858         * alloc.c: Remove code containing references to symbols defined by
18859         unsupported systems.
18861 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
18863         * coding.c (detect_coding_mask): Fix previous change.
18865 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
18867         * coding.c (detect_coding_iso2022): New arg
18868         latin_extra_code_state.  Allow Latin extra codes only
18869         when *latin_extra_code_state is nonzero.
18870         (detect_coding_mask): If there is a NULL byte, detect the encoding
18871         as UTF-16 or binary.  If Latin extra codes exist, detect the
18872         encoding as ISO-2022 only when there's no other proper encoding is
18873         found.
18875 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18877         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18878         #ifdef MAC_OS.
18880 2008-01-08  Richard Stallman  <rms@gnu.org>
18882         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18884 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
18886         * keyboard.c (parse_menu_item): Don't enclose key bindings on
18887         menu bar in parentheses.
18889 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
18891         * m/7300.h:
18892         * m/acorn.h:
18893         * m/alliant-2800.h:
18894         * m/alliant.h:
18895         * m/alliant1.h:
18896         * m/alliant4.h:
18897         * m/altos.h:
18898         * m/amdahl.h:
18899         * m/apollo.h:
18900         * m/att3b.h:
18901         * m/aviion-intel.h:
18902         * m/aviion.h:
18903         * m/celerity.h:
18904         * m/clipper.h:
18905         * m/cnvrgnt.h:
18906         * m/convex.h:
18907         * m/cydra5.h:
18908         * m/delta88k.h:
18909         * m/dpx2.h:
18910         * m/dual.h:
18911         * m/elxsi.h:
18912         * m/f301.h:
18913         * m/gould-np1.h:
18914         * m/gould.h:
18915         * m/i860.h:
18916         * m/ibmps2-aix.h:
18917         * m/ibmrt-aix.h:
18918         * m/ibmrt.h:
18919         * m/irist.h:
18920         * m/is386.h:
18921         * m/isi-ov.h:
18922         * m/mega68.h:
18923         * m/mg1.h:
18924         * m/news-r6.h:
18925         * m/news-risc.h:
18926         * m/news.h:
18927         * m/nh3000.h:
18928         * m/nh4000.h:
18929         * m/ns16000.h:
18930         * m/ns32000.h:
18931         * m/nu.h:
18932         * m/orion.h:
18933         * m/orion105.h:
18934         * m/paragon.h:
18935         * m/pfa50.h:
18936         * m/plexus.h:
18937         * m/pyramid.h:
18938         * m/pyrmips.h:
18939         * m/sh3el.h:
18940         * m/sps7.h:
18941         * m/sr2k.h:
18942         * m/stride.h:
18943         * m/sun1.h:
18944         * m/sun2.h:
18945         * m/sun3-68881.h:
18946         * m/sun3-fpa.h:
18947         * m/sun3-soft.h:
18948         * m/sun3.h:
18949         * m/sun386.h:
18950         * m/symmetry.h:
18951         * m/tad68k.h:
18952         * m/tahoe.h:
18953         * m/targon31.h:
18954         * m/tek4300.h:
18955         * m/tekxd88.h:
18956         * m/tower32.h:
18957         * m/tower32v3.h:
18958         * m/ustation.h:
18959         * m/wicat.h:
18960         * m/xps100.h:
18961         * s/cxux.h:
18962         * s/cxux7.h:
18963         * s/dgux.h:
18964         * s/dgux4.h:
18965         * s/dgux5-4-3.h:
18966         * s/dgux5-4r2.h:
18967         * s/esix.h:
18968         * s/esix5r4.h:
18969         * s/hiuxmpp.h:
18970         * s/hiuxwe2.h:
18971         * s/iris3-5.h:
18972         * s/iris3-6.h:
18973         * s/isc2-2.h:
18974         * s/isc3-0.h:
18975         * s/isc4-0.h:
18976         * s/isc4-1.h:
18977         * s/newsos5.h:
18978         * s/newsos6.h:
18979         * s/osf1.h:
18980         * s/osf5-0.h:
18981         * s/riscix1-1.h:
18982         * s/riscix12.h:
18983         * s/sco4.h:
18984         * s/sco5.h:
18985         * s/sunos4-0.h:
18986         * s/sunos4-1.h:
18987         * s/sunos413.h:
18988         * s/sunos4shr.h:
18989         * s/umax.h:
18990         * s/unipl5-2.h:
18991         * s/xenix.h:
18992         * cxux-crt0.s:
18993         * unexapollo.c:
18994         * unexconvex.c:
18995         * unexenix.c:
18996         * unexsni.c: Remove files for systems no longer supported.
18998         * m/intel386.h: Remove references to unsupported systems.
19000         * w32.c (get_emacs_configuration): Remove reference to i860.
19002         * sysdep.c: Remove dead code.
19004 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
19006         * s/rtu.h:
19007         * m/masscomp.h: Remove files.  Platform is obsolete.
19009 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
19011         * dbusbind.c (Fdbus_method_return): New function.
19012         (xd_read_message): Add the serial number to the event.
19013         (Fdbus_register_method): Activate the function.
19015 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19017         * keyboard.c (read_key_sequence): Fix typo.
19019 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
19021         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19022         (xd_signature, xd_append_arg): Handle element type detection for
19023         empty arrays.
19024         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19025         SDATA () calls; this must be solved more general.
19026         (Fdbus_register_signal): Use SBYTES instead of strlen.
19028 2008-01-03  Magnus Henoch  <magnus@zemdatav>
19030         * dbusbind.c (xd_append_arg): Use unsigned char instead of
19031         unsigned int for byte values (necessary for big-endian platform).
19032         (Fdbus_call_method): Handle the case of no returned arguments.
19034 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
19036         * dbusbind.c (xd_read_message): Use non-static input_event struct.
19038 2007-12-31  Magnus Henoch  <mange@freemail.hu>
19040         * dbusbind.c (xd_signature): Signature of variant is just "v".
19042 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
19044         * dbusbind.c: Fix several errors and compiler warnings.
19045         Reported by Tom Tromey <tromey@redhat.com>.
19046         (XD_ERROR, XD_DEBUG_MESSAGE)
19047         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19048         (xd_append_arg): Part for basic D-Bus types rewritten.
19049         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19050         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
19051         appropriate.
19052         (xd_read_message): Return Qnil.  Don't signal an error; it is not
19053         useful during event reading.
19054         (Fdbus_register_signal): Signal an error if the check for
19055         FUNCTIONP fails.
19056         (Fdbus_register_method): New function.  The implementation is not
19057         complete, the call of the function signals an error therefore.
19058         (Fdbus_unregister_object): New function, renamed from
19059         Fdbus_unregister_signal.  The initial check signals an error, if
19060         the object is not well formed.
19062 2007-12-30  Richard Stallman  <rms@gnu.org>
19064         * textprop.c (get_char_property_and_overlay):
19065         Signal error if POSITION is out of range in a buffer.
19067 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
19069         * w32fns.c (Fx_create_frame): Make copy of frame parameters
19070         because the original parameters are in pure storage now.
19072 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19074         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19076 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
19078         * callint.c (syms_of_callint) <command-history>: Add reference to
19079         history-length in the doc string.
19081 2007-12-17  Jason Rumney  <jasonr@gnu.org>
19083         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19084         before passing as wParam.
19086 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
19088         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19089         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19090         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19091         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19092         as number.
19093         (Fdbus_call_method): Fix docstring.
19095 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
19097         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19098         New macros.
19099         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19100         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19101         Simplify.
19102         (xd_signature): New function.
19103         (xd_append_arg): Compute also signatures.  Major rewrite.
19104         (xd_retrieve_arg): Make debug messages friendly.
19105         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19106         Check for signatures of arguments.
19108 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
19110         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19111         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19112         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19113         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19114         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19115         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19116         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19117         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19118         (xd_retrieve_value): Remove.  Functionality included in ...
19119         (xd_append_arg): New function.
19120         (Fdbus_call_method, Fdbus_send_signal): Apply it.
19122 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
19124         * dbusbind.c (top): Include <stdio.h>.
19125         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19126         dbus_message_new_method_call and dbus_message_new_signal.
19127         (Fdbus_register_signal): Rename unique_name to uname.
19128         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
19129         non-existing unique name.  Fix typos in matching rule.  Return an
19130         object which is useful in Fdbus_unregister_signal.
19131         (Fdbus_unregister_signal): Reimplementation, in order to remove
19132         only the corresponding entry.
19133         (Vdbus_registered_functions_table): Change the order of entries.
19134         Apply these changes in xd_read_message and Fdbus_register_signal.
19136 2007-12-16  Andreas Schwab  <schwab@suse.de>
19138         * fileio.c (Finsert_file_contents): Fix overflow check to not
19139         depend on undefined integer overflow.
19141 2007-12-14  Jason Rumney  <jasonr@gnu.org>
19143         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19144         for characters above 127.
19146 2007-12-13  Jason Rumney  <jasonr@gnu.org>
19148         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19149         before dereferencing array.
19150         (lookup_vk_code): Remove zero comparison.
19152 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
19154         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19155         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19156         Use `unsigned int' instead of `uint'.
19157         (xd_read_message, Fdbus_register_signal): Split expressions into
19158         multiple lines before operators "&&" and "||", according to the
19159         GNU Coding Standards.
19161 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
19163         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19165 2007-12-12  Juri Linkov  <juri@jurta.org>
19167         * buffer.c (Frename_buffer): In interactive spec replace
19168         `read-buffer' with `read-string' that uses `buffer-name-history'
19169         as history, and the current buffer's name as default.
19171 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19173         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19174         manipulating the backtrace manually.
19175         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19176         (struct backtrace, backtrace_list): Remove.
19177         (command_loop_1): Remove dead var `no_direct'.
19179         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19180         preserve non-built-in buffer-local variables.
19181         (Fkill_all_local_variables): Don't re-create&re-set permanent
19182         buffer-local variables.
19184 2007-12-09  Juri Linkov  <juri@jurta.org>
19186         * buffer.c (Frename_buffer): Change interactive spec from "s" to
19187         Lisp code that uses `read-buffer' with current buffer as default.
19189 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
19191         * dbusbind.c (xd_read_message): Generate an event for every
19192         registered handler.  There might be several handlers registered
19193         for the same signal.
19194         (Fdbus_register_signal): Don't overwrite a registration for the
19195         same signal.  Add a new registration if handlers are different.
19196         (Vdbus_registered_functions_table): Rework doc string.
19198 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
19200         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19201         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19202         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19203         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19204         Unify argument lists.
19205         (xd_read_message, Fdbus_register_signal): Reorder and extend event
19206         arguments and hash table keys.  Use unique name for service.
19207         (Fdbus_unregister_signal): Remove checks.
19208         (Vdbus_registered_functions_table): Fix doc string.
19210 2007-12-05  Magnus Henoch  <mange@freemail.hu>
19212         * process.c (make_process): Initialize pty_flag to 0.
19214 2007-12-05  Jason Rumney  <jasonr@gnu.org>
19216         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19217         specified XBMs.
19219 2007-12-05  Richard Stallman  <rms@gnu.org>
19221         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19223 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19225         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19226         New variable.
19227         (mac_try_close_socket) [MAC_OSX]: New function.
19228         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19229         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
19231         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19232         Use mac_try_close_socket.
19234 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19236         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
19237         reloc_base.
19238         (copy_dysymtab): Compute relocation base here.
19239         (rebase_reloc_address) [__ppc64__]: New function.
19240         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19241         changed.
19243 2007-12-05  Jason Rumney  <jasonr@gnu.org>
19245         * w32proc.c (sys_spawnve): Quote args with wildcards.
19247 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19249         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19250         __objc_* sections.
19251         (unrelocate) [_LP64]: Set relocation base to address of data segment.
19253 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
19255         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19256         Move check for Vdbus_registered_functions_table to
19257         xd_read_queued_messages.
19258         (xd_read_queued_messages): Protect xd_read_message calls by
19259         internal_condition_case_1.
19261 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
19263         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19264         Qdbus_system_bus and Qdbus_session_bus, respectively.
19265         (Vdbus_intern_symbols): Remove.
19266         (Vdbus_registered_functions_table): New hash table.
19267         (XD_SYMBOL_INTERN_SYMBOL): Remove.
19268         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19269         Rewrite in order to manage registered functions by hash table
19270         Vdbus_registered_functions_table.
19272 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
19274         * xterm.c: Update URL to Window Manager Specification in comment.
19276 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
19278         * config.in (HAVE_DBUS): Add.
19280         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19281         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19282         (obj): Add $(DBUS_OBJ).
19283         (LIBES): Add $(DBUS_LIBS).
19284         (dbusbind.o): New target.
19286         * dbusbind.c: New file.
19288         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19290         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19291         (Qdbus_event): New Lisp symbol.
19292         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19293         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
19294         (keys_of_keyboard): Define dbus-event.
19296         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19298 2007-12-01  Richard Stallman  <rms@gnu.org>
19300         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19302 2007-11-30  Jason Rumney  <jasonr@gnu.org>
19304         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19305         (w32con_reset_terminal_modes): Clear screen buffer.
19306         (w32_face_attributes): Don't use color indexes that are out of range.
19307         Only reverse the default colors.
19309         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19310         WINDOWSNT.
19312         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19314 2007-11-29  Jason Rumney  <jasonr@gnu.org>
19316         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19317         (w32_face_attributes): Use Vtty_defined_color_alist to determine
19318         if the terminal colors are initialized.
19319         (unspecified_fg, unspecified_bg): Remove unused declarations.
19321 2007-11-29  Andreas Schwab  <schwab@suse.de>
19323         * keyboard.c (apply_modifiers): Fix typo.
19325 2007-11-29  Richard Stallman  <rms@gnu.org>
19327         * keymap.c (Fcurrent_local_map): Doc fix.
19329 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
19331         * s/gnu-kfreebsd.h: New file.
19333 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19335         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19336         Don't cast redundantly.
19338         * keyboard.c (KEY_TO_CHAR): New macro.
19339         (parse_modifiers, apply_modifiers): Accept integer arguments.
19340         (read_key_sequence): Use them to unify the "shift->unshift" mapping
19341         for chars and symbol keys.
19342         After doing such remapping, apply function-key-map again.
19344 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
19346         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19347         compiled anymore.
19349 2007-11-26  Andreas Schwab  <schwab@suse.de>
19351         * process.c (list_processes_1): Fix indentation level of the
19352         command column.
19354 2007-11-23  Andreas Schwab  <schwab@suse.de>
19356         * editfns.c (Fformat): Handle %c specially since it requires the
19357         argument to be of type int.
19359 2007-11-23  Markus Triska  <markus.triska@gmx.at>
19361         * emacs.c (main): Call init_editfns before init_process, since
19362         init_process sets Vprocess_connection_type depending on OS release.
19364 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19366         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19367         (find_symbol_value): Use do_symval_forwarding.
19369         * data.c (set_internal): Set the value in the `cons-cell' (for
19370         Buffer_Local_values) not only for frame-local variables.
19372 2007-11-22  Andreas Schwab  <schwab@suse.de>
19374         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19375         values to sprintf.
19376         * keymap.c (Fsingle_key_description): Likewise.
19377         * print.c (print_object): Likewise.
19379 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
19381         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19382         file for image is nil.
19384 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
19386         * term.c: Include stdarg.h.
19387         (fatal): Implement using varargs.
19388         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
19390 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19392         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19393         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19394         Update call to buffer_slot_type_mismatch.
19395         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19396         (buffer_slot_type_mismatch): Update.
19397         * buffer.c (buffer_local_types): Remove.
19398         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19399         (defvar_per_buffer): Set the type in the buffer_objfwd.
19401 2007-11-21  Jason Rumney  <jasonr@gnu.org>
19403         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19404         CreateFileMapping returns NULL on failure.
19406 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19408         * search.c (Fset_match_data): Remove the `evaporate' feature.
19409         (unwind_set_match_data): Don't use the `evaporate' feature.
19411 2007-11-21  Jason Rumney  <jasonr@gnu.org>
19413         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19415         * w32console.c (w32con_write_glyphs): Remove unused variables.
19417 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
19419         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19421         * s/darwin.h (MULTI_KBOARD): Remove.
19423         * macfns.c (x_create_tip_frame, Fx_create_frame)
19424         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19426 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19428         * buffer.c (Fbuffer_local_value): Remove redundant test.
19429         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19430         than in `current-buffer' to match the comment.
19431         Do the swap using swap_in_global_binding.
19433         * data.c (store_symval_forwarding, set_internal):
19434         * eval.c (specbind): Remove dead code.
19436         * coding.c (detect_coding, Fupdate_coding_systems_internal):
19437         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19438         Since we do not want to see internal Lisp_*fwd objects here.
19440 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
19442         * sysdep.c (init_system_name): Use getaddrinfo if available.
19444         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19445         (x_scroll_bar_note_movement): start, end, with, height in struct
19446         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19448 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
19450         * puresize.h (BASE_PURESIZE): Increase to 1190000.
19452 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19454         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19455         This undoes Richard's change of 14-Oct-2002.
19457         * alloc.c (allocate_other_vector):
19458         * lisp.h (allocate_other_vector): Remove.
19460         * window.c (struct save_window_data): Move non-lisp data to the end
19461         and make it `int' rather than Lisp_Object.
19462         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19463         Done wrap/unwrap integer values.
19464         (Fset_window_configuration, compare_window_configurations):
19465         Update use of fields to their new types.
19467         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19468         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
19469         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19470         (SET_SCROLL_BAR_X_WINDOW): Remove.
19471         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19472         Access the new x_window field directly.
19473         * xterm.c (x_scroll_bar_create): Use a pseudovector.
19474         Don't wrap/unwrap integers into Lisp_Objects.
19475         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19476         (x_scroll_bar_report_motion):
19477         Don't wrap/unwrap integers into Lisp_Objects.
19478         (x_term_init): Use SDATA.
19479         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19480         (x_scroll_bar_set_handle, x_scroll_bar_remove)
19481         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19482         (x_scroll_bar_report_motion, x_scroll_bar_clear):
19483         * xfns.c (x_set_background_color):
19484         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19485         Access the new x_window field directly.
19487         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19488         (allocate_pseudovector): Make non-static.
19490         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19491         (allocate_pseudovector): Declare.
19492         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19494 2007-11-15  Andreas Schwab  <schwab@suse.de>
19496         * editfns.c (Fformat): Correctly format EMACS_INT values.
19497         Also take precision into account when formatting an integer.
19499         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19501 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19503         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19504         (syms_of_keyboard): Defsubr it.
19506         * data.c (swap_in_global_binding): Fix longstanding bug where
19507         store_symval_forwarding was not called with the right second argument,
19508         thus causing objfwd-ing from being dropped.
19510 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
19512         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19513         (Fx_display_pixel_height, Fx_display_planes)
19514         (Fx_display_color_cells, Fx_server_max_request_size)
19515         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19516         (Fx_display_visual_class, Fx_display_save_under):
19517         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19518         (Fx_display_pixel_height, Fx_display_planes)
19519         (Fx_display_color_cells, Fx_server_max_request_size)
19520         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19521         (Fx_display_mm_height, Fx_display_mm_width)
19522         (Fx_display_backing_store, Fx_display_visual_class)
19523         (Fw32_select_font, Fx_display_save_under):
19524         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19525         (Fx_display_pixel_height, Fx_display_planes)
19526         (Fx_display_color_cells, Fx_server_max_request_size)
19527         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19528         (Fx_display_save_under): Fix typos in docstrings.
19530 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
19532         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19533         corresponding to deleted entries; they are an implementation detail.
19534         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19535         Remove variables.
19536         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19537         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19538         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19539         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19540         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19541         (Fw32_define_rgb_color, Fw32_load_color_file)
19542         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19543         Fix typos in docstrings.
19544         (Fx_server_version): Reflow docstring.
19545         (Fw32_shell_execute): Doc fixes.
19547 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
19549         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19550         if w32_parse_hot_key returned nil.
19552 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19554         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19556 2007-11-09  Jason Rumney  <jasonr@gnu.org>
19558         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19560         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19562         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19563         Remove W32_SCROLL_BAR_CLICK_EVENT.
19565         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19566         Add MULTIMEDIA_KEY_EVENT.
19568         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19569         (lispy_multimedia_keys) [WINDOWSNT]: New array.
19570         (make_lispy_event) [WINDOWSNT]: Use it to translate
19571         MULTIMEDIA_KEY_EVENT.
19573         * w32term.h (WM_APPCOMMAND): Define if not already.
19574         (GET_APPCOMMAND_LPARAM): Likewise.
19576         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19577         WM_APPCOMMAND.
19579         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19580         (syms_of_w32fns): Export and initialize it.
19581         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19583 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
19585         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19586         twice.
19588         * xdisp.c (handle_face_prop): Fix last change.
19590 2007-11-09  Richard Stallman  <rms@gnu.org>
19592         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19593         not just for after-strings and before-strings.
19594         Call face_for_overlay_string and pass the overlay to it.
19595         (handle_display_prop): Determine whether property came from an overlay.
19596         Pass OVERLAY arg to handle_single_display_spec.
19597         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19598         (load_overlay_strings): Fill in it->string_overlays.
19599         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19601         * xfaces.c (face_for_overlay_string): Function renamed from
19602         face_at_buffer_position_no_overlays, and add arg OVERLAY.
19604         * dispextern.h (struct it): New elt string_overlays.
19605         New elt from_overlay, also in stack.
19606         Rearrange a few elements.
19607         (face_for_overlay_string): Decl renamed from
19608         face_at_buffer_position_no_overlays, and add argument.
19610 2007-11-09  Richard Stallman  <rms@gnu.org>
19612         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19613         to get the base face for an overlay string.
19615         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19617         * xfaces.c (face_at_buffer_position_no_overlays): New function.
19619         * xdisp.c (handle_stop): Move some code out of loop.
19621 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19623         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19624         Fix conversion from Lisp object to ATSUFontID.
19626 2007-11-09  Jason Rumney  <jasonr@gnu.org>
19628         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19630 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19632         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19633         Don't assume regions are aligned to page boundary.
19634         (print_load_command_name): Add LC_UUID if defined.
19636 2007-11-09  Richard Stallman  <rms@gnu.org>
19638         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19640 2007-11-07  Jason Rumney  <jasonr@gnu.org>
19642         * s/windows95.h: Remove.
19644 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
19646         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19647         abort with a message on unhandled store_type values.
19649 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
19651         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19652         Remove HAVE_X11R5 and HAVE_X11R4.
19654 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
19656         * Makefile.in: Remove references to sunfns.c and sunfns.o.
19658 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
19660         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19661         Don't set s->stippled_p here, since it has already been set by
19662         x_set_glyph_string_gc from x_draw_glyph_string.
19664 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
19666         * sunfns.c: Remove file.
19668         * m/sun386.h:
19669         * m/sun2.h:
19670         * m/sparc.h: Remove Sun windows code.
19672 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19674         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19675         (init_keyboard): Set current_kboard's window-system to nil.
19676         (tty_read_avail_input): Typo.
19677         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19679 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19681         * s/usg5-4.h:
19682         * s/usg5-3.h:
19683         * s/ptx.h:
19684         * m/is386.h:
19685         * m/ibmps2-aix.h:
19686         * Makefile.in: Remove all mentions of X10.
19688         * dispnew.c (syms_of_display): Don't mention version 10.
19690 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
19692         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19693         ($(BLD)/abbrev.$(O)): Remove.
19695 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19697         Rewrite abbrev.c in Elisp.
19698         * image.c (Qcount): Don't declare as extern.
19699         (syms_of_image): Initialize and staticpro `Qcount'.
19700         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19701         * emacs.c (main): Don't call syms_of_abbrev.
19702         * Makefile.in (obj): Remove abbrev.o.
19703         (abbrev.o): Remove.
19704         * abbrev.c: Remove.
19706 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
19708         * window.c (window_min_size_2): Don't count header-line.
19710 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19712         * frame.h (struct frame): Move all bit fields after the first bit
19713         field to take advantage of the available space.  Group all the
19714         chars together to reduce wasted space due to padding.
19716 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
19718         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19720         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19721         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19722         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19723         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19724         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19725         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19726         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19727         (last_marked, mark_object_loop_halt): Make static.
19729         * frame.c (syms_of_frame) <delete-frame-functions>:
19730         Fix typo in docstring.
19732 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
19734         * w32.c (init_environment): Fix tiny memory leak.
19735         (w32_get_resource): Remove unused variable `ok'.
19737 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19739         Make `window-system' into a keyboard-local variable (rather than
19740         frame-local as done originally by multi-tty).
19742         * keyboard.h (struct kboard): Add Vwindow_system.
19743         * keyboard.c (init_kboard): Set a default for Vwindow_system.
19744         (mark_kboards): Mark Vwindow_system.
19746         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19747         (init_display): Don't set the obsolete `window-system' frame-param.
19749         * xterm.c (x_term_init):
19750         * w32term.c (w32_create_terminal):
19751         * term.c (init_tty): Set Vwindow_system.
19752         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19753         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
19755         * xfns.c (Fx_create_frame, x_create_tip_frame):
19756         * w32fns.c (Fx_create_frame, x_create_tip_frame):
19757         * macfns.c (Fx_create_frame):
19758         Don't set the obsolete `window-system' frame-param.
19760         * frame.h (Qwindow_system): Remove.
19761         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
19762         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19764 2007-10-24  Richard Stallman  <rms@gnu.org>
19766         * frame.c (x_figure_window_size): For fullscreen case,
19767         set USPosition | PPosition without clobbering rest of window_prompting.
19769         * keyboard.c (Fcurrent_idle_time): Doc fix.
19771         * print.c (Fwith_output_to_temp_buffer): Doc fix.
19773 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19775         * process.c (unwind_request_sigio): Only define if __ultrix__.
19777         * callproc.c (child_setup): Remove spurious *.
19779         * lisp.h (Fget_text_property): Declare.
19780         (have_menus_p): Declare it here rather than in sys-dep header files.
19781         * macterm.h (have_menus_p):
19782         * msdos.h (have_menus_p):
19783         * xterm.h (have_menus_p): Remove.
19785         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19786         (Fmake_variable_frame_local): Just check the variable's const-ness
19787         rather than checking nil or t.
19789 2007-10-22  Jason Rumney  <jasonr@gnu.org>
19791         * w32fns.c: Include math.h.
19792         (w32_abort): Declaration moved to nt/config.nt.
19794         * s/ms-w32.h (HAVE_STDLIB_H): Define.
19795         (abort): Redefinition moved to nt/config.nt.
19797         * m/windowsnt.h: Remove.
19799 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
19801         * emacs.c (Fdump_emacs): Fix typo in message.
19802         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19803         <installation-directory>: Reflow docstring.
19805 2007-10-22  Juri Linkov  <juri@jurta.org>
19807         * minibuf.c: Allow minibuffer default to be a list of default values.
19808         With empty input use the first element of this list as returned default.
19809         (string_to_object)
19810         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19811         (read_minibuf): If defalt is cons, set histstring to its car.
19812         (Fread_string): If default_value is cons, set val to its car.
19813         (Fread_buffer): If def is cons, use its car.
19814         (Fcompleting_read): If defalt is cons, set val to its car.
19816 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
19818         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19820 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
19822         * doc.c (Fdocumentation): Check for advice in all cases.
19824 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
19826         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19828 2007-10-19  Richard Stallman  <rms@gnu.org>
19830         * doc.c (Fdocumentation): Check for and handle an advised function.
19832 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
19834         * process.c (Fset_process_filter): Doc fix.
19836 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19838         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19839         which caused key-translation-map to applied repeatedly (thus breaking
19840         double-mode).
19842 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19844         * xselect.c (x_own_selection, x_handle_selection_clear)
19845         (x_clear_frame_selections):
19846         * w32menu.c (list_of_panes, list_of_items):
19847         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19848         * textprop.c (validate_plist, interval_has_all_properties)
19849         (interval_has_some_properties, interval_has_some_properties_list)
19850         (add_properties, text_property_list):
19851         * process.c (Fget_buffer_process, list_processes_1, status_notify):
19852         * minibuf.c (Fassoc_string):
19853         * macselect.c (x_own_selection, x_clear_frame_selections)
19854         (Fx_disown_selection_internal):
19855         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19856         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19858 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
19860         * process.c: Link to libs for calling res_init() if available.
19861         (Fmake_network_process): Call res_init() before getaddrinfo or
19862         gethostbyname, if possible.
19864 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19866         * lread.c (read1): Set pvectype for char_tables.
19868         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19869         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19870         Add type checks.
19871         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19873         * alloc.c (free_misc): Use XMISCTYPE.
19874         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19876 2007-10-17  Glenn Morris  <rgm@gnu.org>
19878         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19879         (syms_of_minibuf): Add Qcompletion_ignore_case.
19880         * dired.c (Qcompletion_ignore_case): Change to external.
19881         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19882         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19883         (Fread_file_name): Use it rather than intern'ing.
19885         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19886         (Fread_coding_system): Ignore case of user input.
19888 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19890         * xdisp.c (handle_display_prop): Ignore display specs after
19891         replacing one when string text is being replaced.
19892         (handle_single_display_spec): Pretend as if characters with display
19893         property haven't been consumed only when buffer text is being replaced.
19895 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19897         * xfns.c (Fx_create_frame, Fx_display_list):
19898         * window.c (window_fixed_size_p, enlarge_window)
19899         (shrink_window_lowest_first):
19900         * macterm.c (init_font_name_table):
19901         * macfns.c (Fx_create_frame, Fx_display_list):
19902         * lread.c (close_load_descs):
19903         * keyboard.c (read_char_x_menu_prompt):
19904         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19905         * coding.c (code_convert_region_unwind): Test the type of an object
19906         rather than just !NILP before extracting data from it.
19908         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19910         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19911         (XMISCANY): New macro.
19912         (XMISCTYPE): Use it.
19913         (struct Lisp_Misc_Any): New type.
19914         (union Lisp_Misc): Use it.
19915         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19916         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19917         (find_symbol_value, set_internal, default_value, Fset_default)
19918         (Fmake_variable_buffer_local, Fmake_local_variable)
19919         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19920         (Flocal_variable_if_set_p, Fvariable_binding_locus):
19921         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19922         * alloc.c (allocate_buffer): Set the size and tag.
19923         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19924         Use XMISCANY.
19925         (die): Follow the GNU convention for error messages.
19926         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19927         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19928         tag any more.
19929         (set_buffer_internal_1):
19930         * frame.c (store_frame_param):
19931         * eval.c (specbind):
19932         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19934         * doc.c (Fsnarf_documentation): Simplify.
19936 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
19938         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19939         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19941 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19943         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19945 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
19947         * eval.c (do_autoload): Don't save autoloads.
19949         * data.c (Ffset): Save autoload of the function being set.
19951 2007-10-07  John Paul Wallington  <jpw@pobox.com>
19953         * xfns.c (x_create_tip_frame): Set the `display-type' frame
19954         parameter before setting up faces.
19956 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
19958         * ccl.c (Fregister_code_conversion_map):
19959         * keyboard.c (append_tool_bar_item): Reformat last change.
19961         * lisp.h (eabs): Rename from `abs'.  All callers changed.
19963 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
19965         * buffer.c (add_overlay_mod_hooklist):
19966         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19967         * fontset.c (make_fontset):
19968         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19969         (append_tool_bar_item):
19970         * macmenu.c (grow_menu_items):
19971         * w32menu.c (grow_menu_items):
19972         * xmenu.c (grow_menu_items): Use larger_vector.
19974 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
19976         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19977         selected frame'' on MSDOS).
19979 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
19981         * frame.c (Qexplicit_name): New variable.
19982         (x_report_frame_params): Report it in parameter alist.
19983         (syms_of_frame): Intern and staticpro it.
19985 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
19987         * macfns.c (x_create_tip_frame): Set terminal for frame.
19989 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19991         * frame.c (Qenvironment): Remove.
19992         (syms_of_frame) <Qenvironment>: Don't initialize.
19993         (Fdelete_frame): Don't treat the `environment' param specially.
19994         * frame.h (Qenvironment): Don't declare.
19995         * callproc.c (set_initial_environment): Don't set unused frame param.
19997         * frame.c (Fframe_with_environment): Remove.
19998         (syms_of_frame) <Sframe_with_environment>: Don't declare.
20000         * lisp.h (Fframe_with_environment): Don't declare.
20002 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
20004         * indent.c (indent_tabs_mode, last_known_column)
20005         (last_known_column_modified): Make static.
20006         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20008 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20010         * puresize.h (BASE_PURESIZE): Increase to 1170000.
20012 2007-10-09  Jason Rumney  <jasonr@gnu.org>
20014         * w32term.c (x_set_window_size): Disable code that attempts to tell
20015         Lisp code about a size change before it actually happens.
20017 2007-10-09  Richard Stallman  <rms@gnu.org>
20019         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20020         return HANDLED_RETURN.
20022 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
20024         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20025         when there's an unread command event.
20027         * frame.c (focus_follows_mouse): Move here from frame.el to allow
20028         window autoselection act appropriately when leaving selected frame.
20029         (syms_of_frame): Initialize focus_follows_mouse.
20030         * frame.h (focus_follows_mouse): Extern it.
20031         * macterm.c (XTread_socket): When focus_follows_mouse is nil
20032         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20033         * msdos.c (dos_rawgetc): Likewise.
20034         * w32term.c (w32_read_socket): Likewise.
20035         * xterm.c (handle_one_xevent): Likewise.
20036         * xdisp.c (syms_of_xdisp): In doc-string of
20037         mouse-autoselect-window mention focus-follows-mouse.
20039 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20041         * macterm.c (mac_load_query_font): Fix missing return value.
20042         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20043         Add BLOCK_INPUT.
20045 2007-10-08  Richard Stallman  <rms@gnu.org>
20047         * xdisp.c (get_window_cursor_type): Implement documented behavior
20048         for cursor-in-non-selected-windows = t.
20050 2007-10-08  Jason Rumney  <jasonr@gnu.org>
20052         * w32.c (w32_get_resource): Always close registry keys.
20054 2007-10-08  Jason Rumney  <jasonr@gnu.org>
20056         * makefile.w32-in (LIBS): Add COMCTL32.
20058         * w32fns.c (globals_of_w32fns): Init common controls.
20060 2007-10-08  Richard Stallman  <rms@gnu.org>
20062         * image.c (our_memory_buffer): Rename from omfib_buffer.
20064 2007-10-08  Richard Stallman  <rms@gnu.org>
20066         * buffer.c (Foverlays_at): Doc fix.
20068 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20070         * fns.c (Fplist_put): Preserve uneven tail data.
20072 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
20074         * termhooks.h (enum event_kind): Remove trailing comma.
20076         * frame.h (enum): Remove trailing comma.
20078 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
20080         * w32proc.c (delete_child): Don't terminate threads of zombies.
20082 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
20084         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20086         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20087         last-repeatable-command.
20088         (init_kboard): Initialize Vlast_repeatable_command.
20089         (command_loop_1): Set it to real_this_command unless that was
20090         bound to an input event.
20091         (mark_kboards): Mark it.
20093 2007-10-08  Richard Stallman  <rms@gnu.org>
20095         * eval.c (condition-case): Doc fix.
20097 2007-10-08  Masatake YAMATO  <jet@gyve.org>
20099         * xfaces.c (tty_supports_face_attributes_p): Fix code
20100         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20101         was copied and not edited.
20103 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20105         Add new `input-decode-map' keymap and use it for terminal
20106         escape sequences.
20107         * keyboard.h (struct kboard): Add Vinput_decode_map.
20108         Remove Vlocal_key_translation_map.
20109         * keyboard.c (read_key_sequence): Add support for input-decode-map.
20110         (init_kboard): Init input-decode-map.
20111         Replace local-key-translation-map back with key-translation-map.
20112         (syms_of_keyboard): Declare input-decode-map.
20113         Remove local-key-translation-map.  Update docstrings.
20114         (mark_kboards): Mark Vinput_decode_map.
20115         Don't mark Vlocal_key_translation_map.
20116         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20117         Replace local-key-translation-map back with key-translation-map.
20118         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20119         Bind in input-decode-map rather than function-key-map.
20121         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20122         This was made redundant by the previous introduction of XSETPVECTYPE.
20124 2007-10-09  Richard Stallman  <rms@gnu.org>
20126         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20128 2007-09-29  Richard Stallman  <rms@gnu.org>
20130         * eval.c (internal_condition_case_2, internal_condition_case_1)
20131         (internal_condition_case): Reenable abort if x_catching_errors ()
20132         to see if that really happens and why.
20134 2007-10-06  Andreas Schwab  <schwab@suse.de>
20136         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20138 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
20140         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20142 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20144         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20146 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20148         * window.h (struct window):
20149         * window.c (struct save_window_data, struct saved_window):
20150         * termhooks.h (struct terminal):
20151         * process.h (struct Lisp_Process):
20152         * frame.h (struct frame):
20153         * buffer.h (struct buffer):
20154         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20155         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20156         The size field of (pseudo)vectors is now unsigned.
20157         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20159         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20160         Turn `count' into an integer.
20162         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20163         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20164         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20165         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20166         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20168         * alloc.c (allocate_pseudovector): New fun.
20169         (ALLOCATE_PSEUDOVECTOR): New macro.
20170         (allocate_window, allocate_terminal, allocate_frame)
20171         (allocate_process): Use it.
20172         (mark_vectorlike): New function.
20173         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20174         (mark_terminals): Use it.
20175         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20176         (Fmake_byte_code): Use XSETPVECTYPE.
20178         * frame.c (Fframe_parameters): Minor simplification.
20180         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20182         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20184         * buffer.c (Fget_buffer_create, init_buffer_once):
20185         * lread.c (defsubr):
20186         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20188         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20189         defined differently in the m/*.h files.
20190         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20191         (XSETPVECTYPE): New macro.
20192         (XSETPSEUDOVECTOR): Use it.
20194         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20195         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20197         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20198         * lread.c (defvar_per_buffer):
20199         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20201         * window.c (candidate_window_p): Only consider as visible frames that
20202         are on the same terminal.
20204         * m/ibms390x.h (MARKBIT): Remove unused macro.
20206 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
20208         * lread.c (Fload): Fix typo in docstring.
20210 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
20212         * floatfns.c (Fexpt): Manually check for overflows, so that a power
20213         of a non-zero value can't yield zero.
20215 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20217         * term.c (term_clear_mouse_face, term_mouse_highlight)
20218         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20220         * print.c (safe_debug_print): Use XHASH.
20222         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20223         Lisp elements such as tags.
20224         (XHASH): New macro.
20225         (EQ): Use it.
20226         (SREF, SSET, STRING_COPYIN): Use SDATA.
20227         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20229         * alloc.c (mark_terminal): Remove left-over declaration.
20230         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20231         (allocate_vectorlike): Remove type argument.  Adjust callers.
20232         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20233         Only handle the one remaining MEM_TYPE_VECTORLIKE.
20235         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20236         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20237         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20238         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20239         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20240         Use them.
20242         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20243         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20244         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20246 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
20248         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20249         loaded by default.
20251 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20253         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20254         on this tty.
20255         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20257         * term.c (mouse_face_window): Rename from Qmouse_face_window.
20258         Update all users.
20259         (handle_one_term_event): Use Gpm_DrawPointer.
20260         (Fgpm_mouse_start): Rename from Fterm_open_connection.
20261         Signal errors instead of returning nil.  Always return nil.
20262         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20263         Make it a noop if gpm-mouse was not activated.
20264         (syms_of_term): Update names.
20266 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20268         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20269         (init_sys_modes): Check that gpm_tty is the current tty.
20271         * alloc.c (allocate_terminal): Set the vector size to only count the
20272         lisp fields.  Initialize those to nil.
20273         (mark_object): Don't treat terminals specially.
20274         (mark_terminal): Remove.
20275         (mark_terminals): Use mark_object instead.
20277         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20278         the GC to the beginning.
20280         * indent.h:
20281         * indent.c: Use EMACS_INT for ints coming from Elisp data.
20283         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20285 2007-09-25  Jason Rumney  <jasonr@gnu.org>
20287         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20289         * w32console.c (create_w32cons_output): Remove.
20291         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20293         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20294         (reset_sys_modes): Use reset_terminal_modes_hook.
20296 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20298         * eval.c (do_autoload): Don't output any message.
20300 2007-09-24  Juri Linkov  <juri@jurta.org>
20302         * emacs.c (standard_args): Change priority of "--no-splash"
20303         from 40 to 3.  Add "--no-desktop" with the same priority.
20305 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
20307         * alloc.c (gc_sweep): Check cons cell mark bits word by word
20308         and optimize the case where they are all 1.
20310 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
20312         * lisp.h (abs): Define if not defined.
20313         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20314         Don't define `abs', since it's defined in lisp.h.
20316 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
20318         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
20319         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20320         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20321         (init_tty): Use DEV_TTY instead of "/dev/tty".
20322         [WINDOWSNT]: No need to protect from NAME arg being null.
20324 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20326         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20327         up the tty state.
20329 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20331         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
20332         (gpm_tty): Change its type.
20333         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
20334         (gpm_tty): Change its type and initialize it.
20335         (Fterm_open_connection): Check the frame is indeed a tty.
20336         Use the new gpm_tty.
20337         (Fterm_close_connection): Use the new gpm_tty.
20338         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20339         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20341 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
20343         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20344         underline_color, to draw strike-through.
20346 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20348         * lisp.h (allocate_terminal): Declare.
20350         * window.c (candidate_window_p): Consider frames that are being placed
20351         by the user as somewhere between visible and iconified.
20352         (window_loop): Prefer windows on the current frame.
20353         (Fselect_window): Move the use of select-frame to the beginning so we
20354         can just delegate all the work (it'll call us back anyway).
20356         * frame.c (Qdisplay_environment_variable):
20357         * frame.h (Qdisplay_environment_variable): Delete.
20359         * .gdbinit (xbacktrace): Print the arg's address rather than the value
20360         of the first arg, since that value may be a union.
20362         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20363         parameter rather than Qdisplay_environment_variable.  If all else
20364         fails, look for DISPLAY in initial-environment.
20366 2007-09-21  Glenn Morris  <rgm@gnu.org>
20368         * Makefile.in (emacstool): Remove target.
20369         (lisp, shortlisp): Remove termdev.elc.
20371 2007-09-21  Markus Triska  <markus.triska@gmx.at>
20373         * xterm.c (x_delete_display): Compile session management conditionally.
20375 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20377         * callproc.c (getenv_internal_1): New function.
20378         (getenv_internal): Use it.
20379         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
20381         * terminal.c (get_terminal): Don't accept ints to represent terminals.
20382         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20383         (Fset_terminal_parameter): Work with dead terminals as well.
20384         (Fmodify_terminal_parameters): Remove.
20386         * terminal.c (get_terminal): Handle terminals.
20387         Make sure the terminal returned is live.
20388         (create_terminal): Use allocate_terminal.
20389         (mark_terminals): Move to alloc.c.
20390         (delete_terminal): Use terminal->name as liveness status.
20391         NULL out fields after freeing their contents.
20392         Don't deallocate the object.
20393         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
20394         rather than an int.
20395         (Fterminal_live_p): Accept non-integer arguments.
20396         (Fterminal_list): Return terminal objects rather than an ints.
20398         * alloc.c (enum mem_type): New member for `terminal' objects.
20399         (allocate_terminal): New function.
20400         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20401         Handle terminals.
20402         (mark_terminal): New fun.
20403         (mark_terminals): Move from terminal.c.
20405         * term.c (get_tty_terminal): Don't treat output_initial specially.
20406         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20407         (delete_tty): Use terminal->name as liveness status.
20409         * termhooks.h (struct terminal): Make it into a pseudovector.
20410         Remove `deleted' replaced by checking `name's nullness.
20412         * print.c (print_object): Handle terminals.
20414         * lisp.h (enum pvec_type): New `terminal' pseudovector.
20415         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20417         * frame.c (make_terminal_frame):
20418         * keyboard.c (tty_read_avail_input):
20419         * w32term.c (x_delete_terminal):
20420         * xfns.c (Fx_create_frame, x_create_tip_frame):
20421         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20423 2007-09-20  Glenn Morris  <rgm@gnu.org>
20425         * process.c (Fmake_network_process): Doc fix.
20427 2007-09-19  Jason Rumney  <jasonr@gnu.org>
20429         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20431 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
20433         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20434         Fix a C warning regarding variable constness.
20436         * xterm.c (handle_one_xevent): Fix a C warning.
20438 2007-09-18  Jason Rumney  <jasonr@gnu.org>
20440         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20442 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
20444         * gtkutil.c (gdpy_def): New variable.
20445         (xg_initialize): Initialize gdpy_def.
20446         (xg_display_close): If no other display exists, set gdpy_def to a
20447         new connection.
20449 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
20451         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20452         when we have no file name for the icon.
20453         (xg_tool_bar_expose_callback): Remove.
20454         (xg_create_tool_bar): Don't connect expose signal to
20455         xg_tool_bar_expose_callback.
20456         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20458 2007-09-16  Andreas Schwab  <schwab@suse.de>
20460         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20461         values instead of zapping them.
20463 2007-09-14  Glenn Morris  <rgm@gnu.org>
20465         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20466         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20467         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20468         scope and rename to omfib_buffer for clarity.
20469         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20471 2007-09-14  Kenichi Handa  <handa@m17n.org>
20473         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20475 2007-09-13  Jason Rumney  <jasonr@gnu.org>
20477         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20479         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20481         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20482         (mac_term_init): Call here instead, passing rif.
20484 2007-09-13  Glenn Morris  <rgm@gnu.org>
20486         * s/hpux.h: No longer define `static' as nothing.
20488 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
20490         * callint.c (Fcall_interactively): Remove unused var `fun'.
20492 2007-09-12  Romain Francoise  <romain@orebokech.com>
20494         * window.c (prefer_window_split_horizontally, display_buffer):
20495         Revert 2007-09-08 change.
20497 2007-09-12  Glenn Morris  <rgm@gnu.org>
20499         * alloca.c: Remove file.
20500         * Makefile.in (alloca): Do not undef.
20501         (allocaobj, alloca.o): Remove.
20502         (otherobj): Remove allocaobj.
20503         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20504         * regex.c (C_ALLOCA): Remove all references and code that was only
20505         used when this was defined.
20506         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20507         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20508         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20510         * Makefile.in (SOURCES, unlock, relock): Delete.
20512         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20513         (menu_grab_callback): All uses changed.
20515         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20516         (x_reply_selection_request): All uses changed.
20518 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20520         * lread.c (load_warn_old_style_backquotes): Change message to look
20521         better when it appears in the middle of byte-compiler messages.
20523 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
20525         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20527         * xterm.c (x_create_terminal): Add comment.
20529         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20531 2007-09-10  Richard Stallman  <rms@gnu.org>
20533         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20535 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
20537         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20538         (DEFUN): Document `intspec', use it instead of `prompt'.
20540         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20542         * data.c (Finteractive_form): If the interactive specification starts
20543         with a `(', use it as a Lisp form.
20545         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20546         name and file modes.
20548         * callint.c (Fcall_interactively): Comment fixes.
20550 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20552         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20553         and compiled functions.
20555 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
20557         * window.c (prefer_window_split_horizontally): New variable.
20558         (display_buffer): Consider splitting window horizontally depending
20559         on prefer_window_split_horizontally.
20561 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
20563         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20565 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20567         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20569         * frame.c (x_set_frame_parameters): Check number is positive before
20570         using XFASTINT.
20572         * window.c (freeze_window_start): Don't presume selected_window holds
20573         a window object.
20574         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20576 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
20578         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20580 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20582         * window.c (Vsplit_window_preferred_function): New var.
20583         (Fdisplay_buffer): Use it.
20584         (syms_of_window): Export, and initialize it.
20586 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
20588         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20590 2007-09-06  Glenn Morris  <rgm@gnu.org>
20592         * gtkutil.c (menu_grab_callback) <cnt>:
20593         * xselect.c (x_reply_selection_request) <cnt>: Move static
20594         variable to file scope.
20596 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20598         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20599         consistent values of selected_frame and selected_window.
20601 2007-09-04  Jason Rumney  <jasonr@gnu.org>
20603         * w32console.c (initialize_w32_display): Zero unused hooks.
20605 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
20607         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20608         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20610 2007-09-04  Jason Rumney  <jasonr@gnu.org>
20612         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20613         in w32console.c.  Set up input.  Remove XXX comments that have been
20614         confirmed as correct.
20616         * s/ms-w32.h (MULTI_KBOARD): Define.
20618         * w32console.c (one_and_only_w32cons): Remove.
20619         (initialize_w32_display): Take terminal argument.
20621         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20622         initialize_w32_display.
20623         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20625         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20627         * keyboard.c (discard_mouse_events): Discard it.
20628         (make_lispy_event): Translate it to a lisp event.
20629         (lispy_wheel_names): Add wheel-left and right events.
20630         (syms_of_keyboard): Enlarge wheel_syms.
20632         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20633         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20635         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20637         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20638         from WM_MOUSEHWHEEL.
20639         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20641         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20642         terminal.
20644         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20645         keyboard for the terminal.
20647 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
20649         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20650         (Vresume_tty_hook): Rename from Vresume_tty_functions.
20651         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20652         and resume-tty-function to resume-tty-hook.
20653         (Fsuspend_tty, Fresume_tty): Use new names.
20655 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
20657         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20658         if it starts with "n:".
20660 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
20662         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20664 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20666         * frame.h:
20667         * frame.c (Qterm_environment_variable): Remove.
20668         (syms_of_frame): Don't init and staticpro it.
20670         * callproc.c (getenv_internal): Remove special case for $TERM.
20672         * callproc.c (Vinitial_environment): New variable.
20673         (set_initial_environment): Initialize it.
20674         (syms_of_callproc): Declare it.
20675         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20676         TERM under which a process runs is never related to the TERM in which
20677         Emacs is running.
20679 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20681         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20682         * s/darwin.h: ... do it here.
20684 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20686         * lisp.h (set_initial_environment): Rename from set_global_environment.
20688         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20689         removed by mistake on the multi-tty branch.
20691         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20692         (Fmodify_frame_parameters): Return a value.
20694         * image.c (png_load): Comment-out var only used in commented-out code.
20696         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20697         before passing it to mark_object.
20699         * xfaces.c (internal_resolve_face_name): Return a value.
20700         (internal_resolve_face_name, resolve_face_name_error): Comment out.
20702         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20703         (x_icon): Comment-out var only used in commented-out code.
20705 2007-08-29  Romain Francoise  <romain@orebokech.com>
20707         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20708         QUIT hasn't been provided.
20710 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20712         * callproc.c (child_setup, getenv_internal): Use the
20713         display-environment-variable and term-environment-variable frame params.
20714         (set_initial_environment): Initialise Vprocess_environment.
20716         * config.in: Disable multi-keyboard support on a mac.
20718         * frame.c (Qterm_environment_variable)
20719         (Qdisplay_environment_variable): New variables.
20720         (syms_of_frame): Intern and staticpro them.
20721         (Fmake_terminal_frame): Disable output method test.
20723         * frame.h: Declare them here.
20725         * macfns.c (x_set_mouse_color): Get rif from the frame.
20726         (x_set_tool_bar_lines): Don't use updating_frame.
20727         (mac_window): Add 2 new parameters for consistency with other systems.
20728         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
20729         frame parameters following what is done in X11 and w32.  Don't use
20730         FRAME_MAC_DISPLAY_INFO.
20731         (Fx_open_connection, start_hourglass): Remove window-system check.
20732         (x_create_tip_frame): Get the keyboard from the terminal.
20734         * macmenu.c: Reorder includes.
20735         (Fx_popup_menu): Use terminal specific mouse_position_hook.
20737         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20738         terminal parameter.
20739         (x_clear_frame): Add a frame parameter.
20740         (note_mouse_movement): Get rif from the frame.
20741         (mac_term_init): Initialize the terminal.
20742         (mac_initialize): Make static and move terminal initialization ...
20743         (mac_create_terminal): ... to this new function.
20745         * macterm.h (struct mac_display_info): Add terminal.
20746         (mac_initialize): Delete declaration.
20748         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20750         * sysdep.c: Comment out text after #endif.
20752         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20753         is defined.  Better initialize ttys in windows.  Use terminal
20754         specific mouse_position_hook.
20756         * termhooks.h (union display_info): Add mac_display_info.
20758         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20759         Set the default minibuffer frame, window_system and the rest of the
20760         frame parameters following what is done in X11.
20762         * w32term.c (w32_initialize): Make static.
20764         * xselect.c (x_handle_selection_clear): Only access
20765         terminal->kboard when MULTI_KBOARD is defined.
20767         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20768         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20770 2007-08-29  Jason Rumney  <jasonr@gnu.org>
20772         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20773         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20775         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20776         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20778         * keyboard.c (restore_kboard_configuration): Only define when
20779         MULTI_KBOARD defined.
20781         * makefile.w32-in: Update dependancies from Makefile.in.
20782         (OBJ1): Add terminal.$(O)
20784         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20785         Don't define function body.
20786         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20788         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20790         * w32.c (request_sigio, unrequest_sigio): Remove.
20792         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20793         (w32con_clear_frame, w32con_clear_end_of_line)
20794         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20795         (w32con_delete_glyphs, w32con_set_terminal_window)
20796         (scroll_line, w32_sys_ring_bell): Add frame arg.
20797         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20798         Add terminal arg.
20799         (PICK_FRAME): Remove.
20800         (w32con_write_glyphs): Use frame specific terminal coding.
20801         (one_and_only_w32cons): New global variable.
20802         (initialize_w32_display): Use it for storing hooks.
20803         (create_w32cons_output): New function.
20805         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20806         arg a frame.
20808         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20809         Set window_system.
20810         (x_set_tool_bar_lines): Don't use updating_frame.
20811         (Fx_create_frame): Set terminal and ref count.
20812         (Fx_open_connection): Remove window-system check.
20814         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20816         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20817         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20818         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20819         Add frame arg.
20820         (x_delete_terminal, w32_create_terminal): New functions.
20821         (w32_term_init): Create a terminal.
20822         (w32_initialize): Move terminal specific initialization to
20823         w32_create_terminal.
20825         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20826         (w32_clear_rect, w32_clear_area): Use background from frame.
20827         (w32_display_info): Add terminal.
20828         (w32_sys_ring_bell, x_delete_display): Declare here.
20830         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20832         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20834 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
20836         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20837         Fix get_named_tty calls for the controlling tty.
20839 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20841         * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20843 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
20845         * term.c (tty_insert_glyphs): Add missing first parameter.
20847 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
20849         * buffer.c (Fbuffer_list, Fbury_buffer):
20850         Take frame->buried_buffer_list into account.
20852         * cm.c (current_tty): New variable, for cmputc().
20853         (cmputc): Use it.
20854         (cmcheckmagic): Add tty parameter, look up terminal streams there.
20855         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
20856         (cmgoto): Add tty parameter.  Pass it on to calccost().
20857         Use emacs_tputs() instead of tputs().
20859         * cm.h (emacs_tputs): New macro to set current_tty, and then call
20860         tputs().
20861         (current_tty): New variable, for cmputc().
20862         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20864         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20865         (internal_condition_case, internal_condition_case_1)
20866         (internal_condition_case_2): Don't abort when x_catching_errors.
20868         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20869         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
20870         prevent crashes caused by bogus longjmps in read_char.
20872         * keymap.h (Fset_keymap_parent): Add EXFUN.
20874         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20875         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20876         Remove redundant definition.
20878         * macfns.c (x_set_mouse_color, x_make_gc):
20879         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20881         * w32term.c (x_free_frame_resources):
20882         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20883         (w32_initialize): Use the accessor macros for terminal characteristics.
20885         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20886         Use the accessor macros for terminal characteristics.
20887         * msdos.c (internal_terminal_init): Use the accessor macros for
20888         terminal characteristics.
20889         (ScreenVisualBell, internal_terminal_init):
20890         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20892         * termopts.h (no_redraw_on_reenter): Declare.
20894         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20895         (mark_terminals, mark_ttys): Declare.
20896         (Fgarbage_collect): Call them.
20897         (mark_object): Mark buried_buffer_list.
20899         * prefix-args.c: Include stdlib.h for exit.
20901         * syssignal.h: Add comment.
20903         * indent.c: Include stdio.h.
20905         * window.h (Vinitial_window_system): Declare.
20906         (Vwindow_system): Delete declaration.
20908         * fontset.c (Finternal_char_font): Use FRAME_RIF.
20910         * image.c (lookup_image): Don't initialize `c' until the xasserts
20911         have been run.
20913         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20914         FRAME_FOREGROUND_PIXEL.
20916         * print.c (print_preprocess): Don't lose print_depth levels while
20917         iterating.
20919         * widget.c (update_from_various_frame_slots):
20920         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20922         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20923         frames.
20924         (window_internal_height): Remove bogus make_number call.
20925         (init_window_once): Call make_terminal_frame with two zero parameters.
20927         * fileio.c (Fread_file_name): Update comment.
20929         * callint.c (Fcall_interactively):
20930         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20931         Make sure it is correctly unwound.
20933         * xsmfns.c (x_session_close): New function.
20935         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20936         Delete declarations.
20938         * xterm.h: Remove declaration for x_fully_uncatch_errors.
20939         (x_output): Remove background_pixel and foreground_pixel fields.
20940         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
20941         (x_delete_device, x_session_close): Declare.
20943         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
20944         (read_filtered_event): Call `read_char' with a local
20945         `wrong_kboard_jmpbuf'.
20947         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20948         Don't call single_kboard_state.  Use FRAME_RIF.
20950         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20951         systems.
20953         * lisp.h (set_process_environment): Rename to `set_global_environment'.
20954         (Fframe_with_environment, Fset_input_meta_mode)
20955         (Fset_quit_char): EXFUN.
20956         (x_create_device, tty_output, terminal, tty_display_info): Declare.
20957         (init_sys_modes, reset_sys_modes): Update prototypes.
20958         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20960         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20961         Vlocal_key_translation_map, and Vkeyboard_translate_table.
20962         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20963         Delete declarations.
20964         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20965         (temporarily_switch_to_single_kboard, tty_read_avail_input):
20966         New declarations.
20968         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20969         already does that during init_display().  Call syms_of_keymap
20970         before syms_of_keyboard.  Call `syms_of_terminal'.
20971         Call set_initial_environment, not set_process_environment.
20972         (shut_down_emacs): Call reset_all_sys_modes() instead of
20973         reset_sys_modes().
20975         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20976         (internal_resolve_face_name, resolve_face_name_error): New functions.
20977         (resolve_face_name): Protect against loops and errors thrown by Fget.
20978         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20979         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20981         * scroll.c: Replace CURTTY() with local variables throughout the
20982         file (where applicable).
20983         (calculate_scrolling, calculate_direct_scrolling)
20984         (scrolling_1, scroll_cost): Use the accessor macros for terminal
20985         characteristics.
20987         * keymap.c (Vfunction_key_map): Remove.
20988         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20989         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20990         (Vkey_translation_map): Remove.
20991         (syms_of_keymap): Remove DEFVAR for key-translation-map.
20992         (Fdescribe_buffer_bindings)
20993         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20994         Update for terminal-local key-translation-map.
20996         * Makefile.in (callproc.o): Update dependencies.
20997         (lisp, shortlisp): Add termdev.elc.
20998         (obj): Add terminal.o.
20999         (terminal.o): Add dependencies.
21000         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21001         (data.o, fns.o): Add termhooks.h dependency.
21002         (SOME_MACHINE_LISP): Add dnd.elc.
21003         (minibuf.o): Fix typo.
21004         Update dependencies.
21006         * data.c (do_symval_forwarding, store_symval_forwarding)
21007         (find_symbol_value): Use the selected frame's keyboard, not
21008         current_kboard.
21010         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21011         Vwindow_system.
21013         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21014         Fmenu_bar_open.
21015         (syms_of_xmenu): Update defsubr.
21016         (mouse_position_for_popup, Fx_popup_menu)
21017         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21018         (set_frame_menubar, free_frame_menubar)
21019         (create_and_show_popup_menu, xmenu_show)
21020         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21021         an X frame.
21023         * xselect.c (x_own_selection): Abort if not an X frame.
21024         (some_frame_on_display): Check if it is an X frame.
21025         (x_handle_selection_clear): Deal with MULTI_KBOARD.
21027         * coding.c: Include frame.h and termhooks.h.
21028         (terminal_coding, keyboard_coding): Delete.
21029         (Fset_terminal_coding_system_internal)
21030         (Fset_keyboard_coding_system_internal)
21031         (Fkeyboard_coding_system)
21032         (Fterminal_coding_system): Add a terminal parameter.
21033         Get terminal_coding from the terminal.
21034         (init_coding_once): Don't call setup_coding_system here.
21036         * dispextern.h (set_scroll_region, turn_off_insert)
21037         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21038         (tty_clear_end_of_line, tty_setup_colors)
21039         (delete_tty, updating_frame)
21040         (produce_special_glyphs, produce_glyphs, write_glyphs)
21041         (insert_glyphs): Remove.
21042         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21043         (tty_turn_off_highlight, get_tty_size): Add declaration.
21044         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21046         * frame.h (enum output_method): Add output_initial.
21047         (struct x_output): Delete.
21048         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21049         Access foreground_pixel and background_pixel directly from the frame.
21050         (tty_display): Delete.
21051         (struct frame): Add buried_buffer_list, foreground_pixel,
21052         background_pixel and terminal.  Delete kboard.
21053         (union output_data): Add tty.
21054         (FRAME_KBOARD): Get the kboard from the terminal.
21055         (FRAME_INITIAL_P): New macro.
21056         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21057         (Qterm_environment_variable, Qdisplay_environment_variable)
21058         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21059         New declarations.
21061         * termchar.h (tty_output, tty_display_info): New structures.
21062         (tty_list): Declare.
21063         (FRAME_TTY, CURTTY): New macros.
21064         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21065         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21066         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21067         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21069         * callproc.c: Include frame.h and termhooks.h, for terminal
21070         parameters.
21071         (add_env): New function.
21072         (child_setup): Use it.
21073         (child_setup, getenv_internal): Handle the new Vprocess_environment.
21074         (getenv_internal): Fix get_terminal_param call.
21075         (Fgetenv_internal, egetenv): Update doc.
21076         (syms_of_callproc): Initialize Vprocess_environment to nil.
21077         Register and initialize them.  Remove obsolete defvars.  Update doc
21078         strings.
21079         (child_setup): Handle Vlocal_environment_variables.
21080         (getenv_internal): Add terminal parameter.
21081         Handle Vlocal_environment_variables.
21082         (Fgetenv_internal): Add terminal parameter.
21083         (child_setup, getenv_internal, Fgetenv_internal): Store the local
21084         environment in a frame (not terminal) parameter.  Update doc strings.
21085         (set_initial_environment): Rename from set_global_environment.
21086         Store Emacs environment in initial frame parameter.
21088         * xdisp.c (redisplay_internal): Update references to
21089         `previous_terminal_frame'.
21090         (display_mode_line, Fformat_mode_line): Replace calls to
21091         `push_frame_kboard' with `push_kboard'.
21092         (get_glyph_string_clip_rects): Add extra parentheses and
21093         braces to prevent compiler warnings.
21094         (calc_pixel_width_or_height): Add xassert to check that the
21095         frame is alive.  Don't call `lookup_image' on a termcap frame.
21096         (message2_nolog, message3_nolog, redisplay_internal)
21097         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21098         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21099         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21100         (Fx_display_pixel_width, Fx_display_pixel_height)
21101         (Fx_display_planes, Fx_display_color_cells)
21102         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21103         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21104         (Fx_display_backing_store, Fx_display_visual_class)
21105         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21106         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21108         * xfns.c (x_set_foreground_color x_set_background_color)
21109         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21110         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21111         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21112         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21113         terminal that is being deleted.
21114         (Fx_create_frame): Use `store_frame_param' to set `window-system'
21115         frame parameter, and make sure it overrides any user-supplied setting.
21116         (Fx_close_connection, Fx_synchronize): Unify argument names with
21117         the rest of the DEFUNs.
21119         * dispnew.c (Fsend_string_to_terminal): Update call to
21120         `get_tty_terminal'.
21121         (Fredraw_frame, Fsend_string_to_terminal)
21122         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21123         FRAME_TERMCAP_P and FRAME_TTY.
21124         (window_change_signal): Don't believe width/height values that are
21125         impossibly small.
21126         (Vinitial_window_system): Rename from Vwindow_system.
21127         (termscript, Wcm, rif): Delete.
21129         * termhooks.h (struct terminal): New struct containing the
21130         previously global text display hooks and new members NAME,
21131         DELETED and PARAM_ALIST.
21132         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21133         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21134         (FRAME_RIF): New macros.
21135         (get_terminal_param, get_device): New declarations.
21136         (termscript): Delete declaration.
21138         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21139         (XTflash, x_free_frame_resources, x_scroll_bar_create)
21140         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21141         FRAME_FOREGROUND_PIXEL.
21142         (x_fully_uncatch_errors): Disable definition.
21143         (x_scroll_bar_expose): Fix reference to foreground pixel.
21144         (XTread_socket): Disable loop on all X displays.
21145         (x_delete_terminal): Don't set terminal->deleted and let
21146         delete_terminal delete the frames on the terminal.
21147         (x_delete_display): Doc update to reflect changes in
21148         delete_terminal.
21149         (x_display_info) <terminal>: Move member earlier in the struct.
21150         (deleting_tty): Remove old variable.
21151         (Fsuspend_tty): Call clear_tty_hooks.
21152         (Fresume_tty, init_tty): Call set_tty_hooks.
21153         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21154         errors on X frames.
21155         (x_catch_errors_unwind): Abort if x_error_message is NULL.
21156         (handle_one_xevent): Initialize `f' to NULL.
21157         (x_delete_terminal, x_create_terminal): New functions.
21158         (XTset_terminal_modes, XTreset_terminal_modes)
21159         (XTread_socket, x_connection_closed, x_term_init)
21160         (x_term_init, x_delete_display): Add terminal parameter.
21161         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21162         X connections.
21164         * frame.c: Include termchar.h.
21165         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21166         (Qwindow_system, Qenvironment, Qterm_environment_variable)
21167         (Qdisplay_environment_variable): New vars.
21168         (Fframep): Deal with output_initial.
21169         (Fframe-live-p): Doc fix.
21170         (Fwindow-system): New function.
21171         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21172         (make_terminal_frame): Don't create frames on a terminal that is
21173         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21174         (store_frame_param): Check for found_for_frame before calling XFRAME.
21175         (Fmake_terminal_frame): Handle NULL tty names correctly.
21176         (syms_of_frame): Enhance doc string of `default-frame-alist'.
21177         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
21178         frames to refer to a deleted frame in their 'environment parameter.
21179         (Fframe_with_environment): New function.
21180         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
21181         (get_future_frame_param): New function.
21182         (Fmake_terminal_frame): Use it.
21183         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21185         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21186         * sysdep.c (reset_sys_modes): Update for renames.
21188         * keyboard.c (tty_read_avail_input): New function.
21189         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21190         (syms_of_keyboard): Defsubr them.
21191         (Fset_input_meta_mode, Fset_quit_char): New functions.
21192         (Fset_input_mode): Split to above functions.
21193         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21194         parameter.  Use it in call to `read_char'.
21195         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
21196         Set wrong_kboard_jmpbuf correctly in recursive calls.
21197         Use current_kboard to access Vkeyboard_translate_table.
21198         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21199         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21200         Update longjmp invocations.  Remember the original current_kboard,
21201         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21202         changes it.  Comment out unnecessary calls to
21203         `record_single_kboard_state' and `any_kboard_state'.
21204         Update recursive calls.
21205         (wrong_kboard_jmpbuf): Remove global variable.
21206         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21207         Handle deleted interrupted_kboards correctly; that is a legal
21208         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
21209         and read_char calls.  Abort if interrupted_kboard died in read_char.
21210         (any_kboard_state, single_kboard_state)
21211         (push_frame_kboard): Remove function.
21212         (pop_kboard): Switch out of single_kboard mode if the kboard has
21213         been deleted.  Remove unused variable.  Help debugging by not
21214         changing current_kboard unnecessarily.  Set current_kboard to the
21215         kboard of the selected frame when the stored kboard object has
21216         been deleted before pop_kboard.
21217         (temporarily_switch_to_single_kboard): Change first parameter to a
21218         frame pointer.  Throw an error when caller wants to change kboards
21219         while in single_kboard mode.  Don't push_kboard if we weren't in
21220         single kboard state.  Don't pop_kboard if we popped into any
21221         kboard state.
21222         (restore_kboard_configuration): Abort if pop_kboard changed the
21223         kboard in single_kboard mode.  Call pop_kboard only after setting
21224         up single_kboard mode.
21225         (Frecursive_edit): Switch to single_kboard mode only in nested
21226         command loops.
21227         (cmd_error, command_loop, command_loop_1, timer_check):
21228         Comment out unnecessary call to `any_kboard_state' and
21229         `record_single_kboard_state'.
21230         (delete_kboard): Exit single_kboard mode if we have just deleted
21231         that kboard.  Use FRAME_KBOARD.
21232         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21233         `fatal_error_signal'.
21234         (record_single_kboard_state): Don't push_kboard if we weren't in
21235         single kboard state.  Don't pop_kboard if we popped into any
21236         kboard state.
21237         (push_frame_kboard): Rename to push_kboard.
21238         (kbd_buffer_get_event): Use FRAME_TERMINAL.
21239         (read_avail_input): Read input from all terminals.
21240         (mark_kboards): Also mark Vkeyboard_translate_table.
21241         (kbd_buffer_store_event_hold): Simplify condition.
21242         (read_key_sequence): Reinitialize fkey and keytran at each replay.
21243         (Vkeyboard_translate_table): Move to struct kboard.
21244         (init_kboard): Initialize Vkeyboard_translate_table.
21245         (syms_of_keyboard): Use DEFVAR_KBOARD to define
21246         Vkeyboard_translate_table.  Update doc strings.  Update docs of
21247         local-function-key-map and function-key-map.
21249         * terminal.c: New file.
21251         * term.c: Include errno.h.
21252         (Vring_bell_function, device_list, initial_device)
21253         (next_device_id, ring_bell, update_begin, update_end)
21254         (set_terminal_window, cursor_to, raw_cursor_to)
21255         (clear_to_end, clear_frame, clear_end_of_line)
21256         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21257         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21258         (syms_of_term): Move their initialization to terminal.c.
21259         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21260         (Ftty_display_color_cells)
21261         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21262         (clear_tty_hooks, set_tty_hooks)
21263         (init_tty, maybe_fatal): New functions.
21264         (Ftty_type): Return nil if terminal is not on a tty instead of
21265         throwing an error.  Doc update.
21266         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21267         Doc update.  Initialize new subrs and variables.
21268         (delete_tty): Use terminal->deleted.
21269         (tty_set_terminal_modes): Rename from set_terminal_modes.
21270         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21271         (set_scroll_region): Rename to `tty_set_scroll_region'.
21272         (turn_on_insert): Rename to `tty_turn_on_insert'.
21273         (turn_off_insert): Rename to `tty_turn_off_insert'.
21274         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21275         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21276         (toggle_highligh): Rename to `tty_toggle_highlight'.
21277         (background_highlight): Rename to `tty_background_highlight'.
21278         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21279         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21280         (tty_set_scroll_region, tty_background_highlight)
21281         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21282         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21283         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21284         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21285         Add static modifier.
21286         (tty_reset_terminal_modes, tty_set_terminal_window)
21287         (tty_set_scroll_region, tty_background_highlight)
21288         (tty_highlight_if_desired, tty_cursor_to)
21289         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21290         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21291         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21292         renames.
21294 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
21296         * keyboard.c: Qrtl is new.
21297         (parse_tool_bar_item): Handle :rtl keyword.
21298         (syms_of_keyboard): Intern :rtl keyword.
21300         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21302         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21303         so no Lisp code is executed.
21304         (file_for_image, find_rtl_image): New functions.
21305         (xg_get_image_for_pixmap): Use file_for_image.
21306         (update_frame_tool_bar): If direction is RTL, use RTL image if
21307         defined.  Use Gtk stock images if defined.
21309 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21311         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21312         for nonexistent or zero-width glyph in composition glyph.
21314 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21316         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21318         * xdisp.c (Finvisible_p): New function.
21319         (syms_of_xdisp): defsubr it.
21321 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
21323         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21324         Doc fixes.
21326 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21328         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21330 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
21332         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21333         whether decoding has modified buffer contents.
21335 2007-08-24  Jason Rumney  <jasonr@gnu.org>
21337         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21338         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21339         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21340         (init_svg_functions) [HAVE_NTGUI]: New function.
21341         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21342         (svg_load_image): Use them.
21343         (svg_load_image) [HAVE_NTGUI]: Implement background.
21345 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21347         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21348         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21349         (LIBX): Remove @RSVG_LIBS@.
21350         (LIBES): Add $(RSVG_LIBS).
21352         * image.c (svg_load_image): Blend with specified background if exists.
21353         Use IMAGE_BACKGROUND.  Add Mac OS Support.
21355         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21356         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21357         Remove macros.
21358         [MAC_OSX] (socket_callback): Do nothing.
21359         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21360         ReceiveNextEvent.
21361         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
21362         socket_callback.
21363         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21365 2007-08-22  Glenn Morris  <rgm@gnu.org>
21367         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21369 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
21371         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21373         * image.c: Add support for SVG images.  Some additional comments
21374         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
21375         (svg_image_p): New function to test for SVG image.
21376         (svg_load): New function to load SVG image.
21377         (svg_load_image): New function, helper for svg_load.
21378         (Qsvg): New Lisp_object.
21379         (svg_keyword_index): New enum.
21380         (svg_format): New static `image_keyword' struct.
21381         (svg_type): New static `image_type' struct.
21382         (librsvg/rsvg.h): Include it.
21384 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21386         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21388 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21390         * lread.c (Qold_style_backquotes): New var.
21391         (syms_of_lread): Init and staticpro it.
21392         (load_warn_old_style_backquotes): New fun.
21393         (Fload): Use them to warn about old style backquotes.
21394         (end_of_file_error, Fload): Remove unused vars.
21396         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21398         * lread.c (Vold_style_backquotes): New var.
21399         (syms_of_lread): Init and export it to Elisp.
21400         (read1): Set it when we find an old-style (back)quote.
21402 2007-08-22  Jason Rumney  <jasonr@gnu.org>
21404         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21406 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21408         * puresize.h (BASE_PURESIZE): Increase to 1140000.
21410 2007-08-19  Richard Stallman  <rms@gnu.org>
21412         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21414 2007-08-19  Andreas Schwab  <schwab@suse.de>
21416         * alloc.c (pure): Round PURESIZE up.
21418 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
21420         * xterm.c (handle_one_xevent): Remove check that mouse click is in
21421         active frame.
21423 2007-08-16  Richard Stallman  <rms@gnu.org>
21425         * eval.c (Fcommandp): Add parens to clarify.
21427         * minibuf.c (Fall_completions): Use enum for type of table.
21429         * emacs.c (USAGE2): Improve text.
21431 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
21433         * term.c (tty_default_color_capabilities): Declare static
21434         variables in file scope, to avoid HPUX compiler problem.
21436 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
21438         * gtkutil.c (update_frame_tool_bar): Use -1 as index
21439         to gtk_toolbar_insert.
21441 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21443         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21445         * insdel.c (reset_var_on_error): New fun.
21446         (signal_before_change, signal_after_change):
21447         Use it to reset (after|before)-change-functions to nil in case of error.
21448         Bind inhibit-modification-hooks to t.
21449         Don't bind (after|before)-change-functions to nil while they run.
21451 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21453         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21454         filling pixmap with stippled background.
21456 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21458         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21459         Don't use invisible frame as parent window for repositioning.
21461 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21463         * print.c (new_backquote_output): Rename from old_backquote_output.
21464         (print): Inverse its logic (according to its name) so as to match the
21465         behavior of new_backquote_flag in lread.c.
21467 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21469         * gmalloc.c (posix_memalign): New function.
21471         * macterm.c (frame_highlight, frame_unhighlight): Don't call
21472         ActivateControl/DeactivateControl here.
21473         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21474         frame-notice-user-settings is non-nil.
21475         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21476         for kEventParamFMFontStyle.
21477         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21478         mac_pass_command_to_system and mac_pass_control_to_system here.
21479         (XTread_socket): Call ActivateControl/DeactivateControl here.
21480         (XTread_socket) [TARGET_API_MAC_CARBON]:
21481         Check mac_pass_command_to_system and mac_pass_control_to_system here.
21482         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21483         for window repositioning.
21485 2007-08-08  Glenn Morris  <rgm@gnu.org>
21487         * Replace `iff' in doc-strings and comments.
21489 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
21491         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21493 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
21495         * fileio.c (Finsert_file_contents): Run format-decode and
21496         after_insert_file_functions on entire buffer when REPLACE is
21497         non-nil and inhibit modification_hooks and point_motion_hooks.
21498         For consistency, run after_insert_file_functions iff something
21499         got inserted.  Move signal_after_change and update_compositions
21500         after code running after_insert_file_functions.  Make sure that
21501         undo_list doesn't record intermediate steps of the decoding process.
21503 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21505         * emacs.c (main)
21506         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21507         Call malloc_enable_thread on interactive startup.
21509         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21510         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21511         [USE_PTHREAD]: Conditionalize with it.
21512         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21513         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21514         New functions.
21516 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
21518         * xdisp.c (redisplay_window): When restoring original buffer
21519         position, make sure it is still valid.
21521         * image.c (png_load): Ignore png-supplied background color.
21523 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21525         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21526         Use kCFAbsoluteTimeIntervalSince1970.
21528         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21529         New variable.
21530         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21531         event loop should be quit.
21532         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21533         Quit dialog event loop if quit_dialog_event_loop is set.
21535         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21536         (Selection): New typedef.  Use instead of ScrapRef.
21537         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21538         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21539         (mac_clear_selection): Rename from clear_scrap.
21540         (get_flavor_type_from_symbol): New argument SEL and subsume function of
21541         scrap_has_target_type.  All uses changed.
21542         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21543         (mac_selection_has_target_p): New functions.
21544         (mac_put_selection_value): Rename from put_scrap_string.
21545         (mac_get_selection_value): Rename from get_scrap_string.
21546         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21547         (put_scrap_private_timestamp, scrap_has_target_type)
21548         (get_scrap_private_timestamp): Remove functions.
21549         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21550         (x_own_selection, x_get_local_selection):
21551         Use mac_valid_selection_value_p.
21552         (x_own_selection): Don't use put_scrap_private_timestamp.
21553         Record OWNERSHIP-INFO into Vselection_alist instead.
21554         (x_get_local_selection): Don't check type if request is local.
21555         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21556         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21558 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
21560         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21561         add comment explaining why.
21563 2007-08-03  Richard Stallman  <rms@gnu.org>
21565         * fileio.c (Fvisited_file_modtime): Use make_time.
21567 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
21569         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21570         build.
21572 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21574         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21576 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21578         * puresize.h (BASE_PURESIZE): Increase to 1130000.
21580 2007-07-30  Richard Stallman  <rms@gnu.org>
21582         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21584 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
21586         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
21588 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
21590         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21591         remote default-directory.
21593         * buffer.c (mode-line-format): Update doc string.
21595 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21597         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21598         scroll bar gap.
21599         (x_scroll_bar_create): Set bar->fringe_extended_p.
21600         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21601         on frame edge.  Check fringe background extension.  Don't clear
21602         extended fringe background area.
21604         * w32term.h (struct scroll_bar): New member fringe_extended_p.
21605         (w32_fill_area): Enclose multiple statements with do ... while (0).
21607         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21608         Extend fringe background to scroll bar gap.
21609         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21610         Set bar->fringe_extended_p.
21611         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21612         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
21613         background extension.  Don't clear extended fringe background area.
21615         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21616         New member fringe_extended_p.
21618 2007-07-25  Glenn Morris  <rgm@gnu.org>
21620         * Relicense all FSF files to GPLv3 or later.
21622         * COPYING: Switch to GPLv3.
21624 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21626         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21628         * data.c (Finteractive_form): Check for the presence of an
21629         `interactive-form' symbol property more thoroughly.
21631         * data.c (Finteractive_form): Use an `interactive-form' property if
21632         present, analogous to the function-documentation property.
21634 2007-07-24  Jason Rumney  <jasonr@gnu.org>
21636         * w32fns.c (x_real_positions): Get real position from OS instead of
21637         calculating it.
21639 2007-07-23  Jason Rumney  <jasonr@gnu.org>
21641         * filelock.c (current_lock_owner): Allow for @ sign in username.
21643 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
21645         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21646         remote default-directory.
21648         * buffer.c (mode-line-format): Describe above case in doc string.
21650 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
21652         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21653         Define if not defined.
21655 2007-07-18  Jason Rumney  <jasonr@gnu.org>
21657         * w32proc.c (w32_executable_type): Handle 64 bit executables.
21659 2007-07-18  Richard Stallman  <rms@gnu.org>
21661         * data.c (Fsetq_default): Doc fix.
21663         * eval.c (Fsetq): Doc fix.
21665 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
21667         * coding.c (Ffind_operation_coding_system):
21668         * eval.c (For, Fand): Doc fixes.
21669         Reported by Johan Bockgård.
21671 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
21673         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21675         * xterm.h: Declare x_ewmh_activate_frame.
21677         * xterm.c (x_ewmh_activate_frame): New function.
21678         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21680 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
21682         * window.c (Fdisplay_buffer): If largest or LRU window is the
21683         only window, split it even if it is not eligible for splitting.
21684         This restores the original behavior broken by the 2007-07-15
21685         change.
21687 2007-07-17  Glenn Morris  <rgm@gnu.org>
21689         * abbrev.c (abbrev_check_chars): New function.
21690         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21691         Call abbrev_check_chars to check abbrev characters are word
21692         constituents.  Doc fix.
21694 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21696         * process.c (Fstart_process, Fmake_network_process)
21697         (read_process_output): Fix up last changes.
21699 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
21701         * makefile.w32-in (clean): Don't delete *~.
21703 2007-07-16  Andreas Schwab  <schwab@suse.de>
21705         * window.c (Fdisplay_buffer): Use NILP.
21706         (Fset_window_scroll_bars): Likewise.
21708 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
21710         * window.c (window_min_size_2): New function.
21711         (window_min_size_1, size_window, Fdisplay_buffer)
21712         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21713         windows without mode- or header-lines when window-min-height is
21714         too small.
21715         (size_window): Reset nodelete_p after testing it, following an
21716         earlier note by Kim F. Storm.
21717         (display_buffer): Do not set split_height_threshold to twice the
21718         value of window_min_height to avoid changing the value of a
21719         customizable variable.  Rather explicitly check whether the
21720         height of the window that shall be splitted is at least as large
21721         as split_height_threshold.
21722         (Fwindow_full_width_p): New defun.
21723         (syms_of_window): Defsubr it.
21725         * window.h: Add EXFUN for Fwindow_full_width_p.
21727 2007-07-14  Jason Rumney  <jasonr@gnu.org>
21729         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21731 2007-07-14  Richard Stallman  <rms@gnu.org>
21733         * eval.c (maybe_call_debugger): New function.
21734         (find_handler_clause): Use maybe_call_debugger.
21735         Call it when the handler says `debug'.
21736         Eliminate DEBUGGER_VALUE_PTR.
21737         (Fsignal): Eliminate debugger_value.
21738         (Qdebug): New variable.
21739         (syms_of_eval): Initialize it.
21741 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
21743         * eval.c (Fprogn):
21744         * keyboard.c (Ftrack_mouse):
21745         * print.c (Fwith_output_to_temp_buffer):
21746         * window.c (Fsave_window_excursion): Doc fix.
21748 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21750         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21752 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21754         * process.h (struct Lisp_Process): Turn slots infd, outfd,
21755         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21756         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21757         read_output_delay, and read_output_skip from Lisp_Objects to ints.
21758         Remove unused encoding_carryover.
21759         * process.c: Adjust all functions accordingly.
21761 2007-07-12  Richard Stallman  <rms@gnu.org>
21763         * term.c: Include unistd.h only if HAVE_UNISTD_H.
21765 2007-07-11  Jason Rumney  <jasonr@gnu.org>
21767         * makefile.w32-in (LIBS): Include OLE32.
21769         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21770         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21772 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21774         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21775         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21776         from a Lisp_Object into a bare pointer.
21777         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21778         Adjust the code correspondingly.
21780         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21782         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21783         (term_show_mouse_face): Remove unused var `j'.
21784         (handle_one_term_event): Remove unused vars `i' and `j'.
21785         Don't cast return value of ttyname since it's not necessary.
21787 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21789         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21790         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21792         * fns.c (map_char_table): Use an array of int for `indices' rather than
21793         an array of Lisp_Objects (which are only ever integers anyway).
21794         (Fmap_char_table): Update caller.
21795         * lisp.h: Update prototype.
21796         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21797         * fontset.c (Ffontset_info):
21798         * casetab.c (set_case_table): Update callers.
21800         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21802         * keymap.c (struct accessible_keymaps_data)
21803         (struct where_is_internal_data): New structures.
21804         (accessible_keymaps_1, where_is_internal_1): Use them to change
21805         interface to adhere to the one used by map_keymap.
21806         (Faccessible_keymaps, where_is_internal): Use map_keymap.
21807         (accessible_keymaps_char_table, where_is_internal_2): Remove.
21809         * keymap.h (map_keymap_function_t): More informative prototype.
21811 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
21813         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21814         (looking_at_1): Don't change search_regs and last_thing_searched
21815         if `inhibit-changing-match-data' is non-nil.
21816         (string_match_1, search_buffer, set_search_regs): Likewise.
21817         (syms_of_search): Add Lisp level definition for
21818         `inhibit-changing-match-data' and set it to nil.
21819         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21820         start and end of the match, instead of using values in search_regs.
21822 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21824         * minibuf.c (Fcompleting_read): New value `confirm-only'
21825         for `require-match'.
21827 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21829         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21830         part of the 2007-06-27 change to syms_of_fileio.
21832 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21834         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21835         Check WINDOWP before using XWINDOW.  Consolidate return statements.
21837 2007-06-27  Richard Stallman  <rms@gnu.org>
21839         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21841 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
21843         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21845 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21847         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21848         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21849         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21850         (_free_internal, memalign): Use them.
21851         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21852         Initialize to PTHREAD_MUTEX_INITIALIZER.
21853         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21854         (morecore_nolock): Rename from morecore.  All uses changed.
21855         Use only nolock versions of internal allocation functions.
21856         (_malloc_internal_nolock, _realloc_internal_nolock)
21857         (_free_internal_nolock): New functions created from
21858         _malloc_internal, _realloc_internal, and _free_internal.
21859         (_malloc_internal, _realloc_internal, _free_internal): Use them.
21860         Copy hook value to automatic variable before its use.
21861         (memalign): Copy hook value to automatic variable before its use.
21863 2007-06-26  Kenichi Handa  <handa@m17n.org>
21865         * coding.c (Ffind_operation_coding_system): Docstring improved.
21866         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21868 2007-06-25  David Kastrup  <dak@gnu.org>
21870         * keymap.c (Fcurrent_active_maps): Add `position' argument.
21871         (Fwhere_is_internal): Adjust call to `current-active-maps' to
21872         cater for additional parameter.
21874         * keymap.h: Adjust number of parameters to `current-active-maps'.
21876         * doc.c (Fsubstitute_command_keys): Adjust call of
21877         `current-active-maps'.
21879 2007-06-25  David Kastrup  <dak@gnu.org>
21881         * callint.c (Fcall_interactively): Make the parsing of interactive
21882         specs somewhat more readable.
21884 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21886         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21887         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
21888         if extended background has already been filled.
21890 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21892         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21893         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21895         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21896         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21897         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21898         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21899         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21900         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
21901         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21902         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21903         Run timers during dialog popup.
21904         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21906 2007-06-21  Jason Rumney  <jasonr@gnu.org>
21908         * image.c (convert_mono_to_color_image): Swap fore and background.
21910 2007-06-20  Jason Rumney  <jasonr@gnu.org>
21912         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21913         (w32_free_bdf_font): Unmap memory not handle.
21915 2007-06-20  Sam Steingold  <sds@gnu.org>
21917         * gmalloc.c (__morecore): Fix the declaration to comply with the
21918         definition.
21920 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
21922         * w32term.c (w32_delete_display): Remove leftover declaration.
21923         (w32_define_cursor, w32_initialize): Make static.
21925         * w32.c (_wsa_errlist): Fix typo in error message.
21926         (init_environment): Ignore any environment variable from the
21927         registry having a null value.
21929 2007-06-20  Glenn Morris  <rgm@gnu.org>
21931         * Makefile.in (LIBGIF): Default to -lgif.
21933 2007-06-17  Jason Rumney  <jasonr@gnu.org>
21935         * w32menu.c (add_menu_item): Don't use multibyte string functions on
21936         unicode strings.
21938 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
21940         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21941         Fix typo in docstring.
21943 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
21945         * w32menu.c (add_menu_item): Escape `&' characters in menu items
21946         and their keybindings.
21948 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
21950         * composite.c (update_compositions): Fix last fix.
21952 2007-06-14  Jason Rumney  <jasonr@gnu.org>
21954         * w32.c (get_process_times_fn): New function pointer.
21955         (globals_of_w32): Intialize it if present in kernel32.dll.
21956         (w32_get_internal_run_time): New function.
21958         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21960 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
21962         * composite.c (update_compositions): Check the validness of
21963         compositions.
21965 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21967         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21968         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21970         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21971         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21973         * macgui.h (USE_MAC_TOOLBAR): New define.
21975         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21976         Return immediately unless popup is activated.
21978         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21979         background to scroll bar gap.
21980         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21981         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21982         scroll bars on frame edge.  Check fringe background extension.
21983         Don't clear extended fringe background area.
21984         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21985         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21986         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21987         [USE_MAC_TOOLBAR]: New macros.
21988         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21989         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21990         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21991         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21992         [USE_MAC_TOOLBAR]: New functions.
21993         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21994         manually if previous repositioning has failed.
21995         (mac_handle_keyboard_event): Use precomputed event kind.
21996         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21997         as tool bar item click.  Handle mouse movement over tool bar items.
21999         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22000         toolbar_win_gravity.
22001         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22002         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22003         Add externs.
22005         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22006         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22008 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
22010         * image.c (search_image_cache): Remove unused variable.
22012 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
22014         * xfns.c, xmenu.c: Link to xaw3d if available.
22016 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22018         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22019         frame_foreground and frame_background.
22021         * image.c (lookup_image): Save frame foreground and background colors.
22022         (search_image_cache): Check if saved and current frame colors match.
22024 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22026         * regex.c (regex_compile): Remove the `regnum' counter.
22027         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
22029 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22031         * term.c: Include intervals.h to declare Fget_text_property.
22033 2007-06-10  Jason Rumney  <jasonr@gnu.org>
22035         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22037 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
22039         * callint.c (Fcall_interactively):
22040         * editfns.c (Fdelete_and_extract_region):
22041         * fileio.c (Fread_file_name):
22042         * fns.c (Fmapconcat):
22043         * keyboard.c (cmd_error_internal):
22044         * keymap.c (Fkey_description):
22045         * lread.c (openp):
22046         * minibuf.c (read_minibuf):
22047         * search.c (wordify):
22048         * sunfns.c (sel_read):
22049         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22050         * xfns.c (x_default_scroll_bar_color_parameter):
22051         * xmenu.c (menu_help_callback):
22052         * xselect.c (Fx_get_atom_name):
22053         * xterm.c (x_term_init): Use empty_unibyte_string.
22055 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
22057         * alloc.c (init_strings): Initialize canonical empty strings.
22058         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22059         canonical empty string when the requested size is 0.
22061         * emacs.c (empty_unibyte_string): Rename from empty_string.
22062         (empty_multibyte_string): New canonical empty string.
22063         (syms_of_emacs): Don't initialize empty_string.
22065         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22066         string, if appropriate.
22067         (empty_unibyte_string, empty_multibyte_string): New externs.
22068         (empty_string): Remove extern.
22070         * lread.c (syms_of_lread): Use empty_unibyte_string.
22072 2007-06-07  Jason Rumney  <jasonr@gnu.org>
22074         * s/ms-w32.h: Don't define HAVE_TZNAME.
22076         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22078 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22080         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22082         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22083         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22085         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22086         Don't call next handler.
22087         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22088         Remove argument.  Install handler to application.
22089         (set_frame_menubar): Don't change deep_p.
22090         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22091         FRAME_OUTER_TO_INNER_DIFF_Y.
22092         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22093         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22094         [HAVE_DIALOGS]: New macros.
22095         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22096         Use them.
22097         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22099         * macselect.c [MAC_OSX] (install_service_handler): Rename from
22100         init_service_handler.  All callers changed.  Return OSStatus value.
22102         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
22103         All callers changed so as not to call SetPortWindowPort.
22104         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22105         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22106         mac_draw_string_common.
22107         (mac_draw_image_string_qd): Likewise.
22108         (mac_draw_string_common): Use them.  Add INLINE.
22109         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22110         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22111         GetGlobalMouse.
22112         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22113         and FRAME_OUTER_TO_INNER_DIFF_Y.
22114         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22115         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22116         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22117         repositioning window to mac_handle_window_event.
22118         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22119         saving window location to mac_handle_window_event
22120         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22121         (install_menu_target_item_handler): Remove argument in extern.
22122         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22123         Also accept command events.
22124         (do_keystroke): New function created from XTread_socket.
22125         (init_command_handler): Remove functions.
22126         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22127         and save window location by kEventWindowShowing and kEventWindowHiding
22128         handlers here.  Don't call next handler for window state change and
22129         focus events.
22130         (mac_handle_application_event, mac_handle_keyboard_event)
22131         [TARGET_API_MAC_CARBON]: New functions.
22132         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22133         kEventWindowShowing and kEventWindowHiding events.  Move installation
22134         of mouse, font, text input and menu target item handlers to
22135         install_application_handler.
22136         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22137         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22138         New function.
22139         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22140         Register it.
22141         (XTread_socket) [TARGET_API_MAC_CARBON]:
22142         Consolidate SendEventToEventTarget calls.
22143         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22144         Move application activation handler to mac_handle_application_event.
22145         Move keyboard handler to mac_handle_keyboard_event.
22146         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22147         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22148         init_command_handler.  Call install_application_handler.
22150         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22151         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22153 2007-06-07  Glenn Morris  <rgm@gnu.org>
22155         * emacs.c (main): Use `emacs-copyright' in --version output.
22157 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
22159         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22161 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22163         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22165         * macgui.h: Replace WindowPtr with WindowRef.
22167         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22168         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
22169         Replace ControlHandle with ControlRef.
22170         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22172         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22173         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
22174         Replace ControlHandle with ControlRef.
22175         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
22176         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22178         * macterm.h (struct scroll_bar): Rename member control_handle_low
22179         and control_handle_high to control_ref_low and control_ref_high.
22180         All uses changed.
22181         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22182         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22183         respectively.  All uses changed.
22184         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22185         (install_window_handler, remove_window_handler): Replace WindowPtr
22186         with WindowRef in externs.
22188 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
22190         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22192 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
22194         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22196         * frame.c (Fmouse_position, Fmouse_pixel_position):
22197         Condition on HAVE_GPM too.
22199         * term.c (term_mouse_highlight): Remove unused variables.
22200         (Fterm_open_connection): Set gpm_zerobased to 1.
22201         (term_mouse_movement, term_mouse_click, handle_one_term_event):
22202         Use zero based co-ordinates.
22203         (handle_one_term_event): Report a drag as mouse movement too.
22205         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22207 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
22209         * image.c (search_image_cache): New function.  Require background
22210         color match if background color is unspecified in the image spec.
22211         (uncache_image, lookup_image): Use it.
22213 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
22215         * window.c (Fshrink_window): Reflow docstring.
22217 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
22219         * Version 22.1 released.
22221 2007-06-01  Richard Stallman  <rms@gnu.org>
22223         * xfns.c (x_encode_text): Add GCPRO.
22225 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22227         * xfns.c (x_set_name_internal): Save encoded name before
22228         x_encode_text in case string data is relocated.
22230 2007-05-31  Richard Stallman  <rms@gnu.org>
22232         * buffer.c (syms_of_buffer): Doc fix.
22234 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
22236         * sysdep.c (init_sys_modes): Add rather than replace with
22237         O_NONBLOCK.
22239         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22240         term_mouse_moveto.
22242         * termhooks.h (term_mouse_moveto): New extern.
22244         * term.c (mouse_face_window): Rename...
22245         (Qmouse_face_window): ...to this.
22246         (term_show_mouse_face, term_clear_mouse_face)
22247         (term_mouse_highlight): Use Qmouse_face_window.
22248         (term_mouse_moveto): New function.
22249         (term_mouse_position): Make it work.
22250         (syms_of_term): Uncomment assignment to mouse_position_hook.
22251         Staticpro Qmouse_face_window.
22253 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22255         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22256         around current_column call.
22258 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
22260         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22261         * xdisp.c (next_element_from_buffer):
22262         * window.c (delete_window):
22263         * term.c (term_mouse_highlight):
22264         * msdos.c (getdefdir):
22265         * macterm.c (mac_create_bitmap_from_bitmap_data)
22266         (init_font_name_table):
22267         * fns.c (Fsxhash):
22268         * data.c (Fmake_local_variable):
22269         * ccl.c (ccl_driver): Likewise.
22271 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22273         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22274         Call mac_wakeup_from_rne on window size change.
22276 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
22278         * image.c (uncache_image): Fix typo.
22280 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
22282         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22284 2007-05-22  Richard Stallman  <rms@gnu.org>
22286         * xterm.c (x_connection_closed): Remove NO_RETURN.
22288 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
22290         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22292 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
22294         * image.c (uncache_image): New function.
22295         (Fimage_refresh): New function.
22297 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
22299         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22301 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22303         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22304         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22306 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22308         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22309         conditional on [HAVE_GPM_H].
22311 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22313         * syntax.c (skip_chars): Update syntax-table only after we checked that
22314         the new location is valid.
22316 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22318         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22319         mac_get_window_bounds.
22321 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22323         * Makefile.in (LIBGPM): Allow it to be set from configure.
22324         If set then link Emacs with it.
22326         * config.in: Regenerate.
22328         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22329         New externs.
22331         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22332         Include gpm.h.
22333         (handle_one_term_event, term_gpm): New externs.
22335         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22336         and allow it to be interrupted by SIGIO.
22338         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22339         (wait_reading_process_output): Wait on gpm_fd too.
22340         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22341         (add_gpm_wait_descriptor_called_flag): New variable.
22342         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22344         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22345         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22346         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22347         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22348         (make_lispy_event): Add case GPM_CLICK_EVENT.
22349         (read_avail_input): Handle mouse input.
22351         * term.c (write_glyphs_with_face): New function.
22352         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22353         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22354         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22355         (mouse_face_face_id, term_gpm, pos_x, pos_y)
22356         (last_mouse_x, last_mouse_y): New variables.
22357         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22358         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22359         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22360         (Fterm_close_connection): New functions.
22361         (term_init): Initialise mouse_face_window.
22363 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
22365         * xdisp.c (redisplay_window): If first window line is a
22366         continuation line, recompute the new window start instead of
22367         recentering.
22369 2007-05-18  Glenn Morris  <rgm@gnu.org>
22371         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22372         Suggested by Alfred M. Szmidt <ams@gnu.org>.
22374 2007-05-17  Glenn Morris  <rgm@gnu.org>
22376         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22378 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22380         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22381         dead key repeat and up events.
22383 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
22385         * image.c (pbm_load): Check image size for monochrome pbm.
22387 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
22389         * xterm.c (XTread_socket): Revert last change.
22391 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
22393         * image.c (pbm_load): Correctly check image size for greyscale pbm.
22395         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22397 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22399         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22400         mixup (YAILOM).
22402 2007-05-07  Andreas Schwab  <schwab@suse.de>
22404         * keymap.c (Flookup_key): Fix typo in last change.
22406 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22408         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22409         mapping for unibyte strings.
22411 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22413         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22414         (Fx_popup_dialog) [MAC_OSX]: Likewise.
22416 2007-04-29  Richard Stallman  <rms@gnu.org>
22418         * insdel.c (replace_range): For undo, record insertion first.
22420 2007-04-29  Andreas Schwab  <schwab@suse.de>
22422         * lisp.h (VECSIZE): Use OFFSETOF.
22424 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22426         * xdisp.c (try_window_reusing_current_matrix): Fix number of
22427         disabled lines.
22429 2007-04-28  Richard Stallman  <rms@gnu.org>
22431         * lread.c (read_escape): In a string, \s is always space.
22433 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
22435         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22437         * gtkutil.c (xg_update_menubar, create_menus): Create empty
22438         submenu for menu bar items.
22440 See ChangeLog.10 for earlier changes.
22442 ;; Local Variables:
22443 ;; coding: utf-8
22444 ;; add-log-time-zone-rule: t
22445 ;; End:
22447     Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
22449   This file is part of GNU Emacs.
22451   GNU Emacs is free software: you can redistribute it and/or modify
22452   it under the terms of the GNU General Public License as published by
22453   the Free Software Foundation, either version 3 of the License, or
22454   (at your option) any later version.
22456   GNU Emacs is distributed in the hope that it will be useful,
22457   but WITHOUT ANY WARRANTY; without even the implied warranty of
22458   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22459   GNU General Public License for more details.
22461   You should have received a copy of the GNU General Public License
22462   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22464 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40