* nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd...
[emacs/old-mirror.git] / src / ChangeLog
blobf4e568c6b35043bffb8a866d0c568b68ef7072f7
1 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
3         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
4         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
5         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7         (EmacsApp-cursor_blink_handler): Remove declaration.
8         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9         match 01 Feb 2008 changes in xterm.c.
10         (ns_read_socket): Add cast to avoid warning.
11         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
12         GNUstep.
14 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
16         * xselect.c (x_get_foreign_selection): Return nil if desired
17         selection could not be obtained, instead of signalling an error.
19 2008-08-20  David Reitter <david.reitter@gmail.com>
21         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c
22         * nsterm.m: Remove ns-specific code for cursor blinking.
23         (ns_draw_window_cursor): Clear cursor properly rather than
24         redrawing the area. Respect width of bar cursors.
25         These changes enable the use of generic blink-cursor-mode and
26         generic cursor types in NS and support smooth cursor movements (do
27         not blink off after command).
28         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
29         Nextstep, too.
31 2008-08-19  Kenichi Handa  <handa@m17n.org>
33         * font.c (Vfont_log_deferred): New variable.
34         (font_add_log): Check Vfont_log_deferred.
35         (font_deferred_log): New funciton.
37         * font.h (font_deferred_log): Extern it.
39         * fontset.c (reorder_font_vector): Use encoding charset of fonts
40         for sorting.
41         (face_for_char): Use deferred log.
43 2008-08-18  Kenichi Handa  <handa@m17n.org>
45         * fontset.c (face_for_char): Add font log.
47         * font.c (font_add_log): Add the font properties :script, :lang,
48         and :otf in the log.
50 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
52         * xdisp.c: Remove dead code.
53         (handle_invisible_prop, next_overlay_string): Defer call to
54         setup_for_ellipsis.
55         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
57 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
59         * xfaces.c (lookup_derived_face): Properly handle possible zero
60         return value of get_lface_attributes.
61         (merge_faces): Don't tell lookup_derived_face to signal an error
62         if face is not found.
64         * dired.c (Fdirectory_files): Doc fix.
66         * process.c (make_process): Initialize kill_without_query struct
67         member.
69 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
71         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
72         Alternative calculation of totphys for Visual Studio 6.
74         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
76         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
77         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
78         All users changed.
79         (stat): Only root directory passed to GetDriveType.  Allow RAM
80         disk as well as local fixed disk when w32-get-true-file-attributes
81         is set to `local'.
82         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
83         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
84         (w32_cached_id, w32_add_to_cache): New functions.
85         (get_name_and_id): Look account names in the cache before calling
86         lookup_account_sid.
87         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
88         New initialization flags.
89         (globals_of_w32): Initialize them to zero.
90         (w32_system_process_attributes): Use w32_cached_id and
91         w32_add_to_cache.
93 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
95         * lread.c (Fread_char, Fread_char_exclusive): If no character
96         event is read before timeout is reached, return nil, rather than
97         converting to a number.
99 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
101         * fns.c (use_dialog_box): Doc fix.
103         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
104         on OS X.
106 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
108         * frame.c (Qns_parse_geometry): New var.
109         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
111 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
113         * xdisp.c (x_produce_glyphs): Handle the case when font has no
114         space character in calculating tabs.
116 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
118         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
120 2008-08-10  Glenn Morris  <rgm@gnu.org>
122         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
123         silence gcc "limited range of data type" warnings in some
124         make_fixnum_or_float calls.
126 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
128         * w32.c (w32_system_process_attributes): If the process does not
129         exist, return nil.
131         * w32.c: Include thelp32.h, psapi.h and coding.h.
132         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
133         declarations.
134         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
135         (Process32Next_Proc): New typedefs.
136         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
137         (g_b_init_process32_next, g_b_init_open_thread_token)
138         (g_b_init_impersonate_self, g_b_init_revert_to_self)
139         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
140         (g_b_init_get_process_working_set_size)
141         (g_b_init_global_memory_status_ex): New static variables.
142         (globals_of_w32): Initialize them.
143         (create_toolhelp32_snapshot, process32_first, process32_next)
144         (open_thread_token, impersonate_self, revert_to_self)
145         (get_process_memory_info, get_process_working_set_size)
146         (global_memory_status, global_memory_status_ex): New wrapper
147         functions.
148         (w32_list_system_processes, w32_system_process_attributes)
149         (enable_privilege, restore_privilege, ltime, process_times): New
150         functions.
151         (convert_time_raw): New function.
152         (convert_time): Remove conversion of FILETIME into time in 100
153         nsec units, call convert_time_raw instead.
155         * process.h (w32_list_system_processes, w32_system_process_attributes):
156         Add prototypes.
157         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
158         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
159         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
160         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
162         * process.c (Fsystem_process_attributes): Doc fix.
164 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
166         * xdisp.c (move_it_to): When stopping at a charpos, check if
167         that's a continued multi-char glyph; if so, advance to the actual
168         glyph.
170 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
172         * s/darwin.h (OTHER_FILES): Do not define here, defined in
173         config.in.
175         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
176         (.m.o): Use it.
177         * config.in: Regenerate.
179 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
181         * xdisp.c (redisplay_window): Revert last change.
182         (try_window): Check bottom scroll margin too.
184 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
186         * config.in: Regenerate.
188         * Makefile.in (emacs): Remove ndef NS conditional for 'emacs
189         -list-load-path-shadows'.
190         (nsgui.h): Reduce number of things depending on it.
192 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
194         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
195         instead of window-end which does the wrong thing at eob.
196         (try_cursor_movement): Minor optimization.
197         (redisplay_window): If scroll margin is defined, don't assume
198         window doesn't need scrolling.
200 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
202         * config.in: Regenerate.
204         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
205         (mostlyclean): Don't delete *.d under NS.
207         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
209 2008-08-06  Kenichi Handa  <handa@m17n.org>
211         * xfont.c (xfont_list_family): Return a list of symbols, not
212         strings.
214 2008-08-06  Andreas Schwab  <schwab@suse.de>
216         * config.in: Regenerate.
218 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
220         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
221         forcing a window start.
223         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
224         (auto_save_1): Update modtime when auto-save-list-file-name is on.
226 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
228         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
229         argument.
231 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
233         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
234         <scroll-down-aggressively, before-change-functions>:
235         <after-change-functions>: Reflow docstrings.
237 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
238             Ken Raeburn  <raeburn@gnu.org>
240         Dock menu customization, based on a patch by Ken Raeburn, plus some
241         other fixes.
242         * nsmenu.m (dockMenu): New variable.
243         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
245         * nsterm.h (dockMenu): Declare.
247         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
248         (ns_term_init): Initialize dockMenu.
249         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
250         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
251         left.
253         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
255 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
257         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
259         * config.in: Regenerate.
261 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
263         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
265 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
267         * nsterm.h (find_and_call_menu_selection): Fix prototype.
269 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
271         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
273         * keyboard.h: Comment an #endif.
275         * lisp.h (have_menus_p): Adjust comment.
277         * menu.c (find_and_return_menu_selection): Fix comparison with
278         client_data.
280         * nsmenu.m (popup_activated_flag): New variable.
281         (popup_activated): New function.
282         (menu-or-popup-active-p): New exported lisp definition.
283         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
284         when popup done.
285         (ns_popup_dialog): Set popup_activated_flag.
287         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
288         version for GNUstep (handled by conditional typedef in nsterm.m).
289         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
290         in rgb.txt).
292         * process.c (init_process): Use DARWIN_OS, not DARWIN.
294         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
296         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
298         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
299         shortcircuit if popup_activated like GTK and X toolkit.
301         * m/inter386.h: Change DARWIN to DARWIN_OS.
303         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
304         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
305         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
306         comment on NO_SOCK_SIGIO.
308 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
310         * nsterm.m (windowDidResize): Remove stopModal call.
312 2008-08-03  Andreas Schwab  <schwab@suse.de>
314         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
315         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
317 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
319         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
320         Don't use uninitialized pointer variable when using getrlimit.
322 2008-08-02  Jason Rumney  <jasonr@gnu.org>
324         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
326 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
328         * alloc.c (NSTATICS): Bump to 0x640.
330         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
332         * lisp.h: Add prototype for directory_files_internal.
334         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
335         New functions.
336         (syms_of_process): Defsubr them.  Add initializations for various
337         Q* symbols used in procfs_system_process_attributes.
338         (procfs_list_system_processes, procfs_system_process_attributes)
339         [HAVE_PROCFS]: New functions.
340         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
341         (procfs_get_total_memory): New functions.
343 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
345         * xfaces.c (Fx_load_color_file): Fix previous change;
346         it is #ifdef WINDOWSNT, not WINDOWS_NT.
348 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
350         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
352 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
354         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
356 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
358         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
360         * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
361         define NSApplicationDelegateReplySuccess.
362         (EmacsView -converstationIdentifier): Use long instead of
363         NSInteger for GNUStep, since it doesn't have NSInteger.
365         * xmenu.c: Revert last change.
367         * keyboard.h: Fix last change.
369 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
371         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
372         on Windows.
374 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
376         Warning clearing and clean-up in NS port.
377         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
378         Add prototypes.
379         * nsgui.h (FACE_DEFAULT): Remove, unused.
380         (XGCValues): Change colors to unsigned long.
381         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
382         nsterm.m.
383         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
384         (ns_list_fonts): Remove, unused.
385         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
386         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
387         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
388         (nsfont_draw): Compare face colors to 0, not nil.
389         * nsmenu.m (struct widget_value): Drop unneeded declaration.
390         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
391         (-addSubmenuWithTitle:): Use NSMenuItem class.
392         (ns_popup_menu): Use NO, not NULL, for enabled setting.
393         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
394         (ns_clip_to_row): Make gc arg a BOOL.
395         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
396         ns_clip_to_row() call.
397         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
398         used). Cast FRAME_FONT assignments.
399         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
400         (ns_string_to_lispmod): Change arg to const char.
401         (ns_term_init): Use NSMenuItem class.
402         (EmacsApp -openFile:): Move to different section of file.
403         (EmacsApp -application:openFiles:): Don't return a value, call
404         -replyToOpenOrPrint:.
405         (EmacsView -keyDown:): Fix up cast.
406         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
407         (EmacsView -menuDown:): Cast tag in call to
408         find_and_call_menu_selection().
409         (ns_list_fonts): Remove, unused.
410         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
411         (ns_fontname_to_xlfd): Make static.
412         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
413         Remove prototypes (now in keyboard.h).
414         (next_menubar_widget_id): Remove, unused.
415         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
416         Remove prototypes (now in keyboard.h).
417         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
419 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
421         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
422         (floatfns.o): Depend on syssignal.h.
423         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
425         * systty.h: Fix previous change that removed BSD_TERMIOS.
426         Add comments to #ifdefs.
428 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
430         * w32fns.c (w32-load-color-file): Remove.
431         (x-open-connection): Use renamed Fx_load_color_file.
432         * xfaces.c (x-load-color-file): Add.
433         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
434         Emacs.clr.
435         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
437 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
439         * dbusbind.c (Fdbus_call_method_asynchronously)
440         (Fdbus_method_error_internal): New defuns.
441         (xd_read_message): Handle also reply messages.
442         (Vdbus_registered_functions_table): Extend docstring.
444 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
446         * keyboard.c (gobble_input): Fix previous change.
448 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
450         * bitmaps/README:
451         * xfns.c:
452         * termcap.c:
453         * term.c:
454         * syswait.h:
455         * systty.h:
456         * systime.h:
457         * syssignal.h:
458         * sysdep.c:
459         * process.h:
460         * process.c:
461         * print.c:
462         * ndir.h:
463         * lread.c:
464         * keyboard.c:
465         * getpagesize.h:
466         * floatfns.c:
467         * fileio.c:
468         * emacs.c:
469         * doc.c:
470         * dispnew.c:
471         * dired.c:
472         * data.c:
473         * callproc.c:
474         * buffer.c:
475         * README:
476         * Makefile.in:
477         * s/template.h:
478         * s/msdos.h:
479         * m/vax.h: Remove VMS support.
480         * s/vms.h:
481         * vlimit.h:
482         * uaf.h:
483         * temacs.opt:
484         * param.h:
485         * ioctl.h: Remove file.
487 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
489         * s/ms-w32.h (MULTI_KBOARD): Remove.
490         * xterm.c:
491         * xselect.c:
492         * xfns.c:
493         * window.c:
494         * w32term.c:
495         * w32fns.c:
496         * terminal.c:
497         * termhooks.h:
498         * term.c:
499         * sysdep.c:
500         * keyboard.h:
501         * keyboard.c:
502         * frame.h:
503         * frame.c:
504         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
505         * config.in: Regenerate.
507 2008-07-30  Jason Rumney  <jasonr@gnu.org>
509         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
511         * w32font.c (w32font_encode_char): Leave as unicode if in range.
512         (w32font_open_internal): Get unicode version of textmetrics.
513         Don't enable or disable glyph indices here.
514         (w32font_open): Disable use of glyph indices.
516         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
518 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
520         * minibuf.c (Vread_buffer_function): Doc fix.
522 2008-07-30  John Paul Wallington  <jpw@pobox.com>
524         * minibuf.c (read_buffer_completion_ignore_case): New var.
525         (Fread_buffer): Use it.
527 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
529         * systty.h (sensemode): Remove empty #if.  Remove reference to
530         BSD_TERMIOS, unused.
532         * sysdep.c: Remove reference to DGUX.
533         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
535         * config.in: Regenerate.
537 2008-07-30  Jason Rumney  <jasonr@gnu.org>
539         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
541 2008-07-29  Jason Rumney  <jasonr@gnu.org>
543         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
544         is populated.
545         (uniscribe_encode_char): Always use uniscribe.
546         Avoid using context if cache is populated.
548 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
550         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
551         open menu.
553         * gtkutil.c (menu_nav_ended): Remove.
554         (create_menus): Remove signal connect for menu_nav_ended.
556 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
558         * xdisp.c (redisplay_window): Check return value of
559         compute_window_start_on_continuation_line before forcing a window
560         start.
562 2008-07-28  Jason Rumney  <jasonr@gnu.org>
564         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
566         * w32term.c (w32_enable_unicode_output, cleartype_active):
567         Remove obsolete display options.
568         (x_draw_glyph_string_background): Don't use old cleartype_active
569         workaround.
570         (w32_initialize): Remove cleartype_active initialization.
571         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
573 2008-07-28  Andreas Schwab  <schwab@suse.de>
575         * lisp.h (init_weak_hash_tables, syms_of_font)
576         (xd_read_queued_messages, syms_of_dbusbind): Declare.
577         (remove_hash_entry): Don't declare.
578         * eval.c (maybe_call_debugger): Make static and move before use.
579         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
580         * xdisp.c: Include "gtkutil.h" if USE_GTK.
581         * xterm.h (x_set_frame_alpha): Declare.
583 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
585         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
586         (create_menus): Connect selection-done to menu_nav_ended.
588 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
590         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
591         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
592         parameter with read of 'alpha' one.
593         (Qns_frame_parameter): Remove.
594         * nsselection.m (selection-coding-system)
595         (next-selection-coding-system, Vselection_coding_system)
596         (Vnext_selection_coding_system): Drop.
598 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
600         * nsfns.m (do-applescript, do_applescript): Rename to
601         ns-do-applescript, ns_do_applescript, and move within file.
603 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
605         Remove support for Mac Carbon.
606         * mactoolbox.c:
607         * macterm.h:
608         * macterm.c:
609         * macselect.c:
610         * macmenu.c:
611         * macgui.h:
612         * macfns.c:
613         * mac.c: Remove file.
614         * s/darwin.h:
615         * m/intel386.h:
616         * xfaces.c:
617         * xdisp.c:
618         * window.c:
619         * tparam.c:
620         * termhooks.h:
621         * termcap.c:
622         * term.c:
623         * syssignal.h:
624         * sysselect.h:
625         * sysdep.c:
626         * process.c:
627         * lread.c:
628         * lisp.h:
629         * keyboard.c:
630         * image.c:
631         * fringe.c:
632         * frame.h:
633         * frame.c:
634         * fontset.c:
635         * font.h:
636         * font.c:
637         * fns.c:
638         * fileio.c:
639         * emacs.c:
640         * dispnew.c:
641         * dispextern.h:
642         * config.in:
643         * atimer.c:
644         * Makefile.in: Remove code for Carbon
646 2008-07-26 YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
648         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
650 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
652         * macterm.h (kCGBitmapByteOrder32Host): New define for
653         non-universal SDKs.
655         * image.c (mac_create_cg_image_from_image, image_load_image_io)
656         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
658         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
659         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
661 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
663         * w32inevt.c: Include dispextern.h.
665 2008-07-26  Andreas Schwab  <schwab@suse.de>
667         * print.c (print_object): Fix off-by-one in last change.
669 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
671         * term.c (syms_of_term): Don't initialize default_orig_pair,
672         default_set_foreground and default_set_background on Windows.
674 2008-07-25  Jason Rumney  <jasonr@gnu.org>
676         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
677         ScriptItemize.  Clean up return value checking.  Remove unused
678         variables.
679         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
680         shaping engine.
682         * w32font.c (w32font_has_char): Handle the case where we can't
683         determine the script for a character.
685 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
687         * term.c (syms_of_term): Initialize default_orig_pair,
688         default_set_foreground, and default_set_background.
690         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
691         clash (bug#86).
692         (getloadavg): Callers changed.
694         * image.c (svg_load_image): Fix last change.
695         (svg_load_image): Use rsvg_handle_get_dimensions to check that
696         image size is valid.  Use g_object_unref instead of deprecated
697         rsvg_handle_free to free rsvg handle.
698         (x_from_xcolors): Don't initialize pixmap (silence compiler).
700 2008-07-25  Jason Rumney  <jasonr@gnu.org>
702         * w32font.c (w32font_encode_char): Encode characters outside BMP as
703         surrogates before looking up glyph index.
704         (w32font_text_extents): Encode as surrogates if falling back to
705         functions that need UTF-16 wide chars.
707         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
708         BMP as surrogates before looking up glyph index.
710 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
712         * image.c (svg_load_image): Check for failure in return value of
713         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
715 2008-07-25  Jason Rumney  <jasonr@gnu.org>
717         * w32font.c (Fx_select_font): Reverse sense of second arg.
719 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
722         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
724         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
725         (PURESIZE): Use it.
727 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
729         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
730         * m/alpha.h (TEXT_END):
731         * m/ibmrs6000.h (TEXT_END):
732         * m/macppc.h (TEXT_END):
733         * s/darwin.h (TEXT_END):
734         * s/msdos.h (TEXT_END): Remove, unused.
735         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
736         * s/cygwin.h: Remove comment.
738         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
739         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
740         * m/intel386.h (DOT_GLOBAL_START):
741         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
742         (USG): Remove, file not used on USG platforms.
744         * Makefile.in (HAVE_X11): Remove empty #else.
746 2008-07-24  Andreas Schwab  <schwab@suse.de>
748         * fileio.c (Finsert_file_contents): Properly adjust undo list
749         after format conversion.
751 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
753         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
754         (menu_nav_ended): Remove.
755         (create_menus): Remove signal connect for menu_nav_ended.
756         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
757         create_menus.
758         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
760 2008-07-23  Jason Rumney  <jasonr@gnu.org>
762         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
763         with opened font.
764         (w32font_open): Set font type to gdi.
766         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
768 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
770         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
771         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
772         defines it.
773         * unexec.c (ADDR_CORRECT): Define unconditionally.
775         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
777         * unexec.c: Remove code depending on !COFF and USG, the file is
778         not used for such systems.
780         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
781         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
782         (LD_SWITCH_SYSTEM_1): Remove, update users.
784         * s/darwin.h (DATA_END):
785         * m/intel386.h (DATA_END):
786         * m/ibmrs6000.h (DATA_END):
787         * m/alpha.h (DATA_END): Remove, unused.
789         * config.in: Regenerate.
790         * s/ms-w32.h (subprocesses): Define unconditionally.
791         * s/template.h (subprocesses): Update comment.
792         * s/vms.h (subprocesses):
793         * s/usg5-4.h (subprocesses):
794         * s/hpux10-20.h (subprocesses):
795         * s/gnu-linux.h (subprocesses):
796         * s/cygwin.h (subprocesses):
797         * s/bsd-common.h (subprocesses):
798         * s/aix4-2.h (subprocesses):
799         * s/darwin.h (subprocesses): Do not define, defined by default now.
801         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
802         Remove all references.
803         (temacs): Add GNUStep specific ld flags.
805         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
806         similarly to what X does.
808 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
810         * nsfns.m (x-list-fonts): Remove.
811         (syms_of_nsfns): Drop the x-list-fonts declaration.
812         * nsterm.m: Get rid of remaining "//" comments.
814 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
816         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
818         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
819         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
820         (Fns_own_selection_internal, Fx_disown_selection_internal)
821         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
823         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
824         ... */' style of docstrings.  Doc fixes.
826 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
828         * terminfo.c (UP, BC, PC): Undo previous change.
830         * nsfns.m: Rename ns prefixed functions/variables to the
831         corresponding x versions.  Update references.
833 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
837 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
839         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
840         Remove forwarding functions.
841         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
842         non-static.
843         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
844         non-static.
845         (ns_frame_parm_handlers): Use the new names.
846         (syms_of_nsfns): Move to the end of file.
848         * nsterm.m (syms_of_nsterm): Move to the end of file.
850         * dispnew.c (init_display): Remove code for X10.
852 2008-07-22  Jason Rumney  <jasonr@gnu.org>
854         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
855         bare drive.
857 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
859         * nsterm.m (syms_of_nsterm): Remove debugging println.
861 2008-07-22  David Reitter  <david.reitter@gmail.com>
863         * nsfns.m (do_applescript, F_do_applescript): NS version of the
864         Carbon implementation of the same functionality: execute arbitrary
865         AppleScript code.
867 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
869         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
870         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
871         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
872         (Fx_display_mm_height, Fx_display_mm_width)
873         (Fx_display_backing_store, Fx_display_visual_class)
874         (Fx_display_save_under, Fx_open_connection)
875         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
876         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
877         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
878         (Fx_display_pixel_width, Fx_display_pixel_height)
879         (Fx_display_usable_bounds, Fx_display_planes)
880         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
881         ... */' style of docstrings.
883 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
885         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
886         on this platform.
887         (mips):
888         * m/iris4d.h (mips): Do not define.
889         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
891         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
893         * image.c:
894         * nsfns.m:
895         * nsselect.m:
896         * nsterm.h:
897         * nsterm.m: Rename ns prefixed functions/variables to the
898         corresponding x versions.  Update references.
900         * m/ibms390x.h (NO_REMAP): Do not undefine.
902         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
904 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
906         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
907         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
908         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
909         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
910         (Fns_display_mm_height, Fns_display_mm_width)
911         (Fns_display_backing_store, Fns_display_visual_class)
912         (Fns_display_save_under, Fns_open_connection)
913         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
914         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
915         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
916         (Fns_display_pixel_width, Fns_display_pixel_height)
917         (Fns_display_usable_bounds, Fx_display_planes)
918         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
920 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
922         * print.c (print_object): Check print_depth before searching for
923         circularities.
925 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
927         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
928         only sprintf.
930 2008-07-21  Kenichi Handa  <handa@m17n.org>
932         * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
934 2008-07-20  Andreas Schwab  <schwab@suse.de>
936         * syntax.c (find_start_pos, find_start_value)
937         (find_start_value_byte, find_start_begv, find_defun_start)
938         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
940 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
942         * s/sol2-3.h: Insert contents of s/sol2.h.
943         (LD_SWITCH_SYSTEM): Remove redundant definition.
944         * s/sol2.h: Remove, unused.
946 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
948         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
950 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
952         * Makefile.in (ns_appdir): Fix typo in find command.
954 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
956         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
958         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
959         added not supported anymore.
961         * s/usg5-4-2.h (LIBS_SYSTEM):
962         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
964         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
965         * s/lynxos.h (GETPGRP_NO_ARG):
966         * s/hpux10-20.h (NO_SIOCTL_H):
967         * s/gnu.h (GETPGRP_NO_ARG):
968         * s/gnu-linux.h (NO_SIOCTL_H):
969         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
970         * s/cygwin.h (GETPGRP_NO_ARG):
971         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
972         (C_DEBUG_SWITCH): Remove duplicate definition.
974         * m/ibms390.h: Remove boilerplate comments.
976         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
978         * process.c (HAVE_SERIAL): Consolidate ifdefs.
979         (wait_reading_process_output): Remove code for SunOS, platform not
980         supported anymore.  Use SOLARIS2 instead of sun.
982 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
984         * font.c (font_open_by_name): Under NS, default lface height to zero.
985         (font_open_for_lface): Under NS, set size based on frame fontsize.
986         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
987         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
989 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
991         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
992         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
993         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
994         YES/NO.
995         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
996         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
997         * Makefile.in (clean): Clear out build destination dir.
999 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
1001         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
1002         xterm, xselect.
1003         * lisp.h: Remove declaration of hash_remove.
1004         * nsgui.h: Remove redefinitions of hash_remove.
1005         * fns.c (hash_remove): Rename to hash_remove_from_table.
1007 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
1009         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
1010         strdup() the family UTF8String before modifying it.
1012 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
1014         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
1015         NS_FACE_BACKGROUND with 0 instead of nil.
1016         * nsfont.m (nsfont_draw): Same.
1018 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
1020         * nsfns.m (ns_set_background_color): Fix crash.
1022 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
1024         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
1026 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
1028         * puresize.h (BASE_PURESIZE): Increase to 1240000.
1030 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1032         * gtkutil.c: Include <config.h> instead of "config.h".
1034         * lisp.h (Foverlay_buffer): Add EXFUN.
1036         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
1037         child process to complete child_setup.  Undo 2005-09-21 change.
1039         * s/darwin.h: Mention setsid after vfork.
1041 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1043         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
1044         Depend on macgui.h.
1046         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
1047         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
1049         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
1050         and f19.
1051         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
1053         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1054         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1055         Remove enumerators.
1057         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
1058         Check if FACE_FROM_ID returns NULL.
1060 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
1062         * w32inevt.c (change_frame_size): Remove extern declaration.
1063         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
1064         change_frame_size.
1066 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
1068         * getloadavg.c: Revert last change (2008-07-15).
1070 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
1072         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
1073         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
1074         from configure.
1076 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1078         * s/sol2.h:
1079         * s/sol2-4.h: Reorganize conditionals.
1081         * ecrt0.c: Remove code depending on m68000, not used anymore.
1083         * fns.c (hash_remove): Make static.
1084         * lisp.h (hash_remove): Don't prototype.
1086         * m/ibmrs6000.h:
1087         * m/ibms390x.h:
1088         * m/macppc.h: Remove boilerplate comments.
1090         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
1091         Solaris, which does not need them.
1093         * m/vax.h: Remove comments about unsupported systems.
1095         * s/darwin.h: Reorganize ifdefs.
1097 2008-07-17  Andreas Schwab  <schwab@suse.de>
1099         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
1101 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1103         Use SDATA.  Follow coding convention of placing operators at
1104         beginning of next line rather than end of previous line, and placing
1105         spaces around infix operators.
1107         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
1108         in case it was defined already.
1109         USE @GNUSTEP_MAKEFILES@ rather than envvars.
1110         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
1111         ns_default.
1112         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
1113         Lisp_Objects.
1114         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
1115         (ns_defined_color, ns_color_to_lisp): Declare.
1116         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
1117         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
1118         it's accepted even with USE_LISP_UNION_TYPE.
1119         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
1120         (update_frame_tool_bar): Remove apparently obsolete tests for
1121         non-integerness of f->tool_bar_lines.
1122         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
1123         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
1124         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
1125         (nsfont_open): Don't confuse NULL for Qnil.
1126         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
1127         * menu.h (find_and_call_menu_selection):
1128         * menu.c (find_and_call_menu_selection): Use just int for vector size.
1129         (find_and_return_menu_selection): Always return something.
1130         * frame.h: Include dispextern.h for Display_Info.
1131         (display_x_get_resource): Declare.
1133 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
1135         * syntax.c: Remove stdio.h include accidentally introduced in
1136         Emacs.app commit.
1137         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1138         NS_IMPL_COCOA.
1139         * keyboard.c (handle_async_input, input_available_signal): Remove
1140         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
1142 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
1145         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
1146         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
1147         Use SDATA.
1149         * keymap.c: Remove all NS-specific code.
1150         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
1151         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
1152         where_is_preferred_modifier, return a different value depending on how
1153         preferred is the binding.
1154         (where_is_internal): Adjust accordingly.
1155         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
1156         Adjust to new preferred_sequence_p.
1157         (syms_of_keymap): Declare `where-is-preferred-modifier'.
1158         * keyboard.c (parse_solitary_modifier): Not static any more.
1159         * keyboard.h (parse_solitary_modifier): Declare.
1161 2008-07-16  Andreas Schwab  <schwab@suse.de>
1163         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
1164         of easymenu.
1166 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
1168         * xdisp.c (move_it_in_display_line): Account for word wrap, so
1169         that we don't move off the line.
1171 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * keyboard.c (Qsuper): Remove.
1174         (parse_menu_item): Don't call where_is_internal specially for NS.
1176 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1178         * s/gnu-linux.h: Remove boilerplate comments.
1180         * m/alpha.h (__ELF__): Consolidate conditions.
1182         * m/m68k.h (linux): Use GNU_LINUX instead.
1183         Remove boilerplate comments.
1185         * m/intel386.h: Undo reactoring from previous change.
1186         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
1187         too, remove dead code.
1188         (linux): Use GNU_LINUX instead.
1190 2008-07-16  Jason Rumney  <jasonr@gnu.org>
1192         * w32gui.h: Repeat 26 June changes lost by last change.
1194 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1196         * systty.h: Remove code for Aix on 386, unsupported platform.
1198         * s/ms-w32.h: Remove boilerplate comments.
1199         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
1201         * s/gnu-linux.h (TERM): Remove support.
1202         (HAVE_SYSVIPC): Remove, unused.
1203         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
1204         for this system.
1206         * process.c: Remove support for IRIS, unused.
1207         Remove support for TERM, not relevant anymore.
1209         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
1210         used with the definition.
1212         * s/aix4-2.h (static): Do not undef.
1214         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
1215         only used on Aix.
1216         (HAVE_SYSVIPC): Remove, unused.
1218         * m/hp800.h (CANNOT_DUMP): Do not undef.
1220         * m/alpha.h: Fix comment.
1222         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
1223         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
1224         used by this configuration.
1225         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
1226         * unexec.c: Remove code depending on HPUX and
1227         USG_SHARED_LIBRARIES, not used with this file.  Remove code
1228         depending on IRIS, unused.  Remove if 0-ed code.
1230         * s/template.h: Remove comments about static.
1232         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
1233         Remove if 0-ed code.
1234         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
1235         were the same as the default.
1236         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
1237         Remove boilerplate comments.
1238         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
1239         (HAVE_SYSVIPC): Remove, unused.
1240         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
1242         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1243         Remove boilerplate comments.
1244         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1245         Remove boilerplate comments.
1246         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1247         Remove boilerplate comments.
1248         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
1250         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
1251         USG systems which do not use DATA_SEG_BITS.
1252         Refactor code.  Remove boilerplate comments.
1254         * m/ibms390.h:
1255         * m/m68k.h:
1256         * s/bsd-common.h:
1257         * s/cygwin.h:
1258         * s/darwin.h:
1259         * s/freebsd.h:
1260         * s/gnu.h:
1261         * s/msdos.h: Remove boilerplate comments.
1263         * m/iris4d.h: Remove boilerplate comments and code for systems that
1264          do not use this file.
1265         (IRIS_4D): Remove, unused.
1267         * m/mips.h: Remove boilerplate comments and code for systems that
1268          do not use this file.
1269         (SIGN_EXTEND_CHAR):
1270         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
1271         * unexmips.c: Remove file, unused.
1273         * editfns.c (Fuser_full_name): Replace the only use of
1274         USER_FULL_NAME with its value.
1275         * config.in: Regenerate.
1277 2008-07-16  David Reitter  <david.reitter@gmail.com>
1279         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
1280         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
1282 2008-07-16  Glenn Morris  <rgm@gnu.org>
1284         * emacs.c (system-type): Doc fix.
1286 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
1289         If the cache doesn't work, let's fix it, rather than work around it.
1291 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1293         * Makefile.in: Correct additions for nsfont.o in last commit.
1294         * nsfont.m: New file (forgot last commit).
1296 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
1298         * callproc.c (set_initial_environment): Initialize
1299         Vprocess_environment under CANNOT_DUMP (fixes crash when
1300         batch-compiling for bootstrap).
1302 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
1303             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1305         (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
1306         fix crash due to different init order.
1308 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1310         Changes and additions for NeXTstep windowing system (Cocoa and
1311         GNUstep) support.
1313         * Makefile.in:
1314         * config.in: Support defines and build commands for NS port.
1315         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
1316         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
1317         * dispextern.h: Include nsgui.h and add needed typedefs under NS
1318         windowing.
1319         (struct face): Add synth_ital field.
1320         * dispnew.c: Include nsterm.h when compiling under NS windowing.
1321         (init_display): Initialize Vinitial_window_system to "ns" when so
1322         compiled.
1323         * emacs.c: Include GSConfig.h when compiling under GNUstep.
1324         (display_arg): Use under NS.
1325         (main): Under NS, allocate autorelease pool and handle command line
1326         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
1327         (standard_args): Add NS-specific args.
1328         (shut_down_emacs): Shut down NS terminal if compiled under NS.
1329         * font.c (DEFAULT_ENCODING): New variable.
1330         (font_find_for_lface): Use it.
1331         (syms_of_font): Load syms_of_nsfont under NS.
1332         * font.h: Declare nsfont_driver when compiled under NS.
1333         * fontset.c: When compiling under NS, include nsterm.h.
1334         (fontset_from_font): Autoconstruct fontset under NS.
1335         * frame.c (various): Under NS, include nsterm.h, add Qns window system
1336         symbol, document and use it.
1337         (do_switch_frame): When for_deletion under Cocoa, add
1338         Fraise_frame(Qnil).
1339         (x_set_frame_parameters): Ensure font attribute changes are picked up.
1340         (x_get_arg): Allow "yes" and "no" as boolean values.
1341         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
1342         Qright under Cocoa.
1343         (focus-follows-mouse): Default to 0 under NS.
1344         * frame.h (enum output_method): Add output_ns.
1345         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
1346         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
1347         (FRAME_WINDOW_P): NS-specific definition.
1348         * fringe.c (max_used_fringe_bitmap): Make public.
1349         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
1350         (getloadavg): Use NeXT code under descendant OS's.
1351         * image.c (includes and header section, x_create_bitmap_from_data)
1352         (x_create_bitmap_from_file, free_bitmap_record, image_background)
1353         (image_background_transparent, x_clear_image_1)
1354         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
1355         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
1356         (x_to_xcolors, x_from_xcolors, x_disable_image)
1357         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
1358         other GUIs, including XPM support using code originally written for
1359         Carbon GUI.
1360         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
1361         using NS API.
1362         (image_ascent): Use font metrics macros instead of direct struct field
1363         access.
1364         * keyboard.c (includes): Add nsterm.h when compiling under NS.
1365         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
1366         Also, handle NS as GTK for menu bar purposes.
1367         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
1368         toolkit where they differ.
1369         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
1370         use cachelist, still needed under NS.
1371         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
1372         (struct widget_value): Define it here for menu.c.
1373         * keymap.c (includes): Include modifier internals.
1374         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
1375         NS.
1376         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
1377         support for preferring sequences using certain modifiers, specified by
1378         the FIRSTONLY argument.
1379         * lisp.h (hash_remove): Rename to avoid name clash when compiling
1380         under NS GNUstep implementation.
1381         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
1382         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
1383         * menu.c: Include nsterm.h under NS.
1384         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
1385         (free_menubar_widget_tree_value, update_submenu_strings)
1386         (find_and_call_menu_selection): Treat NS as X and NT.
1387         (find_and_return_menu_selection): New function, used for popup menus.
1388         * nsgui.h:
1389         * nsterm.h:
1390         * nsfns.m:
1391         * nsimage.m:
1392         * nsmenu.m:
1393         * nsselect.m:
1394         * nsterm.m: New files.
1395         * process.c (wait_reading_process_output): Under NS, call ns_select()
1396         instead of plain select().
1397         * syntax.c (char_quoted): Under NS, avoid a crash when called near
1398         beginning of buffer.
1399         * sysselect.h (init_process): Rename when compiling under Cocoa to
1400         avoid name conflict.
1401         * termhooks.h (display_info): Add ns_display_info to union.
1402         * terminal.c (Fterminal_live_p): Add ns to terminal types.
1403         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
1404         COCOA environment.
1405         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
1406         unexec() signature.  (Note, this will dump, but the resulting file
1407         crashes; unexosx is used instead; keeping around for reference and
1408         possible aid in getting dump working under GNUstep.)
1409         * w32gui.h (button_type, widget_value): Remove definitions (now in
1410         keyboard.h).
1411         * window.c: Include nsterm.h when compiling under NS.
1412         * xdisp.c (includes): Include nsterm.h when compiling under NS.
1413         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
1414         other GUI windowing systems.
1415         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
1416         GTK.
1417         (x_consider_frame_title): Under NS, set icon type and frame
1418         modified-state indicator; use ns_set_name_as_filename() when using
1419         formatted title.
1420         (update_window_cursor): Make public when compiling under NS.
1421         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
1422         (hourglass_atimer, Vhourglass_delay
1423         * xfaces.c (header section, init_frame_faces, clear_font_table)
1424         (defined_color, unload_color, x_face_list_fonts)
1425         (prepare_face_for_display): Add NS support parallel to other GUIs.
1426         Emulate GCs like other non-X GUIs.
1427         (split_font_name): Don't lowercase font name under NS.
1428         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
1429         under NS.
1430         * s/darwin.h: Add support for compilation under NS.
1432 2008-07-15  Jason Rumney  <jasonr@gnu.org>
1434         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
1435         (w32_show_hourglass): Rename from show_hourglass.
1436         (w32_hide_hourglass): Rename from hide_hourglass.
1437         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
1438         (Vhourglass_delay): Declare extern.
1439         (hourglass_started): Remove.
1441         * xdisp.c (Vhourglass_delay): Remove static.
1442         (hourglass_started, start_hourglass, cancel_hourglass):
1443         Don't include these versions on WINDOWSNT.
1445 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1447         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
1448         variables (formerly in xfns.c).
1449         (show_hourglass, hide_hourglass): New prototypes (same).
1450         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
1451         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
1452         in xfns.c).
1453         (syms_of_xdisp): Declare/initialize display-hourglass,
1454         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
1455         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
1456         formerly in xfns.c.
1457         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
1458         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
1459         (start_hourglass, cancel_hourglass): Remove.
1460         (show_hourglass, hide_hourglass): Remove prototypes and static
1461         modifiers.
1462         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
1463         hourglass_atimer, hourglass_shown_p declaration/initialization.
1464         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
1465         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
1466         (start_hourglass, cancel_hourglass): Remove.
1467         (show_hourglass, hide_hourglass): Remove prototypes and static
1468         modifiers.
1469         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
1470         hourglass_atimer, hourglass_shown_p declaration/initialization.
1471         * w32fns.c (display_hourglass_p, Vhourglass_delay)
1472         (DEFAULT_HOURGLASS_DELAY): Remove.
1473         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
1474         hourglass_shown_p declaration/initialization.
1476 2008-07-14  Jason Rumney  <jasonr@gnu.org>
1478         * w32fns.c (w32_get_arg): Remove wrapper function.
1479         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
1480         directly.
1481         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
1483 2008-07-14  Kenichi Handa  <handa@m17n.org>
1485         * xfont.c (xfont_open): Add workaround for X's bug.
1487 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
1489         * fontset.c: Include <stdio.h> unconditionally.
1491 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
1493         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
1494         for filtering.
1496 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1498         * s/vms.h: Use __GNUC__ instead of _GNUC_.
1500         * m/macppc.h:
1501         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
1503         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
1504         (SPECIAL_EMACS_INT):
1505         * m/ia64.h (SPECIAL_EMACS_INT):
1506         * m/amdx86-64.h (SPECIAL_EMACS_INT):
1507         * s/gnu.h (NLIST_STRUCT):
1508         * s/aix4-2.h (X11R5_INHIBIT_I18N):
1509         * s/gnu-linux.h (LINUX):
1510         * s/msdos.h (HAVE_FACES):
1511         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
1513         * systty.h:
1514         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
1515         anymore.
1517 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
1519         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
1520         always defined as int.
1522         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
1523         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
1524         * s/gnu-linux.h (HAVE_WAIT_HEADER):
1525         * s/freebsd.h (HAVE_WAIT_HEADER):
1526         * s/bsd-common.h (HAVE_UNION_WAIT):
1527         * s/aix4-2.h (HAVE_WAIT_HEADER):
1528         * m/mips.h (HAVE_UNION_WAIT):
1529         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
1530         (COFF, static): Do not define, they are undefined later in the file.
1532         * process.c (update_status): Don't use a union.
1533         (status_convert):
1534         (sigchld_handler): Use int instead of WAITTYPE.
1536 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
1538         * indent.c (Fvertical_motion): Restore hscroll before moving to
1539         goal column.
1541 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
1543         * lisp.h: Remove left over code.
1545 2008-07-11  Andreas Schwab  <schwab@suse.de>
1547         * lisp.h: Fix logic in last change.
1549         * menu.h: New file.
1550         * menu.c: Include it.
1551         * xmenu.c: Likewise.
1552         * Makefile.in: Update dependencies.
1554 2008-07-11  Kenichi Handa  <handa@m17n.org>
1556         * fontset.c (fontset_from_font): Cancel the previous change.
1558 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
1560         * lisp.h:
1561         * w32heap.c:
1562         * emacs.c:
1563         * alloc.c: Replace all references of NO_UNION_TYPE with
1564         USE_LISP_UNION_TYPE.
1566         * m/xtensa.h (NO_UNION_TYPE):
1567         * m/vax.h (NO_UNION_TYPE):
1568         * m/template.h (NO_UNION_TYPE):
1569         * m/sparc.h (NO_UNION_TYPE):
1570         * m/mips.h (NO_UNION_TYPE):
1571         * m/macppc.h (NO_UNION_TYPE):
1572         * m/m68k.h (NO_UNION_TYPE):
1573         * m/iris4d.h (NO_UNION_TYPE):
1574         * m/intel386.h (NO_UNION_TYPE):
1575         * m/ibms390x.h (NO_UNION_TYPE):
1576         * m/ibms390.h (NO_UNION_TYPE):
1577         * m/ibmrs6000.h (NO_UNION_TYPE):
1578         * m/ia64.h (NO_UNION_TYPE):
1579         * m/hp800.h (NO_UNION_TYPE):
1580         * m/arm.h (NO_UNION_TYPE):
1581         * m/amdx86-64.h (NO_UNION_TYPE):
1582         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
1583         defining it the same.
1585 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
1587         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
1589 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
1591         * fileio.c:
1592         * sysdep.c
1593         * systty.h:
1594         * m/ibmrs6000.h:
1595         * m/iris4d.h:
1596         * s/aix4-2.h:
1597         * s/freebsd.h:
1598         * s/gnu-linux.h:
1599         * s/hpux10-20.h:
1600         * s/hpux11.h:
1601         * s/netbsd.h:
1602         * s/sol2-3.h:
1603         * s/sol2-4.h:
1604         * s/sol2.h:
1605         * s/usg5-4.h:
1606         * s/vms.h: Remove references to unused variables.
1608 2008-07-10  Andreas Schwab  <schwab@suse.de>
1610         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
1611         pattern before matching the generic family.
1613 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
1615         * unexec.c:
1616         * s/vms.h:
1617         * s/usg5-4-2.h:
1618         * s/sol2-5.h:
1619         * s/freebsd.h:
1620         * s/darwin.h: Remove dead code.
1622         * m/template.h:
1623         * m/sparc.h:
1624         * m/mips.h:
1625         * m/m68k.h:
1626         * m/iris4d.h:
1627         * m/intel386.h:
1628         * m/ibms390x.h:
1629         * m/ibms390.h:
1630         * m/ia64.h:
1631         * m/hp800.h:
1632         * m/arm.h:
1633         * m/amdx86-64.h: Remove dead code and references to unused
1634         and compiler defined symbols.
1636         * unexmips.c:
1637         * unexelf.c: Remove references to desupported systems.
1639         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
1641         * m/powermac.h: Remove boilerplate comments.
1642         (NO_REMAP): Remove unused definition.
1644         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
1645         define them.
1647 2008-07-10  Kenichi Handa  <handa@m17n.org>
1649         * xfont.c (xfont_open): Log the reason of failure.
1651 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * fontset.c (fontset_get_font_group):
1654         * font.c (font_check_otf): Specify argument types.
1656 2008-07-09  Kenichi Handa  <handa@m17n.org>
1658         * coding.c (detect_coding_utf_8): Set detect_info->found only when
1659         non-ASCII char is found.
1661         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
1662         (reorder_font_vector): Change the arg preferred_family to font.
1663         Prefer the spec matching with font.
1664         (fontset_get_font_group): New function.
1665         (fontset_find_font): Change the format of an element of a realized
1666         fontset.  Use fontset_get_font_group.
1667         (fontset_font): Try the current fontset, the default fontset, the
1668         fallbacks of the current fonset, and the fallbacks of the default
1669         fontset in this order.
1670         (face_for_char): Delete the shortcut to use the current font.
1671         (fontset_from_font): Don't set fonts for Latin in the fontset.
1673         * font.h (font_make_object, font_match_p): Adjust prototypes.
1675         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
1677         * font.c (font_make_object): New arg entity and pixelsize.
1678         (font_check_otf_features, font_check_otf): New functions.
1679         (font_match_p): Check :lang, :script, and :otf properties.
1681         * xfont.c (xfont_open): Adjust it for the change of
1682         font_make_object.
1683         (xfont_text_extents): Fix initial setting of metrics.
1685         * ftfont.c (struct ftfont_info): New member index, delete member
1686         fc_charset_idx.  Make the member order compatible with struct
1687         xftfont_info.
1688         (fc_charset_table): Change charset names to registry names.
1689         (ftfont_pattern_entity): Delete the args registry and
1690         fc_charset_idx.  Change the value of :font-entity property
1691         to (FONTNAME . INDEX).  Always set :registry property to
1692         `iso10646-1'.
1693         (struct ftfont_cache_data): New struct.
1694         (ftfont_lookup_cache): New arg for_face.
1695         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
1696         (ftfont_driver): Set the member otf_capability.
1697         (ftfont_get_charset): Adjust it for the change of
1698         fc_charset_table.
1699         (OTF_TAG_SYM): New macro.
1700         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
1701         for the change of fc_charset_table.
1702         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
1703         ftfont_pattern_entity.  Add FC_INDEX to objset.
1704         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
1705         and ftfont_pattern_entity.
1706         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
1707         font_make_object, struct ftfont_info.
1708         (ftfont_has_char): Use ftfont_get_fc_charset.
1709         (ftfont_otf_features, ftfont_otf_capability): New functions.
1710         (ftfont_shape): Use ftfont_get_otf.
1711         (ftfont_text_extents): Fix initial setting of metrics.
1713         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
1714         member order compatible with struct ftfont_info.
1715         (xftfont_open): Add FC_CHARSET to the pattern.  Set
1716         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
1717         properties if appropriate.
1718         (xftfont_close): Unlock the face.
1719         (xftfont_anchor_point, xftfont_shape): Deleted.
1720         (syms_of_xftfont): Don't set members anchor_point and shape of
1721         xftfont_driver.
1723         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
1724         font_make_object.
1726         * w32font.c (w32font_open): Adjust it for the change of
1727         font_make_object.
1728         (w32font_open_internal): Don't set properties of font_object here.
1730 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
1732         * macfns.c (x_create_tip_frame):
1733         * w32fns.c (x_create_tip_frame):
1734         * xfns.c (x_create_tip_frame): Pass parameter argument to
1735         face-set-after-frame-default.
1737         * xfaces.c (Finternal_merge_in_global_face): Save merged
1738         attributes for the default face back into the face vector.
1740 2008-07-08  Andreas Schwab  <schwab@suse.de>
1742         * fontset.h: Declare fontset_from_font.  Don't declare
1743         new_fontset_from_font and fontset_from_font_name.
1744         * xterm.c: Include "fontset.h".
1745         * Makefile.in (xterm.o): Update dependencies.
1747 2008-07-08  Glenn Morris  <rgm@gnu.org>
1749         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
1750         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
1752 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
1754         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
1755         (x_set_frame_parameters): Don't bind it.
1757 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
1759         * w32fns.c (map_w32_filename): Declare extern.
1761 2008-07-07  Jason Rumney  <jasonr@gnu.org>
1763         * w32term.c (WS_EX_LAYERED): Define if not already.
1765 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
1767         * xfaces.c (set_font_frame_param): Don't try to set the font
1768         parameter if it is still unspecified in the lface.
1770 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
1772         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
1773         face if it didn't already exist.
1775         * xdisp.c (try_window_id): Give up if word-wrapping is on.
1777 2008-07-05  Andreas Schwab  <schwab@suse.de>
1779         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
1781 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
1783         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
1784         word-wrapping.
1785         (IT_DISPLAYING_WHITESPACE): New macro.
1786         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
1787         when word-wrapping.  Simplify word-wrapping logic.  Use correct
1788         pixel positions when saving copies of the iterator.
1789         (display_line): Use proper wrap point if the last character on a
1790         line was preceded by whitespace.
1792 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
1796 2008-07-04  Kenichi Handa  <handa@m17n.org>
1798         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
1800         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
1802 2008-07-02  Jason Rumney  <jasonr@gnu.org>
1804         * xfns.c (syms_of_xfns): Only define x-select-font when both
1805         HAVE_FREETYPE and USE_GTK
1807         * xdisp.c (next_element_from_display_vector): Move assignment out
1808         of if statement.
1810 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
1812         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
1814         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
1815         (syms_of_fileio): Initialize and export them.
1816         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
1818         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
1819         (Fsystem_move_file_to_trash): New function.
1820         (syms_of_w32fns): Export it to lisp.
1822 2008-07-01  Jason Rumney  <jasonr@gnu.org>
1824         * w32font.c (w32font_text_extents): Don't count overhang as part
1825         of width.
1827 2008-06-30  Miles Bader  <miles@gnu.org>
1829         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
1830         Add `avoid_cursor_p' field.
1832         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
1833         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
1834         (append_glyph, append_composite_glyph, produce_image_glyph)
1835         (append_stretch_glyph): Initialize avoid_cursor_p.
1836         (get_it_property): Rename from `get_line_height_property'.
1837         (x_produce_glyphs): Use get_it_property.
1838         (handle_line_prefix, push_display_prop): New functions.
1839         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
1840         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
1841         New variables.
1842         (syms_of_xdisp): Initialize them.
1844 2008-06-30  Kenichi Handa  <handa@m17n.org>
1846         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
1847         XftDefaultSubstitute (they are called in XftFontMatch).
1848         (xftfont_open): Fix args to ftfont_font_format.
1850         * ftfont.c (fc_charset_table): New member lang.
1851         (ftfont_resolve_generic_family): New arg pattern.
1852         (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
1853         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
1854         (ftfont_open): Fix args to ftfont_font_format.
1855         (ftfont_font_format): New arg filename.
1857 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
1859         * xfaces.c (Finternal_merge_in_global_face): If default face was
1860         modified, realize it again.  Update the font face attribute.
1862 2008-06-29  Jason Rumney  <jasonr@gnu.org>
1864         * w32term.c (x_set_frame_alpha): Fix logic.
1866 2008-06-29  Kenichi Handa  <handa@m17n.org>
1868         * fontset.c (Finternal_char_font): Return font-object instead of
1869         font-name.
1871         * composite.c (get_composition_id): Fix the width calculation for TAB.
1873 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * indent.c (Fvertical_motion): Properly handle float column arg.
1877 2008-06-28  Jason Rumney  <jasonr@gnu.org>
1879         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
1880         (pfnSetLayeredWindowAttributes): New function pointer.
1881         (w32_initialize): Initialize it when supported.
1882         (x_set_frame_alpha): New function.
1884         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
1885         (w32_frame_parm_handlers): Set alpha handler.
1887         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
1889 2008-06-27  Jason Rumney  <jasonr@gnu.org>
1891         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
1892         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
1893         (w32_to_x_charset, x_to_w32_charset)
1894         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1895         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1896         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1897         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1898         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1899         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1900         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
1901         (Qw32_charset_unicode): Remove.
1902         (syms_of_w32fns): Update for above changes.
1904         * w32font.c (w32_to_x_charset, x_to_w32_charset)
1905         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1906         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1907         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1908         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1909         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1910         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1911         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
1912         (syms_of_w32font): Update for above changes.
1914 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
1916         * s/usg5-4.h: Fix previous change: keep the correct branch of a
1917         removed #if.
1918         (USG_SHARED_LIBRARIES): Remove duplicate definition.
1920 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
1921             Eli Zaretskii  <eliz@gnu.org>
1923         * makefile.w32-in (LOCAL_FLAGS):
1924         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
1926         * sysdep.c (_spawnlp, _getpid):
1927         Declare with explicit _cdecl instead of _CRTAPI1.
1929         * editfns.c (Fget_internal_run_time):
1930         Check for WINDOWSNT with #ifdef, not #if.
1932 2008-06-26  Jason Rumney  <jasonr@gnu.org>
1934         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
1936         * w32term.c (x_draw_glyph_string_foreground)
1937         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
1938         Use FONT_HANDLE macro.
1939         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
1941         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
1942         (uniscribe_encode_char): Use FONT_HANDLE macro.
1944         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
1945         (w32font_text_extents): Use precast w32_font.
1946         (w32font_close): Free cached metrics.
1947         (w32font_open_internal): Allocate space for name on stack.
1949 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
1951         * xdisp.c (extend_face_to_end_of_line): Fix last change.
1953 2008-06-26  Jason Rumney  <jasonr@gnu.org>
1955         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
1956         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
1958 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
1960         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
1962 2008-06-26  Jason Rumney  <jasonr@gnu.org>
1964         * w32bdf.c, w32bdf.h: Remove obsolete files.
1966         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1968         * w32gui.h: Don't include w32bdf.h.
1969         (XCharStruct, enum w32_char_font_type, W32FontStruct):
1970         Remove obsolete font support.
1972         * w32font.h (struct w32font_info): Remove compat_w32_font.
1973         Add hfont member.
1974         (FONT_COMPAT): Remove obsolete macro.
1976         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
1977         (w32font_encode_char, w32font_text_extents): Use new hfont member.
1978         (w32font_open_internal): Remove compat code.  Set new hfont member.
1979         (Fx_select_font): Use new hfont member.
1981         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
1982         (uniscribe_encode_char): Use new hfont member.
1984         * w32term.c (x_draw_glyph_string_foreground)
1985         (x_draw_composite_glyph_string_foreground): Use new hfont member.
1986         (x_draw_glyph_string): Use metrics in w32font_info.
1988 2008-06-26  Kenichi Handa  <handa@m17n.org>
1990         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
1992 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1994         * unexnext.c:
1995         * m/ews4800.h:
1996         * m/hp9000s300.h:
1997         * m/ibm370aix.h:
1998         * m/mips-siemens.h:
1999         * m/ncr386.h:
2000         * m/next.h:
2001         * m/pmax.h:
2002         * m/powerpcle.h:
2003         * m/tandem-s2.h:
2004         * s/386bsd.h:
2005         * s/bsd386.h:
2006         * s/bsd4-1.h:
2007         * s/bsd4-2.h:
2008         * s/bsdos2-1.h:
2009         * s/bsdos2.h:
2010         * s/bsdos3.h:
2011         * s/bsdos4.h:
2012         * s/nextstep.h:
2013         * s/ultrix4-3.h:
2014         * s/usg5-0.h:
2015         * s/usg5-2-2.h:
2016         * s/usg5-2.h:
2017         * s/usg5-4-3.h:
2018         * s/ux4800.h:
2019         * s/uxpds.h:
2020         * s/uxpv.h: Remove support for obsolete systems.
2021         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
2022         Remove, insert contents in s/hpux-10.20.h.
2023         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
2024         Remove, insert contents in s/aix4-2.h.
2025         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
2026         * s/bsd4-3.h: Rename to ...
2027         * s/bsd-common.h: ... this.
2028         * data.c:
2029         * doc.c:
2030         * ecrt0.c:
2031         * emacs.c:
2032         * fileio.c:
2033         * floatfns.c:
2034         * keyboard.c:
2035         * mem-limits.h:
2036         * print.c:
2037         * process.c:
2038         * sysdep.c:
2039         * syssignal.h:
2040         * systty.h:
2041         * syswait.h:
2042         * term.c:
2043         * unexec.c:
2044         * unexelf.c:
2045         * unexhp9k800.c:
2046         * m/hp800.h:
2047         * m/ibmrs6000.h:
2048         * m/mips.h:
2049         * m/vax.h:
2050         * s/darwin.h:
2051         * s/freebsd.h:
2052         * s/gnu.h:
2053         * s/ms-w32.h:
2054         * s/msdos.h:
2055         * s/netbsd.h:
2056         * s/template.h: Remove references to obsolete variables.
2058         * Makefile.in: Add dependencies for all unexec files.
2059         (admindir): Remove unused variable.
2060         (UNEXEC_SRC): Remove references.
2062 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
2064         * xfns.c (x_default_font_parameter): If Xft is available, first
2065         try Monospace-12 for the default font.
2067 2008-06-25  Jason Rumney  <jasonr@gnu.org>
2069         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
2071 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2073         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
2075         * buffer.c (syms_of_buffer): Remove default-word-wrap.
2077 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
2079         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
2080         <scroll-conservatively>: Fix typo in docstring.
2082         * xselect.c (Fx_send_client_event): Doc fix.
2084 2008-06-25  Kenichi Handa  <handa@m17n.org>
2086         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
2088         * font.c (font_parse_fcname): Remove unused variables.
2089         (font_sort_entites): Delete the arg SPEC.  Caller changed.
2090         Fix for the case of ! best_only.
2091         (font_delete_unmatched): Check DPI and AVGWIDTH too.
2093         * lisp.h (Fstring_to_unibyte): EXFUN it.
2095         * character.h (str_to_unibyte): Extern it.
2097         * character.c (str_to_unibyte): New function.
2099         * fns.c (Fstring_to_unibyte): New function.
2100         (syms_of_fns): Defsubr it.
2102 2008-06-24  Kenichi Handa  <handa@m17n.org>
2104         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
2105         DPI too.
2106         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
2108 2008-06-24  Andreas Schwab  <schwab@suse.de>
2110         * Makefile.in (${lispsource}loaddefs.el): Rename from
2111         ../lisp/loaddefs.el.
2112         (bootstrap-clean): Do what distclean does but don't remove
2113         Makefile.
2114         (distclean): Depend on bootstrap-clean and remove Makefile.
2116 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
2118         * buffer.h (struct buffer): New member word_wrap.
2120         * buffer.c (syms_of_buffer): New variables default-word-wrap and
2121         word-wrap.
2122         (init_buffer_once): Initialize them.
2124         * dispextern.h (struct it): Replace bool truncate_lines_p with a
2125         line_wrap enum possessing three possible values.
2127         * termopts.h: Replace truncate_partial_width_windows with
2128         Vtruncate_partial_width_windows.
2130         * dispnew.c (direct_output_for_insert): Avoid direct output when
2131         inserting a space with word wrap on.
2133         * indent.c (compute_motion): Obey integer values of
2134         truncate-partial-width-windows.
2136         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
2137         replacing truncate_partial_width_windows.
2138         (init_iterator): If Vtruncate_partial_width_windows is an integer,
2139         truncate only if the window width is below that integer.
2140         (start_display, resize_mini_window, produce_stretch_glyph)
2141         (display_string, move_it_in_display_line_to): Use line_wrap.
2142         (back_to_previous_visible_line_start, reseat_1): Reset
2143         string_from_display_prop_p.
2144         (display_line): Extend default face to end of line when wrapping.
2146 2008-06-24  Kim F. Storm  <storm@cua.dk>
2148         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
2149         to wrap continued lines at word boundaries.
2151 2008-06-24  Jason Rumney  <jasonr@gnu.org>
2153         * font.c (Ffont_face_attributes): Multiply pixel size before point
2154         conversion to avoid multiplying rounding error.
2156 2008-06-23  Jason Rumney  <jasonr@gnu.org>
2158         * w32term.c (x_draw_glyph_string_background)
2159         (x_draw_glyph_string): Remove old bdf font code.
2161         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
2163 2008-06-22  Kenichi Handa  <handa@m17n.org>
2165         * font.c (font_find_for_lface): Try the adstyle specified in
2166         the property of LFACE_FONT of LFACE (if any).
2168 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
2169             Ryo Yoshitake  <ryo@shiftmode.net>
2171         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
2173 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
2176         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
2177         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
2178         (witness-emacs): Remove.
2179         (lisp, shortlisp): Move loaddefs.el earlier.
2180         (mostlyclean): Forget about witness-emacs.
2182 2008-06-22  Glenn Morris  <rgm@gnu.org>
2184         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
2185         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
2187 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * Makefile.in (PRECOMP): Remove.
2190         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
2191         (witness-emacs): Run `compile-first'.
2192         (.el.elc): Use the new compile-onefile target.
2194 2008-06-21  Kenichi Handa  <handa@m17n.org>
2196         * xftfont.c (xftfont_open): Handle QCembolden only when
2197         FC_EMBOLDEN is defined.
2199 2008-06-21  Andreas Schwab  <schwab@suse.de>
2201         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
2202         (.el.elc): Likewise.
2204 2008-06-21  Miles Bader  <miles@gnu.org>
2206         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
2207         build dir, not the lisp source dir.
2209 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
2212         (bootstrapclean): Remove.
2213         (.el.elc): New rule.
2214         (PRECOMP): New var.
2215         (../lisp/subdirs.el): Remove.
2216         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
2217         (witness-emacs): New target.
2218         (mostlyclean): Remove witness-emacs as well.
2219         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
2220         Add witness-emacs dependency.
2222 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
2224         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
2225         defined by the font.
2227 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
2230         (bootstrap-clean): New target that keeps TAGS around.
2231         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
2232         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
2234 2008-06-20  Jason Rumney  <jasonr@gnu.org>
2236         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
2237         Remove obsolete font code.
2239         * w32font.c (font_matches_spec): Use csb bitfield from font signature
2240         to determine language support.
2242 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * sysdep.c (cfsetspeed): New fun extracted from the code.
2245         (cfmakeraw): Move before first use.
2247 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
2249         * sysdep.c (cfmakeraw): Provide fallback implementation.
2250         (serial_configure): Provide fallback implementation of cfsetspeed.
2252 2008-06-20  Kenichi Handa  <handa@m17n.org>
2254         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
2255         the pattern.
2257         * fontset.c (fontset_from_font): Copy font_spec before changing
2258         the elements.
2260         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
2262 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
2265         for explicit `font' parameters.
2267         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
2269 2008-06-19  Kenichi Handa  <handa@m17n.org>
2271         * frame.c: Include <ctype.h>.
2272         (x_set_font_backend): Allow spacing characters in the X resource
2273         for FontBackend.
2275 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2277         * w32fns.c, xfns.c (Qfont_param): New var.
2278         (syms_of_w32fns): Initialize it.
2279         (x_default_font_parameter): Record explicit `font' into
2280         `font-parameter'.
2282 2008-06-18  Kenichi Handa  <handa@m17n.org>
2284         * font.c (font_parse_xlfd): Fix previous change.
2285         (font_parse_fcname): Don't use :fc-unknown-spec.
2286         (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
2287         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
2288         (font_add_log): Prepend the driver name to the resulting fonts.
2290         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
2291         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
2292         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
2294         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
2295         (QCembolden): New variables.
2296         (syms_of_xftfont): DEFSYM them.
2297         (xftfont_open): Call XftFontMatch.  Don't trust the result of
2298         XftTextExtents8 if the pixel_size is less than 5.
2300 2008-06-18  Andreas Schwab  <schwab@suse.de>
2302         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
2303         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
2305 2008-06-18  Jason Rumney  <jasonr@gnu.org>
2307         * w32font.c (w32font_list, w32font_match): Add logging.
2309         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
2311 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
2313         * font.c (font_parse_fcname): Store divider characters for
2314         unknown-spec list.  For known key symbols, intern using correct
2315         symbol name.
2317 2008-06-17  Kenichi Handa  <handa@m17n.org>
2319         * xfaces.c (realize_default_face): If the frame is not on window
2320         system, set the fontset of face to nil.
2322 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2324         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
2326 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
2328         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
2329         (build_font_name_from_vector): Delete externs.
2331         * xfaces.c (struct font_name): Don't declare.
2333 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
2337 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
2339         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
2341 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
2343         * font.c (Ffont_spec): Fix usage in docstring.
2344         (Ffont_face_attributes): Doc fix.
2346 2008-06-16  Andreas Schwab  <schwab@suse.de>
2348         * font.c (Ffont_face_attributes): Fix definition.
2350 2008-06-16  Jason Rumney  <jasonr@gnu.org>
2352         * font.h (font_style_symbolic_from_value): Remove.
2354         * font.c (font_style_symbolic_from_value): Remove.
2355         (font_style_symbolic): Revert to pre 2008-06-13 version.
2357         * w32font.c (w32_to_fc_weight): New function.
2358         (w32font_full_name, logfont_to_fcname): Use it.
2360 2008-06-16  Kenichi Handa  <handa@m17n.org>
2362         * font.c (font_check_object): Delete it.
2363         (font_clear_cache): Check if a font-object is alive.
2364         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
2365         font-object to nil.
2366         (font_close_object): Don't check FONT_CLOSE_OBJECT.
2367         (font_at): Don't call font_check_object.
2368         (Ffont_get): Return a symbol for :weight, :slant, and :width.
2370 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2372         * puresize.h (BASE_PURESIZE): Increase to 1230000.
2374 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
2376         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
2378 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
2380         * font.c (font_parse_fcname): Only one decimal point.
2381         (font_unparse_fcname): Handle data in family and foundry indices
2382         as symbols, not strings.
2383         (font_unparse_gtkname, Ffont_face_attributes): New functions.
2385         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
2387         * font.h (font_unparse_gtkname): Add prototype.
2389 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2391         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
2393 2008-06-15  Andreas Schwab  <schwab@suse.de>
2395         * font.c (font_update_drivers): Fix crash when no drivers match.
2397 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
2400         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
2402 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2404         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
2406 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * process.c (Fserial_process_configure, Fprocess_send_eof):
2409         Use EQ to compare Lisp_Objects.
2411 2008-06-13  Jason Rumney  <jasonr@gnu.org>
2413         * w32fns.c (Fw32_select_font): Remove old font API function.
2415         * w32font.c (logfont_to_fcname): New function.
2416         (Fx_select_font): New font dialog function compatible with
2417         GTK/fontconfig version.
2419         * font.c (font_style_symbolic_from_value): New function.
2420         (font_style_symbolic): Use it.
2422         * font.h (font_style_symbolic_from_value): Declare new function.
2424 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
2426         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
2427         <font-width-table>: Fix typos in docstrings.
2429 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2431         These changes add serial port access.
2432         * process.c: Add HAVE_SERIAL.
2433         (Fdelete_process, Fprocess_status, Fset_process_buffer)
2434         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
2435         (list_processes_1, select_wrapper, Fstop_process)
2436         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
2437         (status_notify): Modify to handle serial processes.
2438         [HAVE_SERIAL] (Fserial_process_configure)
2439         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
2440         New functions.
2441         * process.h (struct Lisp_Process): Add `type'.
2442         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
2443         New functions.
2444         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
2445         serial ports.
2446         (serial_open, serial_configure) New functions.
2447         * w32.h: Add FILE_SERIAL.
2448         (struct _child_process): Add ovl_read, ovl_write.
2450 2008-06-13  Kenichi Handa  <handa@m17n.org>
2452         * dispextern.h (enum lface_attribute_index): New member
2453         LFACE_FOUNDRY_INDEX.
2455         * font.c (font_score): Delete arg alternate_families.  Check only
2456         weight, slant, width, and size.  Ignore the difference of alias
2457         style symbols.
2458         (font_sort_entites): Adjust for the above change.  Reflect the
2459         order of font-driver to scores.
2460         (font_list_entities): Don't check alternate_familes here.
2461         (font_clear_prop): Handle foundry.
2462         (font_update_lface): Don't parse "foundry-family" form here.
2463         Handle FONT_FOUNDRY_INDEX.
2464         (font_find_for_lface): Likewise.  Handle alternate families here.
2465         If registry is nil, try iso8859-1 and ascii-0.
2466         (font_open_for_lface): Pay attention to size in ENTITY.
2467         (font_open_by_name): Simplify by calling font_load_for_lface.
2468         (free_font_driver_list): Delete it.
2469         (font_update_drivers): Preserve the order of backends.
2470         (syms_of_font): Setting of sort_shift_bits adjusted for the change
2471         of font_score and font_sort_entites.
2472         (font_update_sort_order): Likewise.
2474         * xfaces.c (LFACE_FOUNDRY): New macro.
2475         (check_lface_attrs): Check foundry.
2476         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
2477         (merge_face_vectors): Check foundry.
2478         (merge_face_ref): Likewise.
2479         (Finternal_set_lisp_face_attribute): Likewise.
2480         (x_update_menu_appearance): Likewise.
2481         (Finternal_get_lisp_face_attribute): Likewise.
2482         (lface_hash): Likewise.
2483         (lface_same_font_attributes_p): Likewise.
2484         (x_supports_face_attributes_p): Likewise.
2485         (tty_supports_face_attributes_p): Likewise.
2486         (Finternal_set_alternative_font_family_alist): Intern strings.
2487         (Finternal_set_alternative_font_registry_alist): Downcase strings.
2488         (realize_default_face): Set LFACE_FOUNDRY (lface).
2490         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
2491         font-driver at first.
2493         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
2495 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2497         * lread.c (Fload): Use xfree, not free on saved_doc_string.
2499 2008-06-12  Jim Meyering  <meyering@redhat.com>
2501         Make unexec_free handle NULL the same way free does.
2502         * unexmacosx.c (unexec_free): Ignore a NULL argument.
2504 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2506         * character.h (CHAR_TO_BYTE_SAFE): New macro.
2507         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
2508         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
2509         (WEAK_ALIAS): Simplify.
2510         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
2511         when searching a unibyte buffer.
2513 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
2515         * xfns.c (Fx_select_font): Rename from x-font-dialog.
2517 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
2519         * w32font.c: Include ctype.h.
2521 2008-06-11  Jason Rumney  <jasonr@gnu.org>
2523         * w32font.c (w32font_encode_char): Detect missing glyphs that are
2524         misreported as space.
2525         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
2526         as aliases for registry iso10646-1.
2528 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * buffer.c (clone_per_buffer_values): Skip `name'.
2532 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
2534         * font.c (font_parse_fcname): Fix last change; accept decimal
2535         points in font size.
2537 2008-06-10  Jason Rumney  <jasonr@gnu.org>
2539         * w32uniscribe.c (add_opentype_font_name_to_list):
2540         Skip non unicode fonts.
2542 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
2544         * xfns.c (Fx_font_dialog): New function.
2546         * gtkutil.c (xg_dialog_response_cb): Rename from
2547         xg_file_response_callback.
2548         (pop_down_dialog): Rename from pop_down_file_dialog.
2549         (xg_get_file_name): Callers changed.
2550         (xg_get_font_name): New function.
2552         * gtkutil.h (xg_get_font_name): Insert prototype.
2554 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
2557         x_underline_minimum_display_offset.
2558         (syms_of_xdisp): Declare it here rather than in xterm.c.
2559         * dispextern.h (underline_minimum_offset): Declare it.
2560         * w32term.c (x_draw_glyph_string): Use it.
2561         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
2562         (syms_of_xterm): Don't declare it any more.
2563         (x_draw_glyph_string): Adjust to the new name.
2565 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
2567         * xterm.c (x_underline_minimum_display_offset): New var.
2568         (x_draw_glyph_string): Use it.
2569         (syms_of_xterm): Declare it.
2571 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
2573         * font.c (font_parse_fcname): Accept GTK-style font names too.
2575 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * dired.c (file_name_completion): Don't return t if the match is exact
2578         but with different capitalization.
2579         * minibuf.c (Ftry_completion): Simplify.
2581         * window.c (Vwindow_point_insertion_type): New var.
2582         (set_window_buffer): Use it.
2583         (syms_of_window): Init and export it to Lisp.
2585 2008-06-10  Kenichi Handa  <handa@m17n.org>
2587         * font.h (font_intern_prop): Prototype adjusted.
2589         * font.c (font_intern_prop): New arg force_symbol.
2590         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
2591         Adjust for the change of font_intern_prop.
2593         * ftfont.c (ftfont_pattern_entity):
2594         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
2595         (w32_registry):
2596         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
2597         the change of font_intern_prop.
2599 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
2601         * w32menu.c (digest_single_submenu): Declare extern.
2603 2008-06-09  Jason Rumney  <jasonr@gnu.org>
2605         * w32term.c (x_make_frame_visible): Use alternate restore flags.
2607         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
2608         (parse_single_submenu): Remove.
2609         (digest_single_submenu): Remove.
2610         (syms_of_w32menu): Don't initialise variables that have moved
2611         to menu.c.
2612         (set_frame_menubar): Sync with version in xmenu.c.
2613         (w32_menu_show): Sync with xmenu_show in xmenu.c.
2615         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
2616         Make static again.
2618 2008-06-09  Jason Rumney  <jasonr@gnu.org>
2620         Changes to w32 files related to the move of common menu code
2621         to menu.c on 2008-06-08 by Chong Yidong.
2623         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
2624         defs to w32gui.h.
2625         (single_keymap_panes, push_menu_item, push_menu_pane):
2626         Make globally visible.
2628         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
2629         (local_free, malloc_widget_value, free_widget_value)
2630         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
2631         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
2632         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
2633         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
2634         (menu_items, menu_items_allocated, menu_items_used)
2635         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
2636         (init_menu_items, finish_menu_items, discard_menu_items)
2637         (grow_menu_items, push_submenu_start, push_submenu_end)
2638         (push_left_right_boundary, push_menu_pane, push_menu_item)
2639         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
2640         (free_menubar_widget_tree_value, parse_single_submenu)
2641         (update_submenu_strings): Remove functions.
2642         (xmalloc_widget_value): Remove and declare extern.
2644         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
2645         (OBJ1): Build it.
2647         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
2648         (local_heap, local_alloc, local_free, malloc_widget_value)
2649         (free_widget_value): Define here.
2651 2008-06-09  Kenichi Handa  <handa@m17n.org>
2653         * font.h (Qascii_0): Extern it.
2655         * font.c (Qascii_0): New variable.
2656         (syms_of_font): DEFSYM it.
2657         (font_open_by_name): If the registry "iso8859-1" fails, try also
2658         "ascii-0".
2660         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
2662 2008-06-08  Kenichi Handa  <handa@m17n.org>
2664         * .gdbinit (xfont): New command.
2666 2008-06-08  Andreas Schwab  <schwab@suse.de>
2668         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
2669         * Makefile.in (menu.o): Update dependencies.
2671         * Makefile.in (obj): Always add menu.o.
2672         * emacs.c (main): Always call syms_of_menu.
2673         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
2675 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
2677         * Makefile.in: Compile menu.c.
2679         * lisp.h: Declare syms_of_menu.
2681         * emacs.c (main): Call syms_of_menu.
2683         * keyboard.h: Relocate platform-independent menu definitions from
2684         xmenu.c.
2686         * menu.c: New file.  Relocate platform-independent menu
2687         definitions from xmenu.c.  Suggested by Adrian Robert.
2689         * xmenu.c: Remove platform-independent menu definitions.
2690         (menu_items menu_items_inuse, menu_items_allocated)
2691         (menu_items_used, menu_items_n_panes)
2692         (menu_items_submenu_depth): Move to keyboard.h.
2693         (init_menu_items, finish_menu_items, unuse_menu_items)
2694         (discard_menu_items, restore_menu_items, save_menu_items)
2695         (grow_menu_items, push_submenu_start, push_submenu_end)
2696         (push_left_right_boundary, push_menu_pane, push_menu_item)
2697         (keymap_panes, single_keymap_panes, single_menu_item)
2698         (list_of_panes, list_of_items, find_and_call_menu_selection)
2699         (xmalloc_widget_value, free_menubar_widget_value_tree)
2700         (parse_single_submenu, digest_single_submenu)
2701         (update_submenu_strings): Move to menu.c.
2703 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
2707 2008-06-06  Miles Bader  <miles@gnu.org>
2709         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
2710         face, not frame default.
2712 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
2714         * window.c (pop_up_windows, pop_up_frames)
2715         (display_buffer_reuse_frames, Vpop_up_frame_function)
2716         (Vdisplay_buffer_function, Veven_window_heights)
2717         (Vspecial_display_buffer_names, Vspecial_display_regexps)
2718         (Vspecial_display_function, Vsame_window_buffer_names)
2719         (Vsame_window_regexps, split_height_threshold)
2720         (Vsplit_window_preferred_function): Move those vars to window.el.
2721         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
2722         (Fdisplay_buffer): Move those functions to window.el.
2723         (syms_of_window): Remove corresponding declarations.
2724         (display_buffer): New function.
2725         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
2726         * dispnew.c (Flast_nonminibuf_frame): New function.
2727         * buffer.c (Fpop_to_buffer): Move to window.el.
2729 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
2733 2008-06-05  Kenichi Handa  <handa@m17n.org>
2735         * coding.c (detect_coding): Fix previous change.
2736         (detect_coding_system): Likewise.
2738 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
2742         * keymap.c (Vminibuffer_local_filename_must_match_map):
2743         Rename from Vminibuffer_local_must_match_filename_map.
2744         (syms_of_keymap):
2745         * minibuf.c (Fcompleting_read): Adjust accordingly.
2746         * commands.h: Rename declaration as well.
2748 2008-06-05  Kenichi Handa  <handa@m17n.org>
2750         * font.c (Ffont_spec): Don't use font_parse_family_registry for
2751         family name.
2752         (Ffont_put): Likewise.
2754         * fontset.c (fontset_find_font): Call font_open_for_lface with the
2755         current font-spec.
2757         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
2758         is unspecified.
2760         * xfaces.c (realize_x_face): If the font-related face attributes
2761         are the same as those of default face, realize a new fontset from
2762         default->fontset.
2763         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
2765 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2767         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
2768         (move_it_in_display_line): New wrapper.
2770         * window.c (window_scroll_pixel_based_preserve_x)
2771         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
2772         (window_scroll_pixel_based, window_scroll_line_based):
2773         Use them to preserve column positions.
2774         (syms_of_window): Initialize them.
2776         * indent.c (Fvertical_motion): Extend first arg to allow passing an
2777         (HPOS . VPOS) pair.
2779         * dispextern.h (move_it_in_display_line): Declare.
2781 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
2783         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
2784         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
2785         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
2787 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
2789         * window.c (Fset_window_parameter): Doc fix.
2790         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
2792 2008-06-04  Joakim Verona  <joakim@verona.se>
2794         * window.h (struct window): Add new member window_parameters.
2796         * window.c (Fwindow_parameters, Fwindow_parameter)
2797         (Fset_window_parameter): New defuns.
2798         (syms_of_window): Defsubr the new defuns.
2799         (make_window): Initialize window_parameters to nil.
2801 2008-06-04  John Paul Wallington  <jpw@pobox.com>
2803         * eval.c (Fdefmacro): Doc fix.
2805 2008-06-04  Kenichi Handa  <handa@m17n.org>
2807         * coding.c (detect_coding): Fix handling of coding->head_ascii.
2808         Be sure to call setup_coding_system when we find a proper coding system.
2809         (detect_coding_system): Fix handling of coding->head_ascii.
2811 2008-06-03  Andreas Schwab  <schwab@suse.de>
2813         * font.c (font_prop_validate_spacing): Fix last change.
2815 2008-06-03  Kenichi Handa  <handa@m17n.org>
2817         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
2818         (font_parse_fcname): Fix handling of unknown key.
2820         * xfont.c (xfont_list): Try an alias.
2822         * charset.c (char_charset): Return NULL if the arg charset_list is
2823         specified and C doesn't belong to any of them.
2825 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
2827         * font.c (font_pixel_size): Don't take cdr of an integer.
2829 2008-06-02  Jim Meyering  <meyering@redhat.com>
2831         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2832         * alloc.c (xfree): Return right away for a NULL arg.
2833         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
2834         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
2835         * mac.c (create_apple_event_from_event_ref): Likewise.
2836         (create_apple_event_from_drag_ref, cfstring_create_normalized):
2837         Likewise.
2838         * doprnt.c (doprnt1): Likewise.
2839         * frame.c (frame): Likewise.
2840         * keyboard.c (wipe_kboard): Likewise.
2841         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
2842         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
2843         * term.c (tty_default_color_capabilities, maybe_fatal)
2844         (delete_tty): Likewise.
2845         * w16select.c (string): Likewise.
2846         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
2847         * w32bdf.c (w32_free_bdf_font): Likewise.
2848         * w32fns.c (w32_unload_font): Likewise.
2849         * w32font.c (w32font_close): Likewise.
2850         * window.c (size_window): Likewise.
2851         * xselect.c (receive_incremental_selection): Likewise.
2852         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
2853         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
2854         * w32.c (stat): Likewise.
2856         Remove useless if-before-free tests.
2857         * editfns.c (Fset_time_zone_rule): Likewise.
2858         * lread.c (nosuffix): Likewise.
2859         * ralloc.c (get_bloc): Likewise.
2860         * regex.c (reg_free): Likewise.
2861         * xftfont.c (xftfont_open, xftfont_close): Likewise.
2862         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
2863         * xsmfns.c (smc_save_yourself_CB): Likewise.
2865 2008-06-02  Kenichi Handa  <handa@m17n.org>
2867         * font.c (font_find_for_lface): Handle float font size.
2868         (font_open_for_lface): Likewise.
2870         * xfaces.c (x_supports_face_attributes_p): Check face->font before
2871         comparing the properties.
2873 2008-06-01  Jason Rumney  <jasonr@gnu.org>
2875         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
2876         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
2877         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
2878         Don't add empty script list.
2879         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
2881 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
2883         * Makefile.in (dot, dotdot): Remove, update users.
2884         ".." has been used elsewhere in the file for a long time.
2885         (LIBXT_STATIC): Remove conditional based on unused variable.
2887 2008-06-01  Miles Bader  <miles@gnu.org>
2889         * xfaces.c (Vface_remapping_alist): New variable.
2890         (syms_of_xfaces): Initialize it.
2891         (enum named_merge_point_kind): New type.
2892         (struct named_merge_point): Add `named_merge_point_kind' field.
2893         (push_named_merge_point): Make cycle detection respect different
2894         named-merge-point kinds.
2895         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
2896         Remove face-name alias resolution.
2897         (lface_from_face_name): New definition using
2898         `lface_from_face_name_no_resolve'.
2899         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
2900         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
2901         (get_lface_attributes): New definition that layers face-remapping on
2902         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
2903         (lookup_basic_face): New function.
2904         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
2905         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
2906         `get_lface_attributes'.
2907         (face_at_buffer_position): Use `lookup_basic_face' to lookup
2908         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
2909         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
2911         * xdisp.c (init_iterator): Pass base_face_id through
2912         `lookup_basic_face' when we actually use it as a face-id.
2913         (handle_single_display_prop): Use `lookup_basic_face' to lookup
2914         DEFAULT_FACE_ID.
2916         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
2917         lookup the initial face-id.
2919         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
2921 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
2923         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
2924         (Fremove_text_properties): Fix typos in docstrings.
2926 2008-05-31  Kenichi Handa  <handa@m17n.org>
2928         * font.c (font_list_entities): Fix the car part of data to be
2929         stored in the cache.
2931         * ftfont.c (ftfont_font_format): Don't use strcasestr.
2933 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
2936         Add a `test' argument so another predicate than `equal' can be used.
2937         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
2938         (map_char_table): Remove unused vars `c' and `i'.
2939         * lisp.h (Foptimize_char_table): Adjust declaration.
2940         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
2942 2008-05-30  Kenichi Handa  <handa@m17n.org>
2944         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
2945         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
2946         defined.
2948 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2950         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
2951         (Fmake_variable_frame_local): Disallow mixing buffer-local and
2952         frame-local settings for the same variable.
2954 2008-05-30  Kenichi Handa  <handa@m17n.org>
2956         * fontset.c (Ffont_info): Move to font.c.
2957         (syms_of_fontset): Delete defsubr of Sfont_info.
2959         * font.c (font_style_to_value, font_score): Delete casting of the
2960         args to xstcasecmp.
2961         (register_font_driver): Increment num_font_drivers only when
2962         registering the driver globally.
2963         (Ffont_info): Move from fontset.c.  Handle a font object too.
2964         (syms_of_font): Defsubr Sfont_info.
2966 2008-05-29  Kenichi Handa  <handa@m17n.org>
2968         * coding.h (enum define_coding_utf8_arg_index): New enum.
2969         (enum coding_attr_index): Change coding_attr_utf_16_bom to
2970         coding_attr_utf_bom.
2971         (enum utf_bom_type): Rename from utf_16_bom_type.
2972         (struct utf_16_spec): Adjust for the above change.
2973         (struct coding_system): Add utf_8_bom in `spec' union.
2975         * coding.c (CODING_UTF_8_BOM): New macro.
2976         (enum coding_category): Delete coding_category_utf_8, add
2977         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
2978         coding_category_utf_8_sig.
2979         (CATEGORY_MASK_UTF_8): Delete it.
2980         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
2981         (CATEGORY_MASK_UTF_8_SIG): New macros.
2982         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
2983         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
2984         CATEGORY_MASK_UTF_8_SIG.
2985         (CATEGORY_MASK_UTF_8): New macro.
2986         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
2987         (detect_coding_utf_8): Check BOM.
2988         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
2989         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
2990         (encode_coding_utf_16): Likewise.
2991         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
2992         (detect_coding, detect_coding_system): Handle utf-8-auto.
2993         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
2994         (syms_of_coding): Fix setting up of Vcoding_category_table.
2996 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2998         * process.c (Faccept_process_output): If `millisec' is non-nil,
2999         `seconds' default to 0.
3000         (wait_reading_process_output): Also return non-nil if we read output
3001         from a non-running process.
3003 2008-05-29  Jason Rumney  <jasonr@gnu.org>
3005         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
3006         `raster' specified.
3007         (add_font_entity_to_list): Allow non-opentype truetype fonts back
3008         in the uniscribe backend, but disallow any font that has no
3009         unicode subrange support.
3011 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
3013         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
3014         Fix typos in docstrings.
3016 2008-05-29  Kenichi Handa  <handa@m17n.org>
3018         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
3019         (Fx_family_fonts): Set frame correctly.
3021 2008-05-28  Jason Rumney  <jasonr@gnu.org>
3023         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
3025 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3027         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
3028         calling build_annotations.
3030 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
3032         * coding.c (Fdecode_coding_region, Fencode_coding_region)
3033         (Fencode_coding_string):
3034         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
3035         <latin-extra-code-table>: Fix typos in docstrings.
3036         (syms_of_coding) <coding-system-alist>: Doc fix.
3037         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
3039 2008-05-28  Kenichi Handa  <handa@m17n.org>
3041         * fontset.c (Ffont_info): Don't call font_close_object.
3043         * font.c (font_parse_family_registry): Use Ffont_put to validate
3044         foundry and family.
3045         (font_delete_unmatched): Don't check spacing.
3046         (font_list_entities): Add spacing to the spec to list fonts.
3048         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
3049         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
3051         * coding.c (encode_coding_raw_text): Fix previous change.
3052         (encode_coding_object): When the dst_object is a buffer and is
3053         different from src_object, move gap to PT.
3055 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3057         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
3059 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * coding.c (encode_coding_raw_text): Set coding->produced_char for
3062         all branches.  Compute it differently.
3064         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
3066 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
3068         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
3069         into "else if () ... else ...".
3071 2008-05-27  Jason Rumney  <jasonr@gnu.org>
3073         * w32font.c (w32font_open_internal): Determine if glyph indices
3074         are likely to work here.
3076 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3078         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
3079         draw overlap glyphs with appropriate highlighting.
3081 2008-05-27  Kenichi Handa  <handa@m17n.org>
3083         * xfont.c (xfont_open): Fix calculation of font->average_width.
3085 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3087         * casefiddle.c (casify_object): Try to guess better whether the
3088         argument is a byte or a char.
3090 2008-05-26  Andreas Schwab  <schwab@suse.de>
3092         * xselect.c (x_reply_selection_request): Properly handle format == 32.
3093         Always send multiples of format size.
3095         * xterm.c (x_set_frame_alpha): Fix type mismatch.
3097 2008-05-26  Jason Rumney  <jasonr@gnu.org>
3099         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
3100         (compute_metrics): Don't set failure if we just cleared the cache.
3101         (w32_weight_table): Remove unused variable.
3102         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
3103         backwards compatibility.
3105 2008-05-25  Kenichi Handa  <handa@m17n.org>
3107         * w32term.c (x_draw_glyph_string):
3108         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
3110         * xfaces.c: Delete unused function prototypes.
3111         (xstrlwr, font_frame): Delete them.
3112         (clear_face_cache): Delete unused variable.
3114         * xftfont.c (xftfont_open): Delete unused variable.
3115         If underline_thickness is not 1, adjust underline_position.
3117         * ftxfont.c (ftxfont_open): Delete unused variable.
3119         * fontset.c (face_for_char): Optimize for the case of no charset
3120         property.
3122         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
3123         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
3124         (otf_open, font_otf_capability, generate_otf_features)
3125         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
3126         Comment out by surrounding "#if 0" and "#endif" for the moment.
3127         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
3128         (syms_of_font): Codes for accessing above commented out.
3130 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
3132         * w32proc.c: Include dispextern.h.
3134         * w32.c: Include dispextern.h.
3136 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
3138         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
3139         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
3140         Fix typos in docstrings.
3142 2008-05-23  Jason Rumney  <jasonr@gnu.org>
3144         * xsmfns.c: Remove includes that are already included by config.h.
3146 2008-05-23  Kenichi Handa  <handa@m17n.org>
3148         * charset.c (Qemacs, charset_emacs): New variables.
3149         (char_charset): Fix for non-Unicode characters.
3150         (syms_of_charset): Define charset_emacs.
3152         * w32term.c (x_draw_glyph_string): Be sure to update
3153         s->underline_thickness and s->underline_position.  Be sure to draw
3154         underline within the current line area.
3156         * xterm.c (x_draw_glyph_string): Be sure to update
3157         s->underline_thickness and s->underline_position.  Be sure to draw
3158         underline within the current line area.
3160         * fontset.c: Delete unused variables and add casting for char *
3161         throughout the file.
3162         (fontset_font): Try the fallback fonts of the current fontset
3163         before consulting the default fontset.
3165         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
3167         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
3169 2008-05-22  Jason Rumney  <jasonr@gnu.org>
3171         * font.c: Don't include strings.h.
3173         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
3175         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
3176         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
3177         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
3178         to call xstrcasecmp.
3180         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3182         * fontset.c (fs_query_fontset): Use xstrcasecmp.
3184         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3186         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3188 2008-05-22  Kenichi Handa  <handa@m17n.org>
3190         * puresize.h (BASE_PURESIZE): Increase to 1220000.
3192         * font.c (font_prop_validate_style): Adjust for the format
3193         change of font_style_table.
3195         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
3196         two args.
3198         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
3199         two args.
3201 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3203         * minibuf.c (keys_of_minibuf): Delete.
3204         * lisp.h (keys_of_minibuf): Delete.
3205         * emacs.c (main): Don't call keys_of_minibuf.
3207 2008-05-22  Kenichi Handa  <handa@m17n.org>
3209         * ftfont.c (ftfont_resolve_generic_family): Rename from
3210         ftfont_list_generic_family.  Return a single family for each
3211         generic family.
3212         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
3213         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
3214         Call font_add_log.
3215         (ftfont_match): Call font_add_log.
3217         * font.h (Ffont_xlfd_name): EXFUN adjusted.
3218         (FONT_DEBUG): Define it.
3219         (font_add_log): Extern it.
3220         (font_assert): Rename from xassert.
3222         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
3223         (xfont_list_family): Call font_add_log.
3224         (xfont_match): Likewise.
3225         (memq_no_quit): Delete.
3227         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
3228         call of Ffont_xlfd_name.
3230         * xfaces.c (struct table_entry, slant_table, weight_table)
3231         (swidth_table): Move to font.c.
3233         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
3234         xassert are changed to font_assert.  Delete many unused variables.
3235         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
3236         New variables.
3237         (struct table_entry): Move from xfaces.c and modified.
3238         (weight_table, slant_table, width_table): Move from xfaces.c and
3239         contents adjusted for the change of struct table_entry.
3240         (font_style_to_value, font_style_symbolic): Adjust for the
3241         format change of font_style_table.
3242         (font_parse_family_registry): Don't overwrite existing foundry and
3243         family of font_spec.
3244         (font_score): Fix calculation of diff for sizes.
3245         (font_sort_entites): Call font_add_log.
3246         (font_delete_unmatched): Return a newly created list.
3247         (font_list_entities): Fix previous change.  Call font_add_log.
3248         (font_matching_entity, font_open_entity, font_close_entity):
3249         Call font_add_log.
3250         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
3251         (Finternal_set_font_style_table): Delete.
3252         (BUILD_STYLE_TABLE): New macro.
3253         (build_style_table): New function.
3254         (Vfont_log, font_log_env_checked): New variables.
3255         (font_add_log): New function.
3256         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
3257         Declare Lisp variables "font-weight-table", "font-slant-table",
3258         "font-width-table", and "font-log".  Initialize font_style_table.
3260 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
3262         * xterm.c (x_set_frame_alpha): Move declarations before statements.
3264 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
3265             Ryo Yoshitake  <ryo@shiftmode.net>
3267         * frame.c (Qalpha): Add a new frame parameter `alpha'.
3268         (Vframe_alpha_lower_limit): New variable.
3269         (x_set_alpha): New function.
3271         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
3273         * xfns.c (x-create-frame, Qalpha):
3274         Initialize the frame parameter `alpha'.
3275         * xterm.c (OPAQUE, OPACITY): New.
3276         (x_set_frame_alpha): New function.
3277         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
3279         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
3280         * w32fns.c (w32_frame_parm_handlers): Likewise.
3282 2008-05-20  Jason Rumney  <jasonr@gnu.org>
3284         * w32font.c (add_font_entity_to_list): Don't add non-opentype
3285         truetype fonts to opentype list.
3287 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
3289         * fontset.c (Ffontset_info): Doc fix.
3290         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
3291         <ignore-relative-composition>: Fix typos in docstrings.
3293         * font.c (syms-of-font) <font-encoding-alist>:
3294         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
3295         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
3296         (Ffont_otf_alternates): Doc fixes.
3298 2008-05-20  Kenichi Handa  <handa@m17n.org>
3300         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
3301         font.h through out the file.
3302         (FONT_DRIVERS): Rename from FONTOBJ.
3303         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
3304         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
3306         * emacs.c (main): Call syms_of_font unconditionally.
3308         * font.h (find_font_encoding): Extern it.
3310         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
3311         fontset.c.
3312         (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
3313         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
3314         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
3315         only when HAVE_WINDOW_SYSTEM is defined.
3316         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
3317         when HAVE_WINDOW_SYSTEM is defined.
3319         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
3320         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
3322         * xfaces.c: Include font.h unconditionally.
3323         (merge_face_ref, merge_face_vectors)
3324         (Finternal_set_lisp_face_attribute): Cancel the previous change.
3326 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
3329         indirect_variable.
3330         * eval.c (lisp_indirect_variable): New fun.
3331         (Fuser_variable_p): Use it.
3333 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * lisp.h (indirect_variable):
3336         * data.c (indirect_variable, let_shadows_buffer_binding_p):
3337         Use Lisp_Symbol pointers rather than Lisp_Object.
3338         Adjust callers.
3339         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
3340         To this end, change calling-convention.
3342         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
3343         if some non-hidden buffers are selected by string&pred.
3345 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
3347         * process.c (wait_reading_process_output): Always check status
3348         when in batch mode.
3350 2008-05-19  Kenichi Handa  <handa@m17n.org>
3352         * font.c (font_list_entities): Fix handling of cache.
3353         (font_matching_entity): Likewise.
3355         * ftfont.c (cs_iso8859_1): Delete.
3356         (ft_face_cache): New variable.
3357         (struct ftfont_info): New member fc_charset_idx.
3358         (ftfont_build_basic_charsets): Delete.
3359         (fc_charset_table): New variable.
3360         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
3361         . FC_CHARSET_IDX) as :font-entity property in the font entity.
3362         Callers changed.
3363         (ftfont_lookup_cache, ftfont_get_charset): New functions.
3364         (ftfont_spec_pattern): New argument fc_charset_idx.
3365         Check registry more rigidly.  Change callers.
3366         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
3367         change of :font-entity property of the font.
3369         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
3370         property of the font.
3372 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
3374         * coding.c (Fcoding_system_p): Rename argument to match docstring.
3375         (Funencodable_char_position, Fcheck_coding_systems_region)
3376         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
3377         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
3378         (Ffind_operation_coding_system, Fset_coding_system_priority)
3379         (Fcoding_system_eol_type): Doc fixes.
3381 2008-05-17  Glenn Morris  <rgm@gnu.org>
3383         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
3385 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
3387         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
3388         and st_gid.
3390         * frame.c (Fdelete_frame): Don't call font_update_drivers if
3391         HAVE_WINDOW_SYSTEM is not defined.
3393         * xfaces.c (merge_face_ref, merge_face_vectors)
3394         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
3395         HAVE_WINDOW_SYSTEM is defined.
3396         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
3398 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3400         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
3402 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3404         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
3406 2008-05-15  Kenichi Handa  <handa@m17n.org>
3408         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
3409         preference.
3411 2008-05-15  Glenn Morris  <rgm@gnu.org>
3413         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
3415 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
3417         * fns.c (init_fns): Don't initialize weak_hash_tables here.
3418         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
3420         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
3422 2008-05-15  Kenichi Handa  <handa@m17n.org>
3424         * ftfont.c (ftfont_list): Downcase family name to check generic
3425         families.
3427         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
3428         font-spec for QCfont value.
3430         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
3431         buffer.  Check the return value of it.
3433 2008-05-14  Jason Rumney  <jasonr@gnu.org>
3435         * w32term.c (w32_get_glyph_overhangs): Remove.
3436         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
3438 2008-05-14  Kenichi Handa  <handa@m17n.org>
3440         * font.c (font_prop_validate): Make nil a valid value.
3441         (font_clear_cache): Check if the cached vector of entities is nil
3442         or not.
3444 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3446         * emacs.c (main_thread): Conditionalize on
3447         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
3448         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
3450         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
3451         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
3452         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
3454 2008-05-14  Kenichi Handa  <handa@m17n.org>
3456         * coding.c (detect_coding_iso_2022): Ignore a coding category that
3457         has no corresponding coding system.
3459 2008-05-14  Jason Rumney  <jasonr@gnu.org>
3461         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
3463         * w32font.h (w32font_open_internal): Update declaration.
3465         * w32font.c (w32font_open_internal): Change last argument from
3466         w32font_info struct to font object.  Fill in font object from
3467         font_entity.  Get Outline metrics if possible.  Use them to
3468         calculate underline position and thickness.  Use xlfd name as name
3469         property.  Don't set codepage.
3470         (w32font_open): Pass font_object to w32font_open_internal.  Don't
3471         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
3472         (w32font_draw): Use s->font.
3473         (clear_cached_metrics): Don't clear non-existent blocks.
3475         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
3476         font was not found.
3477         (x_draw_glyph_string): Use underline position and thickness from font.
3479         * w32uniscribe.c (uniscribe_open): Pass font_object to
3480         w32font_open_internal.
3482 2008-05-14  Kenichi Handa  <handa@m17n.org>
3484         These changes are to delete all legacy font-handling codes, and
3485         make Emacs use only font-backends.
3487         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
3488         (frame.o, image.o, print.o): Depend on $(FONTSRC).
3490         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
3492         * charset.h (Vcharset_non_preferred_head)
3493         (Vcurrent_iso639_language): Extern them.
3495         * charset.c (Vcharset_non_preferred_head): New variable.
3496         (Vcurrent_iso639_language): New variable.
3497         (syms_of_charset): Declare it as a Lisp variable.
3498         (char_charset): Don't check non preferred charsets.  As a last
3499         resort, return charset_unicode.
3500         (Fset_charset_priority): Update Vcharset_non_preferred_head.
3502         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
3503         conditionals.  Don't check enable_font_backend.  Delete all codes
3504         used only when USE_FONT_BACKEND is not defined.
3506         * dispextern.h (struct glyph_string): Change type of `font' to
3507         `struct font *'.
3508         (struct glyph_string): New member underline_position and
3509         underline_thickness.
3510         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
3511         (struct face): Change type of `font' to `struct font *'.  Remove
3512         members `font_name', `font_info_id'.
3513         (per_char_metric, encode_char): Delete externs.
3514         (calc_pixel_width_or_height): Adjust the prototype.
3516         * emacs.c (enable_font_backend): Delete extern.
3517         (main): Don't set enable_font_backend.  Don't check the command
3518         line argument "-disable-font-backend".
3520         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
3521         (enum font_property_index): New members FONT_DPI_INDEX,
3522         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
3523         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
3524         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
3525         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
3526         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
3527         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
3528         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
3529         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
3530         (struct font_spec, struct font_entity): New structs.
3531         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
3532         (struct font): Many members from old "struct font_info" moved to
3533         here.  Members font and entity deleted.
3534         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
3535         the new font-related objects.
3536         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
3537         (CHECK_FONT_GET_OBJECT): Likewise.
3538         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
3539         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
3540         (struct font_driver): New members case_sensitive anc check.  Type
3541         of the member list and open changed.
3542         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
3543         (font_symbolic_width, font_find_object, font_get_spec)
3544         (font_set_lface_from_name): Delete extern.
3545         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
3547         * font.c: Include <strings.h>.
3548         (enable_font_backend): Delete it.
3549         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
3550         (CHECK_VALIDATE_FONT_SPEC): Delete it.
3551         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
3552         (null_string): Delete it.
3553         (null_vector): Make it static.
3554         (font_family_alist): Delete it.
3555         (Qnormal): Extern it.
3556         (QCextra, QClanguage): Delete it.
3557         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
3558         (font_make_spec, font_make_entity, font_make_object)
3559         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
3560         the string.  Callers changed.
3561         (font_pixel_size): Adjusted for the format change of font-related
3562         objects.
3563         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
3564         (font_style_to_value, font_style_symbolic): New function.
3565         (build_font_family_alist): Delete it.
3566         (font_registry_charsets): Use Fassoc_string instead of
3567         assq_no_quit.
3568         (font_prop_validate_symbol): Don't return null_string.
3569         (font_prop_validate_style): Adjusted for the change of
3570         style-related values in a font vector.
3571         (font_property_table): Delete entries for QClanguage and
3572         QCantialias, add entries for QCavgwidth.
3573         (get_font_prop_index): Delete the 2nd argument FROM.
3574         (font_prop_validate): Arguments changed.
3575         (font_put_extra): Adjusted for the change of font-related objects.
3576         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
3577         (font_parse_fcname, font_unparse_fcname)
3578         (font_prepare_composition): Likewise.
3579         (font_parse_family_registry): Renamed from font_merge_old_spec.
3580         (otf_open): Delete the 1st arg entity.
3581         (font_otf_capability): Adjusted for the above change.
3582         (font_score): New arg alternate_families.  Adjusted for the change
3583         of font-related objects.
3584         (font_sort_entites): New arg best_only.
3585         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
3586         Delete them.
3587         (font_match_p): Check alternate families.
3588         (font_find_object): Delete it.
3589         (font_check_object): New function.
3590         (font_clear_cache): Adjusted for the change of font-related objects.
3591         (font_delete_unmatched): New arg.
3592         (font_list_entities): Call font_driver->list with a spec that
3593         doesn't specify style-related properties.
3594         (font_matching_entity): Arguments changed.  Caller changed.
3595         (font_open_entity): Adjusted for the change of font-related objects.
3596         (font_close_object, font_has_char, font_encode_char)
3597         (font_get_name, font_get_spec): Likewise.
3598         (font_spec_from_name, font_clear_prop, font_update_lface):
3599         New functions.
3600         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
3601         (font_prepare_for_face, font_done_for_face, font_open_by_name)
3602         (font_at): Adjusted for the change of font-related objects.
3603         (font_range): New function.
3604         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
3605         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
3606         (Fcopy_font_spec, Fmerge_font_spec): New function.
3607         (Ffont_family_list): Renamed from list-families.
3608         (Finternal_set_font_style_table): Arguments changed.
3609         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
3610         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
3611         change of font-related objects.
3612         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
3614         * fontset.h (struct font_info): Delete it.  Most members go to
3615         struct font.
3616         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
3617         (enum FONT_SPEC_INDEX): Delete it.
3618         (font_info, list_fonts_func, load_font_func, query_font_func)
3619         (set_frame_fontset_func, find_ccl_program_func)
3620         (get_font_repertory_func, new_fontset_from_font_name): Delete
3621         externs.
3622         (fontset_from_font_name): Extern it.
3623         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
3624         (FONT_INFO_FROM_FACE): Deleted.
3625         (face_for_font): Adjust prototype.
3627         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
3628         conditionals.  Don't check enable_font_backend.  Delete all codes
3629         used only when USE_FONT_BACKEND is not defined.
3630         (get_font_info_func, list_font_func, load_font_func)
3631         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
3632         (get_font_repertory_func): Delete them.
3633         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
3634         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
3635         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
3636         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
3637         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
3638         (fontset_compare_rfontdef): New function.
3639         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
3640         ront-defs by qsort.  Adjusted for the change of font-group vector.
3641         (load_font_get_repertory): Deleted.
3642         (fontset_find_font): Use new macros to ref/set elements of
3643         font-def and rfont-def.
3644         (fontset_font): Fix the timing of remembering that no font for C.
3645         (free_face_fontset): Do nothing if the face has no fontset.
3646         (face_suitable_for_char_p): Use new macros to ref/set elements of
3647         rfont-def.
3648         (face_for_char): Likewise.  Call face_for_char with font_object.
3649         (fs_load_font): Delete.  Delete #pragma surrounding it.
3650         (fs_query_fontset): Use strcasecmp instead of strcmp.
3651         (generate_ascii_font_name): Adjusted for the format change of
3652         font-spec.
3653         (Fset_fontset_font): Likewise.  Use new macros to set elements of
3654         font-def.
3655         (Fnew_fontset): Use font_unparse_xlfd to generate
3656         FONTSET_ASCII (fontset).
3657         (new_fontset_from_font_name): Deleted.
3658         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
3659         a fontset is already created for the font.  FIx updating of
3660         Vfontset_alias_alist.
3661         (fontset_ascii_font): Deleted.
3662         (Ffont_info): Adjusted for the format change of font-spec.
3663         (Finternal_char_font): Likewise.
3664         (Ffontset_info): Likewise.
3665         (syms_of_fontset): Don't check load_font_func.
3667         * fns.c (internal_equal): Handle PREV_FONT.
3669         * frame.h: Delete USE_FONT_BACKEND conditional.
3671         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
3672         conditionals.  Don't check enable_font_backend.  Delete all codes
3673         used only when USE_FONT_BACKEND is not defined.
3674         (x_set_font): Call x_new_font, not x_new_fontset2.
3675         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
3676         already set for the frame.
3678         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
3679         a font-entity by font_make_entity.  Use font_intern_prop instead
3680         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
3681         font property.  If a font is scalable, set avgwidth property to 0.
3682         Set font-entity property by font_put_extra.
3683         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
3684         (ffont_driver): Adjusted for the change of struct font_driver.
3685         (ftfont_spec_pattern): New function.
3686         (ftfont_list): Return a list, not vector.
3687         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
3688         (ftfont_list_family): Don't downcase names.
3689         (ftfont_free_entity): Deleted.
3690         (ftfont_open): Return a font-ojbect.  Adjusted for the change of
3691         struct font.  Get underline_thickness and underline_position from
3692         font property.  Don't update dpyinfo->smallest_font_height and
3693         dpyinfo->smallest_char_width.
3694         (ftfont_close): Don't free `struct font'.
3695         (ftfont_has_char): Adjusted for the format change of font-entity.
3696         (ftfont_encode_char, ftfont_text_extents): Likewise.
3698         * ftxfont.c (ftxfont_list): Return a list, not vector.
3699         (ftxfont_open): Return a font-ojbect.  Adjusted for the change of
3700         struct font.  Get underline_thickness and underline_position from
3701         font property.  Don't update dpyinfo->smallest_font_height and
3702         dpyinfo->smallest_char_width.
3703         (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
3704         (ftxfont_draw): Adjusted for the change of struct font.
3706         * image.c (image_ascent): Don't include "charset.h".  Include
3707         "character.h" and "font.h".
3709         * lisp.h (enum pvec_type): New member PREV_FONT.
3710         (Fassoc_string): EXFUN it.
3712         * print.c: Include font.h.
3713         (print_object): Handle font-related objects.
3715         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
3716         conditionals.  Don't check enable_font_backend.  Delete all codes
3717         used only when USE_FONT_BACKEND is not defined.
3718         (handle_auto_composed_prop): Do nothing if it->f is not on a
3719         window system.  Check how many following characters can be
3720         displayed by the same font.
3721         (calc_pixel_width_or_height): Type of the 4th arg is changed to
3722         'struct font *'.
3723         (get_char_face_and_encoding): Assign the whole encoding task to
3724         the `encode-char' method of a font driver.
3725         (fill_composite_glyph_string): Adjusted for the change of `struct
3726         face' and `struct glyph_string'.
3727         (fill_glyph_string): Likewise.
3728         (get_per_char_metric): Arguments changed.
3729         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
3730         and `struct glyph_string'.
3731         (produce_stretch_glyph, calc_line_height_property)
3732         (x_produce_glyphs): Likewise.
3734         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
3735         conditionals.  Don't check enable_font_backend.  Delete all codes
3736         used only when USE_FONT_BACKEND is not defined.  Use
3737         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
3738         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
3739         (Qp): Extern them.
3740         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
3741         Deleted.
3742         (struct font_name): Deleted.
3743         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
3744         (compare_fonts_by_sort_order): New function.
3745         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
3746         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
3747         Deleted.
3748         (Fx_family_fonts): Use font_list_entities, and sort fonts by
3749         compare_fonts_by_sort_order.
3750         (Fx_font_family_list): Call Ffont_family_list.
3751         (face_numeric_value, face_numeric_weight, face_numeric_slant)
3752         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
3753         (face_symbolic_slant, face_symbolic_swidth)
3754         (split_font_name_into_vector, build_font_name_from_vector)
3755         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
3756         (font_rescale_ratio, split_font_name, build_font_name)
3757         (free_font_names, sort_fonts, x_face_list_fonts)
3758         (face_font_available_p, sorted_font_list, cmp_font_names)
3759         (font_list_1, concat_font_list, font_list, remove_duplicates):
3760         Deleted.
3761         (Fx_list_fonts): Use Ffont_list.
3762         (LFACE_AVGWIDTH): Deleted.
3763         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
3764         by FONTP.
3765         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
3766         (set_lface_from_font_name): Delete it.
3767         (set_lface_from_font): Renamed from
3768         set_lface_from_font_and_fontset.  Caller changed.  Don't set
3769         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
3770         for face.
3771         (merge_face_vectors): Copy font-spec if necessary.
3772         Clear properties of the font-spec if necessary.
3773         (merge_face_ref): Clear properties of the font-spec if necessary.
3774         (Finternal_set_lisp_face_attribute): Likewise.
3775         (set_font_frame_param): Use font_load_for_lface to load a
3776         font-object, and call Fmodify_frame_parameters with it.
3777         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
3778         font name by Ffont_xlfd_name.
3779         (Finternal_lisp_face_attribute_values): Don't check QCweight,
3780         QCslant, and QCwidth.
3781         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
3782         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
3783         Compare fonts by EQ.
3784         (lookup_non_ascii_face): Deleted.
3785         (face_for_font): The 2nd argument changed.
3786         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
3787         Check atomic font properties by case insensitive.
3788         (realize_non_ascii_face): Set face->overstrike correctly.
3789         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
3790         (dump_realized_face): Get font name from
3791         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
3793         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
3794         conditionals.  Don't check enable_font_backend.  Delete all codes
3795         used only when USE_FONT_BACKEND is not defined.
3796         (xic_create_xfontset): Original code deleted and renamed from
3797         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
3798         (x_make_gc): Don't set GCFont in GCs.
3799         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
3800         opened by "fixed".
3801         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
3802         find_ccl_program_func, query_font_func, set_frame_fontset_func,
3803         get_font_repertory_func.
3805         * xfont.c: Include <stdlib.h> and "ccl.h".
3806         (struct xfont_info): New structure.
3807         (xfont_query_font): Deleted.
3808         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
3809         moved from xterm.c.
3810         (xfont_driver): Adjusted for the change of struct font_driver.
3811         (compare_font_names): New function.
3812         (xfont_list_pattern): Sort font names case insensitively.  Make
3813         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
3814         (xfont_list): Return a list, not vector.
3815         (xfont_match): If the font doesn't have QCname property, generate
3816         a name from the other font properties.
3817         (xfont_open): Return a font-ojbect.  Adjusted for the change of
3818         struct font.  Get underline_thickness and underline_position from
3819         font property.  Don't update dpyinfo->smallest_font_height and
3820         dpyinfo->smallest_char_width.
3821         (xfont_close): Don't free struct font.
3822         (xfont_prepare_face): Adjusted for the change of struct font.
3823         (xfont_done_face): Deleted.
3824         (xfont_has_char): Adjusted for the change of struct font.
3825         (xfont_encode_char, xfont_draw): Likewise.
3826         (xfont_check): New function.
3828         * xftfont.c (xftfont_list): Adjusted for the change of `list'
3829         callback function.
3830         (xftfont_match): Adjusted for the fontmat change of font-entity.
3831         (xftfont_open): Adjusted for the format change of font-entity and
3832         font-object.  Adjusted for the change of struct font.  Return a
3833         font-object.  Don't update dpyinfo->smallest_font_height and
3834         dpyinfo->smallest_char_width.
3835         (xftfont_close): Block input while calling XftFontClose.
3836         (xftfont_prepare_face): Don't block input while calling
3837         xftfont_get_colors.  Adjusted for the change of struct font.
3838         (xftfont_shape): Return value of error case fixed.
3840         * xrdb.c (x_load_resources): Don't setup a fontset resource.
3842         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
3843         conditionals.
3844         (FONT_WIDTH): Return (f)->max_width.
3845         (struct x_display_info): Delete member `font'.
3846         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
3847         (x_find_ccl_program, x_get_font_repertory): Delete externs.
3848         (struct x_output): Change type of `font' to `struct font *'.
3850         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
3851         conditionals.  Don't check enable_font_backend.  Delete all codes
3852         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
3853         (x_per_char_metric, x_encode_char): Deleted.
3854         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
3855         (x_compute_glyph_string_overhangs): Adjusted for the change of
3856         `struct face'.
3857         (x_draw_glyph_string_foreground)
3858         (x_draw_composite_glyph_string_foreground): Likewise.
3859         (x_draw_glyph_string): Likewise.  Use font->underline_position and
3860         font->underline_thickness.
3861         (x_new_font): Renamed from x_new_fontset2.
3862         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
3863         (x_check_font): Call `check' method of a font driver.
3864         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
3865         (x_query_font, x_get_font_repertory): Deleted.
3866         (x_find_ccl_program): Renamed and moved to xfont.c.
3867         (x_redisplay_interface): Adjusted for the change of `struct
3868         redisplay_interface'.
3870         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
3871         conditionals.  Don't check enable_font_backend.  Delete all codes
3872         used only when USE_FONT_BACKEND is not defined.  Surround non-used
3873         code by "#ifdef OLD_FONT" and "endif".
3874         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
3876         * w32font.h (struct w32font_info): New member.
3877         (FONT_COMPAT): New macro.
3878         (w32font_open_internal): Prototype adjusted.
3880         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
3881         OLD_FONT" and "endif".
3883         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
3884         conditionals.  Don't check enable_font_backend.  Delete all codes
3885         used only when USE_FONT_BACKEND is not defined.
3886         (w32font_open): Return a font-object.  Make a font-object by
3887         font_make_object.  Adjusted for the change of struct w32font_info.
3888         (w32font_close): Don't free struct font.  Adjusted for the change
3889         of struct w32font_info.
3890         (w32font_encode_char, w32font_text_extents, w32font_draw):
3891         Adjusted for the change of struct w32font_info.
3892         (w32font_draw): Likewise.
3893         (w32font_list_internal): Return a list, not vector.
3894         (w32font_open_internal): Change the 4th arg to font-object.
3895         Adjusted for the change of struct w32font_info and font-object format.
3896         (add_font_name_to_list): Don't downcase names.
3897         (w32_enumfont_pattern_entity): Make a font-entity by
3898         font_make_entity.  Adjusted for the format change of font-entity.
3899         Use FONT_SET_STYLE to set a style-related font property.  If a
3900         font is scalable, set avgwidth property to 0.  Set font-entity
3901         property by font_put_extra.
3902         (font_matches_spec): Adjusted for the format change of font-entity.
3903         (w32_weight_table, w32_decode_weight): New variables.
3904         (w32_encode_weight): New function.
3905         (fill_in_logfont): Adjusted for the format change of font-spec.
3906         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
3907         weight value.
3908         (w32font_driver): Adjusted for the change of struct font_driver.
3910         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
3911         conditionals.  Don't check enable_font_backend.  Surround non-used
3912         code by "#ifdef OLD_FONT" and "endif".
3913         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
3914         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
3916         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
3917         conditionals.  Don't check enable_font_backend.  Delete all codes
3918         used only when USE_FONT_BACKEND is not defined.  Surround non-used
3919         code by "#ifdef OLD_FONT" and "endif".
3921         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
3922         (uniscribe_open): Return value changed to font-object.
3923         Adjusted for the format change of font-object.
3924         (uniscribe_otf_capability): Adjusted for the change of struct font.
3925         (add_opentype_font_name_to_list): Don't downcase names.
3926         (uniscribe_font_driver): Adjusted for the change of struct
3927         font_driver.
3929 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
3931         * dispnew.c (update_frame_1): Check if tty output is still valid
3932         before flushing it.
3934 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
3936         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
3937         to Gtk+ menus.
3939 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * dired.c (file_name_completion): Tweak the code so as to always do it
3942         in a single pass.  Tighten the scope of some variables.
3944         * dired.c (Qdefault_directory): New var.
3945         (file_name_completion): Use it instead of Fexpand_file_name.
3946         (syms_of_dired): Initialize it.
3948 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3950         * fileio.c (double_dollars): Remove dead code.
3952 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
3954         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
3955         Mention w32-get-true-file-attributes in doc string.
3957         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3959 2008-05-09  Glenn Morris  <rgm@gnu.org>
3961         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
3962         2008-04-23.
3964 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
3966         Support for reporting owner and group of each file on MS-Windows:
3967         * dired.c (stat_uname, stat_gname): New functions, with special
3968         implementation for w32.
3969         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
3971         * w32.c: Rename the_passwd_* to dflt_passwd_*.
3972         (dflt_group_name): New static variable.
3973         (dflt_group): Rename from the_group.
3974         (init_user_info): Init dflt_group fields.  Get user's group name
3975         from LookupAccountSid.
3976         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
3977         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
3978         New initialization states.
3979         (globals_of_w32): Initialize them to zero.  Initialize the default
3980         group name to "None".
3981         (GetFileSecurity_Name): New global var, the name of the function
3982         to call for GetFileSecurity.
3983         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
3984         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
3985         (get_file_security, get_security_descriptor_owner)
3986         (get_security_descriptor_group, is_valid_sid)
3987         (get_file_security_desc, get_rid, get_name_and_id)
3988         (get_file_owner_and_group): New functions.
3989         (stat): Use get_file_security_desc and get_file_owner_and_group to
3990         report the owner and primary group of each file.  Don't ignore the
3991         high 32 bits of file's size, now that st_size is 64-bit wide.
3992         Fix test when to get true file attributes.
3993         (init_user_info): Use get_rid instead of equivalent inline code.
3994         (fstat): Don't ignore the high 32 bits of file's size.
3996 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
3998         * image.c (png_load): Use correct bit-depth for setting background
3999         color.
4001 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
4003         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
4004         epa-hook.elc.
4006 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4008         * font.c (Ffont_match_p): Don't use `iff' in docstring.
4010 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
4012         * macfns.c (Fx_create_frame): Make a copy of frame parameters
4013         because the original parameters are in pure storage now.
4014         (mac_window): Remove unused params.  Update callers.
4016 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4018         * lread.c (substitute_object_recurse): Use lower-level primitives.
4019         Don't signal errors when traversing sub-char-tables.
4020         Don't loop over all the possible characters when traversing char-tables.
4022         * print.c (print_preprocess): Add sub-char-tables to the print-table,
4023         just like we do in print.c.
4025 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4027         * minibuf.c (Ftry_completion): Remove code left over from when we used
4028         scmp instead of Fcompare_strings.
4030 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
4032         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
4034 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4036         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
4037         Create bitmap context in native byte order.
4039         * macterm.c (XDrawLine)
4040         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
4041         context in native byte order.
4043 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4045         * config.in: Regenerate.
4047         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
4048         New definitions for Image I/O support.
4049         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4050         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
4051         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4052         (mac_data_provider_release_data, image_load_image_io)
4053         [USE_MAC_IMAGE_IO]: New functions.
4054         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
4055         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
4056         (init_image_func_pointer) [MAC_OSX]: Remove function.
4057         (image_load_quartz2d) [MAC_OSX]: Check availability of
4058         CGImageCreateWithPNGDataProvider at compile time.
4059         Use lowercase `false' for boolean constant.
4060         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
4061         Use image_load_image_io.
4062         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
4063         Don't check MyCGImageCreateWithPNGDataProvider.
4064         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
4065         Don't call init_image_func_pointer.
4067         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
4069         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
4070         Make variable non-static.
4071         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4072         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4074         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
4075         (RED_FROM_ULONG): Mask off higher bits.
4076         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
4078         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
4079         Include AvailabilityMacros.h.
4080         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
4081         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
4083 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * chartab.c (Fset_char_table_range): If range is t, really set all
4086         chars to that value.
4088 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
4090         * dired.c (Ffile_attributes): Don't allow the device number become
4091         negative.
4093 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
4095         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
4097 2008-05-02  Juri Linkov  <juri@jurta.org>
4099         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
4100         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
4101         DEFAULT argument as a list of default values in docstrings.
4103 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
4105         * puresize.h (BASE_PURESIZE): Increase to 1210000.
4107 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
4109         * dispnew.c (change_frame_size_1): Preserve small windows when
4110         shrinking frames by calling set_window_height|width with third
4111         arg 2.
4113         * window.h (struct window): Replace field too_small_ok by field
4114         resize_proportionally.
4116         * window.c (make_window): Initialize resize_proportionally.
4117         (enlarge_window): Temporarily set resize_proportionally to make
4118         sure that shrink_windows does scale the window proportionally.
4119         (shrink_windows): When window has resize_proportionally set try
4120         to shrink it proportionally by stealing from other windows.
4121         (struct saved_window, Fset_window_configuration)
4122         (compare_window_configurations): Handle resize_proportionally.
4123         (WINDOW_TOTAL_SIZE): New macro.
4124         (window_min_size, shrink_windows, size_window): Use it.
4125         (check_min_window_sizes): Remove.  Invalid values of
4126         window-min-height|width are handled by window_min_size_2 now.
4127         (size_window, Fsplit_window, enlarge_window)
4128         (adjust_window_trailing_edge, grow_mini_window): Don't call
4129         check_min_window_sizes.
4130         (window_min_size_2, window_min_size_1, window_min_size):
4131         New argument safe_p for retrieving "safe" minimum sizes.
4132         (Fdisplay_buffer, Fsplit_window, enlarge_window)
4133         (adjust_window_trailing_edge, grow_mini_window):
4134         Adjust arguments of window_min_size... functions.
4135         (shrink_windows): Argument min_size removed.  New argument
4136         safe_p allows shrinking windows to their safe minimum sizes.
4137         Calculate minimum size and decide whether a window shall be
4138         deleted for each window individually.
4139         (size_window): When nodelete_p equals 2, tell shrink_windows to
4140         delete windows only if their new minimum size is no more safe.
4141         (shrink_window_lowest_first): Call window_min_size_1 to make
4142         sure to preserve modeline of bottom-most window when resizing
4143         the minibuffer.
4144         (Fset_window_configuration, Fcurrent_window_configuration)
4145         (compare_window_configurations): Do not handle
4146         window-min-height|width any more.
4147         (syms_of_window): Clarify window-min-height|width doc-strings.
4149 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * dired.c (file_name_completion): Fix up the encoding/decoding issue
4152         some more.  Copy some of the code from Ftry_completions.
4153         Remove special case code that dates back to revision 1.1 when the
4154         slash was only added when necessary and that can't trigger nowadays.
4156 2008-04-27  Kenichi Handa  <handa@m17n.org>
4158         * font.c (font_prop_validate): Signal `error' instead of `font'.
4160 2008-04-29  Jason Rumney  <jasonr@gnu.org>
4162         * w32fns.c (Fw32_battery_status): New defun.
4163         (syms_of_w32fns): Defsubr it.
4165 2008-04-28  Andreas Schwab  <schwab@suse.de>
4167         * dired.c (file_name_completion): Fix another mixing of encoded
4168         and decoded names.
4170 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
4172         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
4174 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
4176         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
4178 2008-04-27  Andreas Schwab  <schwab@suse.de>
4180         * dired.c (file_name_completion): Fix inappropriate mixing of
4181         encoded and decoded names.
4183         * xterm.c (XTread_socket): Fix use of uninitialized variable.
4185         * puresize.h (BASE_PURESIZE): Increase to 1200000.
4187 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
4189         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
4190         2008-03-31, it's not needed anymore with `struct stat' definition
4191         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
4192         for the same reasons.
4194 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
4196         * m/sparc.h: Additional redefinitions for GNU/Linux.
4198 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4200         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
4201         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
4202         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
4203         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
4204         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4205         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
4206         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4207         Likewise.
4209         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
4210         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
4211         (mac_ax_number_of_characters): Add externs.
4212         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4213         [USE_MAC_TSM]: Likewise.
4214         (mac_handle_text_input_event) [MAC_OSX]:
4215         Handle kEventTextInputOffsetToPos for no active input area case.
4216         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4217         (mac_handle_document_access_event)
4218         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
4219         (install_application_handler) [MAC_OSX]: Register handlers for
4220         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4221         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4222         Register mac_handle_document_access_event.
4224         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
4225         Make functions non-static.
4227 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
4230         (read_file_name_completion_ignore_case, insert_default_directory)
4231         (Qdefault_directory): Move to minibuffer.el.
4232         (Fread_file_name): Call the new `read-file-name' instead.
4234 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4236         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
4237         Make function non-static.
4238         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
4239         Remove function.
4240         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4241         Move to mactoolbox.c.
4242         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
4244         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
4245         (mac_rect_make): New macro.
4247         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
4248         instead of float.
4249         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4250         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
4251         (XSetBackground) [USE_CG_DRAWING]: Likewise.
4252         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
4253         CGRectMake.
4254         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4255         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
4256         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
4257         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4258         instead of WindowRef in argument type.
4259         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
4260         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
4261         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
4262         instead of DISPLAY.  All uses changed.
4263         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
4264         (x_calc_absolute_position): Simplify so as not to use
4265         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
4267         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4268         instead of WindowRef in argument type.
4269         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
4270         [TARGET_API_MAC_CARBON]: Remove externs.
4271         (create_apple_event, mac_event_parameters_to_lisp)
4272         [TARGET_API_MAC_CARBON]: Add externs.
4274         * mactoolbox.c (Vmac_ts_script_language_on_focus)
4275         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
4276         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
4277         is clicked.
4278         (x_activate_menubar): Remove extern for saved_menu_event_location.
4279         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4280         Move from mac.c.
4282 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4284         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
4285         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
4287 2008-04-23  Jason Rumney  <jasonr@gnu.org>
4289         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
4290         attributes only for local files.
4292         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
4293         default to Qlocal.
4295 2008-04-22  Juri Linkov  <juri@jurta.org>
4297         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
4298         read-buffer-to-switch instead of using the letter "B".
4300 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         * fileio.c (Qdefault_directory): New variable.
4303         (Fread_file_name): Use it to pass `dir' to the completion functions.
4305 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
4307         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
4309 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * keyboard.c (Vpre_help_message): Remove.
4312         (show_help_echo): Remove default C code.
4314         * dired.c (directory_files_internal, file_name_completion):
4315         Only call ENCODE_FILE if the string is indeed decoded.
4317 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         * Makefile.in (TOOLKIT_DEFINES): Remove.
4320         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
4322 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4324         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
4325         (mactoolbox.o): New target.
4327         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
4328         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
4330         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
4331         Use mac_set_frame_window_background instead of XSetWindowBackground.
4332         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
4333         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
4334         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
4335         instead of SetWindowTitleWithCFString.
4336         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
4337         Move function to mactoolbox.c.
4338         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
4339         Use mac_set_window_modified instead of SetWindowModified.
4340         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
4341         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
4342         (Fx_focus_frame): Use mac_front_non_floating_window instead of
4343         FrontNonFloatingWindow.  Use mac_activate_window instead of
4344         ActivateWindow.  Use mac_active_non_floating_window instead of
4345         ActiveNonFloatingWindow.
4346         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
4347         Use mac_show_hourglass and mac_hide_hourglass.
4348         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
4349         instead of GetGlobalMouse.
4350         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
4351         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
4352         Use mac_bring_window_to_front instead of BringToFront.
4353         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
4354         mactoolbox.c.
4355         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
4356         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
4357         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
4358         mactoolbox.c.
4360         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
4361         (XtPointer): Move typedef from macmenu.c.
4362         (enum button_type): Move enum from macmenu.c.
4363         (widget_value): Move typedef from macmenu.c.
4364         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
4365         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
4366         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
4367         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
4368         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
4369         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
4370         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
4371         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
4372         (Selection): Move typedef from macselect.c.
4373         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
4374         macterm.c.
4375         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
4376         (mac_is_window_collapsed, mac_bring_window_to_front)
4377         (mac_send_window_behind, mac_hide_window, mac_show_window)
4378         (mac_collapse_window, mac_front_non_floating_window)
4379         (mac_active_non_floating_window, mac_activate_window)
4380         (mac_move_window_structure, mac_move_window, mac_size_window)
4381         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
4383         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
4384         (enum mac_menu_kind): Move enum to mactoolbox.c.
4385         (min_menu_id): Move variable to mactoolbox.c.
4386         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
4387         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
4388         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
4389         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
4390         [TARGET_API_MAC_CARBON]: Likewise.
4391         (XtPointer): Move typedef to macgui.h.
4392         (enum button_type): Move enum to macgui.h.
4393         (widget_value): Move typedef to macgui.h.
4394         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
4395         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
4396         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
4397         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
4398         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
4399         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
4400         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
4401         (popup_activated_flag): Make variable non-static.
4402         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
4403         (add_menu_item, fill_menu, dispose_menus):
4404         Move functions to mactoolbox.c.
4405         (restore_show_help_function, menu_target_item_handler)
4406         (install_menu_target_item_handler, mac_handle_dialog_event)
4407         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
4408         [TARGET_API_MAC_CARBON]: Likewise.
4409         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
4410         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4411         (find_and_call_menu_selection, name_is_separator): Make function
4412         non-static.
4413         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
4414         to mactoolbox.c.
4415         (set_frame_menubar): Don't call install_menu_quit_handler.
4416         (menu_item_selection): New variable.
4417         (mac_menu_show): Use create_and_show_popup_menu.
4418         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
4419         selection but set variable menu_item_selection.  All uses changed.
4420         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
4421         Call install_menu_quit_handler.  Move to mactoolbox.c.
4423         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
4424         (Selection): Move typedef to macgui.h.
4425         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
4426         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
4427         Make variables non-static.
4428         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
4429         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
4430         Make functions non-static.
4431         (Vmac_service_selection) [MAC_OSX]: Likewise.
4432         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
4433         (mac_valid_selection_target_p, mac_clear_selection)
4434         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
4435         (mac_put_selection_value, mac_selection_has_target_p)
4436         (mac_get_selection_value, mac_get_selection_target_list)
4437         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
4438         Move functions to mactoolbox.c.
4439         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
4440         Likewise.
4441         (copy_scrap_flavor_data, mac_handle_service_event)
4442         (install_service_handler) [MAC_OSX]: Likewise.
4443         (syms_of_macselect) <Vmac_dnd_known_types>:
4444         Use mac_dnd_default_known_types.
4446         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
4447         Move to mactoolbox.c.
4448         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
4449         (Fx_selection_owner_p): Add EXFUN.
4450         (install_window_handler, remove_window_handler, XSetWindowBackground):
4451         Remove externs.
4452         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
4453         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
4454         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
4455         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
4456         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
4457         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
4458         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
4459         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
4460         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
4461         (create_and_show_popup_menu, mac_get_selection_from_symbol)
4462         (mac_valid_selection_target_p, mac_clear_selection)
4463         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
4464         (mac_put_selection_value, mac_selection_has_target_p)
4465         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
4466         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
4467         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
4468         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
4469         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
4470         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4471         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
4472         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
4473         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
4475         * mactoolbox.c: New file.
4477 2008-04-18  Jason Rumney  <jasonr@gnu.org>
4479         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
4481 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * character.c (Fmultibyte_char_to_unibyte):
4484         Return latin1 chars unchanged.
4486         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
4487         relocated if it points to `name'.
4489 2008-04-17  Kenichi Handa  <handa@m17n.org>
4491         * data.c (Faset): Allow setting a multibyte character in an
4492         ASCII-only unibyte string.
4494         * lisp.h (STRING_SET_MULTIBYTE): New macro.
4496 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4498         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
4499         done in config.h.
4501 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
4503         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
4504         (Fchar_direction): Add usage in the docstring.
4506 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
4508         * keyboard.c (read_key_sequence): Remove always-true checks.
4510 2008-04-14  Jason Rumney  <jasonr@gnu.org>
4512         * w32font.c (w32font_open_internal): Set max_bounds.descent in
4513         compatibility struct, for better underline positioning.
4515 2008-04-13  David Hansen  <david.hansen@gmx.net>
4517         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
4518         string.
4520 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
4522         * m/hp800.h (XUINT, XSET): Remove.
4524 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
4526         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
4527         previous change.
4529 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
4532         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
4534 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4536         * keymap.h (map_keymap_canonical): Declare.
4537         * xmenu.c (single_keymap_panes): Use it.
4539 2008-04-11  Glenn Morris  <rgm@gnu.org>
4541         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
4542         set the target's value to that of the alias.
4544 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4546         * term.c (set_tty_color_mode): Left over typo.
4548 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
4550         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
4551         only after check for file name handler functions.  Signal, when
4552         native functionality is not supported.
4553         (syms_of_fileio): Declare it unconditionally.
4555 2008-04-10  Jason Rumney  <jasonr@gnu.org>
4557         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
4558         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
4560         * w32.c (logon_network_drive): Also logon to remote drives that
4561         are mapped to drive letters.
4563 2008-04-10  Glenn Morris  <rgm@gnu.org>
4565         * xdisp.c (truncate-partial-width-windows): Doc fix.
4567 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
4570         Move functions to minibuffer.el.
4571         (syms_of_fileio): Don't declare them.
4573 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
4576         (syms_of_minibuf): Remove its initialization.
4578         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
4580 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
4582         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
4584 2008-04-09  Jason Rumney  <jasonr@gnu.org>
4586         * makefile.w32-in (distclean): Delete makefile too.
4587         (maintainer-clean): New target.
4589         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
4591         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
4592         for new font backend and composite cases.
4594 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
4596         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
4597         Most of the code moved to run_timers.
4598         (do_pending_atimers): Call run_timers.
4599         (run_timers): New function.
4601         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
4602         run atimers.
4604         * process.c (wait_reading_process_output): The same as above.
4606 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * minibuf.c (last_exact_completion): Remove variable.
4609         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
4610         (complete_and_exit_1, complete_and_exit_2)
4611         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
4612         (Fdisplay_completion_list, display_completion_list_1)
4613         (Fminibuffer_completion_help, Fself_insert_and_exit)
4614         (Fexit_minibuffer, Fminibuffer_message): Move functions to
4615         minibuffer.el.
4616         (syms_of_minibuf): Remove corresponding initializations.
4618         * keyboard.c (Qdeactivate_mark): New var.
4619         (command_loop_1): Use it to call `deactivate-mark'.
4620         (syms_of_keyboard): Initialize it.
4622         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
4623         to another frame.
4624         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
4625         Don't call set_tty_color_mode.
4626         (store_frame_param): Reset previous_frame rather than call
4627         set_tty_color_mode.
4628         * term.c (set_tty_color_mode): Rewrite.
4629         * dispextern.h (set_tty_color_mode): New type.
4630         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
4632 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
4635         for generic chars, which do not exist any more in emacs-unicode.
4637 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
4639         * coding.c (detect_coding_emacs_mule)
4640         (Ffind_operation_coding_system): Fix typo.
4642 2008-04-08  Jason Rumney  <jasonr@gnu.org>
4644         * w32uniscribe.c (SNAME): Extract only symbol name.
4646         * w32font.h (struct w32_metric_cache): New struct.
4647         (w32font_info): Use it.
4648         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
4649         (CACHE_BLOCKSIZE): New constants.
4651         * w32font.c (Qja, Qko, Qzh): New symbols.
4652         (syms_of_w32font): Initialise them.
4653         (font_matches_spec): Use them to filter by language.
4654         (recompute_cached_metrics): Remove function.
4655         (compute_metrics, clear_cached_metrics): New functions.
4656         (w32font_encode_char): Use them to manage metric cache.
4657         (w32font_text_extents): Cache metrics for all glyphs on demand.
4658         Delay converting glyph indices to WORD until needed.
4659         (w32font_open_internal): Initialize metric cache to empty.
4660         (registry_to_w32_charset): Charset should always be a symbol.
4661         (fill_in_logfont, list_all_matching_fonts): Family should
4662         always be a symbol.
4664 2008-04-06  Jason Rumney  <jasonr@gnu.org>
4666         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
4667         Give up if glyph indices not supported.  Use uniscribe obtained
4668         ABC widths for individual metrics.  Map glyph clusters back to
4669         characters using fClusterStart flag.  Return number of glyphs
4670         produced, not chars processed.
4671         (uniscribe_shape): Map char at FROM to current glyph.
4673 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4675         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
4676         Use SetMenuItemHierarchicalMenu.
4678 2008-04-05  Jason Rumney  <jasonr@gnu.org>
4680         * image.c (pbm_load): Allow color values up to 65535.
4681         Throw an error if max_color_idx is outside the supported range.
4682         Report an error when image size is invalid.
4683         Read two bytes at a time when raw images have max_color_idx above 255.
4685 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4687         * w32.c (readdir): If FindFirstFile/FindNextFile return in
4688         cFileName a file name that includes `?' characters, use the 8+3
4689         alias in cAlternateFileName instead.
4691 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
4693         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
4694         append "CCL: Quitted" when the CCL program is quitted.
4695         (setup_ccl_program): Initialize ccl->quit_silently to zero.
4697         * ccl.h (struct ccl_program): New member quit_silently.
4699 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
4701         * search.c (compile_pattern_1): Treat non-nil and non-string of
4702         search-spaces-regexp as nil.
4704         * minibuf.c (Fassoc_string): Tweak docstring.
4706 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4708         * dired.c (Ffile_attributes): Support inode numbers wider than 32
4709         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
4710         2008-03-14 to force inode be positive.
4712         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
4713         _S_* ones, since we now use our own sys/stat.h.
4714         (stat, fstat): Don't mangle the inode number.
4715         (init_user_info): Don't restrict UID and GID to 0-60000 range.
4717 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * frame.h (struct frame): Give one more bit to `visible' since we use
4720         values larger than 1 to indicate obscured frames on ttys.
4722         * keymap.c (Qkeymap_canonicalize): New var.
4723         (Fmap_keymap_internal): New fun.
4724         (describe_map): Use keymap-canonicalize.
4726         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
4727         (Fundo_boundary): Set them.
4728         (syms_of_undo): Initialize them.
4729         (record_point): Use them instead of last_point_position*.
4730         (last_undo_buffer): Change type.
4732 2008-04-04  Jason Rumney  <jasonr@gnu.org>
4734         * w32font.c (w32font_text_extents): Use font's ascent and descent.
4735         (recompute_cached_metrics): Don't set ascent and descent per char.
4737         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4738         (uniscribe_check_otf): Add GC protection before consing.
4739         Rearrange loop for counting features.
4741 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
4744         buffer with byte-size of source buffer.
4746 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4748         * callint.c (Fcall_interactively): Handle temporary region even
4749         when shift-select-mode is off.
4751 2008-04-03  Jason Rumney  <jasonr@gnu.org>
4753         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
4755 2008-04-03  Kenichi Handa  <handa@m17n.org>
4757         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
4758         (CATEGORY_MASK_UTF_16): Likewise.
4759         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
4760         binary file.
4761         (detect_coding): Add null-byte detection for a binary file.
4762         (detect_coding_system): Likewise.
4764 2008-04-03  Jason Rumney  <jasonr@gnu.org>
4766         * w32uniscribe.c: New file.
4768         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
4770         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
4772         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
4773         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
4774         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
4775         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
4776         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
4777         (Qphonetic): New symbols.
4778         (syms_of_w32font): Initialize them.
4779         (font_supported_scripts): Use them.
4780         (w32font_list_family): List all charsets.
4781         (w32font_text_extents, recompute_cached_metrics): Fix metric
4782         calculations.
4783         (w32_enumfont_pattern_entity): Make full_type a DWORD.
4784         Give opentype fonts their own format.
4785         (font_matches_spec): New arguments backend and logfont.
4786         Handle :otf spec for uniscribe backend.
4787         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
4788         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4790         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
4791         font backend.
4792         (globals_of_w32fns): Initialize uniscribe font backend.
4794         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
4795         dependencies.
4796         (w32uniscribe.$(O)): New file to build.
4797         (FONT_OBJ): Include w32uniscribe.$(O).
4798         (LIBS): Add uniscribe libraries.
4800         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
4802 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
4804         * callint.c (Vshift_select_mode): New var.
4805         (Finteractive): Document new ^ spec.
4806         (Fcall_interactively): Call handle-shift-selection if the ^ spec
4807         is present.
4809         * keyboard.c (Vthis_command_keys_shift_translated): New var.
4810         (command_loop_1): Avoid running the direct display versions of
4811         forward-char and backward-char if shift-selection may occur.
4812         (read_key_sequence): Set Vthis_command_keys_shift_translated if
4813         shift-translation takes place.
4815         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
4816         avoid clobbering by define-minor-mode.
4818         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
4819         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
4821         * syntax.c (Fforward_word): Add ^ interactive spec.
4823         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
4824         (Fscroll_right): Add ^ interactive spec.
4826 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
4830         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
4832         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
4834 2008-03-31  Juri Linkov  <juri@jurta.org>
4836         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
4838 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
4840         * gtkutil.c (xg_set_geometry): Fix indentation.
4841         (xg_resize_outer_widget): Remove.
4842         (x_wm_size_hint_off): Fix indentation.
4843         (xg_frame_set_char_size): Call flush_and_sync after
4844         gtk_window_resize.
4845         (x_wm_set_size_hint): Pass NULL as geometry window to
4846         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
4847         Add menu bar and tool bar height to base height.
4848         (xg_update_frame_menubar, free_frame_menubar)
4849         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
4850         (update_frame_tool_bar, free_frame_tool_bar):
4851         Change xg_resize_outer_widget to xg_frame_set_char_size.
4853 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4855         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
4856         (Fdbus_call_method): New parameter TIMEOUT.
4857         (dbus-send-signal): Optimize UNGCPRO call.
4859 2008-03-29  Juri Linkov  <juri@jurta.org>
4861         * window.c (Fdisplay_buffer): Move call to
4862         Vsplit_window_preferred_function out of conditions that check
4863         if window is eligible for vertical splitting.
4864         When Vsplit_window_preferred_function is non-nil, call it and use
4865         its non-nil return value as window.  Otherwise, continue doing
4866         vertical splitting using Fsplit_window with arg horflag=nil.
4867         (syms_of_window) <Vsplit_window_preferred_function>: Change the
4868         default value from `split-window' to nil.
4870 2008-03-29  Juri Linkov  <juri@jurta.org>
4872         * callint.c (Fcall_interactively): Revert 2008-03-16 change
4873         for interactive code letters 'b' and 'B'.
4875 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
4877         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
4878         multibyte string.
4880 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * keyboard.c (pending_funcalls): New var.
4883         (timer_check): Run it.
4884         (syms_of_keyboard): Initialize it.
4885         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
4886         (Vdelete_terminal_functions): New vars.
4887         (syms_of_terminal): Initialize them.
4888         (Fdelete_terminal): Run delete-terminal-functions.
4889         * xdisp.c (safe_eval): Rewrite.
4890         (safe_call2): New fun.
4891         * frame.c (Qdelete_frame_functions): New var.
4892         (syms_of_frame): Initialize it.
4893         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
4894         * lisp.h (safe_call2, pending_funcalls): Declare.
4896 2008-03-28  Andreas Schwab  <schwab@suse.de>
4898         * indent.c (Fmove_to_column): Move declaration before statements.
4900 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
4903         (struct frame): Use bit fields for boolean vars.
4905         * process.c (server_accept_connection): Simplify naming.
4906         (emacs_get_tty_pgrp): Use SDATA.
4908         * coding.c (decode_coding_object): Fix last change.
4910 2008-03-27  Jason Rumney  <jasonr@gnu.org>
4912         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
4914 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
4916         * charset.c (Fdefine_charset_internal): Change the way of
4917         registering charsets in Vcharset_order_list.
4918         (syms_of_charset): Make the charset `eight-bit' supplementary.
4920 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
4922         * regex.c (EXTEND_BUFFER): Change order of pointer addition
4923         operations, to avoid having the difference between pointers
4924         overflow.
4926 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4928         * indent.c (check_display_width): New fun.
4929         (scan_for_column): Use it.
4931         * data.c (syms_of_data): Mark most-positive-fixnum and
4932         most-negative-fixnum as constants.
4934         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
4936         * indent.c (scan_for_column): Extract from current_column_1.
4937         Merge with the same code from Fmove_to_column.
4938         (current_column_1, Fmove_to_column): Use it.
4940 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * keymap.c (map_keymap_internal): New fun.
4943         (map_keymap): Use it.
4944         (Fmap_keymap_internal): New fun.
4945         (Fmap_keymap): Remove left-out test from before make_save_value.
4947         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
4949         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
4950         Use XCAR/XCDR.
4952         * process.h (struct Lisp_Process): Remove filter_multibyte.
4953         * process.c (QCfilter_multibyte): Remove.
4954         (setup_process_coding_systems): Don't use filter_multibyte.
4955         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
4956         (read_process_output): Don't adjust multibyteness to filter_multibyte.
4957         (Fset_process_filter_multibyte): Change the coding-system to
4958         approximate the previous behavior.
4959         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
4960         coding-system.
4962         * coding.c (decode_coding_object): When not decoding into a buffer,
4963         obey the coding system's preference of (uni|multi)byte.
4965 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
4968         every char is changed and has a different byte-length.
4969         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
4970         Fix int -> EMACS_INT.
4972 2008-03-23  David Hansen  <david.hansen@gmx.net>
4974         * dbusbind.c (xd_read_message): Remove extra copying of message
4975         strings.  Check for NULL `interface' or `member'.
4977 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
4979         * w32.c (readdir): If FindFirstFile/FindNextFile return in
4980         cFileName a file name that includes `?' characters, use the 8+3
4981         alias in cAlternateFileName instead.
4983 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
4987 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4989         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
4990         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
4991         work on current_buffer only instead (that was already the case
4992         for some of the code anyway).
4993         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
4994         (temp_set_point, temp_set_point_both): Use EMACS_INT.
4995         (SET_PT, SET_PT_BOTH): Adjust.
4996         * intervals.h (set_point, temp_set_point, set_point_both)
4997         (temp_set_point_both): Remove redundant declarations.
4999 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5001         * fileio.c (Finsert_file_contents):
5002         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
5003         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
5004         when buffer != current_buffer anyway.
5006 2008-03-20  Andreas Schwab  <schwab@suse.de>
5008         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
5009         as default.
5011 2008-03-19  Jason Rumney  <jasonr@gnu.org>
5013         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
5014         (syms_of_w32fns): Initialize them.
5015         (HOURGLASS_ID): New constant.
5016         (x_window_to_frame): Don't check hourglass_window.
5017         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
5018         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
5019         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
5020         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
5021         Only change the cursor if hourglass is not active.
5022         (Fx_create_frame): Initialize frame's current_cursor.
5023         (hourglass_atimer): Remove.
5024         (hourglass_started): New function.
5025         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
5026         (show_hourglass): Adapt to w32, changing argument to frame.
5028         * w32term.h (struct w32_output): Remove hourglass_window.
5029         Add current_cursor.
5031         * eval.c (call_debugger, Fsignal):
5032         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
5033         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
5034         (Fexecute_extended_command, cancel_hourglass_unwind):
5035         * minibuf.c (read_minibuf):
5036         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
5038 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * window.c (run_funs): New fun.
5041         (run_window_configuration_change_hook): Use it to run the buffer-local
5042         and the global part of the hook.
5044         * xdisp.c (format_mode_line_unwind_data): Add window argument.
5045         (unwind_format_mode_line): Restore selected window.
5046         (x_consider_frame_title, Fformat_mode_line): Set selected window.
5048 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5050         * editfns.c (Fchar_equal): Check they are valid characters.
5052         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
5054 2008-03-17  Andreas Schwab  <schwab@suse.de>
5056         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
5057         against a charset.
5059         * lisp.h (Fbuffer_list): Declare.
5061 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
5063         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
5064         handlebox_widget is != 0.
5066 2008-03-16  Juri Linkov  <juri@jurta.org>
5068         * callint.c (Fcall_interactively): For interactive code letters
5069         'b' and 'B' put the buffer list into the list of default "future"
5070         values of the minibuffer.
5072 2008-03-16  Andreas Schwab  <schwab@suse.de>
5074         * keyboard.c (read_key_sequence): Fix downcasing of letters with
5075         modifiers.
5077         * regex.c (re_match_2_internal): Correct matching of a charset
5078         against latin-1 characters.
5080 2008-03-16  Kenichi Handa  <handa@m17n.org>
5082         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
5083         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
5084         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
5085         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
5086         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
5087         CHAR_STRING_ADVANCE.
5088         (produce_chars): Fix for the case that the source and the
5089         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
5090         instead of CHAR_STRING_ADVANCE.
5091         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
5092         STRING_CHAR_ADVANCE.
5094 2008-03-15  Andreas Schwab  <schwab@suse.de>
5096         * regex.c (re_match_2_internal): Correct matching of eight bit
5097         characters in unibyte strings.
5099 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
5101         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
5102         at end of range when it coincides with the end of the buffer.
5104 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
5106         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
5108         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
5110 2008-03-14  Jason Rumney  <jasonr@gnu.org>
5112         * editfns.c (initial_tz): New variable.
5113         (syms_of_editfns): Initialize it.
5114         (Fset_time_zone_rule): Set it when first called.
5115         Use it when TZSTRING is nil.
5117         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
5118         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
5119         (monitor_from_point_fn, get_monitor_info_fn): New globals.
5120         (globals_of_w32fns): Initialize them.
5121         (compute_tip_xy): Use them to position tooltips.
5123 2008-03-14  Glenn Morris  <rgm@gnu.org>
5125         * emacs.c (main): Revert previous change.
5126         (standard_args): Revert -internal-script back to -scriptload,
5127         and remove the long-option form.
5129 2008-03-13  Glenn Morris  <rgm@gnu.org>
5131         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
5132         Remove option -enable-font-backend.
5134 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
5138 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
5140         * xterm.c (x_connection_closed): For GTK: If this is the last
5141         terminal just exit without closing the display.
5143 2008-03-11  Jason Rumney  <jasonr@gnu.org>
5145         * w32font.c (w32font_full_name): Use floor to round.
5147 2008-03-10  dhruva  <dhruvakm@gmail.com>  (tiny change)
5149         * sound.c (alsa_configure): Declare vol at beginning of block.
5151         * fontset.c (Ffontset_info): Remove extra semicolon.
5153 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5155         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
5156         size of resulting string.
5158 2008-03-10  Jason Rumney  <jasonr@gnu.org>
5160         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
5162 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5164         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
5165         Don't pretend as if characters with display property haven't been
5166         consumed for string-replacing-string case.
5168 2008-03-08  Kim F. Storm  <storm@cua.dk>
5170         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
5171         (get_next_display_element, next_element_from_string)
5172         (next_element_from_ellipsis, next_element_from_buffer): Use it.
5174 2008-03-08  Andreas Schwab  <schwab@suse.de>
5176         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
5178 2008-03-06  Jason Rumney  <jasonr@gnu.org>
5180         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
5181         when charset not specified.  Only translate ANSI to unicode when
5182         font_type is truetype.
5183         (w32font_coverage_ok): New function.
5184         (add_font_entity_to_list): Use it to filter unsuitable fonts.
5186 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
5188         * lread.c (Fread_char): Resolve modifiers.
5189         (Fread_char_exclusive): Likewise.
5191         * character.c (char_resolve_modifier_mask): New function.
5192         (char_string): Use char_resolve_modifier_mask.
5193         (Fchar_resolve_modifiers): New function.
5194         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
5195         function.
5197 2008-03-04  Jason Rumney  <jasonr@gnu.org>
5199         * makefile.w32-in: Always include w32font.c in the build.
5200         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
5202 2008-03-04  Andreas Schwab  <schwab@suse.de>
5204         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
5205         (versionclean): Likewise.
5207 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
5209         * .cvsignore: Add oo.
5211 2008-03-03  Andreas Schwab  <schwab@suse.de>
5213         * coding.c (decode_coding_object): Inhibit gap shrinking while
5214         decoding in place.
5216 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
5218         * w32term.c: Remove unused include "gnu.h".
5219         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
5221         * gnu.h: Rename to ...
5222         * emacs-icon.h: ... this.
5223         * xterm.c: Use emacs-icon.h instead of gnu.h.
5224         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
5226 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
5228         * w32font.c: Include math.h.
5230 2008-03-03  Jason Rumney  <jasonr@gnu.org>
5232         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
5233         Compute options separately.
5234         (w32font_open_internal): Set glyph_idx before caching metrics.
5236         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
5237         Define if system headers don't.
5238         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
5239         (w32font_encode_char): Don't declare here.
5241         * w32font.c (Quniscribe, QCformat): New symbols.
5242         (syms_of_w32font): Define them.
5243         (w32font_has_char): Indicate uncertainty.
5244         (w32font_encode_char): Encode as glyph point.  Make static.
5245         (recompute_cached_metrics): New function.
5246         (w32font_open_internal): Use it.  Set font to use glyph points
5247         initially.  Set format based on type of font.
5248         (w32font_text_extents, w32font_draw): Optionally use glyph points.
5249         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
5250         on it.  Set format based on information available here.
5251         (add_font_entity_to_list): Identify backend based on opentype_only.
5253 2008-03-02  Andreas Schwab  <schwab@suse.de>
5255         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
5257         * coding.c (decode_coding_big5, produce_chars):
5258         Fix typos in last change.
5260 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
5262         * gnu.h: New icon.
5264 2008-03-02  Kenichi Handa  <handa@m17n.org>
5266         * coding.c (decode_coding_utf_8): When eol-type of CODING is
5267         `dos', don't decode '\r' if that is the last in the source.
5268         (decode_coding_utf_16, decode_coding_emacs_mule)
5269         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5270         (decode_coding_raw_text, decode_coding_charset): Likewise.
5271         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
5273 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5275         * w32font.c (w32font_full_name): Report point size for scalable fonts.
5277 2008-03-01  Kim F. Storm  <storm@cua.dk>
5279         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
5281 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5283         * w32font.c (w32font_full_name): New function.
5284         (w32font_open_internal): Use it.
5286 2008-03-01  Kim F. Storm  <storm@cua.dk>
5288         * dispnew.c (line_draw_cost): Fix invalid glyph check.
5290 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5292         * font.c (font_unparse_fcname): Increase len when style is a symbol.
5294 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
5296         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
5297         xg_frame_resized when the event is for the edit widget.
5299         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
5301         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
5302         set_char_size.
5303         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
5304         operations on widgets here.  Just set frame size if needed.
5305         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
5306         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
5307         (x_wm_set_size_hint): Set size hints on the edit widget only, not
5308         the whole frame.
5309         (xg_create_tool_bar): Move attachement of the tool bar to
5310         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
5311         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
5313 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5315         * w32fns.c (w32_msg_pump): Disable debug code.
5317 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5319         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
5321 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
5323         * xdisp.c (next_overlay_string): Don't set
5324         overlay_strings_at_end_processed_p if we're currently reading from
5325         a display string.
5327 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5329         * xdisp.c (get_overlay_strings_1): Fix typo.
5331 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
5333         * xdisp.c (get_overlay_strings_1): Add missing argument type.
5335 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
5337         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
5339         * xdisp.c (display_mode_element): Cancel the previous change.
5340         (decode_mode_spec): Likewise.
5341         (handle_auto_composed_prop): Don't make composition if it->string
5342         is a string.
5344 2008-02-27  Kim F. Storm  <storm@cua.dk>
5346         * lisp.h (GLYPH): Change type from int to struct with separate char
5347         and face_id members.
5348         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
5349         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
5350         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
5351         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
5352         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
5353         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
5354         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
5355         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
5356         handle new Lisp glyph code encoding, either an integer or a cons.
5358         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
5359         (GLYPH_ALIAS): Delete.
5360         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
5361         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
5362         (GLYPH_FROM_CHAR): Replace macro by ...
5363         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
5365         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
5366         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
5367         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
5368         (GLYPH_INVALID_P): New macro.
5369         (spec_glyph_lookup_face): Update prototype.
5371         * dispnew.c (line_draw_cost): Adapt to new glyph type.
5372         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
5373         new glyph code encoding.
5374         (spec_glyph_lookup_face): No return value; update passed glyph instead.
5375         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
5377         * xdisp.c (get_next_display_element, next_element_from_display_vector):
5378         Adapt to new glyph type and new glyph code encoding.
5380         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
5382         * indent.c (current_column, current_column_1, Fmove_to_column)
5383         (compute_motion): Adapt to new glyph code encoding.
5385         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
5387 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
5389         * process.c (wait_reading_process_output): Check for window
5390         changes caused by timers.
5391         Suggested by Johan Bockgård.
5393 2008-02-27  Glenn Morris  <rgm@gnu.org>
5395         * emacs.c (USAGE1): Add `--disable-font-backend'.
5397 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5399         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
5400         is made to the buffer.
5402 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
5405         (face_at_string_position):
5406         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
5407         (face_at_string_position):
5408         * xdisp.c (display_string, next_overlay_change):
5409         * buffer.h (overlays_at):
5410         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
5411         Update callers.
5413 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
5415         * editfns.c (Fformat): Doc fix.
5417 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
5419         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
5420         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
5421         (Ffont_otf_alternates, Fquery_font): Doc fixes.
5423 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * buffer.c (Fbuffer_swap_text): New function.
5426         (syms_of_buffer): Defsubr it.
5428 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
5430         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
5432 2008-02-25  Jason Rumney  <jasonr@gnu.org>
5434         * w32font.c (w32font_draw): Draw one character at a time when padding.
5436 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5438         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
5439         Handle a nil arg.  Use run_window_configuration_change_hook.
5440         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
5441         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
5442         Use run_window_configuration_change_hook.
5444 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
5446         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
5447         1-pixel width.
5449 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
5451         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
5452         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
5453         if the glyph in the font is zero pixel with.
5455         * dispextern.h (struct glyph_string): New member padding_p.
5457         * w32font.c (w32font_draw): Pay attention to s->padding_p.
5459         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
5461         * xfont.c (xfont_draw): Pay attention to s->padding_p.
5463         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
5465         * font.c: If the font driver doesn't have `shape' function, return Qnil.
5467 2008-02-25  Jason Rumney  <jasonr@gnu.org>
5469         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
5471 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         Allow fine-grained image-cache flushing.
5474         * dispextern.h (struct image): Add `dependencies' field.
5475         (clear_image_caches): Change arg to Lisp_Object.
5476         * image.c (make_image): Initialize `dependencies' field.
5477         (clear_image_cache): Change arg to allow fine-grained flushing.
5478         Perform the flush even if image-cache-eviction-delay is nil.
5479         (clear_image_caches): Change arg to Lisp_Object.
5480         (Fclear_image_cache): Expand meaning of the argument.
5481         (mark_image): Mark `dependencies' field.
5482         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
5483         (lface_hash): Use XHASH rather than XFASTINT.
5484         (face_at_buffer_position): Fix int -> EMACS_INT position.
5485         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
5486         (select_frame_for_redisplay): Remove code duplication.
5487         (redisplay_internal): Adapt arg to call to clear_image_caches.
5489 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5491         * s/vms4-0.h:
5492         * s/vms4-2.h:
5493         * s/vms4-4.h:
5494         * s/vms5-5.h: Remove, unused.
5496         * s/irix5-2.h:
5497         * s/irix6-0.h:
5498         * s/riscos5.h:
5499         * s/mach-bsd4-3.h:
5500         * m/mips4.h: Remove files for obsolete systems.
5502         * Makefile.in:
5503         * filelock.c:
5504         * unexmips.c:
5505         * m/hp9000s300.h:
5506         * m/iris4d.h:
5507         * s/aix3-1.h:
5508         * s/hpux.h:
5509         * s/msdos.h:
5510         * s/usg5-0.h:
5511         * s/usg5-2-2.h:
5512         * s/usg5-2.h:
5513         * s/usg5-3.h: Remove references to obsolete variables.
5515         * s/irix5-0.h: Remove, move all the contents ...
5516         * s/irix6-5.h: ... here.  Simplify.
5517         * config.in: Regenerate.
5519 2008-02-24  Jason Rumney  <jasonr@gnu.org>
5521         * w32term.c (x_draw_glyph_string_background): Clear the background
5522         manually when cleartype is in use.
5523         (x_draw_glyph_string_foreground): Draw text transparently when
5524         cleartype is in use.
5526         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
5527         a font into it unless we have to.
5529 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5531         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
5532         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
5534 2008-02-18  Jason Rumney  <jasonr@gnu.org>
5536         * w32fns.c (Fw32_shell_execute): Encode parameters.
5538 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
5540         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
5542 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
5544         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
5546 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
5548         * xterm.c (x_set_offset): Don't change the gravity if
5549         CHANGE_GRAVITY is -1.
5551 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
5553         * fileio.c (auto_save_error_occurred): New var.
5554         (auto_save_error): Set it.
5555         (Fdo_auto_save): Don't overwrite the error message if an auto-save
5556         error occurred.
5558 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
5560         * w32.c (globals_of_w32): Add initializations for
5561         g_b_init_get_sid_sub_authority and
5562         g_b_init_get_sid_sub_authority_count.
5564 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
5567         (font_parse_xlfd): Use them for sanity check.
5568         (Finternal_set_font_style_table): Make sure the table is bijective.
5570         Consolidate the image_cache to the terminal struct.
5571         * termhooks.h (P_): Remove redundant def.
5572         (struct terminal): New field `image_cache'.
5573         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
5574         of FRAME_X_IMAGE_CACHE.
5575         * xterm.h (struct x_display_info): Remove image_cache field.
5576         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
5577         * w32term.h (struct w32_display_info): Remove image_cache field.
5578         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
5579         * macterm.h (struct mac_display_info): Remove image_cache field.
5580         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
5581         * xterm.c (x_term_init):
5582         * w32term.c (w32_term_init):
5583         * macterm.c (mac_term_init): Set the image_cache in the terminal.
5584         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
5585         Remove declarations.
5586         (clear_image_caches, mark_image_cache): New declarations.
5587         * xfaces.c (clear_face_cache):
5588         * xdisp.c (redisplay_internal): Use clear_image_caches.
5589         * image.c (clear_image_cache): Don't check that a frame is on
5590         a window-system before checking if it shares the same cache.
5591         (clear_image_caches): New function.
5592         (Fclear_image_cache): Use it.
5593         (mark_image): Move from allo.c.
5594         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
5595         * alloc.c (mark_image, mark_image_cache): Move to image.c.
5596         (mark_object): Don't call mark_image_cache for frames.
5597         (mark_terminals): Call mark_image_cache.
5599         * lisp.h (Fdelete_terminal): Declare.
5601         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
5602         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
5603         wrong_type_argument.
5605 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
5607         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
5608         malayalam.el, and tamil.el.  Add sinhala.el.
5610 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * xterm.c (x_connection_closed): Consolidate identical tests.
5613         (x_delete_terminal): Don't crash if called via x_connection_closed.
5615 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
5617         * xdisp.c (decode_mode_spec): New arg string.
5618         (display_mode_element): Adjust for the above change.
5620 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5622         * callint.c (Fcall_interactively): Use AREF.
5624 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
5628 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
5630         * xfns.c (Fx_show_tip): Set string to " " if empty.
5632 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
5634         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
5635         with Qt.
5637 2008-02-17  Kenichi Handa  <handa@m17n.org>
5639         * ftfont.c (ftfont_shape): Return Lispy number.
5641         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
5642         for GCs.
5643         (Finternal_set_font_selection_order): Call font_update_sort_order
5644         only when enable_font_backend is set.
5645         (realize_x_face): Set face->font_info to that of default face only
5646         when enable_font_backend is set.
5648         * xdisp.c (handle_composition_prop): Set it->c to the fist
5649         characte of the composed region.
5650         (fill_composite_glyph_string): Set base_face->font_info to
5651         s->font_info.  Get a face for ascii from base_face->ascii_face.
5652         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
5653         with a face already decided.
5654         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
5655         non-negative.
5656         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
5657         call font_prepare_composition unconditionally.
5659         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
5661         * xterm.h (struct x_display_info): New member font.
5663         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
5664         (x_set_mouse_face_gc, x_new_font): Likewise.
5665         (x_term_init): Setup display_info->font.
5666         (x_delete_terminal): Free display_info->font.
5668         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
5670         * ftxfont.c (ftxfont_default_fid): Delete it.
5671         (ftxfont_open): Set xfont->fid to 0.
5672         (ftxfont_end_for_frame): Clear data specific to the frame and the
5673         font-driver.
5675         * xftfont.c (xftfont_default_fid): Delete it.
5676         (xftfont_open): Set xfont->fid to 0.
5678         * fontset.c (FONTSET_OBJLIST): New macro.
5679         (fontset_find_font): Update font-object list of the fontset.
5680         (free_realized_fontset): New function.
5681         (free_face_fontset): Call free_realized_fontset.
5682         (Ffont_info): Call font_close_object only when enable_font_backend
5683         is set.
5685         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
5686         [HAVE_NTGUI]: Include w32term.h.
5687         [MAC_OS]: Include macterm.ch.
5688         (font_otf_ValueRecord): Use make_number.
5689         (font_finish_cache): Fix handling of reference count.
5690         (font_clear_cache): Update num_fonts.
5691         (font_open_entity): Update smallest_char_width and
5692         smallest_font_height of the frame.
5693         (font_close_object): Update num_fonts.
5694         (Fclear_font_cache): Fix finding the target cache data.
5696 2008-02-16  Glenn Morris  <rgm@gnu.org>
5698         * fontset.c (Finternal_char_font): Fix compilation warning.
5700 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
5702         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
5703         instead of char arrays.  Enlarge the size of array passed to
5704         get_token_information.
5706         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
5707         warnings.
5709 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
5711         * .gdbinit: Don't set `args', it breaks gdb --args.
5713 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
5716         within a narrowed buffer.
5718 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
5720         * coding.c (decode_coding_object, encode_coding_object):
5721         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
5723 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * coding.c (coding_set_destination): Use BEG_BYTE rather than
5726         hardcoding 1.
5727         (detect_coding_system):
5728         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
5729         (string_char_to_byte, string_byte_to_char, insert_from_gap):
5730         * insdel.c (insert_from_gap):
5731         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
5732         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
5733         (string_to_multibyte):
5734         * character.c (chars_in_text, multibyte_chars_in_text):
5735         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
5737         * character.h (FETCH_STRING_CHAR_ADVANCE)
5738         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
5739         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
5740         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
5742         * casefiddle.c (casify_region): Only call after-change and composition
5743         functions on the part of the region that was changed.
5745         * keyboard.c (read_avail_input):
5746         * frame.c (Fdelete_frame): Call Fdelete_terminal.
5748 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
5751         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
5753 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
5755         * w32menu.c (push_submenu_start, push_submenu_end)
5756         (push_left_right_boundary, push_menu_pane, push_menu_item):
5757         * keyboard.c (read_key_sequence): Don't pass args with side effects
5758         to AREF, it fails when compiling with -DENABLE_CHECKING.
5760 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
5762         * Makefile.in (${lispsource}international/charprop.el):
5763         Delete this target.
5765         * search.c (boyer_moore): Fix incorrect synching of the trunk and
5766         emacs-unicode-2.
5768 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5770         * terminal.c (Fdelete_terminal): Clean up the `force' path.
5772 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * frame.c (Qnoelisp): New symbol.
5775         (syms_of_frame): Initialize it.
5776         (Fdelete_frame): Use it to distinguish a mere `force' passed from
5777         someharmles Elisp code, from a strong `force' from x_connection_closed.
5778         * frame.h (Qnoelisp): Declare.
5779         * xterm.c (x_connection_closed): Pass `noelisp'.
5781         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
5782         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5783         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
5784         rather than `int' for the type of `type'.
5786 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5788         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
5790         * Makefile.in (GNUC): Remove support for gcc-1.x.
5792 2008-02-10  Richard Stallman  <rms@gnu.org>
5794         * lisp.h (ASET): Use AREF, not ASLOT.
5796 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * lisp.h (ASET): Check bounds.
5800 2008-02-10  Glenn Morris  <rgm@gnu.org>
5802         * buffer.c (mode-name): Doc fix.
5804 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5806         * Makefile.in:
5807         * emacs.c:
5808         * gmalloc.c:
5809         * keyboard.c:
5810         * lisp.h:
5811         * m/ibm370aix.h:
5812         * process.c:
5813         * regex.c:
5814         * s/hpux.h:
5815         * sysdep.c:
5816         * sysselect.h:
5817         * systty.h:
5818         * unexec.c:
5819         * w32term.c:
5820         * xsmfns.c:
5821         * xterm.c: Remove code that deals with obsolete variables.
5823         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
5825         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
5826         nothing else needs it anymore.
5828 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
5830         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
5831         instead of unibyte_char_to_multibyte.
5833 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5835         * s/gnu-linux.h: Remove commented out code.
5837         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
5839         * Makefile.in: Update what RMS says about using autoconf.
5840         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
5841         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
5842         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
5843         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
5845 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * keymap.c (Fkey_description): Move side effect outside of macro call.
5849         * xfaces.c (Finternal_make_lisp_face):
5850         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
5852         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
5853         (syms_of_fontset): Use ASET.
5855         * fns.c (concat): Move side effect outside of macro call.
5856         (hash_clear): Use ASET.
5858 2008-02-08  Richard Stallman  <rms@gnu.org>
5860         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
5861         If FORCE, and frame has a surrogate minibuffer for another frame,
5862         delete the other frame first.
5864 2008-02-07  Timo Savola  <timo.savola@iki.fi>
5866         * xterm.c (x_detect_focus_change): Handle embed client message.
5867         (handle_one_xevent): Ditto.
5868         (handle_one_xevent): If embedded and we get a button press/release,
5869         request focus.
5870         (xembed_set_info, xembed_send_message): New functions.
5871         (x_make_frame_visible): Call xembed_set_info if embedded.
5872         (x_make_frame_invisible): Call xembed_set_info if embedded.
5873         (x_term_init): Initialize Xatom_XEMBED.
5874         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
5875         (x_iconify_frame): Ditto.
5877         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
5878         (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
5879         (enum xembed_modifier, enum xembed_accelerator): New.
5880         (xembed_set_info, xembed_send_message): Declare.
5881         (FRAME_X_EMBEDDED_P): New.
5883         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
5884         gtk_plug_new.
5886         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
5887         window ID of a frame.
5888         (x_window): Reparent frame if embedded.
5889         (Fx_create_frame): Don't set border width if embedded.
5891         * emacs.c (USAGE3): Add --parent-id.
5892         (standard_args): Ditto.
5894 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
5896         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
5898 2008-02-07  Jim Meyering  <meyering@redhat.com>
5900         Use "do...while (0)", not "if (1)...else" in macro definitions.
5901         The latter provokes a warning from gcc about the empty else, when
5902         followed by ";".  Also, without that trailing semicolon, it would
5903         silently swallow up any following statement.
5904         * syntax.h (SETUP_SYNTAX_TABLE)
5905         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
5906         * buffer.h (DECODE_POSITION): Likewise.
5907         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
5908         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
5909         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
5910         (FETCH_CHAR_ADVANCE): Likewise.
5911         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
5913 2008-02-07  Jim Meyering  <meyering@redhat.com>
5915         * lread.c [lint]: Don't include <sys/inode.h>.
5917 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * xselect.c (x_handle_dnd_message):
5920         * xmenu.c (digest_single_submenu, xmenu_show):
5921         * xdisp.c (with_echo_area_buffer_unwind_data)
5922         (format_mode_line_unwind_data, unwind_format_mode_line)
5923         (display_menu_bar):
5924         * eval.c (Ffetch_bytecode):
5925         * doc.c (store_function_docstring):
5926         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
5927         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
5928         * buffer.c (add_overlay_mod_hooklist): Use ASET.
5930 2008-02-07  Kenichi Handa  <handa@m17n.org>
5932         * ftxfont.c (ftxfont_open): Don't set
5933         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
5935         * ftfont.c (ftfont_open): Fix previous change.
5937 2008-02-06  Jason Rumney  <jasonr@gnu.org>
5939         * w32font.c (w32font_text_extents): Fill in lbearing metric.
5940         Use cached metrics for ASCII characters.
5941         (w32font_open_internal): Don't set font's owning_frame.
5942         Cache metrics for ASCII characters.
5944         * w32font.h (struct w32font_info): Add ascii_metrics.
5945         Remove owning_frame.
5947 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
5949         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
5950         to negative value.
5952         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
5954         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
5956         * charset.c (syms_of_charset): Set QCtest and Qeq.
5958 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5960         * process.c (Fstart_process):
5961         * callproc.c (Fcall_process): Handle the case where
5962         Funhandled_file_name_directory returns nil.
5964         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
5965         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
5966         * font.c (check_gstring): Use them and AREF to access the vector before
5967         we know it's really a gstring.
5968         (Ffont_shape_text): Fix typo.
5969         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
5971         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
5972         Declare.
5974         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
5976 2008-02-05  Jason Rumney  <jasonr@gnu.org>
5978         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
5979         Set smallest_font_height and smallest_char_width in display info.
5981 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
5983         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
5985 2008-02-05  Miles Bader  <miles@gnu.org>
5987         * xfaces.c (get_lface_attributes, merge_named_face)
5988         (lookup_named_face, lookup_derived_face, realize_named_face):
5989         Revert 2008-02-01 change by cyd@stupidchicken.com.
5991 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
5993         * fontset.c (Ffontset_info): Handle the case of inhibitting the
5994         fallback fonts.
5995         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
5997 2008-02-04  Jason Rumney  <jasonr@gnu.org>
5999         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
6000         set full_name.
6001         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
6003 2008-02-03  Jason Rumney  <jasonr@gnu.org>
6005         * makefile.w32-in (OBJ1): Include font.o here.
6006         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
6008 2008-02-02  Jason Rumney  <jasonr@gnu.org>
6010         * makefile.w32-in (temacs): Bump EMHEAP to 21.
6012 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6014         * s/cygwin.h: Define VIRT_ADDR_VARIES.
6016         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
6018 2008-02-01  Andreas Schwab  <schwab@suse.de>
6020         * Makefile.in (shortlisp, lisp): Update for rename of
6021         ../lisp/language/myanmar.el.
6023 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
6025         * xfaces.c (get_lface_attributes): Delete function.
6026         (merge_named_face, lookup_named_face, lookup_derived_face)
6027         (realize_named_face): Call lface_from_face_name directly, and use
6028         the fact that merge_face_vectors does not alter its FROM argument.
6030 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6032         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
6033         input in the default locale.  Handle non-Unicode multibyte input.
6035 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6037         * fontset.c (reorder_font_vector): Exclude nil elements from the
6038         font group.  Don't try multiple fonts.
6039         (fontset_font): Adjust for the above change.
6040         (Finternal_char_font): Return nil if the found font doesn't
6041         contain the character ch.
6043         * Makefile.in (lisp, shortlisp): Add cham.el.
6045 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6047         * font.h (FONTP): Make it return 1 also for a font-object.
6049         * .gdbinit (xfontset): New function.
6051         * font.c (font_find_for_lface): Check if the character C is
6052         supported or not only for the first font.
6054         * fontset.c (reorder_font_vector): Fix typo.
6055         (fontset_find_font): Don't add a font-spec specifying a script.
6056         Use 0 (not Qt) for the indication of empty font-group.  Change the
6057         format of RFONT-DEF.  Return Qt if no font in the font-group
6058         support the character.
6059         (fontset_font): Adjust for the above change.  If no font was
6060         found the character, remember that.
6061         (face_for_char): Adjust for the change of RFONT-DEF.
6062         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
6063         no font for the target.
6064         (Finternal_char_font): Adjust for the change of RFONT-DEF.
6066 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6068         * font.c (font_load_for_face): Handle the case that the font in
6069         face->lface is a string.
6071 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6073         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
6075 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6077         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
6078         Fix previous change.  If the frame is not on a window system,
6079         signal an error.
6081 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6083         * coding.c (decode_coding_object, encode_coding_object): Adjust
6084         marker positions after conversion.
6086         * lisp.h (struct Lisp_Marker): New member need_adjustment.
6088 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6090         * font.c (font_find_for_lface): Fix the handling of the return
6091         value of font_has_char.
6092         (Ffont_shape_text): Fix previous change.
6094         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
6095         (fontset_ref_and_range): Delete it.
6096         (fontset_find_font): Call char_table_ref_and_range instead of
6097         FONTSET_REF_AND_RANGE.
6098         (make_fontset): Don't setup font groups of Latin here.
6099         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
6100         (new_fontset_from_font): Make the specified font the default for
6101         all Latin characters.
6103 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6105         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
6106         is on a window system before accessing the fontset of the frame.
6108 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6110         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
6112         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
6113         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
6115         * font.c (Ffont_shape_text): If the font driver doesn't have a
6116         shaper function, make zero-width glyphs to have at least one-pixel
6117         width.  Fix setting of `to' field of glyphs.
6119 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6121         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
6122         glyphs.
6124         * font.h (struct font_driver): Improve docstring of member `shape'.
6126 2008-02-01  Kenichi Handa  <handa@m17n.org>
6128         * composite.c (syms_of_composite): Fix docstring of
6129         auto-composition-function.
6131         * font.h (LGLYPH_SIZE): New macro.
6133         * font.c (Ffont_fill_gstring): Stop filling when a character not
6134         supported by the font is found.
6135         (Ffont_shape_text): When a shape callback function returns nil,
6136         try at most two more times with larger gstring.
6137         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
6139         * xdisp.c (handle_auto_composed_prop): Change the argument to
6140         auto-composition-function.
6142         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
6143         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
6144         Lispy glyph and store it in the lgstring.
6146         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
6148         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
6150 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6152         * font.c (Ffont_shape_text): Avoid unnecessary composition.
6154         * fontset.c (Vfont_encoding_charset_alist): New variable.
6155         (syms_of_fontset): DEFVAR it.
6156         (reorder_font_vector, fontset_find_font): Optimize for the case of
6157         no need of reordering.
6158         (face_for_char): Map the charset property by
6159         Vfont_encoding_charset_alist.
6161 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6163         * w32font.c (logfonts_match): Don't check adstyle here.
6164         (font_matches_spec): Check here against physical font instead.
6165         (add_font_entity_to_list): Avoid some substitutions.
6167         * font.c (font_parse_fcname): Default weight and slant to normal.
6168         (font_score): Prefer normal fonts if weight or slant unspecified.
6169         (font_score) [WINDOWSNT]: Scale weight difference down to closer
6170         match freetype scores.
6172 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6174         * w32font.c (w32font_text_extents): Don't use the frame stored in the
6175         font, as it may have been deleted.
6176         (w32_enumfont_pattern_entity): Map generic family to adstyle using
6177         most common hyphenless variation.
6178         (logfonts_match): Check generic family.
6179         (font_matches_spec): Don't check generic family here.
6180         (fill_in_logfont): Set generic family based on adstyle.
6182         * w32font.h (w32font_get_cache): Update declaration.
6184 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6186         * ftfont.c (ftfont_get_cache): Adjust the argument type.
6188         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
6189         If none of the new drivers are available, call font_update_drivers
6190         with the old drivers.
6192         * w32font.c (w32font_get_cache): Adjust the argument type.
6194         * xfont.c (xfont_get_cache): Adjust the argument type.
6196         * font.h (struct font_driver): Change argument type of get_cache.
6198         * xftfont.c (xftfont_start_for_frame): Delete prototype.
6200         * font.c (Ffont_get): Fix arguments to Fassoc.
6201         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
6202         (font_clear_cache): New function.
6203         (font_list_entities, font_matching_entity): Use font_get_cache.
6204         (font_update_drivers): Call font_clear_cache when finishing a driver.
6206         * fontset.c (fontset_find_font): Fix previous change.
6208 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6210         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
6211         dpyinfo->font_table.
6212         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
6213         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
6215         * font.c (font_at): Handle the case that the arg C is negative.
6216         Handle the unibyte case.
6217         (Ffont_at): Call font_at with the arg C -1.
6219         * xdisp.c (handle_auto_composed_prop): Don't get a character at
6220         the position here, and call font_at with the arg C -1.
6221         Don't check the range of the existing composition at the point.
6223 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6225         * fontset.c (fontset_add): New args charset_id and family.
6226         Change caller.
6227         (load_font_get_repertory, fontset_find_font): Assume that
6228         font_spec is always a font-spec object.
6229         (Fset_fontset_font): Always store a font-spec object in a fontset.
6231         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
6232         instead of get_property_and_range.
6234 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6236         * xftfont.c (struct xftfont_info): Delete the member ft_face.
6237         (xftfont_open): Don't keep locking face.
6238         (xftfont_close): Don't unlock face.
6239         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
6241         * fontset.c (fontset_find_font): Don't prefer a font of
6242         supplementary charset.
6244 2008-02-01  Kenichi Handa  <handa@m17n.org>
6246         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
6247         script, langsys_tag to langsys, new member script.
6248         (OTF_TAG_STR): Terminate by '\0'.
6249         (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
6250         listing to the script specified in that property.  Fix arg to
6251         OTF_check_features.
6253 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6255         * w32font.h: New file.
6257         * w32font.c: Include it.
6258         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
6259         (w32font_open): Set owning_frame.
6260         (w32font_text_extents): Use owning_frame.
6261         (struct font_callback_data): Add opentype_only field.
6262         (add_font_entity_to_list): Use it to filter fonts.
6263         Don't check against full name.
6264         (w32font_list_internal): New function.
6265         (w32font_list): Use it.
6266         (w32font_match_internal): New function.
6267         (w32font_match): Use it.
6268         (w32font_open_internal): New function.
6269         (w32font_open): Use it.
6270         (w32font_get_cache, w32font_close, w32font_has_char)
6271         (w32font_encode_char, w32font_text_extents, w32font_draw):
6272         Make non-static.
6274         * makefile.w32-in (w32font.o): Depend on w32font.h.
6276 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6278         * charset.c (Fdefine_charset_internal): Record a supplementary
6279         charset at the tail of Vcharset_order_list.
6281         * font.c (Ffont_shape_text): Fix the return value.
6283         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
6285         * xdisp.c (handle_auto_composed_prop): Fix previous change.
6287 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6289         * ftfont.c (struct OpenTypeSpec): New struct.
6290         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
6291         (ftfont_get_open_type_spec): New function.
6292         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
6294         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
6296 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6298         * w32font.c (add_font_entity_to_list): Compare only the beginning
6299         of full name.
6301 2008-02-01  Kenichi Handa  <handa@m17n.org>
6303         * xdisp.c (handle_auto_composed_prop): Simplify the code.
6304         Never return HANDLED_RECOMPUTE_PROPS.
6306 2008-02-01  Kenichi Handa  <handa@m17n.org>
6308         * font.c (font_gstring_produce): Delete it.
6310         * composite.h (COMPOSITION_METHOD):
6311         Handle COMPOSITION_WITH_GLYPH_STRING.
6313 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6315         * xfont.c (Qx): Delete.
6316         (syms_of_xfont): Don't initialize Qx.
6318         * composite.h (enum composition_method):
6319         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
6321 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6323         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
6324         (choose_face_font): Accept new form of font-spec.
6326         * frame.h (font_driver_list): Declare it unconditionally.
6327         (struct frame): Define members font_driver_list and font_data_list
6328         unconditionally.
6330         * fontset.c: Include "font.h" unconditionally.
6331         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
6332         (Fset_fontset_font): Accept a font-spec object.
6334         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
6335         PIXEL_SIZE part a wild card.
6337         * dispextern.h (struct glyph_string): Define members clip and
6338         num_clips unconditionally.
6339         (struct face): Define members font_info and extra unconditionally.
6341         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
6342         ftfont_info only when HAVE_LIBOTF is defined.
6344 2008-02-01  Andreas Schwab  <schwab@suse.de>
6346         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
6347         and end.
6349 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6351         * w32font.c (w32font_driver): Add new fields.
6353 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6355         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
6356         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
6357         (LIBES): Add @M17N_FLT_CFLAGS@.
6359         * composite.c (compose_text): Don't treat the new style
6360         composition specially.
6362         * emacs.c (main): Call syms_of_font unconditionally.
6364         * font.h (FONT_ENTITY_NOT_LOADABLE)
6365         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
6366         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
6367         (struct font_driver): New member shape.
6368         (font_registry_charsets): Extern it.
6369         (font_find_for_lface, font_prepare_composition): Adjust prototype.
6370         (font_otf_capability, font_drive_otf): Delete their externs.
6372         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
6373         (font_charset_alist, font_registry_charsets): Move from xfont.c
6374         and rename.
6375         (font_prop_validate_otf): New function.
6376         (font_property_table): Register it for QCotf.
6377         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
6378         (font_drive_otf): Delete.
6379         (font_prepare_composition): New arg F.  Adjust for the change of
6380         lispy gstring.
6381         (font_find_for_lface): New arg C.
6382         (font_load_for_face): Adjust for the change of font_find_for_lface.
6383         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
6384         lispy gstring.
6385         (Ffont_shape_text): New function.
6386         (Fopen_font): If the font size is not given, use 12-pixel.
6387         (Ffont_at): New arg STRING.
6388         (syms_of_font): Initalize font_charset_alist.
6389         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
6390         conditionally.
6392         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
6393         fonts of the same font-spec.  Change the format of RFONT-DEF.
6394         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
6395         Adjust for the change of RFONT-DEF.
6396         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
6398         * ftfont.h: New file.
6400         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
6401         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
6402         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
6403         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
6404         font_otf_capability and font_drive_otf, set ftfont_shape.
6405         (ftfont_list): Adjust for the change of :otf property value.
6406         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
6407         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
6408         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
6409         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
6410         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
6411         (otf_gstring, gstring, m17n_flt_initialized): New variables.
6413         * w32term.c (x_draw_composite_glyph_string_foreground):
6414         Adjust for the change of lispy gstring.
6416         * xdisp.c (handle_composition_prop): Adjust for the change of
6417         lispy gstring.  Call a function for auto-composition with the
6418         third arg it->window.
6419         (fill_composite_glyph_string): Adjust for the change of lispy string.
6420         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
6422         * xfaces.c (set_font_frame_param): Adjust for the change of
6423         font_find_for_lface.
6425         * xfont.c (x_font_charset_alist): Move to font.c and rename.
6426         (xfont_registry_charsets): Likewise.  Change caller.
6427         (syms_of_xfont): Don't handle x_font_charset_alist.
6429         * xftfont.c: Include "ftfont.h".
6430         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
6431         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
6432         (xftfont_close) [HAVE_LIBOTF]: Close otf.
6433         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
6434         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
6435         Set xftfont_driver.shape to xftfont_shape.
6437         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
6438         the change of lispy gstring.
6440 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6442         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
6444 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6446         * w32font.c (w32font_draw): Fill background manually.
6448 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6450         * font.c (Qfontp): Remove unused symbol.
6451         (QCantialias): New symbol.
6452         (syms_of_font): Define it.
6453         (font_property_table): Set a validator for QCantialias.
6455         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
6456         Define if not already.
6457         (QCfamily): Share with xfaces.c.
6458         (Qstandard, Qsubpixel, Qnatural): New symbols.
6459         (syms_of_w32font): Define them.  Don't define QCfamily here.
6460         (w32_antialias_type, lispy_antialias_type): New functions.
6461         (w32_enumfont_pattern_entity): New arg requested_font.
6462         Set antialias parameter if non-default was requested.
6463         (fill_in_logfont): Fill in lfQuality if :antialias specified.
6465 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6467         * lread.c (read1): Undo the previous change.
6469 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
6471         * frame.c (Fdelete_frame): Call font_update_drivers only when
6472         USE_FONT_BACKEND is defined.
6474 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6476         * font.h (struct font_bitmap): New member bits_per_pixel.
6477         (struct font_driver): New members start_for_frame and end_for_frame.
6478         (struct font_data_list): New struct.
6479         (font_put_frame_data, font_get_frame_data): Extern them.
6481         * frame.h (struct frame): New member font_data_list.
6483         * font.c (font_update_drivers): Call driver->start_for_frame and
6484         driver->end_for_frame at proper timings.
6485         (font_put_frame_data, font_get_frame_data): New functions.
6486         (Ffont_spec): Add usage in the docstring.
6488         * frame.c (make_frame): Initialize f->font_data_list to NULL.
6489         (Fdelete_frame): Call font_update_drivers.
6491         * xftfont.c (struct xftface_info): Delete the member xft_draw.
6492         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
6493         (xftfont_get_xft_draw): New function.
6494         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
6495         (xftfont_end_for_frame): New function.
6496         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
6498         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
6499         Change argument.  Cache GCs in the per-frame data.
6500         (struct ftxfont_frame_data): New struct.
6501         (ftxfont_draw_bitmap): New arg gc_fore and flush.
6502         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
6503         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
6504         (ftxfont_end_for_frame): New function.
6505         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
6507         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
6509 2008-02-01  Kenichi Handa  <handa@m17n.org>
6511         * xselect.c (Vselection_coding_system)
6512         (Vnext_selection_coding_system): Delete them.
6513         (syms_of_xselect): Don't declare selection-coding-system and
6514         next-selection-coding-system.  They are declared in select.el.
6516 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6518         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
6520         * w32fns.c: Include imm.h.
6521         (get_composition_string_fn, get_ime_context_fn): New optional
6522         system functions.
6523         (globals_of_w32fns): Load them from imm32.dll.
6524         (ignore_ime_char): New flag.
6525         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
6526         WM_IME_ENDCOMPOSITION messages.
6528         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
6529         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
6531 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6533         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
6534         (READCHAR_REPORT_MULTIBYTE): New macro.
6535         (readchar): New 2nd arg MULTIBYTE.
6536         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
6537         Make symbol's name multibyte according to the multibyteness of the
6538         source.
6540 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6542         * xfaces.c (face_for_overlay_string): Call lookup_face with
6543         correct arguments (fix of synching with the trunk).
6545 2008-02-01  Kenichi Handa  <handa@m17n.org>
6547         * font.c (font_prop_validate_symbol, font_prop_validate_style)
6548         (font_prop_validate_non_neg, font_prop_validate_spacing):
6549         Delete argument prop_index.
6550         (font_property_table): Change arguments to validater.  Change Callers.
6551         (font_lispy_object): Delete.
6552         (font_at): Use font_find_object instead fo font_lispy_object.
6554 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6556         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
6557         and file names.
6559 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6561         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
6562         (font_matches_spec): Remove debug output.
6563         (add_font_entity_to_list): Avoid using substituted fonts.
6565 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6567         * doc.c (Fsnarf_documentation):
6568         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
6570 2008-02-01  Miles Bader  <miles@gnu.org>
6572         * dispextern.h (struct glyph_row): Only define "clip" field if
6573         HAVE_WINDOW_SYSTEM is defined.
6575 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         Fix up multi-tty merge.
6579         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
6580         and indentation.
6582         * xfaces.c (free_realized_face, clear_face_gcs):
6583         Include font_done_for_face in the input_blocked section, just in case.
6585         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
6586         (get_char_face_and_encoding): Undo last change and remove the *other*
6587         duplicate definition (i.e. keep the one that's better scoped and that
6588         includes code for the font-backend).
6590         * terminal.c (create_terminal): Default keyboard_coding to
6591         `no-conversion' and terminal_coding to `undecided'.
6593         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
6595         * fontset.c (free_realized_fontsets): Check that the table entry does
6596         contain a fontset before trying to compare it to `base'.
6598         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
6599         syms_of_charset, and syms_of_coding earlier because init_window_once
6600         now needs Vcoding_system_hash_table to be setup.
6602         * coding.h (default_buffer_file_coding): Remove.
6604         * coding.c (default_buffer_file_coding): Remove.
6605         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
6606         than ->symbol, and use the terminal-local coding system.
6607         (syms_of_coding): Don't setup the coding-systems that are not
6608         terminal-local.
6609         (Fdefine_coding_system_internal): Use XCAR/XCDR.
6611         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
6612         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
6614         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
6615         in chartab.c and were re-added here by mistake.
6616         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
6618         * doc.c (Fsnarf_documentation):
6619         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
6620         src to etc.
6622         * ChangeLog.10: Add mistakenly removed entry.
6624 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
6626         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
6628 2008-02-01  Miles Bader  <miles@gnu.org>
6630         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
6631         Add extra args to FACE_FOR_CHAR.
6633 2008-02-01  Kenichi Handa  <handa@m17n.org>
6635         * keymap.c (where_is_internal_1): If key is a cons, store the copy
6636         in sequence.
6638         * chartab.c (map_sub_char_table, map_char_table): If the range
6639         contains just one character, call the function with that character
6640         even if the depth is not 3.
6642 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6644         * w32font.c (w32font_text_extents): Calculate metrics for the
6645         whole string.
6647 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6649         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
6651 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6653         * w32term.c (x_set_glyph_string_clipping): Use
6654         get_glyph_string_clip_rects.
6655         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6656         Adjust for the change of struct glyph_string.
6658         * w32font.c (w32font_draw): Do clipping here.
6660 2008-02-01  Kenichi Handa  <handa@m17n.org>
6662         * xftfont.c (xftfont_draw): Adjust for the change of struct
6663         glyph_string.
6665         * xterm.c (x_set_glyph_string_clipping): Use
6666         get_glyph_string_clip_rects.
6667         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6668         Adjust for the change of struct glyph_string.
6670         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
6671         the resulting clip(s}.
6672         (expose_overlaps): Add arg r.  Change callers.  Set it to
6673         row->clip temporarily.
6674         (expose_window): Redraw rows overlapping the exposed area.
6676         * dispextern.h (struct glyph_row): New member clip.
6677         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
6678         clip_height, new member clip, and num_clips.
6680 2008-02-01  Kenichi Handa  <handa@m17n.org>
6682         * data.c (Fchar_or_string_p): Fix docstring.
6684 2008-02-01  Kenichi Handa  <handa@m17n.org>
6686         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
6687         create a temporal XftDraw object.
6689 2008-02-01  Kenichi Handa  <handa@m17n.org>
6691         * font.c (Ffontp): Fix docstring.
6693         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
6694         strong evidence of ISO-2022.
6696 2008-02-01  Kenichi Handa  <handa@m17n.org>
6698         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
6699         SYNTAX_ENTRY_FOLLOW_PARENT.
6701 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
6704         its type.
6705         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
6706         Update to the new type of weak_hash_tables and next_weak.
6708         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
6709         a plain C pointer to Lisp_Hash_Table.
6711         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
6712         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
6713         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
6714         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
6715         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
6716         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
6717         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
6718         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
6719         (GC_EQ): Remove since they've been identical to their non-GC_
6720         alter-egos ever since the markbit was eradicated.
6722         * alloc.c:
6723         * buffer.c:
6724         * buffer.h:
6725         * data.c:
6726         * fileio.c:
6727         * filelock.c:
6728         * fns.c:
6729         * frame.h:
6730         * lisp.h:
6731         * macterm.c:
6732         * print.c:
6733         * process.c:
6734         * w32fns.c:
6735         * w32menu.c:
6736         * w32term.c:
6737         * xfns.c:
6738         * xmenu.c:
6739         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
6741 2008-02-01  Kenichi Handa  <handa@m17n.org>
6743         * chartab.c (map_sub_char_table): Make it work for the top-level
6744         char-table.  Fix handling of parent char-table.
6745         (map_char_table): Adjust for the above change.
6747 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6749         * w32font.c (Qgdi): Rename from Qw32.
6751 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6753         * w32bdf.c (get_quoted_string): Make function static.
6755 2008-02-01  Kenichi Handa  <handa@m17n.org>
6757         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
6758         bigger ascent and descent than those of the font, use them as
6759         font's ascent and descent.
6761 2008-02-01  Kenichi Handa  <handa@m17n.org>
6763         * Makefile.in (${lispsource}international/charprop.el): Move this
6764         target within "#ifdef HAVE_UNIDATA" and "#endif".
6766 2008-02-01  Kenichi Handa  <handa@m17n.org>
6768         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
6769         (shortlisp): Add ../lisp/language/tai-viet.el.
6771 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
6773         * Makefile.in (${lispsource}international/charprop.el): Depend on
6774         temacs${EXEEXT}.
6776 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6778         * w32font.c (w32font_close): Delete the GDI font object.
6780         * w32menu.c: Include character.h.
6782         * w32proc.c: Likewise.
6784         * w32select.c: Likewise.
6786         * makefile.w32-in (w32proc.o): Depend on character.h.
6788 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6790         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
6792         * w32menu.c (syms_of_w32menu): Likewise.
6794         * w32proc.c (syms_of_ntproc): Likewise.
6796         * w32select.c (syms_of_w32select): Likewise.
6798         * w32term.c (syms_of_w32term): Likewise.
6800 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6802         * w32font.c (w32font_draw): Delete brush after using it.
6804 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6806         * w32font.c (w32font_open): Don't set font_idx.
6807         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
6808         to font settings.
6809         (w32font_draw): Fill background explicitly.
6811 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6813         * w32term.c (w32_initialize): Don't call w32font_initialize.
6815         * w32font.c (w32font_info): Remove subranges.
6816         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
6817         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
6818         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
6819         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
6820         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
6821         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
6822         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
6823         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
6824         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
6825         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
6826         New symbols.
6827         (font_callback_data): New struct.
6828         (w32font_list, w32font_match): Use it.
6829         (w32font_open): Don't populate subranges.
6830         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
6831         (w32font_encode_char): Always return unicode code-point as-is.
6832         (w32font_text_extents): Supply a tranformation matrix to
6833         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
6834         twice.  Use unicode version of GetTexExtentPoint32 instead of
6835         glyph index version.
6836         (set_fonts_frame): Remove.
6837         (w32_enumfont_pattern_entity): Add frame parameter, use it to
6838         set frame parameter.  Use backward compatible fake foundries.
6839         Save generic family in extra slot under QCfamily.  Make width slot
6840         constant.  Save QCspacing value.  Save list of scripts instead of
6841         binary subranges.
6842         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
6843         (add_font_entity_to_list): Use font_callback_data struct.  Filter
6844         unwanted fonts.
6845         (add_one_font_entity_to_list): Use font_callback_data struct.
6846         (w32_registry): Default to iso10646_1.
6847         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
6848         string font registries.  Don't fill in font name if it is a generic
6849         family name, fill family instead.  Use spacing, family and script
6850         extra info to fill pitch, family and charset fields.
6851         (list_all_matching_fonts): Use font_callback_data struct.
6852         (unicode_range_for_char): Remove.
6853         (font_supported_scripts): New function.
6854         (w32font_initialize): Remove.
6855         (syms_of_w32font): Update which symbols are defined.
6857 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6859         * font.c (font_pixel_size): Reverse assq_no_quit args.
6861         * w32term.h (FONT_WIDTH): Report max width, not average.
6862         (FONT_MAX_WIDTH): Remove.
6863         (FONT_AVG_WIDTH): New macro.
6865         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
6866         redefinition of FONT_WIDTH.
6868         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
6869         (w32_cache_char_metrics): Use FONT_WIDTH.
6871         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
6873 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6875         * w32font.c (w32font_open): Make lfHeight negative.
6877         * w32fns.c (x_default_font_parameter): Use new style font name.
6878         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
6880 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6882         * w32font.c (QCsubranges): New symbol.
6883         (w32font_open, w32font_has_char): Get subranges from subproperty
6884         of extra.
6885         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
6886         (syms_of_w32font): Define :subranges symbol.
6888         * font.c (font_put_extra): Expose externally.
6890         * font.h (font_put_extra): Move declaration from font.c.
6892         * font.c (Ffont_get): Use font driver to determine otf capability.
6893         (adjust_anchor): Check if driver defines anchor_point before using.
6895         * w32font.c (w32font_open): Handle size, height and pixel_size better.
6896         (w32font_draw): Use options.
6897         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
6898         Fix detection of truetype fonts.
6899         (registry_to_w32_charset): Handle charsets other than iso8859-1
6900         expressed as lisp symbols.
6901         (w32_registry): Express charset as lisp symbol.
6902         (fill_in_logfont): Reverse pixel and point height logic.
6903         Don't set width here.  Set quality to default.
6905         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
6906         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
6908         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6909         Remove redundant loop and allocation.
6911         * makefile.w32-in (font.o, w32font.o): New objects.
6912         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
6913         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
6915         * xdisp.c (fill_composite_glyph_string): Make the first arg to
6916         STORE_XCHARB a valid l-value.
6918         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
6919         calculations for non-Truetype fonts.
6920         (x_draw_glyph_string): Sync with xterm.c.
6921         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6922         Remove redundant code.
6923         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
6925         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
6926         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
6928         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
6929         (x_to_w32_charset, w32_to_x_charset): Expose externally.
6931         * w32font.c: New file for w32 font backend.
6933 2008-02-01  Kenichi Handa  <handa@m17n.org>
6935         * term.c: Don't include "buffer.h" twice.
6937 2008-02-01  Kenichi Handa  <handa@m17n.org>
6939         * character.c (Funibyte_string): New function.
6940         (syms_of_character): Defsubr it.
6942 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6944         * w32term.c [USE_FONT_BACKEND]:
6945         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
6946         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
6947         (x_draw_glyph_string, x_draw_glyph_string_foreground)
6948         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
6949         (x_free_frame_resources): Sync with xterm.c.
6951 2008-02-01  Andreas Schwab  <schwab@suse.de>
6953         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
6954         char-table size.
6956 2008-02-01  Kenichi Handa  <handa@m17n.org>
6958         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
6960 2008-02-01  Kenichi Handa  <handa@m17n.org>
6962         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
6963         font_otf_gpos, add font_drive_otf.
6965         * fontset.c (fontset_find_font): Pay attention to font size
6966         specified for a font.
6967         (reorder_font_vector): Check contents of font_def.
6969         * font.c (struct otf_list): Delete it.
6970         (otf_list): Make it a lisp variable.
6971         (otf_open): Use lispy otf_list.
6972         (generate_otf_features): Rename from parse_gsub_gpos_spec.
6973         (check_otf_features): New function.
6974         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
6975         New functions.
6976         (font_drive_otf): New function merging font_otf_gsub and
6977         font_otf_gpos.
6978         (font_open_for_lface): New arg spec.  Change argument order.
6979         (font_load_for_face): Adjust for the change of font_open_for_lface.
6980         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
6981         Ffont_otf_gpos.
6982         (syms_of_font): Staticpro otf_list.  Delete defsubr of
6983         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
6985         * xfaces.c (set_font_frame_param): Adjust for the change of
6986         font_open_for_lface.
6988         * font.h (font_open_for_lface): Adjust prototype.
6989         (struct font_driver): Delete members otf_gsub and otf_gpos, add
6990         member otf_drive.
6991         (font_otf_gsub, font_otf_gpos): Delete externs.
6992         (font_drive_otf): Extern it.
6994 2008-02-01  Kenichi Handa  <handa@m17n.org>
6996         * font.c (font_at): If the window W is not on a window system,
6997         return Qnil.
6999         * coding.c (produce_chars, encode_coding): Don't call
7000         insert_from_gap if no characters to produce.
7002 2008-02-01  Kenichi Handa  <handa@m17n.org>
7004         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
7005         Fclear_face_cache.
7007         * xfaces.c (face_for_font): Check also face->font==font->font.font.
7009 2008-02-01  Miles Bader  <miles@gnu.org>
7011         * emacs.c (main): Change default value of `enable_font_backend' to 1.
7012         Parse "--disable-font-backend" option.
7013         (standard_args): Add "--disable-font-backend" option.
7015 2008-02-01  Kenichi Handa  <handa@m17n.org>
7017         * fontset.c (fontset_find_font): New function.
7018         (fontset_font): Use fontset_find_font.
7019         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
7020         Register the specified font for all Latin characters.
7021         (new_fontset_from_font): Register the specified font for all Latin
7022         characters.
7023         (dump_fontset): For a realized fontset, include the base fontset
7024         name in the returned vector.
7026 2008-02-01  Kenichi Handa  <handa@m17n.org>
7028         * character.h (CHAR_STRING): Cast C to unsigned on calling
7029         char_string.
7031         * character.c (char_string): Type of arg C changed to unsigned.
7032         Signal an error if C is an invalid character code.
7034         * editfns.c (general_insert_function, Fchar_to_string):
7035         Use CHARACTERP, not INTEGERP.
7037 2008-02-01  Kenichi Handa  <handa@m17n.org>
7039         * character.h (MIN_MULTIBYTE_LEADING_CODE)
7040         (MAX_MULTIBYTE_LEADING_CODE): New macros.
7042         * regex.c (analyse_first): Fix for multibyte characters in "case
7043         charset:" and "case categoryspec:".
7045 2008-02-01  Andreas Schwab  <schwab@suse.de>
7047         * Makefile.in (LIBES): Move standard libraries to the end.
7049 2008-02-01  Kenichi Handa  <handa@m17n.org>
7051         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
7052         nonzero, don't shrink the buffer nextb.
7054         * buffer.h (struct buffer_text): New member inhibit_shrinking.
7056         * coding.c (coding_alloc_by_making_gap): New arg offset.
7057         (alloc_destination): Call coding_alloc_by_making_gap with the arg
7058         offset.
7059         (decode_coding_iso_2022): Update coding->safe_charsets.
7060         (decode_coding_gap): Temporarily set
7061         current_buffer->text->inhibit_shrinking to 1.
7063 2008-02-01  Kenichi Handa  <handa@m17n.org>
7065         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
7066         indexing into elements of s->cmp and s->char2b.
7068 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7070         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
7072 2008-02-01  Kenichi Handa  <handa@m17n.org>
7074         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
7075         target_multibyte instead of multibyte.
7076         (re_match_2_internal): Call bcmp_translate with target_multibyte.
7077         (bcmp_translate): Change the argument name from multibyte to
7078         target_multibyte.
7080 2008-02-01  Kenichi Handa  <handa@m17n.org>
7082         These changes are to compile a regexp into a pattern that can be
7083         used both for multibyte and unibyte targets.
7085         * Makefile.in (search.o): Depend on charset.h.
7087         * character.c (multibyte_char_to_unibyte_safe): New function.
7089         * search.c: Include "charset.h".
7090         (compile_pattern_1): Delete argument multibyte.  Don't set
7091         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
7092         (compile_pattern): Don't compare cp->buf.target_multibyte.
7093         Compare cp->buf.charset_unibyte.
7094         (compile_pattern): Set cp->buf.target_multibyte.
7096         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
7098         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
7100         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
7101         multibyte.  Change callers.
7102         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
7103         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
7104         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
7105         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
7106         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
7107         (regex_compile): Make the compiled pattern usable both for
7108         multibyte and unibyte targets.
7109         (analyse_first): Make the fastmap usable both for multibyte and
7110         unibyte targets.
7111         (TRANSLATE_VIA_MULTIBYTE): Delete.
7112         (re_match_2_internal): Pay attention to the case that the
7113         multibyteness of bufp and target may be different.
7115 2008-02-01  Kenichi Handa  <handa@m17n.org>
7117         * xdisp.c (x_produce_glyphs): When a font is not found, make the
7118         empty box occupy at least one column width.
7120 2008-02-01  Miles Bader  <miles@gnu.org>
7122         * Makefile.in: Remove redundant HAVE_XFT clause.
7124 2008-02-01  Kenichi Handa  <handa@m17n.org>
7126         * xrdb.c (x_load_resources): Setup the default fontSet X reource.
7128 2008-02-01  Kenichi Handa  <handa@m17n.org>
7130         * fontset.c (Finternal_char_font): Fix for the case of POSITION
7131         being nil.
7133 2008-02-01  Kenichi Handa  <handa@m17n.org>
7135         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
7137 2008-02-01  Kenichi Handa  <handa@m17n.org>
7139         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
7141 2008-02-01  Kenichi Handa  <handa@m17n.org>
7143         * search.c (simple_search): Fix previous change.
7145 2008-02-01  Kenichi Handa  <handa@m17n.org>
7147         * xftfont.c (ftfont_font_format): Extern declaration.
7149         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
7151         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
7152         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
7154         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
7155         (ftfont_font_format): Fix previous change.
7157         * font.h (Ffont_xlfd_name): EXFUN it.
7159         * font.c (font_parse_xlfd): Fix the array size of `f'.
7160         (register_font_driver): Use EQ to compare driver->type.
7162         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
7163         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
7164         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
7166 2008-02-01  Kenichi Handa  <handa@m17n.org>
7168         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
7169         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
7171 2008-02-01  Kenichi Handa  <handa@m17n.org>
7173         * xfont.c (xfont_open): Set font->format.
7175         * xftfont.c (xftfont_open): Set font->format.
7177         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
7178         (ftfont_list): Include FC_FONTFORMAT in FcObject.
7179         (ftfont_open): Set font->format.
7180         (ftfont_font_format): New function.
7182         * font.h (struct font): New memeber format.
7184         * font.c (Qopentype): New variable.
7185         (syms_of_font): Defsym it.
7186         (Fquery_font): Change the format of the last element of the return
7187         value.
7189 2008-02-01  Kenichi Handa  <handa@m17n.org>
7191         * xfns.c (xic_create_xfontset): Try the default fontset name as a
7192         last resort.
7194 2008-02-01  Kenichi Handa  <handa@m17n.org>
7196         * coding.c (detect_coding_charset): Fix detection of multi-byte
7197         charset.
7199 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
7201         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
7203 2008-02-01  Kenichi Handa  <handa@m17n.org>
7205         * xdisp.c (get_next_display_element): Set it->face_id for the
7206         first component of a composition.
7207         (x_produce_glyphs): Check if the font is changed or not for composition.
7209 2008-02-01  Kenichi Handa  <handa@m17n.org>
7211         * fontset.c (Qlatin): New variable.
7212         (syms_of_fontset): Define it as a lisp symbol.
7213         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
7215 2008-02-01  Kenichi Handa  <handa@m17n.org>
7217         * font.c (font_unparse_fcname): Pay attention to the case that
7218         some of font property is a null string.
7220 2008-02-01  Kenichi Handa  <handa@m17n.org>
7222         * term.c: Include "composite.h".
7223         (encode_terminal_code): Output all components of composition.
7224         Check the size of encode_terminal_src.
7225         (produce_glyphs): For composition, call produce_composite_glyph.
7226         (append_composite_glyph, produce_composite_glyph): New functions.
7228         * xdisp.c (x_produce_glyphs): In handling composition, if a font
7229         is not found, get font_info from the current ascii face.
7231 2008-02-01  Kenichi Handa  <handa@m17n.org>
7233         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
7234         buffer-file-name to Qnil before calling insert_from_buffer.
7236         * font.c (font_unparse_fcname): Pay attention to the case that
7237         foundry is a null string.
7239 2008-02-01  Kenichi Handa  <handa@m17n.org>
7241         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
7243         * font.c (Qunicode_sip): New variable.
7244         (syms_of_font): Declare it as a Lisp symbol.
7246         * font.h (Qunicode_sip): Extern it.
7248 2008-02-01  Kenichi Handa  <handa@m17n.org>
7250         * composite.c (get_composition_id): Pay attention to TAB component.
7252         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
7253         TAB.  Adjust for the change of s->char2b which always points to
7254         the first elememnt of allocated memory.
7256         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
7258         * xdisp.c (handle_composition_prop): Set it->c to the first
7259         non-TAB component.
7260         (fill_composite_glyph_string): Change argument.
7261         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
7262         (x_produce_glyphs): Fix handling of left/right padding.
7264 2008-02-01  Kenichi Handa  <handa@m17n.org>
7266         * coding.c (detect_coding_system): Fix for handling off
7267         inhibit_iso_escape_detection.  Fix for the case that no coding
7268         system is defined for a specific coding category.
7270 2008-02-01  Kenichi Handa  <handa@m17n.org>
7272         * font.c (font_matching_entity): Delete unused local var.
7274         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
7275         opening a font.
7277         * fileio.c (Finsert_file_contents): On recovering a file, assume
7278         Unix-like eol.
7279         (choose_write_coding_system): On auto-saving a file, force
7280         Unix-like eol.
7282         * coding.c (setup_coding_system): Fix setting of
7283         coding->common_flags based on eol_type.
7284         (coding_inherit_eol_type): If PARENT is not nil, be sure to
7285         inherit from it.
7287 2008-02-01  Kenichi Handa  <handa@m17n.org>
7289         * alloc.c (NSTATICS): Increas to 0x600.
7291 2008-02-01  Kenichi Handa  <handa@m17n.org>
7293         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
7294         (ftfont_list): Don't check :name property.
7295         (ftfont_match): New function.
7296         (ftfont_pattern_entity): If the pattern doesn't contain
7297         FC_SPACING, don't assuce FC_MONO.
7299         * font.h (struct font_driver): New member `match'.
7300         (font_update_drivers): Adjust prototype.
7302         * font.c (font_parse_fcname, font_parse_name): Don't change :name
7303         property of FONT.
7304         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
7305         them unconditionally.
7306         (font_matching_entity): New function.
7307         (font_open_by_name): Try font_matching_entity if exact match is
7308         not found.
7309         (font_update_drivers): Delete the arg FONT.  Return a list of
7310         actually used backends.  Don't free faces, font caches here.
7311         Don't store data in frame parameters.  Don't call x_set_font.
7312         (Ffont_spec): Store :name property as is.
7313         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
7314         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
7315         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
7316         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
7317         Call font->driver->otf_gsub instead of font_otf_gsub.
7319         * frame.c (x_set_font_backend): Do more works that were done in
7320         font_update_drivers before.
7322         * xfont.c (xfont_match): New function.
7323         (xfont_driver): Set xfont_driver.match to xfont_match.
7324         (xfont_draw): Set font in GC if necessary.
7326         * ftxfont.c (ftxfont_match): New function.
7327         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
7329         * xftfont.c (xftfont_match): New function.
7330         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
7332 2008-02-01  Kenichi Handa  <handa@m17n.org>
7334         * font.h (struct font): New member scalable.
7335         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
7336         (font_otf_gsub): Adjust prototype.
7338         * font.c (font_otf_capability): Fix handling of the default langsys.
7339         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
7340         Check the contents of SPEC.
7341         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
7342         (check_gstring): New function.
7343         (REPLACEMENT_CHARACTER): New macro.
7344         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
7345         glyph codes of GSTRING.
7346         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
7347         (font_prepare_composition): Set cmp->glyph_len.
7348         (font_open_entity): Set font->scalable.
7349         (Ffont_get): Handle :otf property.
7350         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
7351         functions.
7352         (Fquery_font): Use font->font.full_name.
7353         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
7354         Sfont_otf_alternates.
7356         * ftfont.c (ftfont_open): Set font->font.full_name and
7357         font->font.name properly.  Fix calculation of font->font.height
7358         and font->min_width.
7360         * ftxfont.c (ftxfont_create_gcs): New function.
7361         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
7362         (ftxfont_draw_backgrond): Fix filling region.
7363         (ftxfont_default_fid): New function.
7364         (ftxfont_open): Set xfotn->fid to the return value of
7365         ftxfont_default_fid.
7366         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
7367         (ftxfont_done_face): Free only GCs that are created by
7368         ftxfont_create_gcs.
7369         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
7371         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
7372         Clip to src->width, etc (not src->clip_XXX).
7374         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
7375         FontBackend frame parameter.
7377 2008-02-01  Kenichi Handa  <handa@m17n.org>
7379         * font.h (struct font_driver_list): New member `on'.
7380         (Fclear_font_cache): EXFUN it.
7381         (font_update_drivers): Extern it.
7383         * font.c (font_unparse_fcname): Fix typo (swidth->width).
7384         (font_list_entities): Check driver_list->on.
7385         (register_font_driver): Initalize `on' member to 0.
7386         (font_update_drivers): New function.
7387         (Fclear_font_cache): Check driver_list->on.
7389         * frame.h (Qfont_backend): Extern it.
7390         (x_set_font_backend): Extern it.
7392         * frame.c (Qfont_backend): New variable.
7393         (frame_parms): New element for font-backend.
7394         (x_set_font_backend): New function.
7396         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
7397         FontBackend frame parameter.
7398         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
7399         x_set_font_backend.
7401         * xfont.c (xfont_list): Don't try listing by :name property if the
7402         name is not for XLFD.
7404 2008-02-01  Kenichi Handa  <handa@m17n.org>
7406         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
7407         (LGLYPH_SET_TO): New macros.
7408         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
7409         element of G is vector or not.
7410         (font_at): Extern it.
7412         * font.c: Include window.h.
7413         (font_lispy_object): New function.
7414         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
7415         end of valid glyph.
7416         (font_close_object): Fix getting (struct font *).
7417         (font_at): New function.
7418         (Ffont_get): If FONT is a font-object, get entity from it.
7419         (Ffont_make_gstring): Initialize elements of glyphs with nil.
7420         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
7421         range check.
7422         (Ffont_at): New function.
7423         (syms_of_font): Defsubr Sfont_at.
7425         * xdisp.c (it_props): Move the entry for Qauto_composed to just
7426         before the entry for Qcomposition.
7427         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
7428         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
7429         the font in gstring.
7430         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
7431         LGLYPH_FORM (g) to detect the end of valid glyph.
7432         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
7433         we are composing with gstring.
7435         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
7436         Check if adjustment is vector or not.
7438         * Makefile.in (font.o): Make it depends on window.h.
7440 2008-02-01  Kenichi Handa  <handa@m17n.org>
7442         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
7443         adjustment is vector or not.
7445 2008-02-01  Miles Bader  <miles@gnu.org>
7447         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
7449 2008-02-01  Kenichi Handa  <handa@m17n.org>
7451         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
7452         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
7453         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
7455         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
7456         (DEVICE_DELTA): Fix typo.
7457         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
7458         LGLYPH format.
7460         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7461         the change of LGLYPH format.
7463 2008-02-01  Kenichi Handa  <handa@m17n.org>
7465         * ftfont.c (ftfont_list): Fix typo.
7466         (ftfont_build_basic_charsets): Don't include letters with diacritics.
7468 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
7470         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
7472         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
7473         xftface_info is non-NULL.
7475 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
7477         * ftfont.c (ftfont_list): Move misplaced #endif.
7479 2008-02-01  Kenichi Handa  <handa@m17n.org>
7481         * ftfont.c (ftfont_list): Pay attention to the case that
7482         FC_CAPABILITY is not defined.
7484 2008-02-01  Kenichi Handa  <handa@m17n.org>
7486         * xftfont.c (xftfont_open): Set charset related members to -1.
7488         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
7489         QCname.
7490         (ftfont_open): Set charset related members to -1.
7492         * fontset.c (Votf_script_alist): New variable.
7493         (syms_of_fontset): Initialize it.
7494         (fontset_font): Delete unused variable.
7496         * fontset.h (Votf_script_alist): Extern it.
7498         * font.c (font_find_for_lface): Optimize code.
7500         * font.h (font_close_object, font_merge_old_spec): Extern them.
7502 2008-02-01  Kenichi Handa  <handa@m17n.org>
7504         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
7505         (syms_of_font): Initialize them.
7506         (font_pixel_size): Allow float value in dpi.
7507         (font_prop_validate_type): Delete.
7508         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
7509         Change caller.
7510         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
7511         (font_prop_validate_extra): Delete.
7512         (font_prop_validate_spacing): New function.
7513         (font_property_table): Add elements for all known properties.
7514         (get_font_prop_index): Rename from check_font_prop_name.  New
7515         argument FROM.  Change caller.
7516         (font_prop_validate): Validate all known properties.
7517         (font_put_extra): Delete argument force.  Change caller.
7518         (font_expand_wildcards): Make it static.  Fix the way of shrinking
7519         the possible range.
7520         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
7521         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
7522         Change caller.
7523         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
7524         (font_parse_fcname): Delete argument merge.  Fix parsing of point
7525         size.  Don't validate properties values here.  Change caller.
7526         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
7527         (font_open_by_name): Delete unused variable.
7528         (Ffont_spec): Likewise.  Validate property values.
7529         (Ffont_match_p): New function.
7531         * font.h (QCscalable): Extern it.
7532         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
7534         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
7536         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
7537         (xfont_list_pattern): New function.
7538         (xfont_list): Use xfont_list_pattern.
7540 2008-02-01  Kenichi Handa  <handa@m17n.org>
7542         * font.h (Flist_fonts): EXFUN it.
7544 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7546         * w32term.c (w32_initialize): Add back smoothing_type and
7547         smoothing_enabled definitions.
7549 2008-02-01  Kenichi Handa  <handa@m17n.org>
7551         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
7552         s->face->font on determining underline position.
7554 2008-02-01  Kenichi Handa  <handa@m17n.org>
7556         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
7557         (font_has_char): Accept font-object too.
7558         (font_find_for_lface): Try at first with a size specified in face.
7560 2008-02-01  Kenichi Handa  <handa@m17n.org>
7562         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
7563         font_open_by_name.
7565 2008-02-01  Kenichi Handa  <handa@m17n.org>
7567         * font.h (QCspacing, QCdpi): Extern them.
7568         (enum font_spacing): New enum.
7569         (FONT_PIXEL_SIZE_QUANTUM): New macro.
7571         * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
7572         (QCspacing, QCdpi): New variables.
7573         (syms_of_font): Initialize them.
7574         (font_pixel_size): New function.
7575         (font_put_extra): New function.
7576         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
7577         in FONT_EXTRA.
7578         (font_parse_fcname): Handle enumenrated values (e.g. bold).
7579         Fix handling font size.  Add QCname property that contains only
7580         unknown properties.
7581         (font_score): Change argument.  Change caller.  Pay attention to
7582         FONT_PIXEL_SIZE_QUANTUM.
7583         (font_sort_entites, font_list_entities, font_find_for_lface)
7584         (font_open_for_lface, font_open_by_name): Fix handling of font size.
7585         (Ffont_spec): Add QCname property that contains only unknown properties.
7587         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
7588         include weight in listing pattern, instead check weight of each
7589         listed font.  Don't include scalable in pattern.  Pay attention to
7590         FONT_PIXEL_SIZE_QUANTUM.
7592 2008-02-01  Kenichi Handa  <handa@m17n.org>
7594         * font.c (font_parse_fcname): Fix parsing of point-size.
7595         (font_unparse_fcname): Produce symbolic names for style properties.
7596         (font_list_entities): Handle float size correctly.
7597         (font_open_by_name): Prefer `normal' property values if the name
7598         doesn't specify them.
7600         * fontset.c (Finternal_char_font): Use font_get_name, not
7601         Ffont_xlfd_name.
7603         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
7604         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
7605         pattern.  Don't force scalable.
7607         * xftfont.c (xftfont_open): For generating a name, start from
7608         96-byte buffer.
7610 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
7612         * frame.h (x_new_fontset2): Fix prototype.
7614 2008-02-01  Kenichi Handa  <handa@m17n.org>
7616         * font.h (struct font_driver): Delete member parse_name.
7617         (font_match_p, font_get_spec, font_parse_fcname)
7618         (font_unparse_fcname): Extern them.
7619         (font_get_name): Adjust prototype.
7621         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
7622         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
7623         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
7624         unnecessary checks for weight, slant, and swidth.
7625         (font_parse_fcname): New function.
7626         (font_unparse_fcname): New function.
7627         (font_parse_name): New function.
7628         (font_match_p): New function.
7629         (font_get_name): Change return value to Lisp string.
7630         (font_get_spec): New function.
7631         (Qunspecified, Qignore_defface): Don't extern them.
7632         (font_find_for_lface): Assume that LFACE is fully specified.
7633         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
7634         object, use it for FACE.
7635         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
7636         driver->parse_name.
7637         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
7639         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
7640         prototype.
7642         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
7643         argument F.  Don't call Fnew_fontset.  Instead, directly call
7644         make_fontset.
7646         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
7648         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
7649         of x_new_fontset2.
7651         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
7652         (Qsans__serif): New variables.
7653         (ftfont_generic_family_list): New variable.
7654         (syms_of_ftfont): Initialize the above variables.
7655         (ftfont_pattern_entity): Delete argument NAME.
7656         (ftfont_list_generic_family): New function.
7657         (ftfont_parse_name): Delete this function.
7658         (ftfont_list): Try generic family only when FcFontList found no font.
7659         (ftfont_list_family): Fix args to FcObjectSetBuild.
7661         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
7662         object in attrs[LFACE_FONT_INDEX].
7663         (set_lface_from_font_name): Cancel all changes for font-backend.
7664         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
7665         function.
7666         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
7667         font object in QCfont attribute.
7668         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
7669         (realize_default_face) [USE_FONT_BACKEND]: Call
7670         set_lface_from_font_and_fontset.
7672         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
7673         "fixed", and signal error here if no suitable font was found.
7675         * xfont.c (xfont_parse_name): Delete this function.
7677         * xftfont.c (xftfont_open): Change coding style of error
7678         handling.  Generate fontconfig's fontname pattern.
7680         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
7681         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
7683         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
7684         Both args FONTSET and FONT_OBJECT must be existing ones.
7686 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7688         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
7690 2008-02-01  Kenichi Handa  <handa@m17n.org>
7692         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
7694         * font.h (struct font): Fix typo.
7696         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
7697         XLFD_XXX_INDEX.
7698         (enum xlfd_field_mask): New enum.
7699         (intern_font_field): Changed argument.  Change caller.  If digits
7700         are followed by non-digits, return a symbol.
7701         (font_expand_wildcards): New function.
7702         (font_parse_xlfd): Fix wildcard handling.
7703         (Ffont_spec): If :name is specified, reflect the info in the other
7704         properties.
7706         * ftfont.c (ftfont_pattern_entity): Fix typo.
7707         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
7708         locale.
7710 2008-02-01  Kenichi Handa  <handa@m17n.org>
7712         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
7714         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
7715         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
7716         registry doesn't specify encoding part.
7717         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
7718         (font_open_by_name): At first try parsing the name.
7719         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
7720         as Lisp symbols.
7722         * fontset.c (reorder_font_vector): Pay attention to the case that
7723         the 3rd element of font_def is nil.
7724         (fontset_font): For the default fontset, append one more fontset
7725         elements for a script-based font specification.  Don't add script
7726         attribute on finding a font.
7727         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
7728         font name.
7729         (fontset_ascii_font): If a font can't be opened, return nil.
7731         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
7732         (ftfont_pattern_entity): New function.
7733         (ftfont_get_cache): Assume that freetype_font_cache is already
7734         initialized.
7735         (ftfont_list): Handle the case that a file is specified in font
7736         name.  Use ftfont_pattern_entity to generate entities.
7737         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
7738         (syms_of_ftfont): Initialize freetype_font_cache.
7740         * xftfont.c (xftfont_open): Make the font name fontconfig's
7741         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
7742         (xftfont_close): Free font->font.name if not NULL.
7744         * xfont.c (xfont_list): If script is specified for a font, return
7745         null_vector.
7746         (xfont_list_family): Declare argument type.
7748         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
7749         name, set LFACE_FONT (lface) to nil.
7751         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
7752         return Qnil.
7754 2008-02-01  Kenichi Handa  <handa@m17n.org>
7756         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
7757         (standard_args): Add "-enable-font-backend".
7759 2008-02-01  Kenichi Handa  <handa@m17n.org>
7761         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
7762         (struct xftdraw_list, xftdraw_list): Delete them.
7763         (register_xftdraw, check_xftdraw): Delete them.
7764         (xftfont_prepare_face): Don't call register_xftdraw.
7765         (xftfont_done_face): Don't call check_xftdraw.
7766         (xftfont_draw): Get backroudn color only when with_background is
7767         nonzero.
7769         * xfont.c (xfont_encode_char): Fix calculation of char2b.
7771 2008-02-01  Kenichi Handa  <handa@m17n.org>
7773         These changes are for the new font handling codes.
7775         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
7776         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
7777         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
7778         (FONTSRC, FONTOBJ): New variables.
7779         (obj): Add $(FONTOBJ).
7780         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
7781         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
7782         @LIBOTF_LIBS@.
7783         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
7784         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
7786         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
7788         * character.h (Vscript_representative_chars): Extern it.
7790         * character.c (Vscript_representative_chars): New variable.
7791         (syms_of_character): Declare it as a Lisp variable.
7793         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
7794         enable_font_backend is nonzero, accept the composition method
7795         COMPOSITION_WITH_GLYPH_STRING.
7797         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
7798         enumeration COMPOSITION_WITH_GLYPH_STRING.
7800         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
7801         members clip_x, clip_y, clip_width, and clip_height.
7802         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
7804         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
7805         --enable-font-backend.  Call syms_of_font.
7807         * fns.c (assoc_no_quit): New function.
7809         * fontset.h (FONT_INFO_FROM_FACE): New macro.
7810         (face_for_font, new_fontset_from_font)
7811         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
7813         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
7814         (fontset_font, fontset_ascii, face_for_char)
7815         (make_fontset_for_ascii_face, Ffont_info)
7816         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
7817         is nonzero, use font-backend mechanism.
7818         (find_font_encoding): Make it non-static.
7819         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
7820         New functions.
7822         * frame.h (struct frame): New members resx and resy.
7823         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
7824         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
7826         * frame.c [USE_FONT_BACKEND]: Include "font.h".
7827         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
7829         * lisp.h (assoc_no_quit): Extern it.
7831         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
7832         Through out the file, use FONT_INFO_FROM_FACE instead of
7833         FONT_INFO_FROM_ID, use get_per_char_metric instead of
7834         rif->per_char_metric.
7835         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
7836         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
7837         (get_glyph_face_and_encoding, fill_composite_glyph_string)
7838         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7839         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
7840         nonzero, use font-backend mechanism.
7841         (get_per_char_metric): New function.
7843         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
7844         (set_lface_from_font_name)
7845         (set_font_frame_param, free_realized_face)
7846         (prepare_face_for_display, clear_face_gcs)
7847         (Finternal_set_font_selection_order, realize_x_face)
7848         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
7849         font-backend mechanism.
7850         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
7851         (load_face_font) [USE_FONT_BACKEND]: Abort.
7852         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
7853         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
7855         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
7856         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
7857         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
7858         nonzero, register all available font drivers.  Call
7859         x_default_font_parameter for deciding a font.
7860         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
7862         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
7863         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
7864         (x_set_glyph_string_clipping_exactly)
7865         (x_compute_glyph_string_overhangs)
7866         (x_draw_glyph_string_foreground)
7867         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
7868         (x_free_frame_resources) [USE_FONT_BACKEND]: If
7869         enable_font_backend is nonzero, use font-backend mechanism.
7870         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
7872 2008-02-01  Kenichi Handa  <handa@m17n.org>
7874         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
7875         system_eol_type.
7876         (syms_of_coding): Initialize system_eol_type.
7878         * process.c (Fset_process_coding_system): Inherit system's eol
7879         format if necessary.
7881 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7883         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
7885 2008-02-01  Kenichi Handa  <handa@m17n.org>
7887         * coding.c (decode_eol): Pay attention to buffer relocation in
7888         del_range_2.
7889         (decode_coding): Call decode_eol before restoring undo_list.
7891 2008-02-01  Kenichi Handa  <handa@m17n.org>
7893         * charset.c (Fdefine_charset_internal): Fix setting of
7894         emacs_mule_bytes.
7896 2008-02-01  Kenichi Handa  <handa@m17n.org>
7898         * keyboard.c (read_char): Check if C is a character or not before
7899         looking up Vkeyboard_translate_table.
7901 2008-02-01  Kenichi Handa  <handa@m17n.org>
7903         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
7904         condition to terminate the loop.
7906 2008-02-01  Kenichi Handa  <handa@m17n.org>
7908         * coding.c (produce_composition): Compare charbuf[i] instead of
7909         args[i] against 0.
7910         (Fterminal_coding_system): Use EQ to compare Lisp objects.
7912 2008-02-01  Kenichi Handa  <handa@m17n.org>
7914         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
7915         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
7916         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
7917         detect_coding.
7918         (emacs_mule_char): Handle old style (Emacs 20) component character
7919         of a composition.
7920         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
7921         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
7922         composition rule.
7923         (decode_coding_emacs_mule): Handle invalid bytes correctly.
7925 2008-02-01  Kenichi Handa  <handa@m17n.org>
7927         * coding.c (encode_coding_ccl): Allocate destination dynamically
7928         when necessary.
7930 2008-02-01  Kenichi Handa  <handa@m17n.org>
7932         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
7933         the loop.  When quitted, show a proper error message.
7935 2008-02-01  Kenichi Handa  <handa@m17n.org>
7937         * xterm.c (x_set_glyph_string_clipping_exactly): Set
7938         src->clip_head and src->clip_tail temporarily instead of src->hl.
7940         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
7941         character sequence.
7942         (Fccl_execute_on_string): Use ASET, not XSET.
7944 2008-02-01  Kenichi Handa  <handa@m17n.org>
7946         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
7948 2008-02-01  Kenichi Handa  <handa@m17n.org>
7950         * coding.c (decode_coding): Fix the condition of terminating the
7951         decoding loop.
7953 2008-02-01  Kenichi Handa  <handa@m17n.org>
7955         * data.c (Faset): On setting a character bigger than 255 in a
7956         unibyte string, signal an error instead of make the string multibyte.
7958 2008-02-01  Kenichi Handa  <handa@m17n.org>
7960         * charset.c (map_charset_chars): Fix for ascii-compatible charset
7961         made by a mapping table.
7963 2008-02-01  Kenichi Handa  <handa@m17n.org>
7965         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
7966         not.
7967         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
7968         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
7970         * xterm.c (x_draw_composite_glyph_string_foreground): Check
7971         s->face is NULL or not.
7973 2008-02-01  Kenichi Handa  <handa@m17n.org>
7975         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
7976         (x_draw_glyph_string): Fix drawing of right_overhang and
7977         left_overhang around/on cursor.
7979         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
7981 2008-02-01  Kenichi Handa  <handa@m17n.org>
7983         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
7985 2008-02-01  Kenichi Handa  <handa@m17n.org>
7987         * coding.c (Fdefine_coding_system_internal)
7988         (Fdefine_coding_system_alias): Avoid a duplicated element in
7989         Vcoding_system_alist.
7991 2008-02-01  Kenichi Handa  <handa@m17n.org>
7993         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
7995         * coding.c (Qcoding_system_define_form): New variable.
7996         (syms_of_coding): Intern and staticpro it.
7997         (Fcoding_system_p): Check Qcoding_system_define_form.
7998         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
8000         * coding.h (CODING_SYSTEM_P): If ID is not available, call
8001         Fcoding_system_p.
8002         (CHECK_CODING_SYSTEM): If ID is not available, call
8003         Fcheck_coding_system.
8004         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
8005         Try also Fcheck_coding_system.
8007 2008-02-01  Kenichi Handa  <handa@m17n.org>
8009         * coding.c (code_conversion_restore): GCPRO arg.
8011 2008-02-01  Kenichi Handa  <handa@m17n.org>
8013         * character.c (lisp_string_width): Check multibyteness of STRING.
8015 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8017         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
8018         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
8019         (decode_mac_font_name): Use decode_coding_c_string instead of
8020         decode_coding.
8021         (x_load_font): Initialize fontp->fontset to -1.  Set
8022         fontp->encoding_type.
8024 2008-02-01  Kenichi Handa  <handa@m17n.org>
8026         * search.c (search_buffer): Give up BM search on case-fold-search
8027         if one of a target character has a case-equivalence of different
8028         byte length even if that target charcter is an ASCII.
8029         (simple_search): Fix calculation of byte length of matched text.
8030         (boyer_moore): Fix handling of case-equivalent multibyte characters.
8032 2008-02-01  Kenichi Handa  <handa@m17n.org>
8034         * coding.c (decode_coding): Fix handling of invalid bytes.
8036 2008-02-01  Kenichi Handa  <handa@m17n.org>
8038         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
8039         Unicode characters.
8041 2008-02-01  Kenichi Handa  <handa@m17n.org>
8043         * coding.c (encode_coding_object): If a pre-write-conversion
8044         function makes a new buffer, kill it.
8046 2008-02-01  Kenichi Handa  <handa@m17n.org>
8048         * coding.c (QCascii_compatible_p): New variable.
8049         (syms_of_coding): Initialize it.
8050         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
8051         calling string_char.
8052         (record_conversion_result): Add `default:' case.
8053         (coding_charset_list): Delete unused variable `coding_type'.
8054         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
8055         property in the plist of the coding system.
8056         (Fcoding_system_put): Check QCascii_compatible_p.
8058 2008-02-01  Miles Bader  <miles@gnu.org>
8060         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
8061         removed calculation of frame `f', as it's now used.
8063 2008-02-01  Kenichi Handa  <handa@m17n.org>
8065         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
8066         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
8067         (UNIDATA): New variable.
8068         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
8069         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
8070         $(RUN_TEMACS) unconditionally.
8072 2008-02-01  Kenichi Handa  <handa@m17n.org>
8074         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
8075         (admindir): New variable.
8076         ($(lispsource)international/charprop.el): New target.
8078 2008-02-01  Miles Bader  <miles@gnu.org>
8080         * character.c (chars-in-region): Remove obsolete function.
8081         (syms_of_character): Remove its initialization.
8083 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
8085         * w32select.c (validate_coding_system)
8086         (setup_windows_coding_system): New functions.
8087         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
8088         setup_windows_coding_system.
8089         (setup_config, Fw32_get_clipboard_data): Use
8090         validate_coding_system.
8091         (Fx_selection_exists): Move call to setup_config to a place
8092         where signals are allowed.
8094         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
8095         (Fcheck_coding_system): Add declarations.
8097 2008-02-01  Kenichi Handa  <handa@m17n.org>
8099         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
8101 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8103         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
8104         string as the second argument for x_new_fontset.
8106 2008-02-01  Kenichi Handa  <handa@m17n.org>
8108         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
8109         (encode_coding_object): Use safe_call instead of call2.
8111 2008-02-01  Kenichi Handa  <handa@m17n.org>
8113         * fontset.c (Fset_fontset_font): Check family element of a given vector.
8115         * Makefile.in (lisp): Include charprop.el.
8117 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8119         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
8120         Not sure if it's unnecessary.
8122 2008-02-01  Steven Tamm  <steventamm@mac.com>
8124         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
8125         some possibly unnecessary fontset checking code that crashed
8126         when creating a new frame.
8128 2008-02-01  Kenichi Handa  <handa@m17n.org>
8130         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
8131         lookup_face.
8133         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
8135         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
8137 2008-02-01  Kenichi Handa  <handa@m17n.org>
8139         * coding.c: Cancel the change done in HEAD on 2008-02-01.
8140         (coding_charset_list): New function.
8142         * coding.h (coding_charset_list): Extern it.
8144 2008-02-01  Kenichi Handa  <handa@m17n.org>
8146         * fontset.c (Fset_fontset_font): Call find_font_encoding with
8147         concatenation of family and registry.
8149 2008-02-01  Kenichi Handa  <handa@m17n.org>
8151         * character.h (BYTE8_STRING): Fix typo.
8153         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
8154         string to multibyte (sync to HEAD).
8156         * casefiddle.c (casify_region): Handle changes in byte-length
8157         using replace_range_2 (sync to HEAD).
8159 2008-02-01  Andreas Schwab  <schwab@suse.de>
8161         * chartab.c (map_char_table): GCPRO table and arg.
8163 2008-02-01  Kenichi Handa  <handa@m17n.org>
8165         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
8166         already at limit.
8168 2008-02-01  Kenichi Handa  <handa@m17n.org>
8170         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
8171         instead of fast_c_string_match_ignore_case.
8172         (find_font_encoding): Change argument to Lisp_Object.  Use
8173         fast_string_match_ignore_case instead of
8174         fast_c_string_match_ignore_case.  Change caller.
8176 2008-02-01  Kenichi Handa  <handa@m17n.org>
8178         * xdisp.c (get_next_display_element): In unibyte case, decide to
8179         display in octal form by checking a chacter by
8180         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
8182         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
8184         * character.c (unibyte_has_multibyte_table): New variable.
8186         * character.h (unibyte_has_multibyte_table): Extern it.
8187         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
8189 2008-02-01  Kenichi Handa  <handa@m17n.org>
8191         * coding.c (encode_coding_iso_2022): Fix handling of charset
8192         annotation.
8194 2008-02-01  Kenichi Handa  <handa@m17n.org>
8196         * coding.c (setup_coding_system): If coding_system is nil, use
8197         Qundecided.
8198         (Fterminal_coding_system): Return nil if terminal coding system is
8199         `undecided'.
8200         (syms_of_coding): Define coding-system `undecided' here.  Setup
8201         terminal_coding as `undecided'.
8203 2008-02-01  Kenichi Handa  <handa@m17n.org>
8205         * xdisp.c (message_dolog, set_message_1): Call
8206         unibyte_char_to_multibyte with arg type int.
8208         * lread.c (read1): Fix reading of a char-table.
8210         * print.c (print_object): Include sub char-table in cicularities
8211         detection.
8213 2008-02-01  Kenichi Handa  <handa@m17n.org>
8215         * keymap.c (where_is_internal_2): Fix for the case that KEY is a
8216         cons.  Append the found sequences in car of ARGS instead of prepending.
8218 2008-02-01  Kenichi Handa  <handa@m17n.org>
8220         * fileio.c (report_file_error): Make a unibyte string from
8221         strerror (errorno).
8222         (Fsubstitute_in_file_name): Fix the arg to
8223         unibyte_char_to_multibyte.  It is evaluated twice.
8225 2008-02-01  Kenichi Handa  <handa@m17n.org>
8227         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
8229 2008-02-01  Kenichi Handa  <handa@m17n.org>
8231         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
8232         BOM is not found.
8233         (detect_coding, detect_coding_system): Optimization for ISO-2022
8234         when no 8-bit data is found.
8236 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8238         * w32fns.c (x_to_w32_font): Update to use new coding struct.
8240 2008-02-01  Kenichi Handa  <handa@m17n.org>
8242         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
8243         CHARS.
8245 2008-02-01  Steven Tamm  <steventamm@mac.com>
8247         * macterm.c (mac_encode_char): Add charset argument and update
8248         to use encoding_type.
8249         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
8250         switch to pure fontset.
8251         (decode_mac_font_name): Temporarily remove decoding.
8252         (x_font_name_to_mac_font_name): Temporarily remove encoding.
8253         (x_load_font): Temporarily remove encoding.
8255 2008-02-01  Kenichi Handa  <handa@m17n.org>
8257         * xfaces.c (Fface_font): If frame is not on a window system,
8258         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
8259         refer to face->font.
8260         (split_font_name_into_vector, build_font_name_from_vector)
8261         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
8262         whne HAVE_WINDOW_SYSTEM is defined.
8264 2008-02-01  Kenichi Handa  <handa@m17n.org>
8266         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
8267         (x_produce_glyphs): Fix setting of members of cmp in case
8268         cmp->glyph_len is zero.
8270         * fontset.c (Fset_fontset_font): Fix docstring.
8271         (Ffontset_info): Make it backward compatible.  New arg ALL.
8273 2008-02-01  Kim F. Storm  <storm@cua.dk>
8275         * process.c (read_process_output): Grow decoding_buf when needed;
8276         this could cause a crash in allocate_string and compact_small_strings.
8278 2008-02-01  Kenichi Handa  <handa@m17n.org>
8280         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
8282 2008-02-01  Kenichi Handa  <handa@m17n.org>
8284         * coding.c (setup_coding_system): Set coding->common_flags
8285         correctly for raw-text.
8286         (consume_chars): On encoding unibyte text by raw-text, don't check
8287         multibyte form.
8288         (encode_coding): On encoding by raw-text, never use translation tables.
8290         * fileio.c (e_write): Short cut for the case of no encoding.
8292 2008-02-01  Kenichi Handa  <handa@m17n.org>
8294         * coding.c (detect_coding, detect_coding_system): Delete unused
8295         variables.
8297 2008-02-01  Kenichi Handa  <handa@m17n.org>
8299         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
8300         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
8302 2008-02-01  Kenichi Handa  <handa@m17n.org>
8304         * coding.c (Ffind_coding_systems_region_internal): Include
8305         raw-text and no-conversion in the result.
8307 2008-02-01  Kenichi Handa  <handa@m17n.org>
8309         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
8310         (load_font_get_repertory): Delete unnecessary check of ENCODING of
8311         FONT_DEF.
8312         (font_def_arg, add_arg, from_arg, to_arg): New args.
8313         (set_fontset_font): Change argument.
8314         (Fset_fontset_font): Fix for the case that TARGET is a script
8315         name and charset name.
8316         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
8318 2008-02-01  Kenichi Handa  <handa@m17n.org>
8320         * fontset.c (fontset_font): Rename from fontset_face.  Change return
8321         value.
8322         (face_suitable_for_char_p, face_for_char): Adjust for the change
8323         of fontset_font.
8324         (make_fontset_for_ascii_face): Fix setting of the fontset element
8325         for ASCII.
8326         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
8327         to get a font name.
8328         (Ffontset_info): Adjust for the change of fontset_font.
8330         * coding.c (emacs_mule_char): Check invalid code more regidly.
8332         * character.h (LEADING_CODE_LATIN_1_MIN)
8333         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
8335 2008-02-01  Kenichi Handa  <handa@m17n.org>
8337         * editfns.c (check_translation): New function.
8338         (Ftranslate_region_internal): Handle M:N mapping.
8340 2008-02-01  Kenichi Handa  <handa@m17n.org>
8342         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
8344 2008-02-01  Kenichi Handa  <handa@m17n.org>
8346         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
8347         goto invalid_code.
8348         (decode_coding_iso_2022): Fix handling of invalid designation.
8350         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
8351         after calling code_conversion_save.
8353 2008-02-01  Kenichi Handa  <handa@m17n.org>
8355         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
8357         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
8359         * fontset.c: Include "intervals.h".
8360         (fontset_face): Fix comparing of Lisp_Objects.
8361         (free_face_fontset, new_fontset_from_font_name): Fix
8362         Lisp_Object/int mixup.
8364         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
8366         * coding.c: Add many prototypes for static functions.
8367         (get_translation_table): Allow max_lookup to be NULL.
8368         (decode_coding, Ffind_coding_systems_region_internal)
8369         (Funencodable_char_position, Fcheck_coding_systems_region): Call
8370         get_translation_table with max_lookup NULL.
8372 2008-02-01  Kenichi Handa  <handa@m17n.org>
8374         * coding.c (get_translation_table): Declare it as Lisp_Object.
8375         (LOOKUP_TRANSLATION_TABLE): New macro.
8376         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
8377         instead of CHAR_TABLE_REF.
8379 2008-02-01  Kenichi Handa  <handa@m17n.org>
8381         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
8382         annotation data format.
8383         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
8384         Change arguments FROM and TO to single argument NCHARS.  Change caller.
8385         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
8386         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8387         (decode_coding_ccl, decode_coding_charset): Pay attention to
8388         coding->charbuf_used.
8389         (get_translation): New function.
8390         (produce_chars): New arguments translation_table and last_block.
8391         Translate characters here.  Return number of carryover chars.
8392         Change caller.
8393         (produce_composition): New argument pos.  Change caller.
8394         Adjust for the change of annotation data format.
8395         (produce_charset, produce_annotation): Likewise.
8396         (decode_coding, encode_coding): Don't call translate_chars.
8397         (consume_chars): New arg translation_table.  Change caller.
8398         (translate_chars): Delete.
8399         (syms_of_coding): Make translation-table's number of extra slots 2.
8401 2008-02-01  Kenichi Handa  <handa@m17n.org>
8403         * search.c (simple_search): Fix setting this_pos_byte in backward
8404         search.
8406         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
8407         byte sequence.
8408         (detect_coding_ccl): Fix setting of the variable valids.
8410 2008-02-01  Kenichi Handa  <handa@m17n.org>
8412         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
8414         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
8416         * editfns.c (Ftranslate_region_internal): Rename from
8417         Ftranslate_region.  Accept a char-table in TABLE.
8418         (syms_of_editfns): Defsubr Stranslate_region_internal.
8420         * xfaces.c (set_lface_from_font_name): If a font is specified for
8421         a frame, generate a fontset from the font.
8422         (build_scalable_font_name): If the scalable font is requested for
8423         a specific size, don't change that size.
8424         (try_font_list): Try a scalable font also in the case that a
8425         pattern string is specified.
8427 2008-02-01  Kenichi Handa  <handa@m17n.org>
8429         * xfaces.c (Fface_font): New optional arg CHARACTER.
8431 2008-02-01  Kenichi Handa  <handa@m17n.org>
8433         * charset.h (CHARSET_OFFSET): New macro.
8435 2008-02-01  Kenichi Handa  <handa@m17n.org>
8437         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
8439         * fontset.c (fontset_face): Handle the case that repertory is a
8440         char-table.
8441         (find_font_encoding): Return nil for unknown encoding.
8442         (Fset_fontset_font): Ignore a font of unknown encoding.
8444 2008-02-01  Kenichi Handa  <handa@m17n.org>
8446         * keymap.c (describe_vector): Handle default value of a char table.
8448         * fontset.c (fontset_face): Handle fallback fonts correctly.
8449         (Ffontset_info): Return infomation about fallback fonts.
8451 2008-02-01  Kenichi Handa  <handa@m17n.org>
8453         * fontset.c (FONTSET_DEFAULT): New macro.
8454         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
8455         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
8456         the case that it is nil.
8457         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
8458         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
8460         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
8461         subset or superset.
8463 2008-02-01  Kenichi Handa  <handa@m17n.org>
8465         * emacs.c (main): Call init_charset after syms_of_XXX.
8467         * charset.c (Vcharset_map_directory): Delete.
8468         (Vcharset_map_path): New variable.
8469         (load_charset_map_from_file): Use Vcharset_map_path instead.
8470         (init_charset): Initialize Vcharset_map_path.
8471         (syms_of_charset): Delete declaration of "charset-map-directory",
8472         add declaration of "charset-map-path".
8474 2008-02-01  Kenichi Handa  <handa@m17n.org>
8476         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
8477         ASCII only string.
8479         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
8481         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
8482         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
8484 2008-02-01  Kenichi Handa  <handa@m17n.org>
8486         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
8488         * coding.c (QCmnemonic, QCdefalut_char)
8489         (QCdecode_translation_table, QCencode_translation_table)
8490         (QCpost_read_conversion, QCpre_write_conversion): New variables.
8491         (get_translation_table): Return a list of translation tables if
8492         necessary.
8493         (decode_coding): Call get_translation_table with ENCODEP 0.
8494         (char_encodable_p): If translation_table is non-nil, always call
8495         translate_char.
8496         (Fdefine_coding_system_internal): Accept list of translation
8497         tables as :encode-translation-table and :decode-translation-table.
8498         (Fcoding_system_put): New function.
8499         (syms_of_coding): Declare new symbols.  Defsubr
8500         Scoding_system_put.
8501         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
8502         typically JISX0212.
8504         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
8505         when the charset is superset type.
8507         * character.c (translate_char): Accept list of translation tables.
8509 2008-02-01  Kenichi Handa  <handa@m17n.org>
8511         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
8512         (CODING_ATTR_TRANS_TBL): New macro.
8514         * coding.c (get_translation_table): New function.
8515         (translate_chars): Fix the bug of skipping annotation data.
8516         (decode_coding, encode_coding): Utilize get_translation_table.
8517         (char_encodable_p, Funencodable_char_position): Translate char if
8518         necessary.
8519         (Ffind_coding_systems_region_internal)
8520         (Fcheck_coding_systems_region): Setup translation table for encode
8521         in a coding system attribute vector in advance.
8522         (Fdefine_coding_system_internal): Allow a symbol as translation
8523         table.  For shift-jis type coding system, allow 4th charset.
8525 2008-02-01  Kenichi Handa  <handa@m17n.org>
8527         * coding.c (decode_coding_sjis): Check the first byte rigidly.
8529         * xdisp.c (get_next_display_element): Pass -1 as POS to
8530         FACE_FOR_CHAR if displaying a C-string.
8532 2008-02-01  Kenichi Handa  <handa@m17n.org>
8534         * composite.c (get_composition_id): Handle xoff and yoff in a
8535         composition rule.
8537         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
8538         (struct composition): New member lbearing and rbearing.
8540         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
8541         (x_get_glyph_overhangs): Handle a composition glyph.
8542         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
8544         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
8545         composition glyph.
8547 2008-02-01  Kenichi Handa  <handa@m17n.org>
8549         * print.c: Include charset.h.
8550         (Vprint_charset_text_property): New variable.
8551         (Qdefault): Extern it.
8552         (PRINT_STRING_NON_CHARSET_FOUND)
8553         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
8554         (print_check_string_result): New variable.
8555         (print_check_string_charset_prop): New function.
8556         (print_prune_charset_plist): New variable.
8557         (print_prune_string_charset): New function.
8558         (print_object): Call print_prune_string_charset if
8559         Vprint_charset_text_property is not t.
8560         (print_interval): Print nothing if itnerval->plist is nil.
8561         (syms_of_print): Declare Vprint_charset_text_property as a lisp
8562         variable.  Init and staticpro print_prune_charset_plist.
8564 2008-02-01  Kenichi Handa  <handa@m17n.org>
8566         * fontset.c (new_fontset_from_font_name): Use the specified font
8567         for all characters in the new fontset.
8569         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8570         OBJECT args.
8572         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
8573         OBJECT args for composition too.
8575         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8576         OBJECT args.
8578 2008-02-01  Kenichi Handa  <handa@m17n.org>
8580         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
8582         * fontset.c (reorder_font_vector): Adjust for the change of
8583         FONT_DEF format.
8584         (fontset_face): New arg id.  Change caller.
8585         (face_for_char): New args pos and object.
8586         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
8587         (fs_query_fontset): Check NAME by Fassoc too.
8588         (Fset_fontset_font): Allow non-XLFD font name.
8589         (Ffontset_info): Adjust for the change of FONT_DEF format.
8591         * fontset.h (face_for_char): Adjust prototype.
8593         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
8594         (append_space, extend_face_to_end_of_line)
8595         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8596         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
8598         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
8599         POS and OBJECT args.
8601         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
8602         POS and OBJECT args.
8604 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8606         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
8607         of GlobalAlloc'ed memory.
8609 2008-02-01  Kenichi Handa  <handa@m17n.org>
8611         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
8613         * charset.h (charset_table_used): Delete extern.
8615         * charset.c (charset_table_used): Make it static.
8616         (map_charset_chars): Fix args to c_function with.
8618         * chartab.c (map_sub_char_table_for_charset): Fix args to
8619         c_function with.
8621         * coding.h (enum coding_result_code): Delete
8622         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
8624         * coding.c (Qinsufficient_source, Qinconsistent_eol)
8625         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
8626         (Vlast_code_conversion_error): New variables.
8627         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
8628         (ONE_MORE_BYTE): Record error if any instead of signaling an
8629         error.  If non-ASCII multibyte char is found, return the negative
8630         value of the code.  All callers changed to check it.
8631         (ONE_MORE_BYTE_NO_CHECK): Likewise.
8632         (record_conversion_result): New function.  Change all codes setting
8633         coding->result to call this function.
8634         (detect_coding_utf_8, decode_coding_utf_8)
8635         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
8636         Don't use the local variable incomplete.
8637         (emacs_mule_char): Change the second arg to `const'.
8638         (decode_coding): Fix of flushing out unprocessed data.
8639         (make_conversion_work_buffer): Fix making of a work buffer.
8640         (decode_coding_object): Return coding->dst_object.
8642         * fontset.c (set_fontset_font): Fix args.
8644         * lisp.h (CHARACTERBITS): Define as 22.
8646         * process.c (send_process): Be sure to set coding->src_multibyte.
8648         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
8650 2008-02-01  Kenichi Handa  <handa@m17n.org>
8652         * xdisp.c (handle_auto_composed_prop): Give limit to
8653         Fnext_single_char_property_change.
8655 2008-02-01  Kenichi Handa  <handa@m17n.org>
8657         * composite.c (syms_of_composite): Don't make the composition hash
8658         table weak.
8660         * fontset.c (Fset_fontset_font): Fix docstring.
8662         * lisp.h (detect_coding_system): Adjust prototype.
8664         * fileio.c (kill_workbuf_unwind): Delete this function.
8665         (Finsert_file_contents): Adjust the call of detect_coding_system.
8666         Get conversion_buffer by code_conversion_save.  Use the macor
8667         CODING_MAY_REQUIRE_DECODING.  After decoding, update
8668         coding_system.
8670         * coding.h (make_conversion_work_buffer): Delete extern.
8671         (code_conversion_save): Extern it.
8673         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
8674         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
8675         (decode_coding_utf_8): Don't do eol converion.
8676         (detect_coding_utf_16): Check coding->src_chars, not
8677         coding->src_bytes.  Add heuristics for those that have no signature.
8678         (decode_coding_emacs_mule, decode_coding_iso_2022)
8679         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8680         Don't do eol converion.
8681         (adjust_coding_eol_type): Return a new coding system.
8682         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
8683         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
8684         each change.
8685         (decode_coding): Pay attention to undo_list.  Do eol convesion for
8686         all types of coding-systems (if necessary).
8687         (Vcode_conversion_work_buf_list): Delete it.
8688         (Vcode_conversion_reused_workbuf): Rename from
8689         Vcode_conversion_reused_work_buf.
8690         (Vcode_conversion_workbuf_name): New variable.
8691         (reused_workbuf_in_use): New variable.
8692         (make_conversion_work_buffer): Delete the arg DEPTH.
8693         (code_conversion_restore): Change argument to cons.
8694         (code_conversion_save): Delete the argument BUFFER.  Change callers.
8695         (detect_coding_system): New argument src_chars.  Change callers.
8696         Fix for utf-16 detection.
8697         (init_coding_once): Don't use ISO_carriage_return.
8698         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
8699         reused_workbuf_in_use.
8701 2008-02-01  Kenichi Handa  <handa@m17n.org>
8703         * keymap.c (store_in_keymap): Pay attention to the case that idx
8704         is a cons specifying a character range.
8706 2008-02-01  Kenichi Handa  <handa@m17n.org>
8708         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
8709         HANDLED_RECOMPUTE_PROPS.
8711         * coding.c (Fdefine_coding_system_internal): Fix checking of
8712         ascii compatibility.
8714 2008-02-01  Kenichi Handa  <handa@m17n.org>
8716         * charset.c (find_charsets_in_text): Delete unused locale variable.
8717         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
8719         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
8720         Resync charset_list to Vemacs_mule_charset_list.
8722         * keymap.c (store_in_keymap): Pay attention to the case that idx
8723         is a cons specifying a character range.
8725 2008-02-01  Kenichi Handa  <handa@m17n.org>
8727         * composite.c (update_compositions): Bind inhibit-read-only, etc
8728         to t before calling remove-list-of-text-properties.
8730         * print.c (print_object): Always print ASCII chars as is.
8732 2008-02-01  Kenichi Handa  <handa@m17n.org>
8734         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
8736         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
8737         is a char table.
8739 2008-02-01  Kenichi Handa  <handa@m17n.org>
8741         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
8743 2008-02-01  Kenichi Handa  <handa@m17n.org>
8745         * xfaces.c (set_lface_from_font_name): Fix for the case that
8746         FONTNAME is not fontset name.
8748 2008-02-01  Kenichi Handa  <handa@m17n.org>
8750         * fns.c (base64_encode_1): Fix previous change.
8752 2008-02-01  Kenichi Handa  <handa@m17n.org>
8754         * fontset.c (set_fontset_font): New function.
8755         (Fset_fontset_font): If a font is specified for a charset, use
8756         map_charset_chars to store the font spec in a fontset.
8758 2008-02-01  Kenichi Handa  <handa@m17n.org>
8760         * fontset.c (fontset_face): Create a fallback fontset on demand.
8761         (make_fontset): Don't create a fallback fontset here.
8762         (free_face_fontset): Free a fallback fontset (if any) too.
8763         (n_auto_fontsets): Delete this variable.
8764         (auto_fontset_alist): New variable.
8765         (new_fontset_from_font_name): Check auto_fontset_alist.
8766         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
8767         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
8768         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
8769         Defsubr Sfontset_list_all.
8771 2008-02-01  Kenichi Handa  <handa@m17n.org>
8773         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
8775 2008-02-01  Kenichi Handa  <handa@m17n.org>
8777         * fontset.c (Fnew_fontset): Check NAME more rigidly.
8779 2008-02-01  Kenichi Handa  <handa@m17n.org>
8781         * editfns.c (Fgoto_char): Fix docstring.
8783 2008-02-01  Kenichi Handa  <handa@m17n.org>
8785         * insdel.c (insert_from_gap): Adjust intervals correctly.
8787 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8789         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
8790         (pfnGetFontUnicodeRanges): New dynamically loaded function.
8791         (w32_initialize): Try to load it.
8792         (x_get_font_repertory): Use it if available.
8793         (w32_encode_char): Add shortcut for unicode output.
8795         * w32fns.c (w32_load_system_font): Default charset to -1.
8796         (x_to_w32_charset): Match all fonts for unicode.
8797         (w32_to_x_charset): New parameter matching.  Don't return partial
8798         or wildcard charsets.
8799         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
8800         (w32_codepage_for_font): Return CP_UNICODE for unicode.
8801         (w32_to_x_font): Match charset to real charset.
8802         (enum_font_cb2): Always list unicode versions.
8804         * makefile.w32-in (temacs): Increase EMHEAP.
8806 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8808         * w32term.c (w32_encode_char): New charset parameter.
8809         font_info.encoding becomes encoding_type.
8810         (x_get_font_repertory): New function.  Warning: stub only!
8811         (x_new_font): Return quickly if font already set.
8812         (x_new_fontset): fontsetname parameter is Lisp_Object.
8813         Use new fs_query_fontset.  Try new_fontset_from_font_name.
8814         Use fontset_name for return value.
8816         * w32term.h: Declare x_get_font_repertory.
8818         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
8819         place of find_charset_in_text.  Use encode_coding_object in place
8820         of encode_coding.
8821         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
8822         decode_coding.
8824         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
8825         of x_new_fontset.
8826         (w32_load_system_font): Initialize charset as unicode.
8827         font_info.encoding becomes encoding_type.
8828         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
8829         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
8830         (syms_of_w32fns): Set get_font_repertory_func.
8832         * w32console.c: Include character.h.  Use terminal_encode_buffer
8833         from term.c.
8834         (write_glyphs): Use new version of encode_terminal_code.  Use
8835         encode_coding_object in place of encode_coding.
8837         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
8838         encoding becomes encoding_type.
8840         * term.c (terminal_encode_buffer): Make externally visible.
8842         * makefile.w32-in: Add character.h dependancies.
8843         (character.o, chartab.o): New targets.
8845 2008-02-01  Kenichi Handa  <handa@m17n.org>
8847         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
8848         CODING_ID_EOL_TYPE.
8850 2008-02-01  Andreas Schwab  <schwab@suse.de>
8852         * coding.c (produce_chars): Revert last change.
8854 2008-02-01  Kenichi Handa  <handa@m17n.org>
8856         * charset.h (charset_unicode): Extern it.
8858         * charset.c (string_xstring_p): Check by (C >= 0x100).
8859         (find_charsets_in_text): Change format of the arc CHARSETS.  New
8860         arg MULTIBYTE.
8861         (Ffind_charset_region, Ffind_charset_string): Adjust for the
8862         change of find_charsets_in_text.
8863         (Fsplit_char): Fix doc.  Never return unknown.
8865         * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
8867         * coding.c (Fdefine_coding_system_alias): Update
8868         Vcoding_system_list.
8870         * fontset.c (load_font_get_repertory): Pay attention to the case
8871         that ENCODING of a font is specified by a char-table.
8873         * xterm.c (x_get_font_repertory): Handle the case that the
8874         encoding of font is other than Unicode.
8876 2008-02-01  Kenichi Handa  <handa@m17n.org>
8878         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
8879         if a character is encodable by the terminal coding system.  If
8880         not, produces proper number of `?'s.  Update
8881         terminal_encode_buffer and terminal_encode_buf_size if necessary.
8882         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
8884 2008-02-01  Kenichi Handa  <handa@m17n.org>
8886         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
8887         variables.
8888         (encode_terminal_code): Change argument.  Encode multiple
8889         characters at once.  Store the result of encoding in
8890         terminal_encode_buffer.
8891         (write_glyphs, insert_glyphs): Adjust for the change of
8892         encode_terminal_code.
8893         (term_init): Initialize terminal_encode_buffer and
8894         terminal_encode_buf_size.
8896         * coding.c (consume_chars): If coding->src_object is nil, don't
8897         check annotation.
8899 2008-02-01  Kenichi Handa  <handa@m17n.org>
8901         * character.c (char_string): Use ASCII_CHAR_P instead of
8902         SINGLE_BYTE_CHAR_P.
8904 2008-02-01  Kenichi Handa  <handa@m17n.org>
8906         * xdisp.c (handle_auto_composed_prop): Check if the last
8907         characters of auto-composed region is newly composed with the
8908         following characters.
8909         (handle_composition_prop): Fix checking of point being inside
8910         composition.
8912 2008-02-01  Kenichi Handa  <handa@m17n.org>
8914         * fns.c (concat): Don't change multibyteness of the result by
8915         concatenating an 8-bit character.
8917         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
8918         multibyteness of the result when newelt is an 8-bit character.
8920 2008-02-01  Dave Love  <fx@gnu.org>
8922         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
8923         EMACS_INT.
8925         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
8927         * xfaces.c (face_numeric_value): Declare dim size_t.
8928         (Finternal_lisp_face_equal_p): Remove unused f.
8930         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
8931         (MATRIX_ROW): Remove unused vars.
8932         (draw_glyphs, x_insert_glyphs, fast_find_position)
8933         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
8934         byte/char counts.
8936         * regex.c (regex_compile): Remove unused var.
8938         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
8940         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8941         (Faccessible_keymaps, where_is_internal): Remove unused vars.
8943         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
8945         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
8947         * fileio.c (Fwrite_region): Remove unused var.
8949         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
8950         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
8952         * composite.c (Fremove_list_of_text_properties): Declare.
8954         * coding.c (inhibit_pre_post_conversion): Remove (unused).
8955         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
8956         (coding_inherit_eol_type): Remove unused attrs.
8957         (detect_coding): Cast arg of detect_eol.
8959         * charset.c (syms_of_charset): Remove unused var p.
8960         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
8961         byte/char counts.
8963         * casetab.c (set_case_table): Remove unused var.
8965         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
8966         unused vars.
8968 2008-02-01  Dave Love  <fx@gnu.org>
8970         * xterm.c (x_bitmap_mask): Declare.
8972 2008-02-01  Dave Love  <fx@gnu.org>
8974         * xterm.c (x_term_init): Fix type error.
8976         * lisp.h: Add Funibyte_char_to_multibyte.
8978         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
8979         (Fset_coding_system_priority): Doc fix.
8981         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
8983         * indent.c (check_composition): Make start and end EMACS_INT.
8985         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
8987         * xdisp.c (handle_composition_prop, check_point_in_composition):
8988         Make buffer positions EMACS_INT.
8990         * composite.c (find_composition, run_composition_function)
8991         (update_compositions, Ffind_composition_internal): Make buffer
8992         positions EMACS_INT.
8994         * composite.h (find_composition, update_compositions): Make
8995         position args EMACS_INT.
8997         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
8999         * intervals.c (get_property_and_range):
9000         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
9002         * unexalpha.c: Don't include varargs.h.
9004 2008-02-01  Dave Love  <fx@gnu.org>
9006         * coding.h (ENCODE_UTF_8): New.
9008         * Makefile.in (gtkutil.o): Depend on coding.h.
9010         * coding.c (Fset_coding_system_priority): Doc fix.
9012 2008-02-01  Kenichi Handa  <handa@m17n.org>
9014         * fileio.c (Finsert_file_contents): Call setup_coding_system in
9015         the case of auto saving.
9017 2008-02-01  Andreas Schwab  <schwab@suse.de>
9019         * chartab.c (map_char_table, map_char_table_for_charset): Protect
9020         `range' from GC.
9022 2008-02-01  Kenichi Handa  <handa@m17n.org>
9024         * coding.c (decode_coding_sjis): Check bytes more rigidly.
9026 2008-02-01  Kenichi Handa  <handa@m17n.org>
9028         * fileio.c (choose_write_coding_system): Return a decided coding system.
9029         (Fwrite_region): Set Vlast_coding_system_used to the return value
9030         of choose_write_coding_system.
9032 2008-02-01  Kenichi Handa  <handa@m17n.org>
9034         * charset.c (Fset_charset_priority): Pay attention to duplicated
9035         arguments.
9037         * coding.c (QCcategory): New variable.
9038         (syms_of_coding): Defsym it.  Set all elements of
9039         Vcoding_category_table and their symbol values.
9040         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
9041         coding-category-XXX, and coding-category-list.
9042         (Fdefine_coding_system_internal): Add category in the plist.
9044 2008-02-01  Kenichi Handa  <handa@m17n.org>
9046         * callproc.c (Fcall_process): Handle carryover correctly.
9048         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
9049         (raw_text_coding_system): Check NILP (coding_system).
9050         (coding_inherit_eol_type): Check NILP (coding_system) and
9051         NILP (parent).
9052         (consume_chars): Fix for the case of raw-text.
9054         * process.c (read_process_output): Handle carryover correctly.
9056 2008-02-01  Dave Love  <fx@gnu.org>
9058         * regex.c (re_search_2): Fix last change.
9060 2008-02-01  Kenichi Handa  <handa@m17n.org>
9062         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
9063         target_multibyte.  Even in a unibyte case, return a converted
9064         multibyte char.
9065         (GET_CHAR_AFTER): New macro.
9066         (PATFETCH): Translate via multibyte char.
9067         (HANDLE_UNIBYTE_RANGE): Delete this macro.
9068         (SETUP_MULTIBYTE_RANGE): New macro.
9069         (regex_compile): Setup compiled code so that its multibyteness
9070         matches that of a target.  Fix the handling of "[X-YZ]" using
9071         SETUP_MULTIBYTE_RANGE.
9072         (analyse_first) <charset>: For filling fastmap for all multibyte
9073         characters, don't check by BASE_LEADING_CODE_P.
9074         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
9075         the same as RE_MULTIBYTE_P (bufp) now.
9076         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
9077         (TARGET_CHAR_AND_LENGTH): Delete this macro.
9078         (TRANSLATE_VIA_MULTIBYTE): New macro.
9079         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
9080         It is the same as RE_MULTIBYTE_P (bufp) now.
9081         <exactn>: Translate via multibyte.
9082         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
9083         translate it.
9084         <charset, charset_not>: Fetch a character by
9085         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
9086         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
9087         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
9088         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
9089         by GET_CHAR_AFTER.
9090         (bcmp_translate): Likewise.
9092         * search.c (compile_pattern): Check the member target_multibyte,
9093         not the member multibyte of buf.
9095         * lread.c (read1): While reading a string, set force_singlebyte
9096         and force_multibyte correctly.
9098         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
9099         up of unibyte_to_multibyte_table.
9101 2008-02-01  Kenichi Handa  <handa@m17n.org>
9103         * coding.c (setup_coding_system): If coding has
9104         post-read-conversion or pre-write-conversion, set
9105         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
9106         respectively.
9107         (decode_coding_gap): Run post-read-conversion if any.
9109         * fileio.c (Finsert_file_contents): Even if we read into a
9110         unibyte buffer, check if we must decode the result or not.
9112 2008-02-01  Kenichi Handa  <handa@m17n.org>
9114         * coding.c (make_conversion_work_buffer): Change the work buffer
9115         name to the same one as that of Emacs 21.
9117 2008-02-01  Kenichi Handa  <handa@m17n.org>
9119         * coding.h (make_conversion_work_buffer): Adjust prototype.
9120         (code_conversion_restore): Don't extern it.
9122         * coding.c (detected_mask): Delete unused variable.
9123         (decode_coding_iso_2022): Pay attention to the byte sequence of
9124         CTEXT extended segment, and retain those bytes as is.
9125         (decode_coding_ccl): Delete unused variable `valids'.
9126         (setup_coding_system): Delete unused variable `category'.
9127         (consume_chars): Delete unused variable `category'.  Make it work
9128         for non-multibyte case.
9129         (make_conversion_work_buffer): Change argument.
9130         (saved_coding): Delete unused variable.
9131         (code_conversion_restore): Don't check saved_coding->destination.
9132         (code_conversion_save): New function.
9133         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
9134         instead of record_unwind_protect.
9135         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
9136         (detect_coding_system): Delete unused variable `mask'.
9137         (Fdefine_coding_system_internal): Delete unused vaiable id.
9139         * fileio.c (kill_workbuf_unwind): New function.
9140         (Finsert_file_contents): On replacing, call
9141         make_conversion_work_buffer with correct args, and call
9142         record_unwind_protect with the first arg kill_workbuf_unwind.
9144         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
9146 2008-02-01  Kenichi Handa  <handa@m17n.org>
9148         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
9149         (fontset_add): Fix for the case that TO is less than TO1.
9150         (Ffontset_info): Don't use fallback fontset on checking the
9151         default fontset.
9152         (dump_fontset): New function for debugging.
9154         * coding.c (Fdefine_coding_system_internal): Fix for the case that
9155         coding_type is Qcharset.
9157 2008-02-01  Kenichi Handa  <handa@m17n.org>
9159         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
9160         (map_char_table): Don't inherit the value from the parent on
9161         initializing VAL.  Adjust for the above change.
9163 2008-02-01  Kenichi Handa  <handa@m17n.org>
9165         * coding.c (Qsignature, Qendian): Delete these variables.
9166         (syms_of_coding): Don't initialize them.
9167         (CATEGORY_MASK_UTF_16_AUTO): New macro.
9168         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
9169         detect_info->found.
9170         (decode_coding_utf_16): Don't detect BOM here.
9171         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
9172         is NOT utf_16_without_bom.
9173         (setup_coding_system): For a coding system of type utf-16, check
9174         if the attribute :endian is Qbig or not (not nil or not), and set
9175         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
9176         (detect_coding): If coding type is utf-16 and BOM detection is
9177         required, detect it.
9178         (Fdefine_coding_system_internal): For a coding system of type
9179         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
9181 2008-02-01  Kenichi Handa  <handa@m17n.org>
9183         * coding.c (coding_set_source): Fix for the case that the current
9184         buffer is different from coding->src_object.
9185         (decode_coding_object): Don't use the conversion work buffer if
9186         DST_OBJECT is a buffer.
9188 2008-02-01  Dave Love  <fx@gnu.org>
9190         * lread.c (read_emacs_mule_char) [len==2]: Index
9191         emacs_mule_charset correctly.
9193 2008-02-01  Dave Love  <fx@gnu.org>
9195         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
9196         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
9197         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
9198         treated specially.)
9199         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
9200         (detected_mask): Remove Big5 bits.
9202 2008-02-01  Kenichi Handa  <handa@m17n.org>
9204         The following changes are to make the font rescaling facility
9205         compatible with Emacs 21.
9207         * xfaces.c (Vface_font_rescale_alist): Rename from
9208         Vface_resizing_fonts.
9209         (struct font_name): Rename member resizing_ratio to rescale_ratio.
9210         (font_rescale_ratio): Rename from font_resizing_ratio.
9211         (split_font_name): Set font->rescale_ratio.
9212         (better_font_p): Pay attention to font->rescale_ratio.
9213         (build_scalable_font_name): Likewise.  Change RESX, and RESY
9214         fields.
9215         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
9217 2008-02-01  Kenichi Handa  <handa@m17n.org>
9219         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
9220         (Qutf_16_le): Remove these variables.
9221         (syms_of_coding): Don't DEFSYM them.
9222         (decode_coding_utf_16): Fix handling of BOM.
9223         (encode_coding_utf_16): Fix handling of BOM.
9225 2008-02-01  Kenichi Handa  <handa@m17n.org>
9227         * fileio.c (Finsert_file_contents): On replacing, before decoding
9228         the file into the work buffer, set point of the work buffer to the end.
9230 2008-02-01  Dave Love  <fx@gnu.org>
9232         * coding.c (Fcheck_coding_systems_region): Fix type errors.
9234 2008-02-01  Dave Love  <fx@gnu.org>
9236         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9237         and fix C types.
9239 2008-02-01  Kenichi Handa  <handa@m17n.org>
9241         * xdisp.c (SKIP_GLYPHS): New macro.
9242         (set_cursor_from_row): Pay attention to string display properties.
9244         * category.c (copy_category_entry): Fix for the case that RANGE
9245         is an integer.
9247         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
9249         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
9251 2008-02-01  Kenichi Handa  <handa@m17n.org>
9253         * charset.c (Fcharset_id_internal): New function.
9254         (syms_of_charset): Defsubr it.
9256         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
9257         with the last arg charset_list acquired from coding.
9258         (Fdefine_coding_system_internal): For ccl-based coding system, fix
9259         the attribute coding_attr_ccl_valids.
9261         * coding.h (enum define_coding_ccl_arg_index): Set the first
9262         member coding_arg_ccl_decoder to coding_arg_max.
9264         * ccl.h (ccl_driver): Adjust prototype.
9266         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
9267         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
9268         of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
9269         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
9270         last arg Qnil.
9272 2008-02-01  Kenichi Handa  <handa@m17n.org>
9274         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
9275         call encode_char.
9277         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
9279 2008-02-01  Dave Love  <fx@gnu.org>
9281         * composite.c (syms_of_composite): Make composition_hash_table weak.
9283 2008-02-01  Kenichi Handa  <handa@m17n.org>
9285         * dispextern.h (check_face_attributes, generate_ascii_font_name)
9286         (font_name_registry): Don't extern them.
9287         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
9289         * fontset.h (Qfontset): Don't extern it.
9290         (new_fontset_from_font_name): Extern it.
9292         * fontset.c: Give 8 extra slots to fontset objects.
9293         (Qfontset_info): New variable.
9294         (syms_of_fontset): Defsym it.
9295         (FONTSET_FALLBACK): New macro.
9296         (fontset_face): Try also the default fontset.
9297         (make_fontset): Realize a fallback fontset from the default fontset.
9298         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
9299         using split_font_name_into_vector and build_font_name_from_vector.
9300         (Fset_fontset_font): Access the elements of font_spec by enum
9301         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
9302         name by using split_font_name_into_vector.
9303         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
9304         generate a proper font name from the fontset name.  Update
9305         Vfontset_alias_alist.
9306         (n_auto_fontsets): New variable.
9307         (new_fontset_from_font_name): New function.
9308         (Ffont_info): Store the information about fonts generated from the
9309         default fontset in the first extra slot of the returned char-table.
9311         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
9312         (font_name_registry): Delete function.
9313         (split_font_name_into_vector): New function.
9314         (build_font_name_from_vector): New function.
9315         (font_list): The argument REGISTRY is now a list of registry names.
9316         (choose_face_font): If we are choosing an ASCII font, and ATTRS
9317         specifies an explicit font name, return the name as is.  Make a
9318         list of registy names.
9320         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
9321         of x_new_fontset.
9322         (Fx_create_frame): Don't call x_new_fontset here.  Just use
9323         x_list_fonts to check the existence of fonts.
9325         * xterm.h (x_new_fontset): Adjust prototype.
9327         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
9328         string.  Use new_fontset_from_font_name to create a fontset from a
9329         font name.
9331 2008-02-01  Kenichi Handa  <handa@m17n.org>
9333         * syntax.c (Vfind_word_boundary_function_table): New name for
9334         Vnext_word_boundary_function_table.
9335         (find-word-boundary-function-table): New name for
9336         next-word-boundary-function-table.
9338 2008-02-01  Dave Love  <fx@gnu.org>
9340         * Makefile.in: Fix some dependencies.
9342         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
9343         set it to nil before returning.
9345         * composite.c (update_compositions): Fix type error.
9347         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
9349 2008-02-01  Kenichi Handa  <handa@m17n.org>
9351         * xterm.c (x_new_font): Optimize for the case that the font is
9352         already set for the frame.
9354 2008-02-01  Kenichi Handa  <handa@m17n.org>
9356         * chartab.c (char_table_ascii): Check if the char table contents
9357         is sub-char-table or not.
9358         (char_table_set, char_table_set_range): Fix argument to
9359         char_table_ascii.
9361         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
9362         (detect_coding_utf_8, detect_coding_utf_16)
9363         (detect_coding_emacs_mule, detect_coding_iso_2022)
9364         (detect_coding_sjis, detect_coding_big5)
9365         (detect_coding_ccl, detect_coding_charset): Change argument MASK
9366         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
9367         sequence is valid in this coding system.  Change callers.
9368         (MAX_ANNOTATION_LENGTH): New macro.
9369         (ADD_ANNOTATION_DATA): New macro.
9370         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
9371         ADD_ANNOTATION_DATA.  Change the format of annotation data.
9372         (ADD_CHARSET_DATA): New macro.
9373         (emacs_mule_char): New argument ID.  Change callers.
9374         (decode_coding_emacs_mule, decode_coding_iso_2022)
9375         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
9376         Produce charset annotation data in coding->charbuf.
9377         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
9378         to charset annotation data in coding->charbuf.
9379         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
9380         coding->common_flags if the coding system is iso-2022 based and
9381         uses designation.
9382         (produce_composition): Adjust for the new annotation data format.
9383         (produce_charset): New function.
9384         (produce_annotation): Handle charset annotation.
9385         (handle_composition_annotation, handle_charset_annotation): New
9386         functions.
9387         (consume_chars): Handle charset annotation.  Utilize the above two
9388         functions.
9389         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
9390         buffer, get the deleted text as a string and set
9391         coding->src_object to that string.
9392         (detect_coding, detect_coding_system): Use the new struct
9393         coding_detection_info.
9395         * coding.h (struct coding_detection_info): New structure.
9396         (struct coding_system): Adjust prototype of the member `detector'.
9397         (CODING_ANNOTATE_CHARSET_MASK): New macro.
9399 2008-02-01  Kenichi Handa  <handa@m17n.org>
9401         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
9403 2008-02-01  Dave Love  <fx@gnu.org>
9405         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
9406         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
9407         to new local and nullify apropos_accumulate before returning.
9408         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
9410 2008-02-01  Kenichi Handa  <handa@m17n.org>
9412         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
9413         correctly.
9415 2008-02-01  Dave Love  <fx@gnu.org>
9417         * fns.c (Flanginfo): Call synchronize_system_time_locale.
9419 2008-02-01  Kenichi Handa  <handa@m17n.org>
9421         The following changes are to make character composition happen
9422         automatically on displaying.
9424         * Makefile.in (lisp, shortlisp): Add composite.elc.
9426         * composite.h (Qauto_composed, Vauto_composition_function)
9427         (Qauto_composition_function): Extern them.
9429         * composite.c (Vcomposition_function_table)
9430         (Qcomposition_function_table): Delete variables.
9431         (Qauto_composed, Vauto_composition_function)
9432         (Qauto_composition_function): New variables.
9433         (run_composition_function): Don't call
9434         compose-chars-after-function.
9435         (update_compositions): Clear `auto-composed' text property.
9436         (compose_chars_in_text): Delete this function.
9437         (syms_of_composite): Staticpro Qauto_composed and
9438         Qauto_composition_function.  Declare Vauto_composition_function as
9439         a Lisp variable.
9441         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
9443         * xdisp.c (it_props): Add an entry for Qauto_composed.
9444         (handle_auto_composed_prop): New function.
9446         * xselect.c (selection_data_to_lisp_data): Don't call
9447         compose_chars_in_text.
9449 2008-02-01  Dave Love  <fx@gnu.org>
9451         * keyboard.c (read_char): Modify checking around use of
9452         Vkeyboard_translate_table.
9454         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9455         and fix C types.
9457 2008-02-01  Kenichi Handa  <handa@m17n.org>
9459         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
9460         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9461         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
9462         the case that the last byte is '\r' correctly.
9463         (decode_coding): Flush out the unprocessed data correctly.
9464         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
9466 2008-02-01  Dave Love  <fx@gnu.org>
9468         * xterm.c (XTread_socket): Fix changes for defined keysyms.
9469         Add XK_ISO... case.
9470         (xaw_scroll_callback): Revert last change.
9472 2008-02-01  Kenichi Handa  <handa@m17n.org>
9474         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
9476 2008-02-01  Kenichi Handa  <handa@m17n.org>
9478         * xfaces.c (Vface_resizing_fonts): New variable.
9479         (struct font_name): New member `resizing_ratio'.
9480         (font_resizing_ratio): New function.
9481         (split_font_name): Set font->resizing_ratio.
9482         (better_font_p): Pay attention to font->resizing_ratio.
9483         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
9484         RESX, and RESY fields.
9485         (try_alternative_families): Try scalable fonts if
9486         Vscalable_fonts_allowed is not Qt.
9487         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
9489 2008-02-01  Dave Love  <fx@gnu.org>
9491         * xterm.c (xaw_scroll_callback): Cast correctly.
9493 2008-02-01  Dave Love  <fx@gnu.org>
9495         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
9496         (lispy_kana_keys): Comment out.
9497         (make_lispy_event) [XK_kana_A]: Comment out.
9499         * xterm.c (xaw_scroll_callback): Cast call_data.
9500         (XTread_socket): Deal with ASCII keysyms.
9501         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
9503 2008-02-01  Dave Love  <fx@gnu.org>
9505         * xterm.c (Vx_keysym_table): New.
9506         (syms_of_xterm): Initialize it.
9507         (XTread_socket): Use it.
9508         From head: Eliminate incorrect optimization that tried to avoid
9509         decoding the output of X*LookupString.
9510         (x_get_font_repertory): Delete charset declaration.
9512 2008-02-01  Kenichi Handa  <handa@m17n.org>
9514         * coding.c (detect_coding_charset): If only ASCII bytes are found,
9515         return 0.
9516         (Fdefine_coding_system_internal): Setup
9517         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
9519 2008-02-01  Dave Love  <fx@gnu.org>
9521         * coding.c (Fcheck_coding_system): Doc fix.
9523         * editfns.c (Finsert_byte): Return a proper value.
9525 2008-02-01  Kenichi Handa  <handa@m17n.org>
9527         * coding.c (decode_coding): Fix args to translate_chars.  Pay
9528         attention to Vstandard_translation_table_for_decode.
9529         (encode_coding): Fix args to translate_chars.  Pay attention to
9530         Vstandard_translation_table_for_encode.
9532         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
9533         SINGLE_BYTE_CHAR_P.
9535         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
9536         not by SINGLE_BYTE_CHAR_P.
9538         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
9539         SINGLE_BYTE_CHAR_P.
9541         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
9542         SINGLE_BYTE_CHAR_P.
9544         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
9545         by SINGLE_BYTE_CHAR_P.
9547         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
9548         SINGLE_BYTE_CHAR_P.
9550 2008-02-01  Dave Love  <fx@gnu.org>
9552         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
9554 2008-02-01  Dave Love  <fx@gnu.org>
9556         * fns.c (Flanginfo): Fix typo.
9558         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
9560 2008-02-01  Kenichi Handa  <handa@m17n.org>
9562         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
9563         (detect_coding_emacs_mule, detect_coding_iso_2022)
9564         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
9565         incomplete byte sequence.  Don't update *mask when correctly detected.
9566         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
9567         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
9568         (detect_coding, detect_coding_system): Adjust for the changes above.
9570 2008-02-01  Kenichi Handa  <handa@m17n.org>
9572         * character.c (char_string): Rename from
9573         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
9574         (string_char): Rename from string_char.
9576         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
9577         if C is greater than MAX_3_BYTE_CHAR.
9578         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
9579         string_char instead of string_char_with_unification.
9581 2008-02-01  Dave Love  <fx@gnu.org>
9583         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
9585 2008-02-01  Kenichi Handa  <handa@m17n.org>
9587         * keymap.c (push_key_description): Pay attention to force_multibyte.
9589         * regex.c (re_search_2): Fix for the case of unibyte buffer.
9591 2008-02-01  Dave Love  <fx@gnu.org>
9593         * charset.c (define_charset_internal): Rename `supprementary'.
9595         * Makefile.in (lisp, shortlisp): Remove latin-N.
9597 2008-02-01  Dave Love  <fx@gnu.org>
9599         * xfns.c (x_window, x_window): Use use_xim.
9601         * xterm.c (use_xim): Initialize.
9602         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
9603         (x_term_init): Maybe set use_xim.
9605         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
9607 2008-02-01  Kenichi Handa  <handa@m17n.org>
9609         * search.c (search_buffer): Fix case-fold-search of multibyte
9610         characters.
9611         (boyer_moore): Rename the last argument to char_high_bits.
9613 2008-02-01  Kenichi Handa  <handa@m17n.org>
9615         * xdisp.c (display_string): Fix for the case of zero width glyph.
9617         * xfns.c (x_set_font): Change the error message of the case that
9618         x_new_fontset returns Qt.
9620         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
9621         (Finternal_set_lisp_face_attribute): Use signal_error for the
9622         error of invalid fontset.
9624         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
9625         fontset, return Qt.
9627 2008-02-01  Dave Love  <fx@gnu.org>
9629         * unexelf.c (unexec): Make .got handling not SGI-specific.
9631         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
9633         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
9635         * keyboard.c (read_key_sequence): Fix type error.
9637         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
9638         type error.
9640         * fontset.c (fontset_add): Return Lisp_Object.
9642 2008-02-01  Dave Love  <fx@gnu.org>
9644         * charset.h (charset_ordered_list_tick): Declare extern.
9646 2008-02-01  Kenichi Handa  <handa@m17n.org>
9648         The following changes (and some of 2008-02-01 changes of mine) are
9649         for handling syntax, category, and case conversion for unibyte
9650         characters by converting them to multibyte on the fly.  With these
9651         changes, we don't have to setup syntax and case tables for unibyte
9652         characters in each language environment.
9654         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
9655         multibyte if necessary.
9657         * bytecode.c (Fbyte_code): Likewise.
9659         * character.h (LEADING_CODE_LATIN_1_MIN)
9660         (LEADING_CODE_LATIN_1_MAX): New macros.
9661         (unibyte_to_multibyte_table): Extern it.
9662         (unibyte_char_to_multibyte): New macro.
9663         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
9664         (CHAR_LEADING_CODE): New macro.
9665         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
9667         * character.c (unibyte_to_multibyte_table): New variable.
9668         (unibyte_char_to_multibyte): Move to character.h and define as macro.
9669         (multibyte_char_to_unibyte): If C is an eight-bit character,
9670         convert it to the corresponding byte value.
9672         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
9673         not 1, singals an error.  Update the elements of
9674         unibyte_to_multibyte_table.
9675         (init_charset_once): Initialize unibyte_to_multibyte_table.
9676         (syms_of_charset): Define the charset `iso-8859-1'.
9678         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
9679         as is without converting it to unibyte.  In a unibyte buffer,
9680         convert C to multibyte before checking the syntax.
9682         * lisp.h (unibyte_char_to_multibyte): Delete extern.
9684         * minibuf.c (Fminibuffer_complete_word): Use the macro
9685         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
9687         * regex.h (struct re_pattern_buffer): New member target_multibyte.
9689         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
9690         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
9691         that is zero, convert an eight-bit char to multibyte.
9692         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
9693         non-emacs case.
9694         (PATFETCH): Convert an eight-bit char to multibyte.
9695         (HANDLE_UNIBYTE_RANGE): New macro.
9696         (regex_compile): Setup the compiled pattern for multibyte chars
9697         even if the given regex string is unibyte.  Use PATFETCH_RAW
9698         instead of PATFETCH in many places.  To handle `charset'
9699         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
9700         only for ASCII chars.
9701         (analyse_first) <exactn>: Simplify because the compiled pattern
9702         is multibyte.
9703         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
9704         <charset>: Use CHAR_LEADING_CODE to get leading codes.
9705         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
9706         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
9707         multibyte always 1.
9708         (re_search_2): In emacs, set the locale variable multibyte to 1,
9709         otherwise to 0.  New local variable target_multibyte.  Check it
9710         to decide the multibyteness of STR1 and STR2.  If
9711         target_multibyte is zero, convert unibyte chars to multibyte
9712         before translating and checking fastmap.
9713         (TARGET_CHAR_AND_LENGTH): New macro.
9714         (re_match_2_internal): In emacs, set the locale variable multibyte
9715         to 1, otherwise to 0.  New local variable target_multibyte.  Check
9716         it to decide the multibyteness of STR1 and STR2.  Use
9717         TARGET_CHAR_AND_LENGTH to fetch a character from D.
9718         <charset, charset_not>: If multibyte is nonzero, check fastmap
9719         only for ASCII chars.  Call bcmp_translate with
9720         target_multibyte, not with multibyte.
9721         <begline>: Declare the local variable C as `unsigned'.
9722         (bcmp_translate): Change the last arg name to target_multibyte.
9724         * search.c (compile_pattern_1): Don't adjust the multibyteness of
9725         the regexp pattern and the matching target.  Set cp->buf.multibyte
9726         to the multibyteness of the regexp pattern.  Set
9727         cp->but.target_multibyte to the multibyteness of the matching target.
9728         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
9729         FETCH_STRING_CHAR_ADVANCE.
9730         (Freplace_match): Convert unibyte chars to multibyte.
9732         * syntax.c (char_quoted, back_comment, scan_words)
9733         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
9734         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
9735         unibyte chars to multibyte.
9736         (skip_chars): Delete the arg syntaxp, and move the code for
9737         handling syntaxes to skip_syntaxes.  Change callers.
9738         Fix the case that the multibyteness of STRING and the current
9739         buffer doesn't match.
9740         (skip_syntaxes): New function.
9741         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
9742         SINGLE_BYTE_CHAR_P.
9744 2008-02-01  Kenichi Handa  <handa@m17n.org>
9746         * xfaces.c (QCfontset): New variable.
9747         (LFACE_FONTSET): New macro.
9748         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
9749         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
9750         (Finternal_set_lisp_face_attribute)
9751         (Finternal_get_lisp_face_attribute): Handle QCfontset.
9752         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
9753         check also LFACE_FONTSET_INDEX.
9754         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
9755         attrs[LFACE_FONT_INDEX].
9756         (syms_of_xfaces): Intern and staticpro QCfontset.
9758         * dispextern.h (enum lface_attribute_index): New member
9759         LFACE_FONTSET_INDEX.
9761         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
9763 2008-02-01  Kenichi Handa  <handa@m17n.org>
9765         * coding.c (coding_set_destination): Fix coding->destination for
9766         the case converting a region.
9767         (encode_coding_utf_8): Encode eight-bit chars as single byte.
9768         (encode_coding_object): Fix coding->dst_pos and
9769         coding->dst_pos_byte for the case converting a region.
9771         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
9773         * character.h (BYTE8_STRING): New macro.
9775         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
9777 2008-02-01  Kenichi Handa  <handa@m17n.org>
9779         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
9780         characters by octal form.
9782         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
9784         * buffer.h (_fetch_multibyte_char_len): Delete extern.
9785         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
9786         _fetch_multibyte_char_len.
9787         (FETCH_CHAR_AS_MULTIBYTE): New macro.
9789         * casetab.c (set_canon, set_identity, shuffle): Simplify.
9791         * casefiddle.c (casify_object): Simplify.  Handle the case that
9792         the case conversion change the byte length.
9793         (casify_region): Likewise.
9795         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
9797         * character.c (_fetch_multibyte_char_len): Delet this variable.
9798         (syms_of_character): Setup Vprintable_chars.
9800         * editfns.c (Fchar_equal): Fix for the unibyte case.
9801         (Finsert_byte): New function.
9802         (syms_of_editfns): Defsubr it.
9804         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
9805         of direct code 0x3ffff.
9807         * search.c (Freplace_match): Fix for the unibyte case.
9809 2008-02-01  Kenichi Handa  <handa@m17n.org>
9811         * lread.c (safe_to_load_p): Fix the logic.
9813         * syntax.c (scan_words): Don't treat characters belonging to
9814         different scripts as constituting a word.
9816         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9818         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
9820         * emacs.c (main): In the case of --unibyte, instead of aborting on
9821         finding non-empty buffer, make it unibyte.
9823 2008-02-01  Kenichi Handa  <handa@m17n.org>
9825         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
9826         to create a fontset.
9828 2008-02-01  Dave Love  <fx@gnu.org>
9830         * character.c (Funibyte_char_to_multibyte): Doc fix.
9832         * xfns.c [HAVE_STDLIB_H]: Fix last change.
9834 2008-02-01  Kenichi Handa  <handa@m17n.org>
9836         * fontset.c (fontset_add): Make the type `int'.
9837         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
9839         * character.c (unibyte_char_to_multibyte)
9840         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
9841         charset_unibyte, not charset_primary.
9843         * charset.h (charset_unibyte): Extern it instead of charset_primary.
9845         * charset.c (charset_unibyte): Rename from charset_primary.
9846         (Funibyte_charset): Rename from Fprimary_charset.
9847         (Fset_unibyte_charset): Rename from Fset_primary_charset.
9848         (syms_of_charset): Adjust for the above changes.
9850         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
9851         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
9852         it->multibyte_p is zero.
9854         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
9855         Delete extern.
9857 2008-02-01  Kenichi Handa  <handa@m17n.org>
9859         * coding.c (Fdefine_coding_system_internal): Fix category setting
9860         for a coding system of type iso-2022.
9862 2008-02-01  Kenichi Handa  <handa@m17n.org>
9864         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
9866 2008-02-01  Kenichi Handa  <handa@m17n.org>
9868         * syntax.c (Vnext_word_boundary_function_table): New variable.
9869         (next-word-boundary-function-table): Declare it as a Lisp variable
9870         in syms_of_syntax.
9871         (scan_words): Call functions in Vnext_word_boundary_function_table
9872         if any.
9874         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
9876         * fontset.c (fs_load_font): If fontp->charset is not negative,
9877         return fontp without setting its members.
9879 2008-02-01  Dave Love  <fx@gnu.org>
9881         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
9883         * m/sparc.h (HAVE_ALLOCA): Delete.
9885         * s/irix6-5.h: Don't include strings.h.
9886         (bcopy, bzero, bcmp): Don't undef.
9888         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
9890         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
9891         (TIOCSIGSEND): Don't test IRIX6.
9892         (bcopy, bzero, bcmp): Define conditionally.
9894 2008-02-01  Kenichi Handa  <handa@m17n.org>
9896         * buffer.c (Qas, Qmake, Qto): New variables.
9897         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
9898         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
9900         * callproc.c (Fcall_process): Don't call insert_1_both directly if
9901         we are inserting a process output into a multibyte buffer.
9903         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
9904         multibyte_char_to_unibyte.
9906         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
9907         by the primary charset, make it eight-bit char.
9908         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
9910         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
9911         (charset_8_bit__control, charset_8_bit_graphic)
9912         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
9913         (define_charset_internal): New function.
9914         (syms_of_charset): Call define_charset_internal for pre-defined
9915         charsets.
9917         * charset.h (charset_8_bit): Extern it.
9919         * coding.c (make_conversion_work_buffer): Adjust for the change
9920         of Fset_buffer_multibyte.
9921         (encode_coding_raw_text): Increment p0 in the loop.
9923         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
9925         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
9926         for the change of Fset_buffer_multibyte.
9928         * fns.c (Fstring_to_multibyte): New function.
9929         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
9931 2008-02-01  Dave Love  <fx@gnu.org>
9933         * xfns.c (x_put_x_image): Declare args.
9935         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
9936         (try_font_list): Declare an arg.
9938         * xdisp.c (message2_nolog, set_message): Declare an arg.
9940         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
9942         * syntax.c (scan_sexps_forward): Declare an arg.
9944         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
9945         Declare an arg.
9947         * lisp.h (Fnew_fontset): Declare.
9949         * keymap.c (push_key_description): Call CHARACTERP correctly.
9951         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
9952         (face_for_char): Delete unused vars.
9953         (Fset_fontset_font): Doc fix.  Delete unused vars.
9955         * doc.c (Fsubstitute_command_keys): Delete unused vars.
9957         * composite.c (update_compositions): Declare arg.
9959         * cm.c (calccost, cmgoto): Declare args.
9961         * charset.c: Remove `emacs' conditional.  Doc fixes.
9962         (map_char_table_for_charset): Declare.
9964         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
9966         * ccl.c: Remove `emacs' conditional.
9968 2008-02-01  Kenichi Handa  <handa@m17n.org>
9970         The following changes are to allow specifying multiple font
9971         patterns for a character range (specified by script or charset).
9973         * Makefile.in (abbrev.o): Depend on syntax.h.
9974         (xfaces.o): Depend on charset.h.
9976         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
9977         SINGLE_BYTE_CHAR_P.
9979         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
9981         * character.h (Vchar_script_table): Extern it.
9983         * character.c (Vscript_alist): Delete.
9984         (Vchar_script_table, Qchar_script_table): New variable.
9985         (syms_of_character): Declare Vchar_script_table as a lisp variable
9986         and initialize it.
9988         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
9989         have property char-table-extra-slots, make no extra slot.
9991         * dispextern.h (struct face): Delete member `charset'.
9992         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
9993         SINGLE_BYTE_CHAR_P.
9994         (choose_face_font, lookup_non_ascii_face, font_name_registry):
9995         Add prototypes.
9996         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
9997         (generate_ascii_font_name): Rename from generate_ascii_font.
9999         * fontset.h (get_font_repertory_func): New prototype.
10000         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
10001         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
10003         * fontset.c (Qprepend, Qappend): New variables.
10004         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
10005         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
10006         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
10007         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
10008         (fontset_ref_and_range, fontset_add, reorder_font_vector)
10009         (load_font_get_repertory): New functions.
10010         (fontset_set): Delete.
10011         (fontset_face): New arg FACE.  Return face ID, not face.
10012         Complete re-write to handle new fontset structure.  Change caller.
10013         (free_face_fontset): Use ASET istead of AREF (X) = Y.
10014         (face_for_char): Don't call lookup_face.
10015         (make_fontset_for_ascii_face): New arg FACE.
10016         (fs_load_font): New arg CHARSET_ID.  Don't check
10017         Vfont_encoding_alist here.
10018         (find_font_encoding): New function.
10019         (list_fontsets): Use STRINGP, not ! NILP.
10020         (accumulate_script_ranges): New function.
10021         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
10022         re-written to handle new fontset structure.
10023         (Ffontset_font): Return a copy of element.
10024         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
10025         docstring of font-encoding-alist.
10027         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
10028         (Fset_fotset_font): Fix arguments to 5.
10030         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
10032         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
10033         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10034         (highlight_trailing_whitespace): Adjust for the change of
10035         lookup_named_face.
10037         * xfaces.c: Include charset.h.
10038         (load_face_font): Delete argument C.  Change caller.
10039         (generate_ascii_font_name): Rename from generate_ascii_font.
10040         (font_name_registry): New function.
10041         (cache_face): Store ascii faces before non-ascii faces in buckets.
10042         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
10043         Lookup only ascii faces.
10044         (lookup_non_ascii_face): New function.
10045         (lookup_named_face): Delete argument C.  Change caller.
10046         (lookup_derived_face): Delete argument C.  Change caller.
10047         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
10048         a string, just call font_list with it.
10049         (choose_face_font): Delete arguments FACE and C.  New arg
10050         FONT_SPEC.  Change caller.
10051         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
10052         Change caller.
10053         (realize_non_ascii_face): New function.
10054         (realize_x_face): Call load_face_font here.
10055         (realize_tty_face): Delete argument C.  Change caller.
10056         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
10057         get a face ID.
10058         (dump_realized_face): Don't print charset of FACE.
10060         * xfns.c (x_set_font): Always call x_new_fontset and
10061         store_frame_parameter.
10062         (Fx_create_frame): Call x_new_fontset, not x_new_font.
10063         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
10065         * xterm.h (x_get_font_repertory): Extern it.
10067         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10068         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
10069         it->multibyte_p is zero.
10070         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10071         (x_new_fontset): If FONTSETNAME doesn't match any existing
10072         fontsets, create a new one.
10073         (x_get_font_repertory): New function.
10075 2008-02-01  Kenichi Handa  <handa@m17n.org>
10077         * coding.c (Ffind_coding_systems_region_internal): Detect an
10078         ASCII only string correctly.
10080         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
10081         version is 0.
10083 2008-02-01  Kenichi Handa  <handa@m17n.org>
10085         * lread.c: Include "coding.h".
10086         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
10087         (load_each_byte, unread_char): New variables.
10088         (readchar_backlog): Delete.
10089         (readchar): Return a character unless load_each_byte is nonzero.
10090         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
10091         cons.  If unread_char is not -1, simply return it.
10092         (unreadchar): Handle the case that readcharfun is
10093         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
10094         (read_multibyte): Delete.
10095         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
10096         (read_emacs_mule_char): New functions.
10097         (Fload): Even if the file doesn't have the extention ".elc", if
10098         safe_to_load_p returns a positive version number, assume that the
10099         file contains bytecompiled code.  If the version is less than 22,
10100         load the file while decoding multibyte sequences by emacs-mule.
10101         (readevalloop): Don't use readchar_backlog.
10102         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
10103         (Fread_from_string): Pay attention to the case that STREAM is a cons.
10104         (read_escape): Delete the arg BYTEREP.
10105         (read1): Set load_each_byte to 1 temporarily while handling
10106         #@NUMBER.  Don't call read_multibyte.
10107         (read_vector): Call Fread with a cons.  If readcharfun is
10108         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
10109         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
10110         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
10111         and Qload_force_doc_strings.
10113 2008-02-01  Kenichi Handa  <handa@m17n.org>
10115         * xdisp.c (face_before_or_after_it_pos): Call
10116         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
10118 2008-02-01  Kenichi Handa  <handa@m17n.org>
10120         * character.h (TRAILING_CODE_P): New macro.
10121         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
10122         (string_char_with_unification): Fix prototype.
10123         (Vscript_alist): Extern it.
10125         * character.c (Vscript_alist): New variable.
10126         (string_char_with_unification, str_as_unibyte)
10127         (string_escape_byte8): Add `const' to local variables.
10128         (syms_of_character): Declare script-alist as a Lisp variable.
10130         * charset.h (Vcharset_ordered_list): Extern it.
10131         (charset_ordered_list_tick): Extern it.
10132         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
10133         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
10134         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
10135         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
10136         (Funify_charset): Adjust for the change of Funify_charset.
10138         * charset.c (charset_ordered_list_tick): New variable.
10139         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
10140         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
10141         deunify intead of unify a charset.
10142         (string_xstring_p): Add `const' to local variables.
10143         (find_charsets_in_text): Add `const' to arguemnts and local variables.
10144         (encode_char): Adjust for the change of Funify_charset.  Fix
10145         detecting of invalid code.
10146         (Fset_charset_priority): Increment charset_ordered_list_tick.
10147         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
10148         and TO_CODE.
10150         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
10151         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
10152         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
10153         (decode_coding_ccl, consume_chars)
10154         (Ffind_coding_systems_region_internal)
10155         (Fcheck_coding_systems_region): Add `const' to local variables.
10157         * print.c (print_object): Use octal form for printing the
10158         contents of a bool vector.
10160 2008-02-01  Dave Love  <fx@gnu.org>
10162         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
10163         <version == 20>: Refuse to load.
10165 2008-02-01  Dave Love  <fx@gnu.org>
10167         * fns.c: Move coding.h.
10168         (Qcodeset, Qdays, Qmonths): New.
10169         (concat): Use CHARACTERP instead of INTERGERP.
10170         (Flocale_codeset): Delete.
10171         (Flanginfo): New function.
10172         (syms_of_fns): Change accordingly.
10174         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
10176 2008-02-01  Dave Love  <fx@gnu.org>
10178         * casetab.c (init_casetab_once, init_casetab_once): Fix
10179         CHAR_TABLE_SET call.
10181         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
10183         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
10185         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
10186         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
10187         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
10189         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
10191         * coding.c (ENCODE_DESIGNATION, decode_eol)
10192         (make_conversion_work_buffer, code_conversion_restore)
10193         (Fdefine_coding_system_internal): Convert Lisp types.
10194         (code_conversion_restore): Use EQ, not ==.
10195         (Fencode_coding_string): Fix code_convert_string call.
10197         * coding.h (code_convert_region): Fix prototype.
10199         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
10201         * fontset.c (fontset_ref, fontset_set, fs_load_font)
10202         (Ffontset_info): Convert Lisp types.
10204         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
10206         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
10208         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
10210         * chartab.c: Include "...h", not <...h> in some cases.
10212         * callproc.c (Fcall_process): Remove unused variables.
10214 2008-02-01  Dave Love  <fx@gnu.org>
10216         * coding.c (Fset_coding_system_priority): Allow null arg list.
10218 2008-02-01  Dave Love  <fx@gnu.org>
10220         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
10221         (Fself_insert_and_exit): Use CHARACTERP.
10223         * callproc.c (Fcall_process): Remove unused vars.
10225         * xterm.c (XTread_socket): Add extra dead keysyms.
10227         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
10229         * dispextern.h: Remove prototypes for redraw_frame,
10230         redraw_garbaged_frames.
10232         * cmds.c (Fself_insert_command): Use CHARACTERP.
10234         * chartab.c (make_sub_char_table): Remove unused var.
10235         (Fset_char_table_default, Fmap_char_table): Doc fix.
10237         * keymap.c (access_keymap): Remove generic char code.
10238         (push_key_description): Use CHARACTERP.
10240 2008-02-01  Dave Love  <fx@gnu.org>
10242         * charset.c: Doc fixes.
10243         (Funify_charset): Extra checking.
10245 2008-02-01  Dave Love  <fx@gnu.org>
10247         * lread.c: Remove some unused variables.
10248         (safe_to_load_p): If safe, return the magic number version byte.
10249         (Fload): Maybe use load-with-code-conversion.
10251 2008-02-01  Kenichi Handa  <handa@m17n.org>
10253         * category.c (Fmodify_category_entry): Don't modify the contents
10254         of category_set for characters out of the range.  Avoid
10255         unnecessary modification.
10257         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
10258         Vchar_unify_table.  The default value of the table is now nil.
10260         * character.c (syms_of_character): Setup Vchar_width_table for
10261         eight-bit-control and raw-byte chars.
10263         * charset.h (enum define_charset_arg_index): Delete
10264         charset_arg_parents and add charset_arg_subset and
10265         charset_arg_superset.
10266         (enum charset_attr_index): Delete charset_parents and add
10267         charset_subset and charset_superset.
10268         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
10269         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
10270         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
10271         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
10272         (CHARSET_SUPERSET): New macros.
10273         (charset_work): Extern it.
10274         (ENCODE_CHAR): Use charset_work.
10275         (CHAR_CHARSET_P): Adjust for the change of encoder format.
10276         (map_charset_chars): Extern it.
10278         * charset.c (load_charset_map): Set the default value of encoder
10279         and deunifier char-tables to nil.
10280         (map_charset_chars): Change argument.  Change callers.  Use
10281         map_char_table_for_charset instead of map_char_table.
10282         (Fmap_charset_chars): New optional args from_code and to_code.
10283         (Fdefine_charset_internal): Adjust for the change of
10284         `define-charset' (:parents -> :subset or :superset).
10285         (charset_work): New variable.
10286         (encode_char, syms_of_charset): Adjust for the change of
10287         Fdefine_charset_internal.
10288         (Ffind_charset_string): Setup the vector `charsets' correctly.
10290         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
10291         the previous change.
10292         (char_table_ref_and_range): Adjust for the above change.
10293         (map_sub_char_table_for_charset): New function.
10294         (map_char_table_for_charset): New function.
10296         * keymap.c (describe_vector): Handle a char-table directly here.
10297         (describe_char_table): Delete.
10299         * lisp.h (map_charset_chars): Delete.
10301 2008-02-01  Dave Love  <fx@gnu.org>
10303         * fns.c (count_combining): Comment out (unused).
10304         (Flocale_codeset): New.
10305         (syms_of_fns): Defsubr it.
10307         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
10308         (size_t): Remove.
10310 2008-02-01  Dave Love  <fx@gnu.org>
10312         * Makefile.in (chartab.o): Depend on charset.h.
10314 2008-02-01  Kenichi Handa  <handa@m17n.org>
10316         * character.c (syms_of_character): Set the default value of
10317         Vprintable_chars to Qnil.
10319 2008-02-01  Dave Love  <fx@gnu.org>
10321         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
10323 2008-02-01  Kenichi Handa  <handa@m17n.org>
10325         * charset.c (load_charset_map): Handle the case that from < to
10326         correctly.
10328         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
10329         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
10330         Pay attention to raw-8-bit chars.
10332 2008-02-01  Kenichi Handa  <handa@m17n.org>
10334         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
10335         It is not bytecompiled now.
10337         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
10338         (charset_jisx0208): New variables.
10339         (Fdefine_charset_internal): Setup them if appropriate.
10340         (init_charset_once): Initialize them to -1.
10342         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
10343         (charset_jisx0208): Extern them.
10345         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
10346         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
10347         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
10348         (setup_iso_safe_charsets): Fix arguments to Fassq.
10349         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
10350         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
10351         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
10352         (encode_coding_iso_2022): Change the 1st arg to
10353         ENCODE_ISO_CHARACTER to a variable.
10355 2008-02-01  Kenichi Handa  <handa@m17n.org>
10357         * charset.h (enum define_charset_arg_index): New enums
10358         charset_arg_min_code and charset_arg_max_code.
10359         (struct charset): New member char_index_offset.
10361         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
10362         Take charset->char_index_offset into account.
10363         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
10364         args[charset_arg_max_code].  Setup charset.char_index_offset.
10365         (syms_of_charset): Fix args to Fdefine_charset_internal.
10367 2008-02-01  Dave Love  <fx@gnu.org>
10369         * coding.c (decode_coding_utf_8): Reject overlong sequences.
10371 2008-02-01  Dave Love  <fx@gnu.org>
10373         * coding.c: Doc fixes.
10374         (Fcoding_system_aliases): Fix return value.
10375         (Qmac): Remove (duplicated) definition.
10377 2008-02-01  Dave Love  <fx@gnu.org>
10379         * charset.c (Fcharset_priority_list, Fset_charset_priority): New
10380         functions.
10382         * character.c (Fstring): Doc fix.
10384         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
10386         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not
10387         ids.
10388         (font-encoding-alist): Doc fix.
10390 2008-02-01  Dave Love  <fx@gnu.org>
10392         * term.c (costs_set): Declare static, non-initialized for pcc.
10393         (encode_terminal_code): Remove unused var.
10395         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
10396         for K&R.
10398         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
10400         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
10401         (suffixes): Move out of make_subsidiaries for K&R.
10403         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
10405         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
10407 2008-02-01  Dave Love  <fx@gnu.org>
10409         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
10411         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
10413 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
10415         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
10417         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
10419 2008-02-01  Kenichi Handa  <handa@m17n.org>
10421         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
10422         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
10424 2008-02-01  Kenichi Handa  <handa@m17n.org>
10426         * coding.c (decode_coding_charset): Adjust for the change of
10427         Fdefine_coding_system_internal.
10428         (Fdefine_coding_system_internal): For a coding system of
10429         `charset' type, store a list of charset IDs in
10430         `charset_attr_charset_valids' element of coding attributes.
10432 2008-02-01  Kenichi Handa  <handa@m17n.org>
10434         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
10435         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
10436         caller.  Handle 2-byte and 3-byte charsets correctly.
10437         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
10438         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
10439         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
10440         (DECODE_EMACS_MULE_21_COMPOSITION): Call
10441         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
10442         sequence.
10443         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
10444         `src' and `consumed_chars' correctly before calling emacs_mule_char.
10445         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
10446         and alt&rule composition.
10447         (decode_coding_iso_2022): Handle composition correctly.
10448         (init_coding_once): Setup emacs_mule_bytes for private charsets.
10450         * charset.c (Fdefine_charset_internal): Fix bug for the case of
10451         re-defining a charset.  If the charset has :emacs-mule-id, setup
10452         emacs_mule_bytes.
10453         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
10455 2008-02-01  Kenichi Handa  <handa@m17n.org>
10457         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
10458         (encode_coding_big5, encode_coding_charset): If coding requires safe
10459         encoding, produce a character specified by
10460         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
10462 2008-02-01  Dave Love  <fx@gnu.org>
10464         * xterm.c (XSetIMValues): Declare.
10466         * process.c: Conditionally include sys/wait.h, pty.h.
10468         * print.c (print_object): Fix print format for 64-bit systems.
10470         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
10472         * buffer.c (emacs_strerror): Declare.
10474         * fontset.c (Fclear_face_cache): Declare.
10475         (accumulate_font_info): Comment-out (unused).
10476         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
10477         variables.
10479         * character.h (string_escape_byte8): Declare.
10481         * charset.c (load_charset_map, load_charset_map_from_file): Remove
10482         unused vars.
10483         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
10484         (Fmap_charset_chars): Doc fix.
10486         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
10487         (Fset_coding_system_priority, Fset_coding_system_priority)
10488         (Fdefine_coding_system_internal): Doc fix.
10490 2008-02-01  Dave Love  <fx@gnu.org>
10492         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
10494 2008-02-01  Kenichi Handa  <handa@m17n.org>
10496         * character.c (string_escape_byte8): Make multibyte string with
10497         correct size.
10499         * charset.c (Fmake_char): Delete unnecessary code.
10501 2008-02-01  Kenichi Handa  <handa@m17n.org>
10503         * xfns.c (x_encode_text): Allocate coding.destination here, and
10504         call encode_coding_object with dst_object Qnil.
10506         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
10507         multibyte form correctly.
10509         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
10510         against Vfont_encoding_alist.
10512         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
10513         handling of charset list.
10514         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
10515         (decode_coding_object): Move point to coding->dst_pos before
10516         calling post-read-conversion function.
10517         (encode_coding_object): Give correct arguments to
10518         pre-write-conversion.  Ignore the return value of
10519         pre-write-conversion function.  Pay attention to the case that
10520         pre-write-conversion changes the current buffer.  If dst_object is
10521         Qt, even if coding->src_bytes is zero, allocate at least one byte
10522         to coding->destination.
10524         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
10526         * charset.c (Fmake_char): Make it more backward compatible.
10527         (Fmap_charset_chars): Fix docstring.
10529 2008-02-01  Dave Love  <fx@gnu.org>
10531         * coding.c: Doc fixes.
10532         (Fdefine_coding_system_alias): Use names, not symbols, in
10533         coding-system-alist.
10535 2008-02-01  Kenichi Handa  <handa@m17n.org>
10537         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
10538         of calling free_realized_face.
10540 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
10542         * charset.c (read_hex): Don't treat SPC as a comment starter.
10543         (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
10544         (Fdecode_char): Fix typo.
10546 2008-02-01  Kenichi Handa  <handa@m17n.org>
10548         * charset.h (struct charset): New member `code_space_mask'.
10550         * coding.c (coding_set_source): Delete the local variable beg_byte.
10551         (encode_coding_charset, Fdefine_coding_system_internal):
10552         Delete the local variable charset.
10553         (Fdefine_coding_system_internal): Setup
10554         attrs[coding_attr_charset_valids] correctly.
10556         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
10557         member to check if CODE is valid or not.
10558         (Fdefine_charset_internal): Initialize `code_space_mask' member.
10559         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
10560         is within the range of charset->min_code and carset->max_code.
10562 2008-02-01  Dave Love  <fx@gnu.org>
10564         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
10566         * dispextern.h (generate_ascii_font): Fix return type.
10568         * xfaces.c (generate_ascii_font): Fix arg declaration.
10570         * coding.c (coding_inherit_eol_type)
10571         (Fset_terminal_coding_system_internal)
10572         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
10574 2008-02-01  Kenichi Handa  <handa@m17n.org>
10576         * coding.c (decode_coding_charset, encode_coding_charset): Handle
10577         multiple charsets correctly.
10579 2008-02-01  Kenichi Handa  <handa@m17n.org>
10581         * search.c (boyer_moore): Fix handling of mulitbyte character
10582         translation.
10584         * xdisp.c (display_mode_element): When the variable `elt' is
10585         changed, update `this' and `lisp_string'.
10587 2008-02-01  Kenichi Handa  <handa@m17n.org>
10589         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
10591         * callproc.c (Fcall_process): Be sure to give the current buffer
10592         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
10594         * charset.c (struct charset_map_entries): New struct.
10595         (load_charset_map): Rename from parse_charset_map.  New args
10596         entries and n_entries.  Change caller.
10597         (load_charset_map_from_file): Rename from load_charset_map.
10598         Change caller.  New arg control_flag.  Call load_charset_map at
10599         the tail.
10600         (load_charset_map_from_vector): New function.
10601         (Fdefine_charset_internal): Setup charset.compact_codes_p.
10602         (encode_char): If the charset is compact, change a character index
10603         to a code point.
10605         * coding.c (coding_alloc_by_making_gap): Check the case that the
10606         source and destination are the same correctly.
10607         (decode_coding_raw_text): Set coding->consumed_char and
10608         coding->consumed to 0.
10609         (produce_chars): If coding->chars_at_source is nonzero, update
10610         coding->consumed_char and coding->consumed before calling
10611         alloc_destination.
10612         (Fdefine_coding_system_alias): Register ALIAS in
10613         Vcoding_system_alist.
10614         (syms_of_coding): Define `no-convesion' coding system at the tail.
10616         * fileio.c (Finsert_file_contents): Set coding_system instead of
10617         val.  If the current buffer is multibyte, always call
10618         decode_coding_gap.
10620         * xfaces.c (try_font_list): Give higher priority to fontset's
10621         family than face's family.
10623 2008-02-01  Kenichi Handa  <handa@m17n.org>
10625         * callproc.c (Fcall_process): Be sure to give the current buffer
10626         to decode_coding_c_string.
10628         * xfaces.c (try_font_list): Give a family specified in a fontset
10629         higher priority than a family specified in a face.
10631 2008-02-01  Kenichi Handa  <handa@m17n.org>
10633         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
10634         Fix arguments to insert_from_buffer.
10636         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
10638 2008-02-01  Kenichi Handa  <handa@m17n.org>
10640         * coding.c (produce_chars): Set the variable `multibytep' correctly.
10641         (decode_coding_gap): Set coding->dst_multibyte correctly.
10643 2008-02-01  Kenichi Handa  <handa@m17n.org>
10645         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
10646         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
10647         (encode_coding_utf_16): Substitute coding->default_char for
10648         non-Unicode characters.
10649         (decode_coding): Don't call record_insert here.
10650         (setup_coding_system): Initialize `surrogate' of
10651         coding->spec.utf_16 to 0.
10652         (EMIT_ONE_BYTE): Fix for multibyte case.
10654         * insdel.c (insert_from_gap): Call record_insert.
10656 2008-02-01  Kenichi Handa  <handa@m17n.org>
10658         * casefiddle.c (casify_region): Fix multibyte case.
10660         * character.c (c_string_width): Add return type `int'.
10661         (char_string_with_unification): Delete arg ADVANCED.
10663         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
10664         (CHAR_STRING): Adjust for the change of char_string_with_unification.
10665         (CHAR_STRING_ADVANCE): Make it do-while statement.
10667         * chartab.c (sub_char_table_set_range): Optimize for the case
10668         DEPTH == 3.  Add workaround code for a GCC optimization bug.
10670         * charset.c (parse_charset_map): Remove an unused variable.
10672         * coding.c: Delete unused variables.
10674         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
10675         earlier.  If inserted is zero and the coding system doesn't
10676         require flushing, don't call decode_coding_gap.
10678         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
10680 2008-02-01  Kenichi Handa  <handa@m17n.org>
10682         The following changes are for using Unicode as an internal
10683         character model, and use UTF-8 format for buffer/string
10684         representation.
10686         * .gdbinit (xchartable): Adjust for the change of char table structure.
10687         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
10689         * Makefile.in (obj): Add character.o and chartab.o.
10690         (lisp, shortlisp): Remove utf-8.elc.
10691         (*.o): For many files, change dependency on charset.h to
10692         character.h, and add dependency on character.h.
10693         (character.o, chartab.o): New targets.
10695         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
10696         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
10697         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
10698         of "charset.h".
10700         * dired.c, filelock.c: Include "character.h".
10702         * alloc.c: Include "character.h" instead of "charset.h".
10703         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
10704         (syms_of_alloc): Remove defsubr for Smake_char_table.
10706         * buffer.c: Include "character.h" instead of "charset.h", don't
10707         include "coding.h".
10708         (Fset_buffer_multibyte): Adjust for UTF-8.
10710         * buffer.h: EXFUN Fbuffer_live_p.
10712         * callproc.c: Include "character.h" instead of "charset.h".
10713         (Fcall_process): Big change for the new code-conversion APIs.
10715         * casetab.c: Include "character.h" instead of "charset.h".
10716         (set_canon, set_identity, shuffle): Adjust for the new
10717         map_char_table spec.
10718         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
10719         accessing the char table structure.
10721         * chartab.c: New file that implements char table.
10723         * category.c: Include "character.h".
10724         (copy_category_entry): New function.
10725         (copy_category_table): Call map_char_table and copy_category_entry.
10726         (Fmake_category_table): Initialize all top-vel slots.
10727         (char_category_set): New function.
10728         (modify_lower_category_set): Delete.
10729         (Fmodify_category_entry): Call char_table_ref_and_range.
10731         * category.h (CATEGORY_SET): Just call char_category_set.
10733         * ccl.c: Include "character.h".
10734         (Qccl, Qcclp): New variables.
10735         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
10736         it's less than 256.
10737         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
10738         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
10739         and DST type.
10740         (ccl_driver): Change types of argument, adjust code accordingly.
10741         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
10742         ccl_driver.
10743         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
10745         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
10746         New members src_multibyte, dst_multibyte, consumed, and produced.
10747         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
10748         (CODING_SPEC_CCL_PROGRAM): New macro.
10749         (ccl_driver): Update prototype.
10750         (Qccl, Qcclp, Fccl_program_p): Extern them.
10751         (CHECK_CCL_PROGRAM): New macro.
10753         * character.c, character.h, chartab.c: New files.
10755         * charset.c: Mostly re-written.  Move character and multibyte sequence
10756         handling codes to character.c.
10758         * charset.h: Mostly re-written.  Move character and multibyte sequence
10759         handling codes to character.h.
10761         * coding.c, coding.h: Mostly re-written.
10763         * composite.c: Include "character.h" instead of "charset.h".
10764         (CHAR_WIDTH): Move to character.h.
10765         (HASH_KEY, HASH_VALUE): Delete.
10767         * composite.h (enum composition_method): Change order of enumeration
10768         symbols.
10770         * data.c: Include "character.h" instead of "charset.h".
10771         (Faref): Call CHAR_TABLE_REF for a char table.
10772         (Faset): Call CHAR_TABLE_SET for a char table.
10774         * dispextern.h (free_realized_face, check_face_attribytes)
10775         (generate_ascii_font): Extern them.
10776         (free_realized_multibyte_face): Delete extern.
10778         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
10779         table structure.
10781         * editfns.c: Include "character.h" instead of "charset.h".
10782         (Fchar_to_string): Always call CHAR_STRING.
10784         * emacs.c (main): Call init_charset_once, init_charset,
10785         syms_of_chartab, and syms_of_character.
10787         * fileio.c: Include "character.h" instead of "charset.h".
10788         (Finsert_file_contents): Big change for the new code-conversion API.
10789         (choose_write_coding_system, Fwrite_region): Likewise.
10790         (build_annotations_2): Delete.
10791         (e_write): Big change for the new code-conversion API.
10793         * fns.c: Include "character.h" instead of "charset.h".
10794         (copy_sub_char_table): Move to chartab.c.
10795         (Fcopy_sequence): Call copy_char_table for a char table.
10796         (concat): Delete codes calling count_multibyte.
10797         (string_char_to_byte, string_byte_to_char): Adjust for the new
10798         multibyte form.
10799         (internal_equal): Adjust for the change of char table structure.
10800         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
10801         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
10802         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
10803         (char_table_translate, optimize_sub_char_table)
10804         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
10805         chartab.c.
10806         (char_table_ref_and_index): Delete.
10807         (HASH_KEY, HASH_VALUE): Move to lisp.h.
10808         (Fmd5): Call preferred_coding_system instead of accessing
10809         Vcoding_category_list.  Adjust for the new code-conversion API.
10810         (syms_of_fns): Move defsubr for char table related functions to
10811         chartab.c.
10813         * fontset.c: Mostly re-written.
10815         * fontset.h (struct font_info): Change type of the member encoding_type.
10816         (enum FONT_SPEC_INDEX): New enum.
10817         (fontset_font_pattern, fs_load_font): Update prototype.
10818         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
10820         * indent.c: Include "character.h" instead of "charset.h".
10821         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
10823         * insdel.c: Include "character.h" instead of "charset.h".
10824         (copy_text): Don't refer to Vnonascii_translation_table.
10825         (insert_from_gap): New function.
10827         * keyboard.c: Include "character.h" instead of "charset.h".
10828         (command_loop_1): Never call direct_output_forward_char before
10829         a non-ASCII character.
10830         (read_char): If Vkeyboard_translate_table is a char table, always
10831         translate a character.
10833         * keymap.c: Include "character.h".
10834         (store_in_keymap): Handle the case that IDX is a cons.
10835         (Fdefine_key): Handle the case that KEY is a cons and the car part
10836         is also a cons (range).
10837         (push_key_description): Adjust for the new character code.
10838         (describe_vector): Call describe_char_table for a char table.
10839         (describe_char_table): New function.
10841         * keymap.h (describe_char_table): Extern it.
10843         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
10844         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
10845         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
10846         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
10847         Delete.
10848         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
10849         structure.
10850         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
10851         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
10852         (CHARTAB_SIZE_BITS_3): New macros.
10853         (chartab_size): Extern it.
10854         (struct Lisp_Char_Table): Re-design.
10855         (struct Lisp_Sub_Char_Table): New structure.
10856         (HASH_KEY, HASH_VALUE): Move from fns.c.
10857         (CHARACTERBITS): Define as 22.
10858         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
10859         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
10860         (GC_SUB_CHAR_TABLE_P): New macro.
10861         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
10862         (code_convert_string_norecord): Deleted extern.
10863         (init_character_once, syms_of_character, init_charset)
10864         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
10866         * lread.c: Include "character.h".
10867         (read_multibyte): New arg NBYTES.
10868         (read_escape): Change the meaning of returned *BYTEREP.
10869         (to_multibyte): Delete.
10870         (read1): Adjust the handling of char table and string.
10872         * print.c: Include "character.h" instead of "charset.h".
10873         (print_string): Convert 8-bit raw bytes to octal form by
10874         string_escape_byte8.
10875         (print_object): Adjust for the new multibyte form.  Print 8-bit
10876         raw bytes always in octal form.  Handle sub char table correctly.
10878         * process.c: Include "character.h" instead of "charset.h".
10879         (read_process_output, send_process): Adjust for the new
10880         code-conversion API.
10882         * puresize.h (BASE_PURESIZE): Increase.
10884         * regex.c: Include "character.h" instead of "charset.h".
10885         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
10886         (regex_compile): Accept a range whose starting and ending
10887         character have different leading bytes.
10888         (analyse_first): Adjust for the above change.
10890         * search.c: Include "character.h" instead of "charset.h".
10891         (search_buffer, boyer_moore): Adjust for the new multibyte form.
10892         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
10894         * syntax.c: Include "character.h" instead of "charset.h".
10895         (syntax_parent_lookup): Delete.
10896         (Fmodify_syntax_entry): Accept a cons as CHAR.
10897         (skip_chars): Adjust for the new multibyte form.
10898         (init_syntax_once): Call char_table_set_range instead of directly
10899         accessing the structure of a char table.
10901         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
10902         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
10903         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
10904         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
10906         * term.c: Include "buffer.h" and "character.h".
10907         (encode_terminal_code, write_glyphs): Adjust for the new
10908         code-conversion API.
10909         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
10911         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
10913         * xdisp.c: Include "character.h".
10914         (get_next_display_element): Adjust for the new multibyte form.
10915         (disp_char_vector): Adjust for the new char table structure.
10916         (decode_mode_spec_coding): Adjust for the new structure of
10917         coding system.
10918         (decode_mode_spec): Adjust for the new code-conversion API.
10920         * xfaces.c: Include "character.h" instead of "charset.h".
10921         (load_face_font): Adjust for the change of choose_face_font and
10922         FS_LOAD_FONT.
10923         (generate_ascii_font): New function.
10924         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
10925         (set_font_frame_param): Adjust for the change of choose_face_font.
10926         (free_realized_face): Make it public.
10927         (free_realized_faces_for_fontset): Rename from
10928         free_realized_multibyte_face.  Free also faces realized for ASCII.
10929         (choose_face_font): Change arguments.  Adjust for the change of
10930         fontset_font_pattern and FS_LOAD_FONT.
10932         * xfns.c: Include "character.h".
10933         (x_encode_text): Adjust for the new code-conversion API.
10935         * xselect.c: Don't include "charset.h".
10936         (selection_data_to_lisp_data): Adjust for the new code conversion API.
10938         * xterm.c: Include "character.h".
10939         (x_encode_char): New argument CHARSET.  Change caller.
10940         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
10941         Call ENCODE_CHAR instead of SPLIT_CHAR.
10942         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
10943         CHAR_WIDTH instead of CHARSET_WIDTH.
10944         (XTread_socket): Adjust for the new code-conversion API.
10945         (x_new_font): Adjust for the change of FS_LOAD_FONT.
10946         (x_load_font): Adjust for the change of struct font.
10948 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10950         * xfaces.c (face_at_buffer_position): Remove unused vars.
10952 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
10954         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
10955         Fix overflow checking.
10957 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
10959         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
10960         Cancel previous change.
10962 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
10964         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
10965         ccl->eight_bit_control.  Fix check for buffer overflow.
10966         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
10967         (ccl_driver): Initialize extra_bytes to 0.
10969 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
10971         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
10972         return it ORed with ctrl_modifier.
10974 2008-01-29  Miles Bader  <miles@gnu.org>
10976         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
10978 2008-01-28  Jason Rumney  <jasonr@gnu.org>
10980         * w32.c (stat): Don't double check for networked drive.
10982 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10984         * window.c (run_window_configuration_change_hook): New function.
10985         Code extracted from set_window_buffer.  Set the selected frame.
10986         (set_window_buffer): Use it.
10987         * window.h (run_window_configuration_change_hook): Declare.
10988         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
10990         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
10992 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10994         * Makefile.in: Remove references to unused macros.
10996 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10998         * w32.c (g_b_init_get_sid_sub_authority)
10999         (g_b_init_get_sid_sub_authority_count): New static variables.
11000         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
11001         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
11002         (init_user_info): Use them to retrieve uid and gid.
11003         Use 500/513, the Windows defaults, as Administrator's uid/gid.
11004         (fstat): Use pw_uid and pw_gid from the_passwd structure for
11005         st_uid and st_gid of the file.
11007 2008-01-26  Jason Rumney  <jasonr@gnu.org>
11009         * w32.c (logon_network_drive): New function.
11010         (stat): Use it.
11012 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
11014         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
11015         invisible text covered with an ellipsis.
11017 2008-01-25  Richard Stallman  <rms@gnu.org>
11019         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
11020         jump back to beginning.  Move some other initializations after that.
11021         (Qwindow_text_change_functions, Vwindow_text_change_functions):
11022         New variables.
11023         (syms_of_xdisp): Init them.
11025         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
11027         * buffer.c (reset_buffer_local_variables):
11028         Implement `permanent-local-hook'.
11029         (Qpermanent_local_hook): New variable.
11030         (syms_of_buffer): Init and staticpro it.
11032 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
11034         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
11036 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
11038         * fns.c (Fclrhash): Return TABLE.
11040 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11042         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
11043         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
11044         is set even without positional changes.
11045         (x_scroll_bar_clear): Set bar->redraw_needed_p.
11047         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
11049 2008-01-23  Jason Rumney  <jasonr@gnu.org>
11051         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
11053         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
11054         the unicode range available in MULE by locale-coding-system.
11055         Improve dbcs lead byte detection.  Set event timestamp and modifiers
11056         earlier.
11058 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11060         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
11061         [MAC_OSX] (init_mac_osx_environment): Initialize it.
11062         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
11063         when used on child processes.
11065 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
11067         * dbusbind.c (Fdbus_method_return_internal): Rename from
11068         Fdbus_method_return.
11069         (Fdbus_unregister_object): Move to dbus.el.
11070         (Fdbus_call_method, Fdbus_method_return_internal)
11071         (Fdbus_send_signal): Improve debug messages.
11073 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
11075         * undo.c (undo_inhibit_record_point): New variable.
11076         (syms_of_undo): Initialize it.
11077         (record_point): Don't record point when undo_inhibit_record_point
11078         is set.
11080 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
11084         * xdisp.c (Qauto_hscroll_mode): New var.
11085         (syms_of_xdisp): Initialize it.
11086         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
11087         window's buffer.
11088         (hscroll_windows): Don't check automatic_hscrolling_p here.
11090         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
11091         vscroll if we're setting window-buffer to the value it already has.
11093 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
11095         * m/intel386.h: Remove references to XENIX.
11097 2008-01-17  Andreas Schwab  <schwab@suse.de>
11099         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
11100         instead of HAVE_X86_64_LIB64_DIR.
11101         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
11103 2008-01-17  Glenn Morris  <rgm@gnu.org>
11105         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
11106         to HAVE_X86_64_LIB64_DIR.
11108 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
11110         * s/irix3-3.h:
11111         * s/irix4-0.h:
11112         * s/386-ix.h:
11113         * s/domain.h:
11114         * s/hpux9-x11r4.h:
11115         * s/hpux9shxr4.h: Remove files for systems no longer supported.
11117         * sysdep.c: Remove code containing references to symbols defined
11118         by unsupported systems.
11120 2008-01-16  Glenn Morris  <rgm@gnu.org>
11122         * coding.c (select-safe-coding-system-function): Doc fix.
11124 2008-01-15  Glenn Morris  <rgm@gnu.org>
11126         * config.in: Revert 2008-01-13 change: this is a generated file.
11128 2008-01-13  Tom Tromey  <tromey@redhat.com>
11130         * lisp.h: Fix typo.
11132 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
11134         * m/sequent-ptx.h:
11135         * m/sequent.h:
11136         * s/ptx.h:
11137         * s/ptx4-2.h:
11138         * s/ptx4.h: Remove files for systems no longer supported.
11140         * callproc.c (Fcall_process): Fix previous change.
11142 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
11144         * unexsunos4.c: Remove file, system not supported anymore.
11146         * m/mips.h:
11147         * m/intel386.h:
11148         * callproc.c:
11149         * config.in:
11150         * ecrt0.c:
11151         * emacs.c:
11152         * fileio.c:
11153         * frame.c:
11154         * getpagesize.h:
11155         * keyboard.c:
11156         * lread.c:
11157         * process.c:
11158         * puresize.h:
11159         * sysdep.c:
11160         * systty.h:
11161         * syswait.h:
11162         * unexec.c:
11163         * xdisp.c:
11164         * alloc.c: Remove code containing references to symbols defined by
11165         unsupported systems.
11167 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
11169         * coding.c (detect_coding_mask): Fix previous change.
11171 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
11173         * coding.c (detect_coding_iso2022): New arg
11174         latin_extra_code_state.  Allow Latin extra codes only
11175         when *latin_extra_code_state is nonzero.
11176         (detect_coding_mask): If there is a NULL byte, detect the encoding
11177         as UTF-16 or binary.  If Latin extra codes exist, detect the
11178         encoding as ISO-2022 only when there's no other proper encoding is
11179         found.
11181 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11183         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
11184         #ifdef MAC_OS.
11186 2008-01-08  Richard Stallman  <rms@gnu.org>
11188         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
11190 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
11192         * keyboard.c (parse_menu_item): Don't enclose key bindings on
11193         menu bar in parentheses.
11195 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11197         * m/7300.h:
11198         * m/acorn.h:
11199         * m/alliant-2800.h:
11200         * m/alliant.h:
11201         * m/alliant1.h:
11202         * m/alliant4.h:
11203         * m/altos.h:
11204         * m/amdahl.h:
11205         * m/apollo.h:
11206         * m/att3b.h:
11207         * m/aviion-intel.h:
11208         * m/aviion.h:
11209         * m/celerity.h:
11210         * m/clipper.h:
11211         * m/cnvrgnt.h:
11212         * m/convex.h:
11213         * m/cydra5.h:
11214         * m/delta88k.h:
11215         * m/dpx2.h:
11216         * m/dual.h:
11217         * m/elxsi.h:
11218         * m/f301.h:
11219         * m/gould-np1.h:
11220         * m/gould.h:
11221         * m/i860.h:
11222         * m/ibmps2-aix.h:
11223         * m/ibmrt-aix.h:
11224         * m/ibmrt.h:
11225         * m/irist.h:
11226         * m/is386.h:
11227         * m/isi-ov.h:
11228         * m/mega68.h:
11229         * m/mg1.h:
11230         * m/news-r6.h:
11231         * m/news-risc.h:
11232         * m/news.h:
11233         * m/nh3000.h:
11234         * m/nh4000.h:
11235         * m/ns16000.h:
11236         * m/ns32000.h:
11237         * m/nu.h:
11238         * m/orion.h:
11239         * m/orion105.h:
11240         * m/paragon.h:
11241         * m/pfa50.h:
11242         * m/plexus.h:
11243         * m/pyramid.h:
11244         * m/pyrmips.h:
11245         * m/sh3el.h:
11246         * m/sps7.h:
11247         * m/sr2k.h:
11248         * m/stride.h:
11249         * m/sun1.h:
11250         * m/sun2.h:
11251         * m/sun3-68881.h:
11252         * m/sun3-fpa.h:
11253         * m/sun3-soft.h:
11254         * m/sun3.h:
11255         * m/sun386.h:
11256         * m/symmetry.h:
11257         * m/tad68k.h:
11258         * m/tahoe.h:
11259         * m/targon31.h:
11260         * m/tek4300.h:
11261         * m/tekxd88.h:
11262         * m/tower32.h:
11263         * m/tower32v3.h:
11264         * m/ustation.h:
11265         * m/wicat.h:
11266         * m/xps100.h:
11267         * s/cxux.h:
11268         * s/cxux7.h:
11269         * s/dgux.h:
11270         * s/dgux4.h:
11271         * s/dgux5-4-3.h:
11272         * s/dgux5-4r2.h:
11273         * s/esix.h:
11274         * s/esix5r4.h:
11275         * s/hiuxmpp.h:
11276         * s/hiuxwe2.h:
11277         * s/iris3-5.h:
11278         * s/iris3-6.h:
11279         * s/isc2-2.h:
11280         * s/isc3-0.h:
11281         * s/isc4-0.h:
11282         * s/isc4-1.h:
11283         * s/newsos5.h:
11284         * s/newsos6.h:
11285         * s/osf1.h:
11286         * s/osf5-0.h:
11287         * s/riscix1-1.h:
11288         * s/riscix12.h:
11289         * s/sco4.h:
11290         * s/sco5.h:
11291         * s/sunos4-0.h:
11292         * s/sunos4-1.h:
11293         * s/sunos413.h:
11294         * s/sunos4shr.h:
11295         * s/umax.h:
11296         * s/unipl5-2.h:
11297         * s/xenix.h:
11298         * cxux-crt0.s:
11299         * unexapollo.c:
11300         * unexconvex.c:
11301         * unexenix.c:
11302         * unexsni.c: Remove files for systems no longer supported.
11304         * m/intel386.h: Remove references to unsupported systems.
11306         * w32.c (get_emacs_configuration): Remove reference to i860.
11308         * sysdep.c: Remove dead code.
11310 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
11312         * s/rtu.h:
11313         * m/masscomp.h: Remove files.  Platform is obsolete.
11315 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
11317         * dbusbind.c (Fdbus_method_return): New function.
11318         (xd_read_message): Add the serial number to the event.
11319         (Fdbus_register_method): Activate the function.
11321 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * keyboard.c (read_key_sequence): Fix typo.
11325 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
11327         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
11328         (xd_signature, xd_append_arg): Handle element type detection for
11329         empty arrays.
11330         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
11331         SDATA () calls; this must be solved more general.
11332         (Fdbus_register_signal): Use SBYTES instead of strlen.
11334 2008-01-03  Magnus Henoch  <magnus@zemdatav>
11336         * dbusbind.c (xd_append_arg): Use unsigned char instead of
11337         unsigned int for byte values (necessary for big-endian platform).
11338         (Fdbus_call_method): Handle the case of no returned arguments.
11340 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
11342         * dbusbind.c (xd_read_message): Use non-static input_event struct.
11344 2007-12-31  Magnus Henoch  <mange@freemail.hu>
11346         * dbusbind.c (xd_signature): Signature of variant is just "v".
11348 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
11350         * dbusbind.c: Fix several errors and compiler warnings.
11351         Reported by Tom Tromey <tromey@redhat.com>.
11352         (XD_ERROR, XD_DEBUG_MESSAGE)
11353         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
11354         (xd_append_arg): Part for basic D-Bus types rewitten.
11355         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
11356         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
11357         appropriate.
11358         (xd_read_message): Return Qnil.  Don't signal an error; it is not
11359         useful during event reading.
11360         (Fdbus_register_signal): Signal an error if the check for
11361         FUNCTIONP fails.
11362         (Fdbus_register_method): New function.  The implementation is not
11363         complete, the call of the function signals an error therefore.
11364         (Fdbus_unregister_object): New function, renamed from
11365         Fdbus_unregister_signal.  The initial check signals an error, if
11366         the object is not well formed.
11368 2007-12-30  Richard Stallman  <rms@gnu.org>
11370         * textprop.c (get_char_property_and_overlay):
11371         Signal error if POSITION is out of range in a buffer.
11373 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
11375         * w32fns.c (Fx_create_frame): Make copy of frame parameters
11376         because the original parameters are in pure storage now.
11378 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11380         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
11382 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
11384         * callint.c (syms_of_callint) <command-history>: Add reference to
11385         history-length in the doc string.
11387 2007-12-17  Jason Rumney  <jasonr@gnu.org>
11389         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
11390         before passing as wParam.
11392 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
11394         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
11395         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
11396         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
11397         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
11398         as number.
11399         (Fdbus_call_method): Fix docstring.
11401 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
11403         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
11404         New macros.
11405         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
11406         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
11407         Simplify.
11408         (xd_signature): New function.
11409         (xd_append_arg): Compute also signatures.  Major rewrite.
11410         (xd_retrieve_arg): Make debug messages friendly.
11411         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
11412         Check for signatures of arguments.
11414 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
11416         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
11417         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
11418         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
11419         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
11420         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
11421         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
11422         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
11423         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
11424         (xd_retrieve_value): Remove.  Functionality included in ...
11425         (xd_append_arg): New function.
11426         (Fdbus_call_method, Fdbus_send_signal): Apply it.
11428 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
11430         * dbusbind.c (top): Include <stdio.h>.
11431         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
11432         dbus_message_new_method_call and dbus_message_new_signal.
11433         (Fdbus_register_signal): Rename unique_name to uname.
11434         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
11435         non-existing unique name.  Fix typos in matching rule.  Return an
11436         object which is useful in Fdbus_unregister_signal.
11437         (Fdbus_unregister_signal): Reimplementation, in order to remove
11438         only the corresponding entry.
11439         (Vdbus_registered_functions_table): Change the order of entries.
11440         Apply these changes in xd_read_message and Fdbus_register_signal.
11442 2007-12-16  Andreas Schwab  <schwab@suse.de>
11444         * fileio.c (Finsert_file_contents): Fix overflow check to not
11445         depend on undefined integer overflow.
11447 2007-12-14  Jason Rumney  <jasonr@gnu.org>
11449         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
11450         for characters above 127.
11452 2007-12-13  Jason Rumney  <jasonr@gnu.org>
11454         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
11455         before dereferencing array.
11456         (lookup_vk_code): Remove zero comparison.
11458 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
11460         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
11461         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
11462         Use `unsigned int' instead of `uint'.
11463         (xd_read_message, Fdbus_register_signal): Split expressions into
11464         multiple lines before operators "&&" and "||", according to the
11465         GNU Coding Standards.
11467 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
11469         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
11471 2007-12-12  Juri Linkov  <juri@jurta.org>
11473         * buffer.c (Frename_buffer): In interactive spec replace
11474         `read-buffer' with `read-string' that uses `buffer-name-history'
11475         as history, and the current buffer's name as default.
11477 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11479         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
11480         manipulating the backtrace manually.
11481         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
11482         (struct backtrace, backtrace_list): Remove.
11483         (command_loop_1): Remove dead var `no_direct'.
11485         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
11486         preserve non-built-in buffer-local variables.
11487         (Fkill_all_local_variables): Don't re-create&re-set permanent
11488         buffer-local variables.
11490 2007-12-09  Juri Linkov  <juri@jurta.org>
11492         * buffer.c (Frename_buffer): Change interactive spec from "s" to
11493         Lisp code that uses `read-buffer' with current buffer as default.
11495 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
11497         * dbusbind.c (xd_read_message): Generate an event for every
11498         registered handler.  There might be several handlers registered
11499         for the same signal.
11500         (Fdbus_register_signal): Don't overwrite a registration for the
11501         same signal.  Add a new registration if handlers are different.
11502         (Vdbus_registered_functions_table): Rework doc string.
11504 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
11506         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
11507         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
11508         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
11509         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
11510         Unify argument lists.
11511         (xd_read_message, Fdbus_register_signal): Reorder and extend event
11512         arguments and hash table keys.  Use unique name for service.
11513         (Fdbus_unregister_signal): Remove checks.
11514         (Vdbus_registered_functions_table): Fix doc string.
11516 2007-12-05  Magnus Henoch  <mange@freemail.hu>
11518         * process.c (make_process): Initialize pty_flag to 0.
11520 2007-12-05  Jason Rumney  <jasonr@gnu.org>
11522         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
11523         specified XBMs.
11525 2007-12-05  Richard Stallman  <rms@gnu.org>
11527         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
11529 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11531         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
11532         New variable.
11533         (mac_try_close_socket) [MAC_OSX]: New function.
11534         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
11535         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
11537         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
11538         Use mac_try_close_socket.
11540 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11542         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
11543         reloc_base.
11544         (copy_dysymtab): Compute relocation base here.
11545         (rebase_reloc_address) [__ppc64__]: New function.
11546         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
11547         changed.
11549 2007-12-05  Jason Rumney  <jasonr@gnu.org>
11551         * w32proc.c (sys_spawnve): Quote args with wildcards.
11553 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11555         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
11556         __objc_* sections.
11557         (unrelocate) [_LP64]: Set relocation base to address of data segment.
11559 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
11561         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
11562         Move check for Vdbus_registered_functions_table to
11563         xd_read_queued_messages.
11564         (xd_read_queued_messages): Protect xd_read_message calls by
11565         internal_condition_case_1.
11567 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
11569         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
11570         Qdbus_system_bus and Qdbus_session_bus, respectively.
11571         (Vdbus_intern_symbols): Remove.
11572         (Vdbus_registered_functions_table): New hash table.
11573         (XD_SYMBOL_INTERN_SYMBOL): Remove.
11574         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
11575         Rewrite in order to manage registered functions by hash table
11576         Vdbus_registered_functions_table.
11578 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
11580         * xterm.c: Update URL to Window Manager Specification in comment.
11582 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
11584         * config.in (HAVE_DBUS): Add.
11586         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
11587         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
11588         (obj): Add $(DBUS_OBJ).
11589         (LIBES): Add $(DBUS_LIBS).
11590         (dbusbind.o): New target.
11592         * dbusbind.c: New file.
11594         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
11596         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
11597         (Qdbus_event): New Lisp symbol.
11598         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
11599         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
11600         (keys_of_keyboard ): Define dbus-event.
11602         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
11604 2007-12-01  Richard Stallman  <rms@gnu.org>
11606         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
11608 2007-11-30  Jason Rumney  <jasonr@gnu.org>
11610         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
11611         (w32con_reset_terminal_modes): Clear screen buffer.
11612         (w32_face_attributes): Don't use color indexes that are out of range.
11613         Only reverse the default colors.
11615         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
11616         WINDOWSNT.
11618         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
11620 2007-11-29  Jason Rumney  <jasonr@gnu.org>
11622         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
11623         (w32_face_attributes): Use Vtty_defined_color_alist to determine
11624         if the terminal colors are initialized.
11625         (unspecified_fg, unspecified_bg): Remove unused declarations.
11627 2007-11-29  Andreas Schwab  <schwab@suse.de>
11629         * keyboard.c (apply_modifiers): Fix typo.
11631 2007-11-29  Richard Stallman  <rms@gnu.org>
11633         * keymap.c (Fcurrent_local_map): Doc fix.
11635 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
11637         * s/gnu-kfreebsd.h: New file.
11639 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11642         Don't cast redundantly.
11644         * keyboard.c (KEY_TO_CHAR): New macro.
11645         (parse_modifiers, apply_modifiers): Accept integer arguments.
11646         (read_key_sequence): Use them to unify the "shift->unshift" mapping
11647         for chars and symbol keys.
11648         After doing such remapping, apply function-key-map again.
11650 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11652         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
11653         compiled anymore.
11655 2007-11-26  Andreas Schwab  <schwab@suse.de>
11657         * process.c (list_processes_1): Fix indentation level of the
11658         command column.
11660 2007-11-23  Andreas Schwab  <schwab@suse.de>
11662         * editfns.c (Fformat): Handle %c specially since it requires the
11663         argument to be of type int.
11665 2007-11-23  Markus Triska  <markus.triska@gmx.at>
11667         * emacs.c (main): Call init_editfns before init_process, since
11668         init_process sets Vprocess_connection_type depending on OS release.
11670 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
11673         (find_symbol_value): Use do_symval_forwarding.
11675         * data.c (set_internal): Set the value in the `cons-cell' (for
11676         Buffer_Local_values) not only for frame-local variables.
11678 2007-11-22  Andreas Schwab  <schwab@suse.de>
11680         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
11681         values to sprintf.
11682         * keymap.c (Fsingle_key_description): Likewise.
11683         * print.c (print_object): Likewise.
11685 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
11687         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
11688         file for image is nil.
11690 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
11692         * term.c: Include stdarg.h.
11693         (fatal): Implement using varargs.
11694         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
11696 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
11699         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
11700         Update call to buffer_slot_type_mismatch.
11701         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
11702         (buffer_slot_type_mismatch): Update.
11703         * buffer.c (buffer_local_types): Remove.
11704         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
11705         (defvar_per_buffer): Set the type in the buffer_objfwd.
11707 2007-11-21  Jason Rumney  <jasonr@gnu.org>
11709         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
11710         CreateFileMapping returns NULL on failure.
11712 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11714         * search.c (Fset_match_data): Remove the `evaporate' feature.
11715         (unwind_set_match_data): Don't use the `evaporate' feature.
11717 2007-11-21  Jason Rumney  <jasonr@gnu.org>
11719         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
11721         * w32console.c (w32con_write_glyphs): Remove unused variables.
11723 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11725         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
11727         * s/darwin.h (MULTI_KBOARD): Remove.
11729         * macfns.c (x_create_tip_frame, Fx_create_frame)
11730         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
11732 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11734         * buffer.c (Fbuffer_local_value): Remove redundant test.
11735         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
11736         than in `current-buffer' to match the comment.
11737         Do the swap using swap_in_global_binding.
11739         * data.c (store_symval_forwarding, set_internal):
11740         * eval.c (specbind): Remove dead code.
11742         * coding.c (detect_coding, Fupdate_coding_systems_internal):
11743         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
11744         Since we do not want to see internal Lisp_*fwd objects here.
11746 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
11748         * sysdep.c (init_system_name): Use getaddrinfo if available.
11750         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
11751         (x_scroll_bar_note_movement): start, end, with, height in struct
11752         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
11754 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
11756         * puresize.h (BASE_PURESIZE): Increase to 1190000.
11758 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11760         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
11761         This undoes Richard's change of 14-Oct-2002.
11763         * alloc.c (allocate_other_vector):
11764         * lisp.h (allocate_other_vector): Remove.
11766         * window.c (struct save_window_data): Move non-lisp data to the end
11767         and make it `int' rather than Lisp_Object.
11768         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
11769         Done wrap/unwrap integer values.
11770         (Fset_window_configuration, compare_window_configurations):
11771         Update use of fields to their new types.
11773         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
11774         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
11775         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
11776         (SET_SCROLL_BAR_X_WINDOW): Remove.
11777         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
11778         Access the new x_window field directly.
11779         * xterm.c (x_scroll_bar_create): Use a pseudovector.
11780         Don't wrap/unwrap integers into Lisp_Objects.
11781         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
11782         (x_scroll_bar_report_motion):
11783         Don't wrap/unwrap integers into Lisp_Objects.
11784         (x_term_init): Use SDATA.
11785         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
11786         (x_scroll_bar_set_handle, x_scroll_bar_remove)
11787         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
11788         (x_scroll_bar_report_motion, x_scroll_bar_clear):
11789         * xfns.c (x_set_background_color):
11790         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
11791         Access the new x_window field directly.
11793         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
11794         (allocate_pseudovector): Make non-static.
11796         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
11797         (allocate_pseudovector): Declare.
11798         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
11800 2007-11-15  Andreas Schwab  <schwab@suse.de>
11802         * editfns.c (Fformat): Correctly format EMACS_INT values.
11803         Also take precision into account when formatting an integer.
11805         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
11807 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11809         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
11810         (syms_of_keyboard): Defsubr it.
11812         * data.c (swap_in_global_binding): Fix longstanding bug where
11813         store_symval_forwarding was not called with the right second argument,
11814         thus causing objfwd-ing from being dropped.
11816 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
11818         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
11819         (Fx_display_pixel_height, Fx_display_planes)
11820         (Fx_display_color_cells, Fx_server_max_request_size)
11821         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11822         (Fx_display_visual_class, Fx_display_save_under):
11823         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
11824         (Fx_display_pixel_height, Fx_display_planes)
11825         (Fx_display_color_cells, Fx_server_max_request_size)
11826         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11827         (Fx_display_mm_height, Fx_display_mm_width)
11828         (Fx_display_backing_store, Fx_display_visual_class)
11829         (Fw32_select_font, Fx_display_save_under):
11830         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
11831         (Fx_display_pixel_height, Fx_display_planes)
11832         (Fx_display_color_cells, Fx_server_max_request_size)
11833         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11834         (Fx_display_save_under): Fix typos in docstrings.
11836 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
11838         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
11839         corresponding to deleted entries; they are an implementation detail.
11840         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
11841         Remove variables.
11842         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
11843         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
11844         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
11845         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
11846         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
11847         (Fw32_define_rgb_color, Fw32_load_color_file)
11848         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
11849         Fix typos in docstrings.
11850         (Fx_server_version): Reflow docstring.
11851         (Fw32_shell_execute): Doc fixes.
11853 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
11855         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
11856         if w32_parse_hot_key returned nil.
11858 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11860         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
11862 2007-11-09  Jason Rumney  <jasonr@gnu.org>
11864         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
11866         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
11868         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
11869         Remove W32_SCROLL_BAR_CLICK_EVENT.
11871         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
11872         Add MULTIMEDIA_KEY_EVENT.
11874         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
11875         (lispy_multimedia_keys) [WINDOWSNT]: New array.
11876         (make_lispy_event) [WINDOWSNT]: Use it to translate
11877         MULTIMEDIA_KEY_EVENT.
11879         * w32term.h (WM_APPCOMMAND): Define if not already.
11880         (GET_APPCOMMAND_LPARAM): Likewise.
11882         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
11883         WM_APPCOMMAND.
11885         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
11886         (syms_of_w32fns): Export and initialize it.
11887         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
11889 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
11891         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
11892         twice.
11894         * xdisp.c (handle_face_prop): Fix last change.
11896 2007-11-09  Richard Stallman  <rms@gnu.org>
11898         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
11899         not just for after-strings and before-strings.
11900         Call face_for_overlay_string and pass the overlay to it.
11901         (handle_display_prop): Determine whether property came from an overlay.
11902         Pass OVERLAY arg to handle_single_display_spec.
11903         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
11904         (load_overlay_strings): Fill in it->string_overlays.
11905         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
11907         * xfaces.c (face_for_overlay_string): Function renamed from
11908         face_at_buffer_position_no_overlays, and add arg OVERLAY.
11910         * dispextern.h (struct it): New elt string_overlays.
11911         New elt from_overlay, also in stack.
11912         Rearrange a few elements.
11913         (face_for_overlay_string): Decl renamed from
11914         face_at_buffer_position_no_overlays, and add argument.
11916 2007-11-09  Richard Stallman  <rms@gnu.org>
11918         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
11919         to get the base face for an overlay string.
11921         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
11923         * xfaces.c (face_at_buffer_position_no_overlays): New function.
11925         * xdisp.c (handle_stop): Move some code out of loop.
11927 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11929         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
11930         Fix conversion from Lisp object to ATSUFontID.
11932 2007-11-09  Jason Rumney  <jasonr@gnu.org>
11934         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
11936 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11938         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
11939         Don't assume regions are aligned to page boundary.
11940         (print_load_command_name): Add LC_UUID if defined.
11942 2007-11-09  Richard Stallman  <rms@gnu.org>
11944         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
11946 2007-11-07  Jason Rumney  <jasonr@gnu.org>
11948         * s/windows95.h: Remove.
11950 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
11952         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
11953         abort with a message on unhandled store_type values.
11955 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
11957         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
11958         Remove HAVE_X11R5 and HAVE_X11R4.
11960 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
11962         * Makefile.in: Remove references to sunfns.c and sunfns.o.
11964 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
11966         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
11967         Don't set s->stippled_p here, since it has already been set by
11968         x_set_glyph_string_gc from x_draw_glyph_string.
11970 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
11972         * sunfns.c: Remove file.
11974         * m/sun386.h:
11975         * m/sun2.h:
11976         * m/sparc.h: Remove Sun windows code.
11978 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
11981         (init_keyboard): Set current_kboard's window-system to nil.
11982         (tty_read_avail_input): Typo.
11983         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
11985 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11987         * s/usg5-4.h:
11988         * s/usg5-3.h:
11989         * s/ptx.h:
11990         * m/is386.h:
11991         * m/ibmps2-aix.h:
11992         * Makefile.in: Remove all mentions of X10.
11994         * dispnew.c (syms_of_display): Don't mention version 10.
11996 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
11998         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
11999         ($(BLD)/abbrev.$(O)): Remove.
12001 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12003         Rewrite abbrev.c in Elisp.
12004         * image.c (Qcount): Don't declare as extern.
12005         (syms_of_image): Initialize and staticpro `Qcount'.
12006         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
12007         * emacs.c (main): Don't call syms_of_abbrev.
12008         * Makefile.in (obj): Remove abbrev.o.
12009         (abbrev.o): Remove.
12010         * abbrev.c: Remove.
12012 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
12014         * window.c (window_min_size_2): Don't count header-line.
12016 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12018         * frame.h (struct frame): Move all bit fields after the first bit
12019         field to take advantage of the available space.  Group all the
12020         chars together to reduce wasted space due to padding.
12022 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
12024         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
12026         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
12027         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
12028         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
12029         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
12030         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
12031         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
12032         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
12033         (last_marked, mark_object_loop_halt): Make static.
12035         * frame.c (syms_of_frame) <delete-frame-functions>:
12036         Fix typo in docstring.
12038 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
12040         * w32.c (init_environment): Fix tiny memory leak.
12041         (w32_get_resource): Remove unused variable `ok'.
12043 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12045         Make `window-system' into a keyboard-local variable (rather than
12046         frame-local as done originally by multi-tty).
12048         * keyboard.h (struct kboard): Add Vwindow_system.
12049         * keyboard.c (init_kboard): Set a default for Vwindow_system.
12050         (mark_kboards): Mark Vwindow_system.
12052         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
12053         (init_display): Don't set the obsolete `window-system' frame-param.
12055         * xterm.c (x_term_init):
12056         * w32term.c (w32_create_terminal):
12057         * term.c (init_tty): Set Vwindow_system.
12058         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
12059         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
12061         * xfns.c (Fx_create_frame, x_create_tip_frame):
12062         * w32fns.c (Fx_create_frame, x_create_tip_frame):
12063         * macfns.c (Fx_create_frame):
12064         Don't set the obsolete `window-system' frame-param.
12066         * frame.h (Qwindow_system): Remove.
12067         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
12068         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
12070 2007-10-24  Richard Stallman  <rms@gnu.org>
12072         * frame.c (x_figure_window_size): For fullscreen case,
12073         set USPosition | PPosition without clobbering rest of window_prompting.
12075         * keyboard.c (Fcurrent_idle_time): Doc fix.
12077         * print.c (Fwith_output_to_temp_buffer): Doc fix.
12079 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12081         * process.c (unwind_request_sigio): Only define if __ultrix__.
12083         * callproc.c (child_setup): Remove spurious *.
12085         * lisp.h (Fget_text_property): Declare.
12086         (have_menus_p): Declare it here rather than in sys-dep header files.
12087         * macterm.h (have_menus_p):
12088         * msdos.h (have_menus_p):
12089         * xterm.h (have_menus_p): Remove.
12091         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12092         (Fmake_variable_frame_local): Just check the variable's const-ness
12093         rather than checking nil or t.
12095 2007-10-22  Jason Rumney  <jasonr@gnu.org>
12097         * w32fns.c: Include math.h.
12098         (w32_abort): Declaration moved to nt/config.nt.
12100         * s/ms-w32.h (HAVE_STDLIB_H): Define.
12101         (abort): Redefinition moved to nt/config.nt.
12103         * m/windowsnt.h: Remove.
12105 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
12107         * emacs.c (Fdump_emacs): Fix typo in message.
12108         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
12109         <installation-directory>: Reflow docstring.
12111 2007-10-22  Juri Linkov  <juri@jurta.org>
12113         * minibuf.c: Allow minibuffer default to be a list of default values.
12114         With empty input use the first element of this list as returned default.
12115         (string_to_object)
12116         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
12117         (read_minibuf): If defalt is cons, set histstring to its car.
12118         (Fread_string): If default_value is cons, set val to its car.
12119         (Fread_buffer): If def is cons, use its car.
12120         (Fcompleting_read): If defalt is cons, set val to its car.
12122 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
12124         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
12126 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
12128         * doc.c (Fdocumentation): Check for advice in all cases.
12130 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
12132         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
12134 2007-10-19  Richard Stallman  <rms@gnu.org>
12136         * doc.c (Fdocumentation): Check for and handle an advised function.
12138 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
12140         * process.c (Fset_process_filter): Doc fix.
12142 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
12145         which caused key-translation-map to applied repeatedly (thus breaking
12146         double-mode).
12148 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12150         * xselect.c (x_own_selection, x_handle_selection_clear)
12151         (x_clear_frame_selections):
12152         * w32menu.c (list_of_panes, list_of_items):
12153         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
12154         * textprop.c (validate_plist, interval_has_all_properties)
12155         (interval_has_some_properties, interval_has_some_properties_list)
12156         (add_properties, text_property_list):
12157         * process.c (Fget_buffer_process, list_processes_1, status_notify):
12158         * minibuf.c (Fassoc_string):
12159         * macselect.c (x_own_selection, x_clear_frame_selections)
12160         (Fx_disown_selection_internal):
12161         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
12162         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
12164 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
12166         * process.c: Link to libs for calling res_init() if available.
12167         (Fmake_network_process): Call res_init() before getaddrinfo or
12168         gethostbyname, if possible.
12170 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12172         * lread.c (read1): Set pvectype for char_tables.
12174         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
12175         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
12176         Add type checks.
12177         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
12179         * alloc.c (free_misc): Use XMISCTYPE.
12180         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
12182 2007-10-17  Glenn Morris  <rgm@gnu.org>
12184         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
12185         (syms_of_minibuf): Add Qcompletion_ignore_case.
12186         * dired.c (Qcompletion_ignore_case): Change to external.
12187         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
12188         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
12189         (Fread_file_name): Use it rather than intern'ing.
12191         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
12192         (Fread_coding_system): Ignore case of user input.
12194 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12196         * xdisp.c (handle_display_prop): Ignore display specs after
12197         replacing one when string text is being replaced.
12198         (handle_single_display_spec): Pretend as if characters with display
12199         property haven't been consumed only when buffer text is being replaced.
12201 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * xfns.c (Fx_create_frame, Fx_display_list):
12204         * window.c (window_fixed_size_p, enlarge_window)
12205         (shrink_window_lowest_first):
12206         * macterm.c (init_font_name_table):
12207         * macfns.c (Fx_create_frame, Fx_display_list):
12208         * lread.c (close_load_descs):
12209         * keyboard.c (read_char_x_menu_prompt):
12210         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
12211         * coding.c (code_convert_region_unwind): Test the type of an object
12212         rather than just !NILP before extracting data from it.
12214         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
12216         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
12217         (XMISCANY): New macro.
12218         (XMISCTYPE): Use it.
12219         (struct Lisp_Misc_Any): New type.
12220         (union Lisp_Misc): Use it.
12221         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
12222         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
12223         (find_symbol_value, set_internal, default_value, Fset_default)
12224         (Fmake_variable_buffer_local, Fmake_local_variable)
12225         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
12226         (Flocal_variable_if_set_p, Fvariable_binding_locus):
12227         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
12228         * alloc.c (allocate_buffer): Set the size and tag.
12229         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
12230         Use XMISCANY.
12231         (die): Follow the GNU convention for error messages.
12232         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
12233         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
12234         tag any more.
12235         (set_buffer_internal_1):
12236         * frame.c (store_frame_param):
12237         * eval.c (specbind):
12238         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
12240         * doc.c (Fsnarf_documentation): Simplify.
12242 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
12244         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
12245         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
12247 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12249         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
12251 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
12253         * eval.c (do_autoload): Don't save autoloads.
12255         * data.c (Ffset): Save autoload of the function being set.
12257 2007-10-07  John Paul Wallington  <jpw@pobox.com>
12259         * xfns.c (x_create_tip_frame): Set the `display-type' frame
12260         parameter before setting up faces.
12262 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
12264         * ccl.c (Fregister_code_conversion_map):
12265         * keyboard.c (append_tool_bar_item): Reformat last change.
12267         * lisp.h (eabs): Rename from `abs'.  All callers changed.
12269 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
12271         * buffer.c (add_overlay_mod_hooklist):
12272         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
12273         * fontset.c (make_fontset):
12274         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
12275         (append_tool_bar_item):
12276         * macmenu.c (grow_menu_items):
12277         * w32menu.c (grow_menu_items):
12278         * xmenu.c (grow_menu_items): Use larger_vector.
12280 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
12282         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
12283         selected frame'' on MSDOS).
12285 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
12287         * frame.c (Qexplicit_name): New variable.
12288         (x_report_frame_params): Report it in parameter alist.
12289         (syms_of_frame): Intern and staticpro it.
12291 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
12293         * macfns.c (x_create_tip_frame): Set terminal for frame.
12295 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * frame.c (Qenvironment): Remove.
12298         (syms_of_frame) <Qenvironment>: Don't initialize.
12299         (Fdelete_frame): Don't treat the `environment' param specially.
12300         * frame.h (Qenvironment): Don't declare.
12301         * callproc.c (set_initial_environment): Don't set unused frame param.
12303         * frame.c (Fframe_with_environment): Remove.
12304         (syms_of_frame) <Sframe_with_environment>: Don't declare.
12306         * lisp.h (Fframe_with_environment): Don't declare.
12308 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
12310         * indent.c (indent_tabs_mode, last_known_column)
12311         (last_known_column_modified): Make static.
12312         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
12314 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12316         * puresize.h (BASE_PURESIZE): Increase to 1170000.
12318 2007-10-09  Jason Rumney  <jasonr@gnu.org>
12320         * w32term.c (x_set_window_size): Disable code that attempts to tell
12321         Lisp code about a size change before it actually happens.
12323 2007-10-09  Richard Stallman  <rms@gnu.org>
12325         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
12326         return HANDLED_RETURN.
12328 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12330         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
12331         when there's an unread command event.
12333         * frame.c (focus_follows_mouse): Move here from frame.el to allow
12334         window autoselection act appropriately when leaving selected frame.
12335         (syms_of_frame): Initialize focus_follows_mouse.
12336         * frame.h (focus_follows_mouse): Extern it.
12337         * macterm.c (XTread_socket): When focus_follows_mouse is nil
12338         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
12339         * msdos.c (dos_rawgetc): Likewise.
12340         * w32term.c (w32_read_socket): Likewise.
12341         * xterm.c (handle_one_xevent): Likewise.
12342         * xdisp.c (syms_of_xdisp): In doc-string of
12343         mouse-autoselect-window mention focus-follows-mouse.
12345 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12347         * macterm.c (mac_load_query_font): Fix missing return value.
12348         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
12349         Add BLOCK_INPUT.
12351 2007-10-08  Richard Stallman  <rms@gnu.org>
12353         * xdisp.c (get_window_cursor_type): Implement documented behavior
12354         for cursor-in-non-selected-windows = t.
12356 2007-10-08  Jason Rumney  <jasonr@gnu.org>
12358         * w32.c (w32_get_resource): Always close registry keys.
12360 2007-10-08  Jason Rumney  <jasonr@gnu.org>
12362         * makefile.w32-in (LIBS): Add COMCTL32.
12364         * w32fns.c (globals_of_w32fns): Init common controls.
12366 2007-10-08  Richard Stallman  <rms@gnu.org>
12368         * image.c (our_memory_buffer): Rename from omfib_buffer.
12370 2007-10-08  Richard Stallman  <rms@gnu.org>
12372         * buffer.c (Foverlays_at): Doc fix.
12374 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12376         * fns.c (Fplist_put): Preserve uneven tail data.
12378 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
12380         * termhooks.h (enum event_kind): Remove trailing comma.
12382         * frame.h (enum): Remove trailing comma.
12384 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
12386         * w32proc.c (delete_child): Don't terminate threads of zombies.
12388 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
12390         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
12392         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
12393         last-repeatable-command.
12394         (init_kboard): Initialize Vlast_repeatable_command.
12395         (command_loop_1): Set it to real_this_command unless that was
12396         bound to an input event.
12397         (mark_kboards): Mark it.
12399 2007-10-08  Richard Stallman  <rms@gnu.org>
12401         * eval.c (condition-case): Doc fix.
12403 2007-10-08  Masatake YAMATO  <jet@gyve.org>
12405         * xfaces.c (tty_supports_face_attributes_p): Fix code
12406         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
12407         was copied and not edited.
12409 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12411         Add new `input-decode-map' keymap and use it for terminal
12412         escape sequences.
12413         * keyboard.h (struct kboard): Add Vinput_decode_map.
12414         Remove Vlocal_key_translation_map.
12415         * keyboard.c (read_key_sequence): Add support for input-decode-map.
12416         (init_kboard): Init input-decode-map.
12417         Replace local-key-translation-map back with key-translation-map.
12418         (syms_of_keyboard): Declare input-decode-map.
12419         Remove local-key-translation-map.  Update docstrings.
12420         (mark_kboards): Mark Vinput_decode_map.
12421         Don't mark Vlocal_key_translation_map.
12422         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
12423         Replace local-key-translation-map back with key-translation-map.
12424         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
12425         Bind in input-decode-map rather than function-key-map.
12427         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
12428         This was made redundant by the previous introduction of XSETPVECTYPE.
12430 2007-10-09  Richard Stallman  <rms@gnu.org>
12432         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
12434 2007-09-29  Richard Stallman  <rms@gnu.org>
12436         * eval.c (internal_condition_case_2, internal_condition_case_1)
12437         (internal_condition_case): Reenable abort if x_catching_errors ()
12438         to see if that really happens and why.
12440 2007-10-06  Andreas Schwab  <schwab@suse.de>
12442         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
12444 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12446         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
12448 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12450         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
12452 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12454         * window.h (struct window):
12455         * window.c (struct save_window_data, struct saved_window):
12456         * termhooks.h (struct terminal):
12457         * process.h (struct Lisp_Process):
12458         * frame.h (struct frame):
12459         * buffer.h (struct buffer):
12460         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
12461         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
12462         The size field of (pseudo)vectors is now unsigned.
12463         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
12465         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
12466         Turn `count' into an integer.
12468         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
12469         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
12470         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
12471         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
12472         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
12474         * alloc.c (allocate_pseudovector): New fun.
12475         (ALLOCATE_PSEUDOVECTOR): New macro.
12476         (allocate_window, allocate_terminal, allocate_frame)
12477         (allocate_process): Use it.
12478         (mark_vectorlike): New function.
12479         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
12480         (mark_terminals): Use it.
12481         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
12482         (Fmake_byte_code): Use XSETPVECTYPE.
12484         * frame.c (Fframe_parameters): Minor simplification.
12486         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
12488         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
12490         * buffer.c (Fget_buffer_create, init_buffer_once):
12491         * lread.c (defsubr):
12492         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
12494         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
12495         defined differently in the m/*.h files.
12496         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
12497         (XSETPVECTYPE): New macro.
12498         (XSETPSEUDOVECTOR): Use it.
12500         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
12501         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
12503         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
12504         * lread.c (defvar_per_buffer):
12505         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
12507         * window.c (candidate_window_p): Only consider as visible frames that
12508         are on the same terminal.
12510         * m/ibms390x.h (MARKBIT): Remove unused macro.
12512 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
12514         * lread.c (Fload): Fix typo in docstring.
12516 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
12518         * floatfns.c (Fexpt): Manually check for overflows, so that a power
12519         of a non-zero value can't yield zero.
12521 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12523         * term.c (term_clear_mouse_face, term_mouse_highlight)
12524         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
12526         * print.c (safe_debug_print): Use XHASH.
12528         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
12529         Lisp elements such as tags.
12530         (XHASH): New macro.
12531         (EQ): Use it.
12532         (SREF, SSET, STRING_COPYIN): Use SDATA.
12533         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
12535         * alloc.c (mark_terminal): Remove left-over declaration.
12536         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
12537         (allocate_vectorlike): Remove type argument.  Adjust callers.
12538         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
12539         Only handle the one remaining MEM_TYPE_VECTORLIKE.
12541         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
12542         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
12543         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
12544         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
12545         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
12546         Use them.
12548         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
12549         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
12550         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
12552 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
12554         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
12555         loaded by default.
12557 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12559         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
12560         on this tty.
12561         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
12563         * term.c (mouse_face_window): Rename from Qmouse_face_window.
12564         Update all users.
12565         (handle_one_term_event): Use Gpm_DrawPointer.
12566         (Fgpm_mouse_start): Rename from Fterm_open_connection.
12567         Signal errors instead of returning nil.  Always return nil.
12568         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
12569         Make it a noop if gpm-mouse was not activated.
12570         (syms_of_term): Update names.
12572 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12574         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
12575         (init_sys_modes): Check that gpm_tty is the current tty.
12577         * alloc.c (allocate_terminal): Set the vector size to only count the
12578         lisp fields.  Initialize those to nil.
12579         (mark_object): Don't treat terminals specially.
12580         (mark_terminal): Remove.
12581         (mark_terminals): Use mark_object instead.
12583         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
12584         the GC to the beginning.
12586         * indent.h:
12587         * indent.c: Use EMACS_INT for ints coming from Elisp data.
12589         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
12591 2007-09-25  Jason Rumney  <jasonr@gnu.org>
12593         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
12595         * w32console.c (create_w32cons_output): Remove.
12597         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
12599         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
12600         (reset_sys_modes): Use reset_terminal_modes_hook.
12602 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12604         * eval.c (do_autoload): Don't output any message.
12606 2007-09-24  Juri Linkov  <juri@jurta.org>
12608         * emacs.c (standard_args): Change priority of "--no-splash"
12609         from 40 to 3.  Add "--no-desktop" with the same priority.
12611 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
12613         * alloc.c (gc_sweep): Check cons cell mark bits word by word
12614         and optimize the case where they are all 1.
12616 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
12618         * lisp.h (abs): Define if not defined.
12619         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
12620         Don't define `abs', since it's defined in lisp.h.
12622 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
12624         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
12625         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
12626         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
12627         (init_tty): Use DEV_TTY instead of "/dev/tty".
12628         [WINDOWSNT]: No need to protect from NAME arg being null.
12630 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
12632         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
12633         up the tty state.
12635 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
12638         (gpm_tty): Change its type.
12639         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
12640         (gpm_tty): Change its type and initialize it.
12641         (Fterm_open_connection): Check the frame is indeed a tty.
12642         Use the new gpm_tty.
12643         (Fterm_close_connection): Use the new gpm_tty.
12644         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
12645         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
12647 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
12649         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
12650         underline_color, to draw strike-through.
12652 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12654         * lisp.h (allocate_terminal): Declare.
12656         * window.c (candidate_window_p): Consider frames that are being placed
12657         by the user as somewhere between visible and iconified.
12658         (window_loop): Prefer windows on the current frame.
12659         (Fselect_window): Move the use of select-frame to the beginning so we
12660         can just delegate all the work (it'll call us back anyway).
12662         * frame.c (Qdisplay_environment_variable):
12663         * frame.h (Qdisplay_environment_variable): Delete.
12665         * .gdbinit (xbacktrace): Print the arg's address rather than the value
12666         of the first arg, since that value may be a union.
12668         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
12669         parameter rather than Qdisplay_environment_variable.  If all else
12670         fails, look for DISPLAY in initial-environment.
12672 2007-09-21  Glenn Morris  <rgm@gnu.org>
12674         * Makefile.in (emacstool): Remove target.
12675         (lisp, shortlisp): Remove termdev.elc.
12677 2007-09-21  Markus Triska  <markus.triska@gmx.at>
12679         * xterm.c (x_delete_display): Compile session management conditionally.
12681 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12683         * callproc.c (getenv_internal_1): New function.
12684         (getenv_internal): Use it.
12685         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
12687         * terminal.c (get_terminal): Don't accept ints to represent terminals.
12688         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
12689         (Fset_terminal_parameter): Work with dead terminals as well.
12690         (Fmodify_terminal_parameters): Remove.
12692         * terminal.c (get_terminal): Handle terminals.
12693         Make sure the terminal returned is live.
12694         (create_terminal): Use allocate_terminal.
12695         (mark_terminals): Move to alloc.c.
12696         (delete_terminal): Use terminal->name as liveness status.
12697         NULL out fields after freeing their contents.
12698         Don't deallocate the object.
12699         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
12700         rather than an int.
12701         (Fterminal_live_p): Accept non-integer arguments.
12702         (Fterminal_list): Return terminal objects rather than an ints.
12704         * alloc.c (enum mem_type): New member for `terminal' objects.
12705         (allocate_terminal): New function.
12706         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
12707         Handle terminals.
12708         (mark_terminal): New fun.
12709         (mark_terminals): Move from terminal.c.
12711         * term.c (get_tty_terminal): Don't treat output_initial specially.
12712         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
12713         (delete_tty): Use terminal->name as liveness status.
12715         * termhooks.h (struct terminal): Make it into a pseudovector.
12716         Remove `deleted' replaced by checking `name's nullness.
12718         * print.c (print_object): Handle terminals.
12720         * lisp.h (enum pvec_type): New `terminal' pseudovector.
12721         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
12723         * frame.c (make_terminal_frame):
12724         * keyboard.c (tty_read_avail_input):
12725         * w32term.c (x_delete_terminal):
12726         * xfns.c (Fx_create_frame, x_create_tip_frame):
12727         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
12729 2007-09-20  Glenn Morris  <rgm@gnu.org>
12731         * process.c (Fmake_network_process): Doc fix.
12733 2007-09-19  Jason Rumney  <jasonr@gnu.org>
12735         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
12737 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
12739         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
12740         Fix a C warning regarding variable constness.
12742         * xterm.c (handle_one_xevent): Fix a C warning.
12744 2007-09-18  Jason Rumney  <jasonr@gnu.org>
12746         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
12748 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
12750         * gtkutil.c (gdpy_def): New variable.
12751         (xg_initialize): Initialize gdpy_def.
12752         (xg_display_close): If no other display exists, set gdpy_def to a
12753         new connection.
12755 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
12757         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
12758         when we have no file name for the icon.
12759         (xg_tool_bar_expose_callback): Remove.
12760         (xg_create_tool_bar): Don't connect expose signal to
12761         xg_tool_bar_expose_callback.
12762         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
12764 2007-09-16  Andreas Schwab  <schwab@suse.de>
12766         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
12767         values instead of zapping them.
12769 2007-09-14  Glenn Morris  <rgm@gnu.org>
12771         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
12772         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
12773         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
12774         scope and rename to omfib_buffer for clarity.
12775         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
12777 2007-09-14  Kenichi Handa  <handa@m17n.org>
12779         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
12781 2007-09-13  Jason Rumney  <jasonr@gnu.org>
12783         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
12785         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
12787         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
12788         (mac_term_init): Call here instead, passing rif.
12790 2007-09-13  Glenn Morris  <rgm@gnu.org>
12792         * s/hpux.h: No longer define `static' as nothing.
12794 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
12796         * callint.c (Fcall_interactively): Remove unused var `fun'.
12798 2007-09-12  Romain Francoise  <romain@orebokech.com>
12800         * window.c (prefer_window_split_horizontally, display_buffer):
12801         Revert 2007-09-08 change.
12803 2007-09-12  Glenn Morris  <rgm@gnu.org>
12805         * alloca.c: Remove file.
12806         * Makefile.in (alloca): Do not undef.
12807         (allocaobj, alloca.o): Remove.
12808         (otherobj): Remove allocaobj.
12809         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
12810         * regex.c (C_ALLOCA): Remove all references and code that was only
12811         used when this was defined.
12812         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
12813         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
12814         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
12816         * Makefile.in (SOURCES, unlock, relock): Delete.
12818         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
12819         (menu_grab_callback): All uses changed.
12821         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
12822         (x_reply_selection_request): All uses changed.
12824 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12826         * lread.c (load_warn_old_style_backquotes): Change message to look
12827         better when it appears in the middle of byte-compiler messages.
12829 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
12831         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
12833         * xterm.c (x_create_terminal): Add comment.
12835         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
12837 2007-09-10  Richard Stallman  <rms@gnu.org>
12839         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
12841 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
12843         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
12844         (DEFUN): Document `intspec', use it instead of `prompt'.
12846         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
12848         * data.c (Finteractive_form): If the interactive specification starts
12849         with a `(', use it as a Lisp form.
12851         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
12852         name and file modes.
12854         * callint.c (Fcall_interactively): Comment fixes.
12856 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12858         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
12859         and compiled functions.
12861 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
12863         * window.c (prefer_window_split_horizontally): New variable.
12864         (display_buffer): Consider splitting window horizontally depending
12865         on prefer_window_split_horizontally.
12867 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
12869         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
12871 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12873         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
12875         * frame.c (x_set_frame_parameters): Check number is positive before
12876         using XFASTINT.
12878         * window.c (freeze_window_start): Don't presume selected_window holds
12879         a window object.
12880         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
12882 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
12884         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
12886 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12888         * window.c (Vsplit_window_preferred_function): New var.
12889         (Fdisplay_buffer): Use it.
12890         (syms_of_window): Export, and initialize it.
12892 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
12894         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
12896 2007-09-06  Glenn Morris  <rgm@gnu.org>
12898         * gtkutil.c (menu_grab_callback) <cnt>:
12899         * xselect.c (x_reply_selection_request) <cnt>: Move static
12900         variable to file scope.
12902 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12904         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
12905         consistent values of selected_frame and selected_window.
12907 2007-09-04  Jason Rumney  <jasonr@gnu.org>
12909         * w32console.c (initialize_w32_display): Zero unused hooks.
12911 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12913         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
12914         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
12916 2007-09-04  Jason Rumney  <jasonr@gnu.org>
12918         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
12919         in w32console.c.  Set up input.  Remove XXX comments that have been
12920         confirmed as correct.
12922         * s/ms-w32.h (MULTI_KBOARD): Define.
12924         * w32console.c (one_and_only_w32cons): Remove.
12925         (initialize_w32_display): Take terminal argument.
12927         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
12928         initialize_w32_display.
12929         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
12931         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
12933         * keyboard.c (discard_mouse_events): Discard it.
12934         (make_lispy_event): Translate it to a lisp event.
12935         (lispy_wheel_names): Add wheel-left and right events.
12936         (syms_of_keyboard): Enlarge wheel_syms.
12938         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
12939         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
12941         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
12943         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
12944         from WM_MOUSEHWHEEL.
12945         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
12947         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
12948         terminal.
12950         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
12951         keyboard for the terminal.
12953 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12955         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
12956         (Vresume_tty_hook): Rename from Vresume_tty_functions.
12957         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
12958         and resume-tty-function to resume-tty-hook.
12959         (Fsuspend_tty, Fresume_tty): Use new names.
12961 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
12963         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
12964         if it starts with "n:".
12966 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
12968         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
12970 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12972         * frame.h:
12973         * frame.c (Qterm_environment_variable): Remove.
12974         (syms_of_frame): Don't init and staticpro it.
12976         * callproc.c (getenv_internal): Remove special case for $TERM.
12978         * callproc.c (Vinitial_environment): New variable.
12979         (set_initial_environment): Initialize it.
12980         (syms_of_callproc): Declare it.
12981         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
12982         TERM under which a process runs is never related to the TERM in which
12983         Emacs is running.
12985 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12987         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
12988         * s/darwin.h: ... do it here.
12990 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * lisp.h (set_initial_environment): Rename from set_global_environment.
12994         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
12995         removed by mistake on the multi-tty branch.
12997         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
12998         (Fmodify_frame_parameters): Return a value.
13000         * image.c (png_load): Comment-out var only used in commented-out code.
13002         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
13003         before passing it to mark_object.
13005         * xfaces.c (internal_resolve_face_name): Return a value.
13006         (internal_resolve_face_name, resolve_face_name_error): Comment out.
13008         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
13009         (x_icon): Comment-out var only used in commented-out code.
13011 2007-08-29  Romain Francoise  <romain@orebokech.com>
13013         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
13014         QUIT hasn't been provided.
13016 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
13018         * callproc.c (child_setup, getenv_internal): Use the
13019         display-environment-variable and term-environment-variable frame params.
13020         (set_initial_environment): Initialise Vprocess_environment.
13022         * config.in: Disable multi-keyboard support on a mac.
13024         * frame.c (Qterm_environment_variable)
13025         (Qdisplay_environment_variable): New variables.
13026         (syms_of_frame): Intern and staticpro them.
13027         (Fmake_terminal_frame): Disable output method test.
13029         * frame.h: Declare them here.
13031         * macfns.c (x_set_mouse_color): Get rif from the frame.
13032         (x_set_tool_bar_lines): Don't use updating_frame.
13033         (mac_window): Add 2 new parameters for consistency with other systems.
13034         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
13035         frame parameters following what is done in X11 and w32.  Don't use
13036         FRAME_MAC_DISPLAY_INFO.
13037         (Fx_open_connection, start_hourglass): Remove window-system check.
13038         (x_create_tip_frame): Get the keyboard from the terminal.
13040         * macmenu.c: Reorder includes.
13041         (Fx_popup_menu): Use terminal specific mouse_position_hook.
13043         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
13044         terminal parameter.
13045         (x_clear_frame): Add a frame parameter.
13046         (note_mouse_movement): Get rif from the frame.
13047         (mac_term_init): Initialize the terminal.
13048         (mac_initialize): Make static and move terminal initialization ...
13049         (mac_create_terminal): ... to this new function.
13051         * macterm.h (struct mac_display_info): Add terminal.
13052         (mac_initialize): Delete declaration.
13054         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
13056         * sysdep.c: Comment out text after #endif.
13058         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
13059         is defined.  Better initialize ttys in windows.  Use terminal
13060         specific mouse_position_hook.
13062         * termhooks.h (union display_info): Add mac_display_info.
13064         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
13065         Set the default minibuffer frame, window_system and the rest of the
13066         frame parameters following what is done in X11.
13068         * w32term.c (w32_initialize): Make static.
13070         * xselect.c (x_handle_selection_clear): Only access
13071         terminal->kboard when MULTI_KBOARD is defined.
13073         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
13074         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
13076 2007-08-29  Jason Rumney  <jasonr@gnu.org>
13078         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
13079         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
13081         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
13082         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
13084         * keyboard.c (restore_kboard_configuration): Only define when
13085         MULTI_KBOARD defined.
13087         * makefile.w32-in: Update dependancies from Makefile.in.
13088         (OBJ1): Add terminal.$(O)
13090         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
13091         Don't define function body.
13092         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
13094         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
13096         * w32.c (request_sigio, unrequest_sigio): Remove.
13098         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
13099         (w32con_clear_frame, w32con_clear_end_of_line)
13100         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
13101         (w32con_delete_glyphs, w32con_set_terminal_window)
13102         (scroll_line, w32_sys_ring_bell): Add frame arg.
13103         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
13104         Add terminal arg.
13105         (PICK_FRAME): Remove.
13106         (w32con_write_glyphs): Use frame specific terminal coding.
13107         (one_and_only_w32cons): New global variable.
13108         (initialize_w32_display): Use it for storing hooks.
13109         (create_w32cons_output): New function.
13111         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
13112         arg a frame.
13114         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
13115         Set window_system.
13116         (x_set_tool_bar_lines): Don't use updating_frame.
13117         (Fx_create_frame): Set terminal and ref count.
13118         (Fx_open_connection): Remove window-system check.
13120         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
13122         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
13123         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
13124         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
13125         Add frame arg.
13126         (x_delete_terminal, w32_create_terminal): New functions.
13127         (w32_term_init): Create a terminal.
13128         (w32_initialize): Move terminal specific initialization to
13129         w32_create_terminal.
13131         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
13132         (w32_clear_rect, w32_clear_area): Use background from frame.
13133         (w32_display_info): Add terminal.
13134         (w32_sys_ring_bell, x_delete_display): Declare here.
13136         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
13138         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
13140 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
13142         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
13143         Fix get_named_tty calls for the controlling tty.
13145 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13147         * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
13149 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
13151         * term.c (tty_insert_glyphs): Add missing first parameter.
13153 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
13155         * buffer.c (Fbuffer_list, Fbury_buffer):
13156         Take frame->buried_buffer_list into account.
13158         * cm.c (current_tty): New variable, for cmputc().
13159         (cmputc): Use it.
13160         (cmcheckmagic): Add tty parameter, look up terminal streams there.
13161         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
13162         (cmgoto): Add tty parameter.  Pass it on to calccost().
13163         Use emacs_tputs() instead of tputs().
13165         * cm.h (emacs_tputs): New macro to set current_tty, and then call
13166         tputs().
13167         (current_tty): New variable, for cmputc().
13168         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
13170         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
13171         (internal_condition_case, internal_condition_case_1)
13172         (internal_condition_case_2): Don't abort when x_catching_errors.
13174         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
13175         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
13176         prevent crashes caused by bogus longjmps in read_char.
13178         * keymap.h (Fset_keymap_parent): Add EXFUN.
13180         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
13181         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13182         Remove redundant definition.
13184         * macfns.c (x_set_mouse_color, x_make_gc):
13185         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13187         * w32term.c (x_free_frame_resources):
13188         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13189         (w32_initialize): Use the accessor macros for terminal characteristics.
13191         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
13192         Use the accessor macros for terminal characteristics.
13193         * msdos.c (internal_terminal_init): Use the accessor macros for
13194         terminal characteristics.
13195         (ScreenVisualBell, internal_terminal_init):
13196         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13198         * termopts.h (no_redraw_on_reenter): Declare.
13200         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
13201         (mark_terminals, mark_ttys): Declare.
13202         (Fgarbage_collect): Call them.
13203         (mark_object): Mark buried_buffer_list.
13205         * prefix-args.c: Include stdlib.h for exit.
13207         * syssignal.h: Add comment.
13209         * indent.c: Include stdio.h.
13211         * window.h (Vinitial_window_system): Declare.
13212         (Vwindow_system): Delete declaration.
13214         * fontset.c (Finternal_char_font): Use FRAME_RIF.
13216         * image.c (lookup_image): Don't initialize `c' until the xasserts
13217         have been run.
13219         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
13220         FRAME_FOREGROUND_PIXEL.
13222         * print.c (print_preprocess): Don't lose print_depth levels while
13223         iterating.
13225         * widget.c (update_from_various_frame_slots):
13226         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13228         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
13229         frames.
13230         (window_internal_height): Remove bogus make_number call.
13231         (init_window_once): Call make_terminal_frame with two zero parameters.
13233         * fileio.c (Fread_file_name): Update comment.
13235         * callint.c (Fcall_interactively):
13236         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
13237         Make sure it is correctly unwound.
13239         * xsmfns.c (x_session_close): New function.
13241         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
13242         Delete declarations.
13244         * xterm.h: Remove declaration for x_fully_uncatch_errors.
13245         (x_output): Remove background_pixel and foreground_pixel fields.
13246         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
13247         (x_delete_device, x_session_close): Declare.
13249         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
13250         (read_filtered_event): Call `read_char' with a local
13251         `wrong_kboard_jmpbuf'.
13253         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
13254         Don't call single_kboard_state.  Use FRAME_RIF.
13256         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
13257         systems.
13259         * lisp.h (set_process_environment): Rename to `set_global_environment'.
13260         (Fframe_with_environment, Fset_input_meta_mode)
13261         (Fset_quit_char): EXFUN.
13262         (x_create_device, tty_output, terminal, tty_display_info): Declare.
13263         (init_sys_modes, reset_sys_modes): Update prototypes.
13264         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
13266         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
13267         Vlocal_key_translation_map, and Vkeyboard_translate_table.
13268         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
13269         Delete declarations.
13270         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
13271         (temporarily_switch_to_single_kboard, tty_read_avail_input):
13272         New declarations.
13274         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
13275         already does that during init_display().  Call syms_of_keymap
13276         before syms_of_keyboard.  Call `syms_of_terminal'.
13277         Call set_initial_environment, not set_process_environment.
13278         (shut_down_emacs): Call reset_all_sys_modes() instead of
13279         reset_sys_modes().
13281         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
13282         (internal_resolve_face_name, resolve_face_name_error): New functions.
13283         (resolve_face_name): Protect against loops and errors thrown by Fget.
13284         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
13285         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
13287         * scroll.c: Replace CURTTY() with local variables throughout the
13288         file (where applicable).
13289         (calculate_scrolling, calculate_direct_scrolling)
13290         (scrolling_1, scroll_cost): Use the accessor macros for terminal
13291         characteristics.
13293         * keymap.c (Vfunction_key_map): Remove.
13294         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
13295         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
13296         (Vkey_translation_map): Remove.
13297         (syms_of_keymap): Remove DEFVAR for key-translation-map.
13298         (Fdescribe_buffer_bindings)
13299         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
13300         Update for terminal-local key-translation-map.
13302         * Makefile.in (callproc.o): Update dependencies.
13303         (lisp, shortlisp): Add termdev.elc.
13304         (obj): Add terminal.o.
13305         (terminal.o): Add dependencies.
13306         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
13307         (data.o, fns.o): Add termhooks.h dependency.
13308         (SOME_MACHINE_LISP): Add dnd.elc.
13309         (minibuf.o): Fix typo.
13310         Update dependencies.
13312         * data.c (do_symval_forwarding, store_symval_forwarding)
13313         (find_symbol_value): Use the selected frame's keyboard, not
13314         current_kboard.
13316         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
13317         Vwindow_system.
13319         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
13320         Fmenu_bar_open.
13321         (syms_of_xmenu): Update defsubr.
13322         (mouse_position_for_popup, Fx_popup_menu)
13323         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
13324         (set_frame_menubar, free_frame_menubar)
13325         (create_and_show_popup_menu, xmenu_show, )
13326         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
13327         an X frame.
13329         * xselect.c (x_own_selection): Abort if not an X frame.
13330         (some_frame_on_display): Check if it is an X frame.
13331         (x_handle_selection_clear): Deal with MULTI_KBOARD.
13333         * coding.c: Include frame.h and termhooks.h.
13334         (terminal_coding, keyboard_coding): Delete.
13335         (Fset_terminal_coding_system_internal)
13336         (Fset_keyboard_coding_system_internal)
13337         (Fkeyboard_coding_system)
13338         (Fterminal_coding_system): Add a terminal parameter.
13339         Get terminal_coding from the terminal.
13340         (init_coding_once): Don't call setup_coding_system here.
13342         * dispextern.h (set_scroll_region, turn_off_insert)
13343         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
13344         (tty_clear_end_of_line, tty_setup_colors)
13345         (delete_tty, updating_frame)
13346         (produce_special_glyphs, produce_glyphs, write_glyphs)
13347         (insert_glyphs): Remove.
13348         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
13349         (tty_turn_off_highlight, get_tty_size): Add declaration.
13350         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
13352         * frame.h (enum output_method): Add output_initial.
13353         (struct x_output): Delete.
13354         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13355         Access foreground_pixel and background_pixel directly from the frame.
13356         (tty_display): Delete.
13357         (struct frame): Add buried_buffer_list, foreground_pixel,
13358         background_pixel and terminal.  Delete kboard.
13359         (union output_data): Add tty.
13360         (FRAME_KBOARD): Get the kboard from the terminal.
13361         (FRAME_INITIAL_P): New macro.
13362         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
13363         (Qterm_environment_variable, Qdisplay_environment_variable)
13364         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
13365         New declarations.
13367         * termchar.h (tty_output, tty_display_info): New structures.
13368         (tty_list): Declare.
13369         (FRAME_TTY, CURTTY): New macros.
13370         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
13371         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
13372         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
13373         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
13375         * callproc.c: Include frame.h and termhooks.h, for terminal
13376         parameters.
13377         (add_env): New function.
13378         (child_setup): Use it.
13379         (child_setup, getenv_internal): Handle the new Vprocess_environment.
13380         (getenv_internal): Fix get_terminal_param call.
13381         (Fgetenv_internal, egetenv): Update doc.
13382         (syms_of_callproc): Initialize Vprocess_environment to nil.
13383         Register and initialize them.  Remove obsolete defvars.  Update doc
13384         strings.
13385         (child_setup): Handle Vlocal_environment_variables.
13386         (getenv_internal): Add terminal parameter.
13387         Handle Vlocal_environment_variables.
13388         (Fgetenv_internal): Add terminal parameter.
13389         (child_setup, getenv_internal, Fgetenv_internal): Store the local
13390         environment in a frame (not terminal) parameter.  Update doc strings.
13391         (set_initial_environment): Rename from set_global_environment.
13392         Store Emacs environment in initial frame parameter.
13394         * xdisp.c (redisplay_internal): Update references to
13395         `previous_terminal_frame'.
13396         (display_mode_line, Fformat_mode_line): Replace calls to
13397         `push_frame_kboard' with `push_kboard'.
13398         (get_glyph_string_clip_rects): Add extra parentheses and
13399         braces to prevent compiler warnings.
13400         (calc_pixel_width_or_height): Add xassert to check that the
13401         frame is alive.  Don't call `lookup_image' on a termcap frame.
13402         (message2_nolog, message3_nolog, redisplay_internal)
13403         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
13404         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
13405         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
13406         (Fx_display_pixel_width, Fx_display_pixel_height)
13407         (Fx_display_planes, Fx_display_color_cells)
13408         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
13409         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
13410         (Fx_display_backing_store, Fx_display_visual_class)
13411         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
13412         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
13414         * xfns.c (x_set_foreground_color x_set_background_color)
13415         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
13416         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13417         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
13418         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
13419         terminal that is being deleted.
13420         (Fx_create_frame): Use `store_frame_param' to set `window-system'
13421         frame parameter, and make sure it overrides any user-supplied setting.
13422         (Fx_close_connection, Fx_synchronize): Unify argument names with
13423         the rest of the DEFUNs.
13425         * dispnew.c (Fsend_string_to_terminal): Update call to
13426         `get_tty_terminal'.
13427         (Fredraw_frame, Fsend_string_to_terminal)
13428         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
13429         FRAME_TERMCAP_P and FRAME_TTY.
13430         (window_change_signal): Don't believe width/height values that are
13431         impossibly small.
13432         (Vinitial_window_system): Rename from Vwindow_system.
13433         (termscript, Wcm, rif): Delete.
13435         * termhooks.h (struct terminal): New struct containing the
13436         previously global text display hooks and new members NAME,
13437         DELETED and PARAM_ALIST.
13438         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
13439         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
13440         (FRAME_RIF): New macros.
13441         (get_terminal_param, get_device): New declarations.
13442         (termscript): Delete declaration.
13444         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
13445         (XTflash, x_free_frame_resources, x_scroll_bar_create)
13446         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
13447         FRAME_FOREGROUND_PIXEL.
13448         (x_fully_uncatch_errors): Disable definition.
13449         (x_scroll_bar_expose): Fix reference to foreground pixel.
13450         (XTread_socket): Disable loop on all X displays.
13451         (x_delete_terminal): Don't set terminal->deleted and let
13452         delete_terminal delete the frames on the terminal.
13453         (x_delete_display): Doc update to reflect changes in
13454         delete_terminal.
13455         (x_display_info) <terminal>: Move member earlier in the struct.
13456         (deleting_tty): Remove old variable.
13457         (Fsuspend_tty): Call clear_tty_hooks.
13458         (Fresume_tty, init_tty): Call set_tty_hooks.
13459         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
13460         errors on X frames.
13461         (x_catch_errors_unwind): Abort if x_error_message is NULL.
13462         (handle_one_xevent): Initialize `f' to NULL.
13463         (x_delete_terminal, x_create_terminal): New functions.
13464         (XTset_terminal_modes, XTreset_terminal_modes)
13465         (XTread_socket, x_connection_closed, x_term_init)
13466         (x_term_init, x_delete_display): Add terminal parameter.
13467         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
13468         X connections.
13470         * frame.c: Include termchar.h.
13471         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
13472         (Qwindow_system, Qenvironment, Qterm_environment_variable)
13473         (Qdisplay_environment_variable): New vars.
13474         (Fframep): Deal with output_initial.
13475         (Fframe-live-p): Doc fix.
13476         (Fwindow-system): New function.
13477         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
13478         (make_terminal_frame): Don't create frames on a terminal that is
13479         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
13480         (store_frame_param): Check for found_for_frame before calling XFRAME.
13481         (Fmake_terminal_frame): Handle NULL tty names correctly.
13482         (syms_of_frame): Enhance doc string of `default-frame-alist'.
13483         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
13484         frames to refer to a deleted frame in their 'environment parameter.
13485         (Fframe_with_environment): New function.
13486         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
13487         (get_future_frame_param): New function.
13488         (Fmake_terminal_frame): Use it.
13489         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
13491         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
13492         * sysdep.c (reset_sys_modes): Update for renames.
13494         * keyboard.c (tty_read_avail_input): New function.
13495         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
13496         (syms_of_keyboard): Defsubr them.
13497         (Fset_input_meta_mode, Fset_quit_char): New functions.
13498         (Fset_input_mode): Split to above functions.
13499         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
13500         parameter.  Use it in call to `read_char'.
13501         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
13502         Set wrong_kboard_jmpbuf correctly in recursive calls.
13503         Use current_kboard to access Vkeyboard_translate_table.
13504         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
13505         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
13506         Update longjmp invocations.  Remember the original current_kboard,
13507         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
13508         changes it.  Comment out unnecessary calls to
13509         `record_single_kboard_state' and `any_kboard_state'.
13510         Update recursive calls.
13511         (wrong_kboard_jmpbuf): Remove global variable.
13512         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
13513         Handle deleted interrupted_kboards correctly; that is a legal
13514         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
13515         and read_char calls.  Abort if interrupted_kboard died in read_char.
13516         (any_kboard_state, single_kboard_state)
13517         (push_frame_kboard): Remove function.
13518         (pop_kboard): Switch out of single_kboard mode if the kboard has
13519         been deleted.  Remove unused variable.  Help debugging by not
13520         changing current_kboard unnecessarily.  Set current_kboard to the
13521         kboard of the selected frame when the stored kboard object has
13522         been deleted before pop_kboard.
13523         (temporarily_switch_to_single_kboard): Change first parameter to a
13524         frame pointer.  Throw an error when caller wants to change kboards
13525         while in single_kboard mode.  Don't push_kboard if we weren't in
13526         single kboard state.  Don't pop_kboard if we popped into any
13527         kboard state.
13528         (restore_kboard_configuration): Abort if pop_kboard changed the
13529         kboard in single_kboard mode.  Call pop_kboard only after setting
13530         up single_kboard mode.
13531         (Frecursive_edit): Switch to single_kboard mode only in nested
13532         command loops.
13533         (cmd_error, command_loop, command_loop_1, timer_check):
13534         Comment out unnecessary call to `any_kboard_state' and
13535         `record_single_kboard_state'.
13536         (delete_kboard): Exit single_kboard mode if we have just deleted
13537         that kboard.  Use FRAME_KBOARD.
13538         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
13539         `fatal_error_signal'.
13540         (record_single_kboard_state): Don't push_kboard if we weren't in
13541         single kboard state.  Don't pop_kboard if we popped into any
13542         kboard state.
13543         (push_frame_kboard): Rename to push_kboard.
13544         (kbd_buffer_get_event): Use FRAME_TERMINAL.
13545         (read_avail_input): Read input from all terminals.
13546         (mark_kboards): Also mark Vkeyboard_translate_table.
13547         (kbd_buffer_store_event_hold): Simplify condition.
13548         (read_key_sequence): Reinitialize fkey and keytran at each replay.
13549         (Vkeyboard_translate_table): Move to struct kboard.
13550         (init_kboard): Initialize Vkeyboard_translate_table.
13551         (syms_of_keyboard): Use DEFVAR_KBOARD to define
13552         Vkeyboard_translate_table.  Update doc strings.  Update docs of
13553         local-function-key-map and function-key-map.
13555         * terminal.c: New file.
13557         * term.c: Include errno.h.
13558         (Vring_bell_function, device_list, initial_device)
13559         (next_device_id, ring_bell, update_begin, update_end)
13560         (set_terminal_window, cursor_to, raw_cursor_to)
13561         (clear_to_end, clear_frame, clear_end_of_line)
13562         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
13563         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
13564         (syms_of_term): Move their initialization to terminal.c.
13565         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
13566         (Ftty_display_color_cells)
13567         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
13568         (clear_tty_hooks, set_tty_hooks)
13569         (init_tty, maybe_fatal): New functions.
13570         (Ftty_type): Return nil if terminal is not on a tty instead of
13571         throwing an error.  Doc update.
13572         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
13573         Doc update.  Initialize new subrs and variables.
13574         (delete_tty): Use terminal->deleted.
13575         (tty_set_terminal_modes): Rename from set_terminal_modes.
13576         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
13577         (set_scroll_region): Rename to `tty_set_scroll_region'.
13578         (turn_on_insert): Rename to `tty_turn_on_insert'.
13579         (turn_off_insert): Rename to `tty_turn_off_insert'.
13580         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
13581         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
13582         (toggle_highligh): Rename to `tty_toggle_highlight'.
13583         (background_highlight): Rename to `tty_background_highlight'.
13584         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
13585         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
13586         (tty_set_scroll_region, tty_background_highlight)
13587         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
13588         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
13589         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
13590         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
13591         Add static modifier.
13592         (tty_reset_terminal_modes, tty_set_terminal_window)
13593         (tty_set_scroll_region, tty_background_highlight)
13594         (tty_highlight_if_desired, tty_cursor_to)
13595         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
13596         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
13597         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
13598         renames.
13600 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
13602         * keyboard.c: Qrtl is new.
13603         (parse_tool_bar_item): Handle :rtl keyword.
13604         (syms_of_keyboard): Intern :rtl keyword.
13606         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
13608         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
13609         so no Lisp code is executed.
13610         (file_for_image, find_rtl_image): New functions.
13611         (xg_get_image_for_pixmap): Use file_for_image.
13612         (update_frame_tool_bar): If direction is RTL, use RTL image if
13613         defined.  Use Gtk stock images if defined.
13615 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13617         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
13618         for nonexistent or zero-width glyph in composition glyph.
13620 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13622         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
13624         * xdisp.c (Finvisible_p): New function.
13625         (syms_of_xdisp): defsubr it.
13627 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
13629         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
13630         Doc fixes.
13632 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13634         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
13636 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
13638         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
13639         whether decoding has modified buffer contents.
13641 2007-08-24  Jason Rumney  <jasonr@gnu.org>
13643         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
13644         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
13645         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
13646         (init_svg_functions) [HAVE_NTGUI]: New function.
13647         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
13648         (svg_load_image): Use them.
13649         (svg_load_image) [HAVE_NTGUI]: Implement background.
13651 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13653         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
13654         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
13655         (LIBX): Remove @RSVG_LIBS@.
13656         (LIBES): Add $(RSVG_LIBS).
13658         * image.c (svg_load_image): Blend with specified background if exists.
13659         Use IMAGE_BACKGROUND.  Add Mac OS Support.
13661         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
13662         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
13663         Remove macros.
13664         [MAC_OSX] (socket_callback): Do nothing.
13665         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
13666         ReceiveNextEvent.
13667         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
13668         socket_callback.
13669         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
13671 2007-08-22  Glenn Morris  <rgm@gnu.org>
13673         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
13675 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
13677         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
13679         * image.c: Add support for SVG images.  Some additional comments
13680         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
13681         (svg_image_p): New function to test for SVG image.
13682         (svg_load): New function to load SVG image.
13683         (svg_load_image): New function, helper for svg_load.
13684         (Qsvg): New Lisp_object.
13685         (svg_keyword_index): New enum.
13686         (svg_format): New static `image_keyword' struct.
13687         (svg_type): New static `image_type' struct.
13688         (librsvg/rsvg.h): Include it.
13690 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13692         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
13694 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13696         * lread.c (Qold_style_backquotes): New var.
13697         (syms_of_lread): Init and staticpro it.
13698         (load_warn_old_style_backquotes): New fun.
13699         (Fload): Use them to warn about old style backquotes.
13700         (end_of_file_error, Fload): Remove unused vars.
13702         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
13704         * lread.c (Vold_style_backquotes): New var.
13705         (syms_of_lread): Init and export it to Elisp.
13706         (read1): Set it when we find an old-style (back)quote.
13708 2007-08-22  Jason Rumney  <jasonr@gnu.org>
13710         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
13712 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13714         * puresize.h (BASE_PURESIZE): Increase to 1140000.
13716 2007-08-19  Richard Stallman  <rms@gnu.org>
13718         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
13720 2007-08-19  Andreas Schwab  <schwab@suse.de>
13722         * alloc.c (pure): Round PURESIZE up.
13724 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
13726         * xterm.c (handle_one_xevent): Remove check that mouse click is in
13727         active frame.
13729 2007-08-16  Richard Stallman  <rms@gnu.org>
13731         * eval.c (Fcommandp): Add parens to clarify.
13733         * minibuf.c (Fall_completions): Use enum for type of table.
13735         * emacs.c (USAGE2): Improve text.
13737 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
13739         * term.c (tty_default_color_capabilities): Declare static
13740         variables in file scope, to avoid HPUX compiler problem.
13742 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
13744         * gtkutil.c (update_frame_tool_bar): Use -1 as index
13745         to gtk_toolbar_insert.
13747 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13749         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
13751         * insdel.c (reset_var_on_error): New fun.
13752         (signal_before_change, signal_after_change):
13753         Use it to reset (after|before)-change-functions to nil in case of error.
13754         Bind inhibit-modification-hooks to t.
13755         Don't bind (after|before)-change-functions to nil while they run.
13757 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13759         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
13760         filling pixmap with stippled background.
13762 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13764         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
13765         Don't use invisible frame as parent window for repositioning.
13767 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13769         * print.c (new_backquote_output): Rename from old_backquote_output.
13770         (print): Inverse its logic (according to its name) so as to match the
13771         behavior of new_backquote_flag in lread.c.
13773 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13775         * gmalloc.c (posix_memalign): New function.
13777         * macterm.c (frame_highlight, frame_unhighlight): Don't call
13778         ActivateControl/DeactivateControl here.
13779         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
13780         frame-notice-user-settings is non-nil.
13781         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
13782         for kEventParamFMFontStyle.
13783         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
13784         mac_pass_command_to_system and mac_pass_control_to_system here.
13785         (XTread_socket): Call ActivateControl/DeactivateControl here.
13786         (XTread_socket) [TARGET_API_MAC_CARBON]:
13787         Check mac_pass_command_to_system and mac_pass_control_to_system here.
13788         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
13789         for window repositioning.
13791 2007-08-08  Glenn Morris  <rgm@gnu.org>
13793         * Replace `iff' in doc-strings and comments.
13795 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
13797         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
13799 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
13801         * fileio.c (Finsert_file_contents): Run format-decode and
13802         after_insert_file_functions on entire buffer when REPLACE is
13803         non-nil and inhibit modification_hooks and point_motion_hooks.
13804         For consistency, run after_insert_file_functions iff something
13805         got inserted.  Move signal_after_change and update_compositions
13806         after code running after_insert_file_functions.  Make sure that
13807         undo_list doesn't record intermediate steps of the decoding process.
13809 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13811         * emacs.c (main)
13812         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
13813         Call malloc_enable_thread on interactive startup.
13815         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
13816         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
13817         [USE_PTHREAD]: Conditionalize with it.
13818         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
13819         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
13820         New functions.
13822 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
13824         * xdisp.c (redisplay_window): When restoring original buffer
13825         position, make sure it is still valid.
13827         * image.c (png_load): Ignore png-supplied background color.
13829 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13831         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
13832         Use kCFAbsoluteTimeIntervalSince1970.
13834         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
13835         New variable.
13836         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
13837         event loop should be quit.
13838         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
13839         Quit dialog event loop if quit_dialog_event_loop is set.
13841         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
13842         (Selection): New typedef.  Use instead of ScrapRef.
13843         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
13844         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
13845         (mac_clear_selection): Rename from clear_scrap.
13846         (get_flavor_type_from_symbol): New argument SEL and subsume function of
13847         scrap_has_target_type.  All uses changed.
13848         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13849         (mac_selection_has_target_p): New functions.
13850         (mac_put_selection_value): Rename from put_scrap_string.
13851         (mac_get_selection_value): Rename from get_scrap_string.
13852         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
13853         (put_scrap_private_timestamp, scrap_has_target_type)
13854         (get_scrap_private_timestamp): Remove functions.
13855         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
13856         (x_own_selection, x_get_local_selection):
13857         Use mac_valid_selection_value_p.
13858         (x_own_selection): Don't use put_scrap_private_timestamp.
13859         Record OWNERSHIP-INFO into Vselection_alist instead.
13860         (x_get_local_selection): Don't check type if request is local.
13861         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
13862         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
13864 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
13866         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
13867         add comment explaining why.
13869 2007-08-03  Richard Stallman  <rms@gnu.org>
13871         * fileio.c (Fvisited_file_modtime): Use make_time.
13873 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
13875         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
13876         build.
13878 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
13882 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * puresize.h (BASE_PURESIZE): Increase to 1130000.
13886 2007-07-30  Richard Stallman  <rms@gnu.org>
13888         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
13890 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
13892         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
13894 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
13896         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
13897         remote default-directory.
13899         * buffer.c (mode-line-format): Update doc string.
13901 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13903         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
13904         scroll bar gap.
13905         (x_scroll_bar_create): Set bar->fringe_extended_p.
13906         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
13907         on frame edge.  Check fringe background extension.  Don't clear
13908         extended fringe background area.
13910         * w32term.h (struct scroll_bar): New member fringe_extended_p.
13911         (w32_fill_area): Enclose multiple statements with do ... while (0).
13913         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
13914         Extend fringe background to scroll bar gap.
13915         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
13916         Set bar->fringe_extended_p.
13917         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13918         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
13919         background extension.  Don't clear extended fringe background area.
13921         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13922         New member fringe_extended_p.
13924 2007-07-25  Glenn Morris  <rgm@gnu.org>
13926         * Relicense all FSF files to GPLv3 or later.
13928         * COPYING: Switch to GPLv3.
13930 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13932         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
13934         * data.c (Finteractive_form): Check for the presence of an
13935         `interactive-form' symbol property more thoroughly.
13937         * data.c (Finteractive_form): Use an `interactive-form' property if
13938         present, analogous to the function-documentation property.
13940 2007-07-24  Jason Rumney  <jasonr@gnu.org>
13942         * w32fns.c (x_real_positions): Get real position from OS instead of
13943         calculating it.
13945 2007-07-23  Jason Rumney  <jasonr@gnu.org>
13947         * filelock.c (current_lock_owner): Allow for @ sign in username.
13949 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
13951         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
13952         remote default-directory.
13954         * buffer.c (mode-line-format): Describe above case in doc string.
13956 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
13958         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
13959         Define if not defined.
13961 2007-07-18  Jason Rumney  <jasonr@gnu.org>
13963         * w32proc.c (w32_executable_type): Handle 64 bit executables.
13965 2007-07-18  Richard Stallman  <rms@gnu.org>
13967         * data.c (Fsetq_default): Doc fix.
13969         * eval.c (Fsetq): Doc fix.
13971 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
13973         * coding.c (Ffind_operation_coding_system):
13974         * eval.c (For, Fand): Doc fixes.
13975         Reported by Johan Bockgård.
13977 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
13979         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
13981         * xterm.h: Declare x_ewmh_activate_frame.
13983         * xterm.c (x_ewmh_activate_frame): New function.
13984         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
13986 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
13988         * window.c (Fdisplay_buffer): If largest or LRU window is the
13989         only window, split it even if it is not eligible for splitting.
13990         This restores the original behavior broken by the 2007-07-15
13991         change.
13993 2007-07-17  Glenn Morris  <rgm@gnu.org>
13995         * abbrev.c (abbrev_check_chars): New function.
13996         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
13997         Call abbrev_check_chars to check abbrev characters are word
13998         constituents.  Doc fix.
14000 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14002         * process.c (Fstart_process, Fmake_network_process)
14003         (read_process_output): Fix up last changes.
14005 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
14007         * makefile.w32-in (clean): Don't delete *~.
14009 2007-07-16  Andreas Schwab  <schwab@suse.de>
14011         * window.c (Fdisplay_buffer): Use NILP.
14012         (Fset_window_scroll_bars): Likewise.
14014 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
14016         * window.c (window_min_size_2): New function.
14017         (window_min_size_1, size_window, Fdisplay_buffer)
14018         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
14019         windows without mode- or header-lines when window-min-height is
14020         too small.
14021         (size_window): Reset nodelete_p after testing it, following an
14022         earlier note by Kim F. Storm.
14023         (display_buffer): Do not set split_height_threshold to twice the
14024         value of window_min_height to avoid changing the value of a
14025         customizable variable.  Rather explicitly check whether the
14026         height of the window that shall be splitted is at least as large
14027         as split_height_threshold.
14028         (Fwindow_full_width_p): New defun.
14029         (syms_of_window): Defsubr it.
14031         * window.h: Add EXFUN for Fwindow_full_width_p.
14033 2007-07-14  Jason Rumney  <jasonr@gnu.org>
14035         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
14037 2007-07-14  Richard Stallman  <rms@gnu.org>
14039         * eval.c (maybe_call_debugger): New function.
14040         (find_handler_clause): Use maybe_call_debugger.
14041         Call it when the handler says `debug'.
14042         Eliminate DEBUGGER_VALUE_PTR.
14043         (Fsignal): Eliminate debugger_value.
14044         (Qdebug): New variable.
14045         (syms_of_eval): Initialize it.
14047 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
14049         * eval.c (Fprogn):
14050         * keyboard.c (Ftrack_mouse):
14051         * print.c (Fwith_output_to_temp_buffer):
14052         * window.c (Fsave_window_excursion): Doc fix.
14054 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14056         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
14058 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14060         * process.h (struct Lisp_Process): Turn slots infd, outfd,
14061         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
14062         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
14063         read_output_delay, and read_output_skip from Lisp_Objects to ints.
14064         Remove unused encoding_carryover.
14065         * process.c: Adjust all functions accordingly.
14067 2007-07-12  Richard Stallman  <rms@gnu.org>
14069         * term.c: Include unistd.h only if HAVE_UNISTD_H.
14071 2007-07-11  Jason Rumney  <jasonr@gnu.org>
14073         * makefile.w32-in (LIBS): Include OLE32.
14075         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
14076         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
14078 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14080         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
14081         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
14082         from a Lisp_Object into a bare pointer.
14083         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14084         Adjust the code correspondingly.
14086         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
14088         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
14089         (term_show_mouse_face): Remove unused var `j'.
14090         (handle_one_term_event): Remove unused vars `i' and `j'.
14091         Don't cast return value of ttyname since it's not necessary.
14093 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14095         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
14096         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
14098         * fns.c (map_char_table): Use an array of int for `indices' rather than
14099         an array of Lisp_Objects (which are only ever integers anyway).
14100         (Fmap_char_table): Update caller.
14101         * lisp.h: Update prototype.
14102         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
14103         * fontset.c (Ffontset_info):
14104         * casetab.c (set_case_table): Update callers.
14106         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
14108         * keymap.c (struct accessible_keymaps_data)
14109         (struct where_is_internal_data): New structures.
14110         (accessible_keymaps_1, where_is_internal_1): Use them to change
14111         interface to adhere to the one used by map_keymap.
14112         (Faccessible_keymaps, where_is_internal): Use map_keymap.
14113         (accessible_keymaps_char_table, where_is_internal_2): Remove.
14115         * keymap.h (map_keymap_function_t): More informative prototype.
14117 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
14119         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
14120         (looking_at_1): Don't change search_regs and last_thing_searched
14121         if `inhibit-changing-match-data' is non-nil.
14122         (string_match_1, search_buffer, set_search_regs): Likewise.
14123         (syms_of_search): Add Lisp level definition for
14124         `inhibit-changing-match-data' and set it to nil.
14125         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
14126         start and end of the match, instead of using values in search_regs.
14128 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14130         * minibuf.c (Fcompleting_read): New value `confirm-only'
14131         for `require-match'.
14133 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14135         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
14136         part of the 2007-06-27 change to syms_of_fileio.
14138 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14140         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
14141         Check WINDOWP before using XWINDOW.  Consolidate return statements.
14143 2007-06-27  Richard Stallman  <rms@gnu.org>
14145         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14147 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
14149         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
14151 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14153         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
14154         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
14155         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
14156         (_free_internal, memalign): Use them.
14157         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
14158         Initialize to PTHREAD_MUTEX_INITIALIZER.
14159         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
14160         (morecore_nolock): Rename from morecore.  All uses changed.
14161         Use only nolock versions of internal allocation functions.
14162         (_malloc_internal_nolock, _realloc_internal_nolock)
14163         (_free_internal_nolock): New functions created from
14164         _malloc_internal, _realloc_internal, and _free_internal.
14165         (_malloc_internal, _realloc_internal, _free_internal): Use them.
14166         Copy hook value to automatic variable before its use.
14167         (memalign): Copy hook value to automatic variable before its use.
14169 2007-06-26  Kenichi Handa  <handa@m17n.org>
14171         * coding.c (Ffind_operation_coding_system): Docstring improved.
14172         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
14174 2007-06-25  David Kastrup  <dak@gnu.org>
14176         * keymap.c (Fcurrent_active_maps): Add `position' argument.
14177         (Fwhere_is_internal): Adjust call to `current-active-maps' to
14178         cater for additional parameter.
14180         * keymap.h: Adjust number of parameters to `current-active-maps'.
14182         * doc.c (Fsubstitute_command_keys): Adjust call of
14183         `current-active-maps'.
14185 2007-06-25  David Kastrup  <dak@gnu.org>
14187         * callint.c (Fcall_interactively): Make the parsing of interactive
14188         specs somewhat more readable.
14190 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14192         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
14193         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
14194         if extended background has already been filled.
14196 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14198         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
14199         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
14201         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
14202         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
14203         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
14204         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
14205         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
14206         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
14207         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
14208         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
14209         Run timers during dialog popup.
14210         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
14212 2007-06-21  Jason Rumney  <jasonr@gnu.org>
14214         * image.c (convert_mono_to_color_image): Swap fore and background.
14216 2007-06-20  Jason Rumney  <jasonr@gnu.org>
14218         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
14219         (w32_free_bdf_font): Unmap memory not handle.
14221 2007-06-20  Sam Steingold  <sds@gnu.org>
14223         * gmalloc.c (__morecore): Fix the declaration to comply with the
14224         definition.
14226 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
14228         * w32term.c (w32_delete_display): Remove leftover declaration.
14229         (w32_define_cursor, w32_initialize): Make static.
14231         * w32.c (_wsa_errlist): Fix typo in error message.
14232         (init_environment): Ignore any environment variable from the
14233         registry having a null value.
14235 2007-06-20  Glenn Morris  <rgm@gnu.org>
14237         * Makefile.in (LIBGIF): Default to -lgif.
14239 2007-06-17  Jason Rumney  <jasonr@gnu.org>
14241         * w32menu.c (add_menu_item): Don't use multibyte string functions on
14242         unicode strings.
14244 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
14246         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
14247         Fix typo in docstring.
14249 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
14251         * w32menu.c (add_menu_item): Escape `&' characters in menu items
14252         and their keybindings.
14254 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
14256         * composite.c (update_compositions): Fix last fix.
14258 2007-06-14  Jason Rumney  <jasonr@gnu.org>
14260         * w32.c (get_process_times_fn): New function pointer.
14261         (globals_of_w32): Intialize it if present in kernel32.dll.
14262         (w32_get_internal_run_time): New function.
14264         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
14266 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
14268         * composite.c (update_compositions): Check the validness of
14269         compositions.
14271 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14273         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
14274         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
14276         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
14277         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
14279         * macgui.h (USE_MAC_TOOLBAR): New define.
14281         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14282         Return immediately unless popup is activated.
14284         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
14285         background to scroll bar gap.
14286         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
14287         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
14288         scroll bars on frame edge.  Check fringe background extension.
14289         Don't clear extended fringe background area.
14290         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
14291         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
14292         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
14293         [USE_MAC_TOOLBAR]: New macros.
14294         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
14295         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
14296         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
14297         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
14298         [USE_MAC_TOOLBAR]: New functions.
14299         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
14300         manually if previous repositioning has failed.
14301         (mac_handle_keyboard_event): Use precomputed event kind.
14302         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
14303         as tool bar item click.  Handle mouse movement over tool bar items.
14305         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
14306         toolbar_win_gravity.
14307         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
14308         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
14309         Add externs.
14311         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
14312         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
14314 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
14316         * image.c (search_image_cache): Remove unused variable.
14318 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
14320         * xfns.c, xmenu.c: Link to xaw3d if available.
14322 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14324         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
14325         frame_foreground and frame_background.
14327         * image.c (lookup_image): Save frame foreground and background colors.
14328         (search_image_cache): Check if saved and current frame colors match.
14330 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14332         * regex.c (regex_compile): Remove the `regnum' counter.
14333         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
14335 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14337         * term.c: Include intervals.h to declare Fget_text_property.
14339 2007-06-10  Jason Rumney  <jasonr@gnu.org>
14341         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
14343 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
14345         * callint.c (Fcall_interactively):
14346         * editfns.c (Fdelete_and_extract_region):
14347         * fileio.c (Fread_file_name):
14348         * fns.c (Fmapconcat):
14349         * keyboard.c (cmd_error_internal):
14350         * keymap.c (Fkey_description):
14351         * lread.c (openp):
14352         * minibuf.c (read_minibuf):
14353         * search.c (wordify):
14354         * sunfns.c (sel_read):
14355         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
14356         * xfns.c (x_default_scroll_bar_color_parameter):
14357         * xmenu.c (menu_help_callback):
14358         * xselect.c (Fx_get_atom_name):
14359         * xterm.c (x_term_init): Use empty_unibyte_string.
14361 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
14363         * alloc.c (init_strings): Initialize canonical empty strings.
14364         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
14365         canonical empty string when the requested size is 0.
14367         * emacs.c (empty_unibyte_string): Rename from empty_string.
14368         (empty_multibyte_string): New canonical empty string.
14369         (syms_of_emacs): Don't initialize empty_string.
14371         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
14372         string, if appropriate.
14373         (empty_unibyte_string, empty_multibyte_string): New externs.
14374         (empty_string): Remove extern.
14376         * lread.c (syms_of_lread): Use empty_unibyte_string.
14378 2007-06-07  Jason Rumney  <jasonr@gnu.org>
14380         * s/ms-w32.h: Don't define HAVE_TZNAME.
14382         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
14384 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14386         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
14388         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
14389         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
14391         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14392         Don't call next handler.
14393         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
14394         Remove argument.  Install handler to application.
14395         (set_frame_menubar): Don't change deep_p.
14396         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
14397         FRAME_OUTER_TO_INNER_DIFF_Y.
14398         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14399         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14400         [HAVE_DIALOGS]: New macros.
14401         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
14402         Use them.
14403         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
14405         * macselect.c [MAC_OSX] (install_service_handler): Rename from
14406         init_service_handler.  All callers changed.  Return OSStatus value.
14408         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
14409         All callers changed so as not to call SetPortWindowPort.
14410         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
14411         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
14412         mac_draw_string_common.
14413         (mac_draw_image_string_qd): Likewise.
14414         (mac_draw_string_common): Use them.  Add INLINE.
14415         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
14416         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
14417         GetGlobalMouse.
14418         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
14419         and FRAME_OUTER_TO_INNER_DIFF_Y.
14420         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
14421         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
14422         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
14423         repositioning window to mac_handle_window_event.
14424         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
14425         saving window location to mac_handle_window_event
14426         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
14427         (install_menu_target_item_handler): Remove argument in extern.
14428         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
14429         Also accept command events.
14430         (do_keystroke): New function created from XTread_socket.
14431         (init_command_handler): Remove functions.
14432         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
14433         and save window location by kEventWindowShowing and kEventWindowHiding
14434         handlers here.  Don't call next handler for window state change and
14435         focus events.
14436         (mac_handle_application_event, mac_handle_keyboard_event)
14437         [TARGET_API_MAC_CARBON]: New functions.
14438         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
14439         kEventWindowShowing and kEventWindowHiding events.  Move installation
14440         of mouse, font, text input and menu target item handlers to
14441         install_application_handler.
14442         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
14443         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14444         New function.
14445         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14446         Register it.
14447         (XTread_socket) [TARGET_API_MAC_CARBON]:
14448         Consolidate SendEventToEventTarget calls.
14449         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
14450         Move application activation handler to mac_handle_application_event.
14451         Move keyboard handler to mac_handle_keyboard_event.
14452         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
14453         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
14454         init_command_handler.  Call install_application_handler.
14456         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
14457         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
14459 2007-06-07  Glenn Morris  <rgm@gnu.org>
14461         * emacs.c (main): Use `emacs-copyright' in --version output.
14463 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
14465         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
14467 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14469         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
14471         * macgui.h: Replace WindowPtr with WindowRef.
14473         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14474         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
14475         Replace ControlHandle with ControlRef.
14476         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
14478         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14479         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
14480         Replace ControlHandle with ControlRef.
14481         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
14482         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
14484         * macterm.h (struct scroll_bar): Rename member control_handle_low
14485         and control_handle_high to control_ref_low and control_ref_high.
14486         All uses changed.
14487         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
14488         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
14489         respectively.  All uses changed.
14490         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
14491         (install_window_handler, remove_window_handler): Replace WindowPtr
14492         with WindowRef in externs.
14494 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
14496         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
14498 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
14500         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
14502         * frame.c (Fmouse_position, Fmouse_pixel_position):
14503         Condition on HAVE_GPM too.
14505         * term.c (term_mouse_highlight): Remove unused variables.
14506         (Fterm_open_connection): Set gpm_zerobased to 1.
14507         (term_mouse_movement, term_mouse_click, handle_one_term_event):
14508         Use zero based co-ordinates.
14509         (handle_one_term_event): Report a drag as mouse movement too.
14511         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
14513 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
14515         * image.c (search_image_cache): New function.  Require background
14516         color match if background color is unspecified in the image spec.
14517         (uncache_image, lookup_image): Use it.
14519 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
14521         * window.c (Fshrink_window): Reflow docstring.
14523 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
14525         * Version 22.1 released.
14527 2007-06-01  Richard Stallman  <rms@gnu.org>
14529         * xfns.c (x_encode_text): Add GCPRO.
14531 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14533         * xfns.c (x_set_name_internal): Save encoded name before
14534         x_encode_text in case string data is relocated.
14536 2007-05-31  Richard Stallman  <rms@gnu.org>
14538         * buffer.c (syms_of_buffer): Doc fix.
14540 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
14542         * sysdep.c (init_sys_modes): Add rather than replace with
14543         O_NONBLOCK.
14545         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
14546         term_mouse_moveto.
14548         * termhooks.h (term_mouse_moveto): New extern.
14550         * term.c (mouse_face_window): Rename...
14551         (Qmouse_face_window): ...to this.
14552         (term_show_mouse_face, term_clear_mouse_face)
14553         (term_mouse_highlight): Use Qmouse_face_window.
14554         (term_mouse_moveto): New function.
14555         (term_mouse_position): Make it work.
14556         (syms_of_term): Uncomment assignment to mouse_position_hook.
14557         Staticpro Qmouse_face_window.
14559 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14561         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
14562         around current_column call.
14564 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
14566         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
14567         * xdisp.c (next_element_from_buffer):
14568         * window.c (delete_window):
14569         * term.c (term_mouse_highlight):
14570         * msdos.c (getdefdir):
14571         * macterm.c (mac_create_bitmap_from_bitmap_data)
14572         (init_font_name_table):
14573         * fns.c (Fsxhash):
14574         * data.c (Fmake_local_variable):
14575         * ccl.c (ccl_driver): Likewise.
14577 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14579         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
14580         Call mac_wakeup_from_rne on window size change.
14582 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
14584         * image.c (uncache_image): Fix typo.
14586 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
14588         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
14590 2007-05-22  Richard Stallman  <rms@gnu.org>
14592         * xterm.c (x_connection_closed): Remove NO_RETURN.
14594 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
14596         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
14598 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
14600         * image.c (uncache_image): New function.
14601         (Fimage_refresh): New function.
14603 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
14605         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
14607 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
14609         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
14610         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
14612 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
14614         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
14615         conditional on [HAVE_GPM_H].
14617 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14619         * syntax.c (skip_chars): Update syntax-table only after we checked that
14620         the new location is valid.
14622 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14624         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
14625         mac_get_window_bounds.
14627 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
14629         * Makefile.in (LIBGPM): Allow it to be set from configure.
14630         If set then link Emacs with it.
14632         * config.in: Regenerate.
14634         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
14635         New externs.
14637         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
14638         Include gpm.h.
14639         (handle_one_term_event, term_gpm): New externs.
14641         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
14642         and allow it to be interrupted by SIGIO.
14644         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
14645         (wait_reading_process_output): Wait on gpm_fd too.
14646         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
14647         (add_gpm_wait_descriptor_called_flag): New variable.
14648         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
14650         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
14651         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
14652         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
14653         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
14654         (make_lispy_event): Add case GPM_CLICK_EVENT.
14655         (read_avail_input): Handle mouse input.
14657         * term.c (write_glyphs_with_face): New function.
14658         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
14659         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
14660         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
14661         (mouse_face_face_id, term_gpm, pos_x, pos_y)
14662         (last_mouse_x, last_mouse_y): New variables.
14663         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
14664         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
14665         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
14666         (Fterm_close_connection): New functions.
14667         (term_init): Initialise mouse_face_window.
14669 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
14671         * xdisp.c (redisplay_window): If first window line is a
14672         continuation line, recompute the new window start instead of
14673         recentering.
14675 2007-05-18  Glenn Morris  <rgm@gnu.org>
14677         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
14678         Suggested by Alfred M. Szmidt <ams@gnu.org>.
14680 2007-05-17  Glenn Morris  <rgm@gnu.org>
14682         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
14684 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14686         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
14687         dead key repeat and up events.
14689 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
14691         * image.c (pbm_load): Check image size for monochrome pbm.
14693 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
14695         * xterm.c (XTread_socket): Revert last change.
14697 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
14699         * image.c (pbm_load): Correctly check image size for greyscale pbm.
14701         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
14703 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14705         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
14706         mixup (YAILOM).
14708 2007-05-07  Andreas Schwab  <schwab@suse.de>
14710         * keymap.c (Flookup_key): Fix typo in last change.
14712 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14714         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
14715         mapping for unibyte strings.
14717 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14719         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
14720         (Fx_popup_dialog) [MAC_OSX]: Likewise.
14722 2007-04-29  Richard Stallman  <rms@gnu.org>
14724         * insdel.c (replace_range): For undo, record insertion first.
14726 2007-04-29  Andreas Schwab  <schwab@suse.de>
14728         * lisp.h (VECSIZE): Use OFFSETOF.
14730 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14732         * xdisp.c (try_window_reusing_current_matrix): Fix number of
14733         disabled lines.
14735 2007-04-28  Richard Stallman  <rms@gnu.org>
14737         * lread.c (read_escape): In a string, \s is always space.
14739 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
14741         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
14743         * gtkutil.c (xg_update_menubar, create_menus): Create empty
14744         submenu for menu bar items.
14746 See ChangeLog.10 for earlier changes.
14748 ;; Local Variables:
14749 ;; coding: utf-8
14750 ;; add-log-time-zone-rule: t
14751 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
14752 ;; End:
14754     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
14756   This file is part of GNU Emacs.
14758   GNU Emacs is free software: you can redistribute it and/or modify
14759   it under the terms of the GNU General Public License as published by
14760   the Free Software Foundation, either version 3 of the License, or
14761   (at your option) any later version.
14763   GNU Emacs is distributed in the hope that it will be useful,
14764   but WITHOUT ANY WARRANTY; without even the implied warranty of
14765   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14766   GNU General Public License for more details.
14768   You should have received a copy of the GNU General Public License
14769   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14771 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40