* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
[emacs.git] / src / ChangeLog
blobf50f17712327ceae4687b761bc1d5e999cd3a302
1 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
3         * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
5 2010-07-17  Jan Djärv  <jan.h.d@swipnet.se>
7         * gtkutil.c (xg_event_is_for_menubar): Also check that event window
8         is related to the menu bar (Bug#6499).
10 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
12         * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
14         * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
16         * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
17         i.e. don't put back ButtonRelease (Bug#6608).
19         * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
20         instead of Window.  Call xg_event_is_for_menubar when
21         USE_GTK (Bug#6499).
23         * gtkutil.h (xg_event_is_for_menubar): Declare.
25         * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
27 2010-07-14  Eli Zaretskii  <eliz@gnu.org>
29         * w32fns.c (x_set_foreground_color): Fix setting the cursor color
30         when it's the same as the old foreground.  (Bug#6609)
32 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
34         * xfaces.c (realize_face): Garbage the frame if a face is removed
35         (Bug#6593).
37 2010-07-05  Andreas Schwab  <schwab@linux-m68k.org>
39         * keyboard.c: Remove duplicate <setjmp.h>.
40         (read_key_sequence): Remove volatile qualifiers.
42 2010-07-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
44         * dispextern.h (FRINGE_HEIGHT_BITS): New define.
45         (struct glyph_row): New members left_fringe_offset and
46         right_fringe_offset.
48         * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
49         specially.
50         * w32term.c (w32_draw_fringe_bitmap): Likewise.
51         * nsterm.m (ns_draw_fringe_bitmap): Likewise.
53         * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
54         Take account of bitmap offset.
55         (draw_window_fringes): Take account of window vscroll.
56         (update_window_fringes): Likewise.  Extend top-aligned top indicator
57         or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
58         in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
59         Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
61 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
63         * w32fns.c (Qtooltip): Declare.
64         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
66 2010-07-03  Jan Djärv  <jan.h.d@swipnet.se>
68         * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
69         grab on just Press (Bug#6499).
71 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
73         * frame.c (Qtooltip): New var.
74         (delete_frame): Use it.  Fix faulty if statement.  Don't update
75         mode line for tooltip frames.  Suggested by Martin Rudalics.
77         * xfns.c (x_create_tip_frame):
78         * w32fns.c (x_create_tip_frame): Use it.
80 2010-06-30  Naohiro Aota  <naota@elisp.net>  (tiny change)
82         * xftfont.c (xftfont_open): Check font width one by one also when
83         spacing is dual.
85         * ftfont.c (ftfont_open): Ditto.
87 2010-06-26  Andreas Schwab  <schwab@linux-m68k.org>
89         * alloc.c (Fmake_byte_code): Don't access undefined argument
90         (Bug#6517).
92 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
94         * xdisp.c (next_element_from_image): Ensure that after-strings are
95         read the next time we hit handle_stop (Bug#1336).
97 2010-06-23  Andreas Schwab  <schwab@linux-m68k.org>
99         * lread.c (read1): Signal error if #s is not followed by paren.
101 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
103         * image.c (free_image): Mark frame as garbaged (Bug#6426).
105         * keymap.c (Fdefine_key): Doc fix (Bug#6460).
107 2010-06-15  Glenn Morris  <rgm@gnu.org>
109         * editfns.c (Fbyte_to_string): Pacify compiler.
111 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
114         Check `object's type before accessing its guts.
116 2010-06-08  Andreas Schwab  <schwab@linux-m68k.org>
118         * minibuf.c (Fall_completions): Add more checks.
120 2010-06-08  Juanma Barranquero  <lekktu@gmail.com>
122         * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
124 2010-06-03  Andreas Schwab  <schwab@linux-m68k.org>
126         * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
127         address.  (Bug#6346)
129 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
131         * ccl.c (Fccl_program_p): Fix typo in docstring.
133 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
136         of bug#6305).
138 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
140         * xdisp.c (redisplay_window): After redisplay, check if point is
141         still valid before setting it (Bug#6177).
143 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
145         * s/netbsd.h: If terminfo is found, use it in preference to
146         termcap.  (Bug#6190)  [Backport from trunk]
148 2010-05-20  Kevin Ryde  <user42@zip.com.au>
150         * keyboard.c (Vlast_command, Vkeyboard_translate_table)
151         (Voverriding_terminal_local_map, Vsystem_key_alist)
152         (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
154 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * editfns.c (Fbyte_to_string): New function.
158 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
160         * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
161         prevent stack overflow if number of arguments is too large
162         (Bug#6214).
164 2010-05-11  Eli Zaretskii  <eliz@gnu.org>
166         * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
168         * w32fns.c: Include w32.h.
169         (Fw32_shell_execute): Decode the error message before passing it
170         to `error'.  (Bug#6126)
172 2010-05-11  Karel Klic  <kklic@redhat.com>
174         * ftfont.c: Fix incorrect parentheses of #if condition for
175         definining M17N_FLT_USE_NEW_FEATURE.
177 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
179         * Version 23.2 released.
181 2010-04-30  Andreas Schwab  <schwab@linux-m68k.org>
183         * composite.c (autocmp_chars): Save point as marker before calling
184         auto-composition-function (Bug#5984).
186         * lisp.h (restore_point_unwind): Add prototype.
188         * fileio.c (restore_point_unwind): Remove static attribute.
190 2010-04-23  Kenichi Handa  <handa@m17n.org>
192         * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
193         new feature of libotf and m17n-flt.
194         (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]: Call
195         OTF_check_features even if no specific feature is given.
196         (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
197         (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
198         that OUT is NULL.  Use OTF_drive_gsub_with_log and
199         OTF_drive_gpos_with_log instead of OTF_drive_gsub and
200         OTF_drive_gpos.
201         (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
202         (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]: Setup
203         mflt_enable_new_feature and mflt_try_otf.
205 2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
207         * dired.c (Ffile_attributes): Fix typo in docstring.
209 2010-04-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
211         * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
212         NSInteger (Bug#5811).
214 2010-04-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
216         * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
217         (PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
219 2010-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
221         * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
223 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
225         * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
226         FRAME_LINE_TO_PIXEL_Y.
228         * xterm.c (x_set_window_size_1): Don't add border_width/height to
229         pixelwidth/height.
231 2010-04-05  Chong Yidong  <cyd@stupidchicken.com>
233         * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
234         terminal frames (Bug#5837).
236 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
238         * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
239         * nsterm.h: Fix prototype.
241 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
243         * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
244         in this function.  (Bug#5703)
246 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
248         * nsterm.h: Fix last change.
250 2010-03-30  Bernhard Herzog  <bh@intevation.de>  (tiny change)
252         * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
254 2010-03-30  Jan Djärv  <jan.h.d@swipnet.se>
256         * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
257         invisible (Bug#5766).
259 2010-03-29  Adrian Robert  <adrian.b.robert@gmail.com>
261         * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
262         HAVE_NS conditionals.
263         (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
265         * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
266         filename for the title.
267         (ns_set_doc_edited): Do nothing if the selected window is a
268         minibuffer window.
270         * nsterm.h: Add prototypes for ns_set_name_as_filename and
271         ns_set_doc_edited.
273         * nsterm.m: Remove unneeded prototype.
275 2010-03-28  Glenn Morris  <rgm@gnu.org>
277         * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
278         in the DOC file.  (Bug#5336)
280 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
282         * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
284 2010-03-20  Jan Djärv  <jan.h.d@swipnet.se>
286         * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
288         * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
290         * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
292 2010-03-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
294         * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
295         XLoadQueryFont.
297 2010-03-16  Kenichi Handa  <handa@m17n.org>
299         * coding.c (decode_coding_ccl): Fix previous change for the
300         multibyte case.
301         (encode_coding_ccl): Don't setup ccl program here.  Fix for the
302         case that the output buffer is fullfilled.
303         (encode_coding): Setup ccl program here.
305 2010-03-15  Andreas Politz  <politza@fh-trier.de>  (tiny change)
307         * editfns.c (Fformat): Account for string precision when computing
308         field width (Bug#5710).
310 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
312         Make it possible to C-g in a tight bytecode loop again (bug#5680).
313         * lisp.h (ELSE_PENDING_SIGNALS): New macro.
314         (QUIT): Use it to consolidate code and remove redundancy.
315         * bytecode.c (BYTE_CODE_QUIT): Use it as well.
317         * regex.c (regex_compile): Setup gl_state as well.
319         * syntax.c (skip_chars): Setup gl_state (bug#3823).
320         (in_classes): Use CONSP before XCAR/XCDR.
322 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
324         * keymap.c (Fwhere_is_internal): Use Fequal to compare
325         definitions, so that keyboard macros are correctly handled
326         (Bug#5481).
328 2010-03-02  Eli Zaretskii  <eliz@gnu.org>
330         * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
331         text that could be relocated inside the call to emacs_mule_char.
332         (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
333         (CODING_DECODE_CHAR): Add a comment describing its purpose.
335 2010-03-02  Kenichi Handa  <handa@m17n.org>
337         * character.c (parse_str_as_multibyte): Fix handling of the
338         multibyte form of raw-bytes.
339         (str_as_multibyte): Likewise.
341         * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
342         form of raw-bytes.
344 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
346         * charset.c (load_charset_map_from_file)
347         (load_charset_map_from_vector): Zero out allocated
348         charset_map_entries before using them.
350 2010-02-27  Andreas Schwab  <schwab@linux-m68k.org>
352         * w32uniscribe.c (uniscribe_check_otf): Fix length check.
354 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
356         * font.c (font_parse_fcname): Recognize "Book", "Condensed",
357         "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
359 2010-02-26  Kenichi Handa  <handa@m17n.org>
361         * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
363         * xdisp.c (reseat_to_string): Fix previous change.
365 2010-02-26  David Reitter  <david.reitter@gmail.com>
367         * nsfont.m (nsfont_draw): ns_antialias_text should be a
368         Lisp_Object (Bug#4736).
370 2010-02-25  Kenichi Handa  <handa@m17n.org>
372         * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
374 2010-02-24  Jan Djärv  <jan.h.d@swipnet.se>
376         * xterm.c (XTflash): Move declarations before statements.
378         * gtkutil.c (xg_get_gdk_display): Remove (unused).
379         (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
380         (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
381         (xg_create_tool_bar): Remove unused variables.
382         (x_wm_set_size_hint): Move declarations before statements.
383         (xg_create_frame_widgets): Remove variable grav.
385 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
387         * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
389 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * term.c (fatal): Add a final \n if needed (bug#5596).
393 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
395         * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
397 2010-02-18  Glenn Morris  <rgm@gnu.org>
399         * callint.c (Finteractive): Doc fix.
401 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
403         * coding.c (record_conversion_result):
404         Handle CODING_RESULT_INSUFFICIENT_DST.
405         (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
406         memory allocation error.
408 2010-02-17  Kenichi Handa  <handa@m17n.org>
410         * coding.c (decode_coding_ccl): Don't setup ccl program here.
411         Fix for the case that the output buffer is fullfilled.
412         (decode_coding): Setup ccl program here.  Keep looping when the
413         decoder stopped because the output buffer is
414         fullfilled (bug#5534).
416         * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
418 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
420         * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
421         bug #5571.
422         (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
423         overdrawn.
425 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>
427         * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
428         doing_interact here.
429         (ice_connection_closed): New function.
430         (x_session_check_input, smc_die_CB, ice_io_error_handler)
431         (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
432         (x_session_check_input): Call IceCloseConnection if IceProcessMessages
433         returns I/O error.
434         (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
435         bug #5512.
437 2010-02-08  Francis Devereux  <francis@devrx.org>  (tiny change)
439         * nsfont.m (nsfont_open): The system's value for the font descent
440         is negative, so round it down to avoid clipping.
442 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
444         * charset.c (load_charset_map_from_file)
445         (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
446         instead of xmalloc (Bug#5526).  Suggested by Vivek Dasmohapatra.
448 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
450         * charset.c (load_charset_map_from_file): Allocate large
451         charset_map_entries structure on the heap rather than the stack.
452         (Bug#5526).
454 2010-01-31  Kenichi Handa  <handa@m17n.org>
456         * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
457         size in NAME is invalid, return -1 (Bug#5396).
459 2010-01-31  Chong Yidong  <cyd@stupidchicken.com>
461         * nsterm.m (ns_defined_color): Block input.  Suggested by Mike
462         <deactivated@gmail.com> (Bug#3605).
464 2010-01-31  David De La Harpe Golden  <david@harpegolden.net>
466         * fileio.c (Frename_file): Correctly rename symlinks to
467         directories (Bug#5496).
469 2010-01-31  Filipe Cabecinhas  <filcab@gmail.com>  (tiny change)
471         * nsterm.m (ns_ring_bell): Handle visible bell like X.
473 2010-01-30  Andreas Schwab  <schwab@linux-m68k.org>
475         * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
477 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
479         * frame.c (DEFAULT_ROWS): Change default to 35.
481         * xfns.c (x_default_font_parameter): Change default XFT font to
482         monospace-10 (Bug#3643).
484 2010-01-29  Eli Zaretskii  <eliz@gnu.org>
486         * w32inevt.c (key_event): Remove unnecessary comparison of
487         event->uChar.AsciiChar with 128.
489 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
491         * fileio.c (Frename_file): Fix last change (Bug#5487).
493         * m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.
495         * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
497 2010-01-28  Jan Djärv  <jan.h.d@swipnet.se>
499         * xfns.c (Fx_create_frame): Remove window size matching code from
500         2010-01-15.
501         (x_get_current_desktop, x_get_desktop_workarea): Remove.
503 2010-01-27  Jason Rumney  <jasonr@gnu.org>
505         * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
506         (key_event): Use unicode for characters 128 and higher (Bug#4567).
508 2010-01-27  Kenichi Handa  <handa@m17n.org>
510         * regex.c (analyse_first): Fix setting of fastmap for unibyte
511         pattern string (Bug#4209).
513 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
515         * fileio.c (Frename_file): Call copy-directory and
516         delete-directory for directories, in order to handle cross-device
517         renaming (Bug#3353).
519 2010-01-25  Jan Djärv  <jan.h.d@swipnet.se>
521         * xfns.c (Fx_create_frame): If frame height is too big, try
522         sizes 24 and 10.  Bug #3643.
524 2010-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
526         Try and fix bug#788, hopefully for real this time.
527         * keymap.c (shadow_lookup): Add `remap' arg.
528         (describe_map, describe_vector): Update calls to shadow_lookup.
529         (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
530         `remapped' so this flag is applicable to `sequence'.  Be careful to
531         perform remapping during shadow_lookup check of remapped_sequences.
533 2010-01-24  Eric Bélanger  <snowmaniscool@gmail.com>  (tiny change)
535         * image.c (png_load): Use png_sig_cmp instead of the obsolete
536         png_check_sig, which has been removed in libpng 1.4.
538 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
540         * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
541         lacks this header file).
543 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
545         * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
546         as in Emacs 22.
548 2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
550         * lisp.h (make_pure_string): String pointer arg now points to const.
552         * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
553         args now point to const.
555 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
557         * lread.c (Fload): Don't treat files without .elc extension as
558         byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
559         them.  (bug#5303)
561 2010-01-20  Kenichi Handa  <handa@m17n.org>
563         * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
564         treat the source as actual byte sequence.
566 2010-01-19  Alan Mackenzie  <acm@muc.de>
568         Fix spurious before-change-functions invocation from (insert ?\n).
569         * textprop.c (set_text_properties): Rename parameter
570         `signal_after_change_p' to `coherent_change_p', and make the
571         invocation of `modify_region' conditional on it.
573 2010-01-19  Jan Djärv  <jan.h.d@swipnet.se>
575         * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
576         for debug purpose.
577         (syms_of_xsettings): Declare xft-settings.
579 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
581         * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
583 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * xterm.c (event_handler_gdk): Block input (Bug#5037).
587 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
589         * emacs.c (standard_args): Adjust arg priorities to reflect how
590         they are processed in startup.el.
592 2010-01-16  Andreas Schwab  <schwab@linux-m68k.org>
594         * Makefile.in (lisp, shortlisp): Update.
596 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
599         code, link the new kboard into all_kboard before running Lisp code,
600         and protect the new terminal with GCPRO (Bug#5365).
601         (x_term_init): Remove unused var `atom'.
602         (x_delete_display, x_delete_terminal): Remove unused var `i'.
604 2010-01-15  Jan Djärv  <jan.h.d@swipnet.se>
606         * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
607         (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
608         to find out usable size of the desktop.  Don't make frames larger than
609         this.  Bug #3643.
611 2010-01-15  Kenichi Handa  <handa@m17n.org>
613         * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS.  Callers changed.
615 2010-01-15  Chong Yidong  <cyd@stupidchicken.com>
617         * nsterm.m (Qnone): Define.
619         * nsfns.m (Qnone): Move definition to nsterm.m.
621 2010-01-14  Kenichi Handa  <handa@m17n.org>
623         * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
624         systems.
626 2010-01-14  Kenichi Handa  <handa@m17n.org>
628         Make auto-composition work on all buffers even if they are
629         fundamental mode.
631         * composite.c (Vauto_composition_mode): New variable.
632         (composition_compute_stop_pos): Check Vauto_composition_mode
633         instead of Vauto_composition_function.
634         (composition_adjust_point, Ffind_composition_internal): Likewise.
635         (syms_of_composite): Declare Lisp variable
636         "auto-composition-mode" here.
638 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
640         * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
641         during call to vendor-specific-keysyms (Bug#5365).
643 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
645         * keyboard.c (input_available_signal) [SYNC_INPUT]:
646         Call SIGNAL_THREAD_CHECK (Bug#5333).
648         * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
649         Call SIGNAL_THREAD_CHECK.
651 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
653         Try to fix bug#5314.  This is probably not the final word, tho.
654         * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
655         recent-auto-save-p as a side-effect.
656         * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
657         * buffer.c (Fkill_buffer, reset_buffer):
658         * editfns.c (Fsubst_char_in_region):
659         * fileio.c (Finsert_file_contents, Fdo_auto_save)
660         (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
662 2010-01-13  Kenichi Handa  <handa@m17n.org>
664         Display buffer name, etc. in mode line by composing correctly.
666         * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
667         STRING is not nil.
668         (display_mode_element): Adjust for the change of
669         decode_mode_spec and display_line.
670         (decode_mode_spec): Change arg MULTIBYTE to STRING.
671         (display_string): Handle the case that STRING is non-null and
672         LISP_STRING is not nil.
674         * xterm.c (x_draw_composite_glyph_string_foreground):
675         Pay attention to s->face->overstrike.
677         * composite.c (composition_reseat_it): Don't check PT if STRING is
678         non nil.
680 2010-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
682         * keyboard.c (read_char): Don't apply previous change when current
683         buffer is unchanged by command execution.
685 2010-01-12  Jan Djärv  <jan.h.d@swipnet.se>
687         * keyboard.c (read_char): Return after executing from special map.
689 2010-01-12  Glenn Morris  <rgm@gnu.org>
691         * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
692         bug-gnu-emacs rather than emacs-pretest-bug.
694 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
696         * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
697         initializing the Lisp variables that depend on them.
699 2010-01-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
701         * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
702         Clear areas that will not be updated after change of menu bar lines.
703         Clear the menu bar window's current matrix when the window gets empty.
705 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
707         * intervals.h, textprop.c (extend_property_ranges): Return value
708         and args changed.  Discard properties that begin at or after the
709         new end (Bug#5306).
711         * editfns.c (Fformat): Caller changed.
713         * nsterm.m (ns_set_default_prefs): Delete function.
714         (syms_of_nsterm): Initialize ns_command_modifier,
715         ns_control_modifier, ns_function_modifier, ns_antialias_text, and
716         ns_antialias_threshold here, not in ns_term_init (Bug#4113).
718         * xdisp.c (pos_visible_p): Check for invisible text at the correct
719         position (Bug#4040).
721 2010-01-09  Eli Zaretskii  <eliz@gnu.org>
723         * editfns.c (Ffloat_time): Doc fix.
725 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
727         * xfns.c (Fx_create_frame): Don't create frame larger than display
728         by default bug#3643.
730 2010-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
732         * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
733         (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
734         windows above internal border.
736         * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
737         (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
738         windows above internal border.
740         * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
741         tool bar windows specially.
743         * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
745         * xterm.c (x_after_update_window_line): Don't treat tool bar windows
746         specially.
747         (XTflash): Take account of menu bar height.
749         * w32term.c (x_after_update_window_line): Don't treat tool bar windows
750         specially.
752 2010-01-08  Jan Djärv  <jan.h.d@swipnet.se>
754         * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
755         also be true before we can return early (bug #5339).
757 2010-01-06  David Reitter  <david.reitter@gmail.com>
759         * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
760         (Fns_display_usable_bounds): Rewrite, computing bounds properly
761         (Bug#3233).
763 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
765         * font.c (font_open_entity): Enable chache and call cached_font_ok
766         for the driver if defined.
767         (QCuser_spec): New symbol.
768         (font_spec_from_name): Save name as user-spec.
769         (font_load_for_lface): Keep user-spec instead of name.
770         (font_open_by_name): Save name as user-spec.
771         (syms_of_font): Initialize QCuser_spec.
772         (font_clear_prop): Clear name if it exists in font (bug#5157).
774         * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
775         (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
776         (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
778         * font.h (struct font_driver): Add cached_font_ok.
780         * xterm.c (x_clear_frame): Queue draw for scroll bars.
782 2010-01-05  Jan Djärv  <jan.h.d@swipnet.se>
784         * xterm.c (x_new_font): Move code for setting rows/cols before
785         resizing ...
786         (x_set_window_size): ... to here.  Bug #2568.
788         * gtkutil.c (xg_clear_under_internal_border): New function.
789         (xg_frame_resized, xg_frame_set_char_size):
790         Call xg_clear_under_internal_border.
791         (xg_update_scrollbar_pos): Clear under old scroll bar position.
793 2010-01-05  Chong Yidong  <cyd@stupidchicken.com>
795         * keyboard.c (read_key_sequence): Catch keyboard switch after
796         making a new tty frame (Bug#5095).
798 2010-01-05  Kenichi Handa  <handa@m17n.org>
800         * fontset.c (fontset_find_font): Fix getting the frame pointer.
802 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
805         Lisp_Object, preferring to convert a lisp_Object to a void* instead.
806         (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
808 2010-01-03  Michael Albinus  <michael.albinus@gmx.de>
810         * dbusbind.c (xd_add_watch): Improve debug message.
811         (xd_remove_watch): Improve debug message.  If DATA is the session
812         bus, unset D-Bus session environment.
813         (Fdbus_init_bus): Pass the bus as argument to
814         dbus_connection_set_watch_functions.  (Bug#5283)
816 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
818         * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
820         * lread.c (syms_of_lread): Make it clearer that these are the
821         names of loaded files (Bug#5068).
823         * eval.c (run_hook_with_args): Handle the case where the global
824         value has the obsolete single-function form (Bug#5026).
826 2009-12-27  Chong Yidong  <cyd@stupidchicken.com>
828         * minibuf.c (Fall_completions): Minor optimization.
830 2009-12-26  Eli Zaretskii  <eliz@gnu.org>
832         * .gdbinit (pgx): Fix display of composite glyphs.
833         Display cmp.from and cmp.to as well.
834         (pitx): Fix last change.
836 2009-12-25  Kenichi Handa  <handa@m17n.org>
838         * composite.h (composition_adjust_point): Update prototype.
840         * composite.c (composition_reseat_it): Don't make a composition
841         spanning over point.
842         (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
843         composable characters.
844         (composition_adjust_point): New arg NEW_PT.  Callers changed.
846         * keyboard.c (command_loop_1): Force redisplay if the last point
847         was within a composition.
848         (adjust_point_for_property): Don't adjust point for automatic
849         composition when called after buffer modification.
851 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
853         * .gdbinit (pitx): Don't use enum names, use their values.
854         Remove reference to non-existing value GET_FROM_COMPOSITION.
855         (pgx): Don't use enum names, use their values.
856         (pitmethod): New helper command.
857         (pitx): Use it to display iteration method.
858         (pgrowit): New command.
860         * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
862         Update dependencies in Makefile.in.
864         * Makefile.in (alloc.o): Depend on termhooks.h.
865         (atimer.o): Depend on blockinput.h.
866         (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
867         and frame.h.
868         (callint.o): Depend on systime.h, coding.h, and composite.h.
869         (callproc.o): Depend on buffer.h.
870         (casefiddle.o): Don't depend on charset.h.
871         (casetab.o): Depend on character.h.
872         (ccl.o): Depend on composite.h.
873         (chartab.o): Depend on ccl.h.
874         (cm.o): Depend on dispextern.h.
875         (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
876         (coding.o): Don't depend on $(INTERVALS_H).
877         (composite.o): Don't depend on dispextern.h explicitly (it's in
878         $(INTERVALS_H)).  Depend on ccl.h.
879         (data.o): Depend on systime.h, coding.h, composite.h,
880         dispextern.h, font.h, and ccl.h.
881         (dired.o): Depend on composite.h.
882         (dispnew.o): Depend on coding.h.  Don't depend explicitly on
883         composite.h (it's in $(INTERVALS_H)).
884         (doc.o): Depend on systime.h, coding.h, and composite.h.
885         (editfns.o): Don't depend explicitly on dispextern.h.
886         (emacs.o): Depend on frame.h and coding.h.
887         (eval.o): Depend on coding.h, composite.h, and xterm.h.
888         (fileio.o): Depend on frame.h and commands.h.  Don't depend
889         explicitly on dispextern.h.
890         (filelock.o): Don't depend on epaths.h and charset.h.  Depend on
891         composite.h.
892         (fns.o): Don't depend on termhooks.h.
893         (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
894         (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
895         coding.h, $(INTERVALS_H), window.h, xterm.h.
896         (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
897         (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
898         (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
899         fontset.h, ccl.h, and ftfont.h.
900         (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
901         (gtkutil.o): Depend on dispextern.h and composite.h.
902         (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
903         termhooks.h, and ccl.h.
904         (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
905         (intervals.o): Depend on systime.h and coding.h.
906         (keyboard.o): Depend on composite.h and coding.h.
907         (keymap.o): Depend on coding.h and frame.h.
908         (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
909         (macros.o): Depend on systime.h, coding.h, and composite.h.
910         (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
911         and atimer.h.
912         (minibuf.o): Depend on systime.h and coding.h.  Don't depend on
913         dispextern.h explicitly.
914         (print.o): Depend on termhooks.h, coding.h, and ccl.h.
915         Don't depend explicitly on dispextern.h and composite.h.
916         (process.o): Depend on character.h, xgselect.h, and sysselect.h.
917         (regex.o): Don't depend on charset.h.
918         (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
919         (search.o): Don't depend explicitly on composite.h.
920         (sound.o): Depend on atimer.h and systime.h.
921         (syntax.o): Don't depend explicitly on composite.h.
922         (sysdep.o): Depend on coding.h and composite.h.
923         (term.o): Depend on xterm.h and buffer.h.
924         (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
925         (textprop.o): Don't depend on dispextern.h explicitly.
926         (undo.o): Depend on dispextern.h.
927         (window.o): Depend on coding.h and termhooks.h.  Don't depend on
928         dispextern.h and composite.h explicitly.
929         (xdisp.o): Depend on ccl.h.
930         (xfaces.o): Depend on coding.h and ccl.h.
931         (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
932         (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
933         (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
934         ftfont.h.
935         (xgselect.o): New dependency.
936         (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
937         (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
938         (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
939         coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
940         (xsmfns.o): Depend on frame.h and dispextern.h.
941         (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
942         sysselect.h.
944 2009-12-19  Andreas Schwab  <schwab@linux-m68k.org>
946         * font.c (Fclear_font_cache): Pass correct cache argument to
947         font_clear_cache.
949 2009-12-16  Andreas Schwab  <schwab@linux-m68k.org>
951         * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
952         twice.
954 2009-12-15  Chong Yidong  <cyd@stupidchicken.com>
956         * xdisp.c (decode_mode_spec): Inhibit garbage collection when
957         calling file-remote-p.  Reported by Jim Meyering.
959 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
961         * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
962         avoid compiler warnings.  (Bug #5217)
964 2009-12-14  Kenichi Handa  <handa@m17n.org>
966         * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
967         in 8-bit encoding.
969 2009-12-13  Pat Thoyts  <patthoyts@users.sourceforge.net>  (tiny change)
971         * xfns.c (x_create_tip_frame): Set the extended window manager hint for
972         tooltip windows.
974 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
976         * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
977         Xatom_net_window_type.
979         * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
980         Xatom_net_window_type.
982         * xterm.c (my_log_handler): New function.
983         (x_term_init): Set my_log_handler as log handler during gtk_init
984         so we can filter out buggy messages.  (Bug #5120).
986         * xterm.c (xg_scroll_callback): Parameter list changed,
987         use parameter GtkScrollType to determine scroll/line/page.
988         Only allow dragging if a button < 4 is grabbed (bug #5177).
989         (xg_end_scroll_callback): New function.
990         (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
991         xg_create_scroll_bar.
993         * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
994         (scroll_end_callback): Remove.
995         (xg_create_scroll_bar): Add parameter end_callback, bind it to
996         button-release-event.  Replace value-changed event with change-value,
997         bug #5177,
998         (xg_event_is_for_scrollbar): Only return true if button is less than 4,
999         bug #5177.
1001         * gtkutil.h (XG_LAST_SB_DATA): Remove.
1002         (xg_create_scroll_bar): Add GCallback end_callback.
1004         * xftfont.c (QClcdfilter): New variable.
1005         (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1006         (syms_of_xftfont): Initialize QClcdfilter.
1008 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
1010         * xsettings.c (struct xsettings): Add member seen.
1011         (parse_xft_settings): Update member seen with what we have read.
1012         Return non-zero if Xft-settings have been parsed, 0 otherwise.
1013         (apply_xft_settings): Only update Xft settings with what member seen
1014         indicates as new.
1016 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1018         * dispextern.h (struct text_pos): Use EMACS_INT;
1019         (struct glyph): Use EMACS_INT for charpos.
1020         (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1021         region_beg_charpos, region_end_charpos,
1022         redisplay_end_trigger_charpos, and also for
1023         iterator_stack_entry.end_charpos and
1024         iterator_stack_entry.stop_charpos.
1026 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
1028         * gtkutil.c (scroll_end_callback): New function (bug #5177).
1029         (xg_create_scroll_bar): Call scroll_end_callback on button release
1030         event (bug #5177).
1031         (xg_event_is_for_scrollbar): != replaced with ==.
1033 2009-12-12  Kenichi Handa  <handa@m17n.org>
1035         * ftfont.c (struct ftfont_info): New member matrix.
1036         (ftfont_open): Setup xftfont_info->matrix.
1037         (MFLTFontFT): New member matrix.
1038         (FLOOR, CEIL, ROUND): New macros.
1039         (ftfont_get_metrics): Handle matrix transformation.
1040         (ftfont_shape_by_flt): New arg matrix.  Callers changed.
1042         * xftfont.c (struct xftfont_info): New member matrix.
1043         (xftfont_open): Setup xftfont_info->matrix.
1045 2009-12-10  Kenichi Handa  <handa@m17n.org>
1047         * xdisp.c (append_space_for_newline): Consider face-remapping.
1049 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
1051         * xsettings.c: Include "keyboard.h".
1053         * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1055         Fix implicit function declarations.
1056         * cmds.c: Include "frame.h".
1057         * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1058         * frame.h: Move declaration of delete_frame outside of
1059         HAVE_WINDOW_SYSTEM.
1061 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1063         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1065         * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1066         GTK builds.
1068 2009-12-07  Andreas Schwab  <schwab@linux-m68k.org>
1070         * unexelf.c (unexec): Don't search for .data twice.
1072 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1074         * xdisp.c (push_display_prop): Don't set avoid_cursor_p.  Return 0
1075         if push failed.
1076         (handle_line_prefix): Set avoid_cursor_p here.  Check return value
1077         of push_display_prop (Bug#5000).
1079         * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1080         value of font_list_entities (Bug#5085).
1082 2009-12-04  Juanma Barranquero  <lekktu@gmail.com>
1084         Fix `string-to-number' to deal consistently with integers and floats.
1085         * lread.c (isfloat_string): New argument ignore_trailing to accept all
1086         trailing characters, not just whitespace.
1087         (read1): Pass new arg 0 to keep old behavior.
1088         * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1089         trailing chars, as it is already done for integers.  Doc fixes.
1090         * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1092 2009-12-04  Eli Zaretskii  <eliz@gnu.org>
1094         * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1095         Delete unused enumeration value.
1097 2009-12-03  Eli Zaretskii  <eliz@gnu.org>
1099         * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1101 2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
1103         * process.c (Fmake_network_process): Fix up the tests for
1104         "connectionless socket", so they DTRT for seqpacket sockets as well.
1106 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * process.c (Qseqpacket): New symbol.
1109         (HAVE_SEQPACKET): New macro.
1110         (Fmake_network_process): Accept new :type `seqpacket'.
1111         (init_process): Add `seqpacket' feature when applicable.
1112         (syms_of_process): Initialize Qseqpacket.
1114 2009-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1116         * font.c (font_load_for_lface, font_open_by_name): Don't store name
1117         if entity is Qnil.
1119 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1121         * print.c (print_preprocess): Preprocess the key_and_value table of
1122         hashtables, even tho they're "hidden" (bug#5082).
1124 2009-11-29  Jan Djärv  <jan.h.d@swipnet.se>
1126         * frame.c (frame_make_pointer_invisible)
1127         (frame_make_pointer_visible): Declare f before statements.
1129 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1131         * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1132         omitted dependencies on lisp.h.
1134 2009-11-27  Jan Djärv  <jan.h.d@swipnet.se>
1136         * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1137         is NULL.
1139         * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1141         * frame.c (frame_make_pointer_invisible)
1142         (frame_make_pointer_visible): Just return if there isn't any selected
1143         frame.
1145         * search.c (simple_search): Remove warning by making *p const.
1147 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
1149         * xdisp.c (power_letter): Remove duplicate const.
1151 2009-11-25  Jan Djärv  <jan.h.d@swipnet.se>
1153         * term.c (delete_tty): Remove check for last terminal (bug#4970).
1155         * xsettings.c: Revert changes from 2009-11-23.  Just use Xft
1156         defaults (bug #5025).
1158 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1160         * insdel.c (adjust_markers_for_delete): Move it in the
1161         right direction!  (bug#4803)
1163 2009-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1165         * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1167         * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1169 2009-11-24  Glenn Morris  <rgm@gnu.org>
1171         * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1173 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
1175         * Makefile.in: Must create deps for ecrt0.o in its rule.
1177         * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1178         because that is what Gtk+ font dialog understands.
1180         * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1181         of Fcopy_sequence.
1182         (font_open_by_name): Put name given into QCname for font-object returned.
1184         * frame.c (x_set_font): Save original font name as frame parameter
1185         font-parameter.
1187         * xsettings.c (set_default_xft_settings): New function.
1188         (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1189         is found.
1191 2009-11-22  Andreas Schwab  <schwab@linux-m68k.org>
1193         * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1194         searching backwards through multibyte buffer.
1196 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1198         * xterm.c: #include xgselect.h.
1199         (x_initialize): Call xgselect_initialize.
1201         * xsettings.c (something_changedCB): C++ comments => C comments.
1202         (init_gconf): Do not deal with any GLib file descriptors, xg_select
1203         does that now.
1205         * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1206         (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1207         (scroll_bar_button_cb): Remove.
1208         (create_menus): C++ comments => C comments.  Don't bind grab-notify
1209         event.
1210         (xg_create_scroll_bar): Don't bind button-press-event and
1211         button-release-event.
1213         * process.c: Include xgselect.h if defined (USE_GTK) ||
1214         defined (HAVE_GCONF).
1215         (wait_reading_process_output): Call xg_select for the same condition.
1217         * xgselect.c (xg_select): New function to better integrate with
1218         GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.
1220         * xgselect.h: New file, declare xg_select, xgselect_initialize.
1222         * Makefile.in (XOBJ): Add xgselect.o.
1224 2009-11-21  Andreas Schwab  <schwab@linux-m68k.org>
1226         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1227         Remove ignored second argument.  All callers changed.
1228         * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1229         (RE_STRING_CHAR_AND_LENGTH): Likewise.
1230         * xdisp.c (string_char_and_length): Likewise.
1232 2009-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1234         * xterm.c (x_new_font):
1235         * print.c (print_object):
1236         * cmds.c (Fself_insert_command): Move declarations before statements.
1238 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1240         * s/cygwin.h: Remove unneeded linker flags.
1242 2009-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1244         * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1246         * xsettings.h: Declare xsettings_get_system_font.
1248         * xsettings.c (xsettings_get_system_font): New function.
1249         (init_gconf): No use initiating gconf unless we have Xft also.
1250         (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1251         HAVE_GCONF.
1253         * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1254         add a blank entry so it doesn't collapse into nothing.
1256 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * lread.c (Funintern): Comment out last change.
1260 2009-11-19  Richard Stallman  <rms@gnu.org>
1262         * lread.c (Funintern): Error if symbol is t or nil.
1264 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * insdel.c (make_gap_larger): Don't make as many assumptions about the
1267         representation of Lisp integers.
1268         Reported by MJ Chan <mjchan.inbox@gmail.com>.
1270 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
1272         * lisp.h: Remove declaration of Ffont_get_system_font.
1273         * xfns.c: Move include of "xsettings.h".
1274         * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1276 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1278         * xsettings.c (something_changedCB, Ffont_get_system_font):
1279         Check use_system_font.
1280         (syms_of_xsettings): DEFVAR font-use-system-font.
1282 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
1284         * xfns.c (x_default_font_parameter): Remove dead assignment.
1286         * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1288 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1290         * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1291         not have FC_LCD_*.  #define them if not there.
1293         * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1295         * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1297         * xterm.c (handle_one_xevent): Call xft_settings_event for
1298         ClientMessage, PropertyNotify and DestroyNotify.
1299         (x_term_init): If we have XFT, get DPI from Xft.dpi.
1300         Call xsettings_initialize.
1302         * xftfont.c (xftfont_fix_match): New function.
1303         (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1304         Call xftfont_fix_match after XftFontMatch.
1306         * xfont.c (xfont_driver): Initialize all members.
1308         * xfns.c (x_default_font_parameter):
1309         Try font from Ffont_get_system_font.
1310         Do not get font from x_default_parameter if we got one from
1311         Ffont_get_system_font.
1312         (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1314         * w32font.c (w32font_driver): Initialize all members.
1316         * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1318         * lisp.h: Declare syms_of_xsettings.
1320         * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1321         Handle CONFIG_CHANGED_EVENT.
1323         * ftfont.c (ftfont_filter_properties): New function.
1325         * frame.c (x_set_font): Remove unused variable lval.
1327         * font.h (struct font_driver): Add filter_properties.
1329         * font.c (font_put_extra): Don't return if val is nil, it means
1330         boolean option is off.
1331         (font_parse_fcname): Collect all extra properties in extra_props
1332         and call filter_properties for all drivers with extra_props and
1333         font as parameter.
1334         (font_open_entity): Do not use cache, it does not pick up new
1335         fontconfig settings like hinting.
1336         (font_load_for_lface): If spec had a name in it, store it in entity.
1338         * emacs.c (main): Call syms_of_xsettings.
1340         * config.in: HAVE_GCONF is new.
1342         * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1343         xsettings.o is new.
1345 2009-11-17  Kenichi Handa  <handa@m17n.org>
1347         * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1348         back to the default font in case that no suitable font is found.
1350 2009-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1353         Suggested by Chad Brown <yandros@mit.edu>.
1354         (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1356 2009-11-16  Jan Djärv  <jan.h.d@swipnet.se>
1358         * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1360 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
1362         * Makefile.in: Ignore errors from mkdir when creating deps directory.
1364 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
1366         * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1367         has a parent.
1369         * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1370         dependency files in deps/.  Include those files into Makefile.
1372         * config.in: Generated (AUTO_DEPEND).
1374 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1376         * dbusbind.c (Vdbus_registered_objects_table): Rename from
1377         Vdbus_registered_functions_table, because it contains also
1378         properties.  Fix docstring.
1379         (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1381 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * alloc.c (mark_object): Don't reprocess marked strings.
1384         Check vector's markbit earlier.  Adjust calls to mark_vectorlike.
1385         (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1387 2009-11-13  Kenichi Handa  <handa@m17n.org>
1389         * category.c (word_boundary_p): Adjust for the change of the
1390         semantics of Vword_combining_categories.
1391         (Vword_combining_categories): Describe the slight change of the
1392         semantics.
1394 2009-11-13  Eli Zaretskii  <eliz@gnu.org>
1396         * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1398         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1400 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * xdisp.c (syms_of_xdisp): Fix typo in last change.
1404 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
1406         * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1408 2009-11-11  David Reitter  <david.reitter@gmail.com>
1410         * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1411         variables to fix 2009-11-09 change.
1413 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1415         * process.c (ifflag_def): Make flag_sym constant.
1416         (Fnetwork_interface_info): Use a constant pointer.
1417         (ifflag_table):
1418         * xfns.c (cursor_bits):
1419         * xdisp.c (power_letter):
1420         * termcap.c (speeds, esctab):
1421         * sysdep.c (baud_convert):
1422         * keyboard.c (lispy_accent_codes, modifier_names):
1423         * image.c (xbm_format, xpm_format, pbm_format, png_format)
1424         (jpeg_format, tiff_format, gif_format, svg_format)
1425         (interlace_start, interlace_increment, gs_format):
1426         * gtkutil.c (separator_names):
1427         * fringe.c (swap_nibble):
1428         * fns.c (base64_value_to_char, base64_char_to_value):
1429         * fileio.c (make_temp_name_tbl):
1430         * coding.c (suffixes): Make constant.
1432         * frame.c (make_initial_frame):
1433         * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1434         build_string.
1435         * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1437         * s/freebsd.h:
1438         * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1440         * Makefile.in: Add dependencies to lisp.h.  Remove dependencies
1441         for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1443         * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1444         * xterm.c (syms_of_xterm):
1445         * xfaces.c (syms_of_xfaces):
1446         * xdisp.c (syms_of_xdisp):
1447         * lread.c (syms_of_lread):
1448         * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1449         build_string.
1451         * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1453 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * fns.c (Fplist_get): Merge the active and the commented out code.
1457 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1459         * keyboard.h: Declare timer_check.
1461         * keyboard.c (timer_check_2): New function that does what the old
1462         timer_check did.
1463         (timer_check): Call timer_check_2 until -1 or a non-zero time is
1464         returned, i.e. don't return -1 with timers pending.
1466         * process.c: Remove extern declaration of timer_check.
1468         * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1469         even if timer_check returned -1.
1471         * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1472         xg_dialog_data.
1473         (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1474         the event loop.
1475         (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1476         (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1477         Destroy the dialog after xg_dialog_run.
1479 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1483 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1485         * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1487 2009-11-09  Juanma Barranquero  <lekktu@gmail.com>
1489         * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1491 2009-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1493         * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1494         w32menu.c, and nsmenu.m.
1495         Simplify the obsolete case where position is nil.
1496         (cleanup_popup_menu): New function, moved from nsmenu.m.
1497         (struct skp): Remove slot `notreal'.
1498         (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1499         adjust callers.
1500         (single_menu_item): Adjust call to parse_menu_item.
1501         (syms_of_menu): Defsubr x-popup-menu.
1502         * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1503         (keymap_panes): Don't export any more.
1504         (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1505         (xmenu_show): Declare.
1506         * keyboard.c (parse_menu_item): Remove arg `notreal'.
1507         (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1508         * keyboard.h (parse_menu_item): Update declaration.
1509         * xmenu.c (Fx_popup_menu): Remove.
1510         (syms_of_xmenu): Don't defsubr x-popup-menu.
1511         * w32menu.c (Fx_popup_menu): Remove.
1512         (syms_of_w32menu): Don't defsubr x-popup-menu.
1513         * nsmenu.m (cleanup_popup_menu): Remove.
1514         (ns_menu_show): Rename from ns_popup_menu and remove all the code
1515         moved to menu.c's Fx_popup_menu.
1516         (Fx_popup_menu): Remove.
1517         (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1518         menu_items (it's done in menu.c already).
1520 2009-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1523         Use `tem' less.  Make sure KEYEQ holds a string or nil (bug#4879).
1525 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1527         * xmenu.c (Fx_popup_menu): Extract event timestamp.  Pass it to
1528         xmenu_show.  Hide any tooltip before opening a menu.
1529         (xmenu_show): New arg.  Pass it to create_and_show_popup_menu.
1530         (create_and_show_popup_menu): New arg.  Pass it to gtk_menu_popup.
1532 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         Let integers use up 2 tags to give them one extra bit and thus double
1535         their range.
1536         * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1537         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1538         New macros.
1539         (enum Lisp_Type): Use them.  Give explicit values.
1540         (Lisp_Type_Limit): Remove.
1541         (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1542         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1543         Pay attention to USE_2_TAGS_FOR_INTS.
1544         (INTEGERP): Use LISP_INT_TAG_P.
1545         * fns.c (internal_equal): Simplify the default case.
1546         (sxhash): Use case_Lisp_Int.
1547         * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1548         any more.
1549         (Ftype_of): Use case_Lisp_Int.
1550         (store_symval_forwarding): Take into account the fact that Ints can
1551         now have more than one tag.
1552         * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1553         buffer_slot_type_mismatch):
1554         * xfaces.c (face_attr_equal_p):
1555         * print.c (print_object):
1556         * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1557         Use case_Lisp_Int.
1559 2009-11-06  Eli Zaretskii  <eliz@gnu.org>
1561         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1563         * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1564         warning.
1566 2009-11-06  Jan Djärv  <jan.h.d@swipnet.se>
1568         * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1570         * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1572         * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1573         ButtonPressRelease and MotionNotify (bug#4870).
1575 2009-11-06  Dan Nicolaescu  <dann@ics.uci.edu>
1577         * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1579         * xterm.c (syms_of_xterm):
1580         * xselect.c (syms_of_xselect):
1581         * xmenu.c (syms_of_xmenu):
1582         * xfns.c (syms_of_xfns):
1583         * xfaces.c (syms_of_xfaces):
1584         * xdisp.c (syms_of_xdisp):
1585         * window.c (syms_of_window):
1586         * w32fns.c (syms_of_w32fns):
1587         * undo.c (syms_of_undo):
1588         * textprop.c (syms_of_textprop):
1589         * terminal.c (syms_of_terminal):
1590         * syntax.c (syms_of_syntax):
1591         * sound.c (syms_of_sound):
1592         * search.c (syms_of_search):
1593         * print.c (syms_of_print):
1594         * minibuf.c (syms_of_minibuf):
1595         * macros.c (syms_of_macros):
1596         * keymap.c (syms_of_keymap, initial_define_key)
1597         (initial_define_lispy_key):
1598         * keyboard.c (syms_of_keyboard):
1599         * insdel.c (syms_of_insdel):
1600         * image.c (syms_of_image):
1601         * fringe.c (syms_of_fringe):
1602         * frame.c (syms_of_frame):
1603         * fontset.c (syms_of_fontset):
1604         * fns.c (syms_of_fns):
1605         * fns.c (syms_of_fns):
1606         * fileio.c (syms_of_fileio):
1607         * fileio.c (syms_of_fileio):
1608         * eval.c (syms_of_eval):
1609         * doc.c (syms_of_doc):
1610         * dispnew.c (syms_of_display):
1611         * dired.c (syms_of_dired):
1612         * dbusbind.c (syms_of_dbusbind):
1613         * data.c (syms_of_data):
1614         * composite.c (syms_of_composite):
1615         * coding.c (syms_of_coding):
1616         * cmds.c (syms_of_cmds):
1617         * charset.c (define_charset_internal, syms_of_character):
1618         * ccl.c (syms_of_ccl):
1619         * category.c (syms_of_category, init_category_once):
1620         * casetab.c (syms_of_casetab):
1621         * casefiddle.c (syms_of_casefiddle):
1622         * callint.c (syms_of_callint):
1623         * bytecode.c (syms_of_bytecode):
1624         * buffer.c (keys_of_buffer, syms_of_buffer):
1625         * alloc.c (syms_of_alloc):
1626         * process.c (syms_of_process, init_process):
1627         * lread.c (syms_of_lread, init_obarray):
1628         * font.c (build_style_table):
1629         * emacs.c (syms_of_emacs, main): Replace calls to intern with
1630         intern_c_string, calls to make_pure_string with
1631         make_pure_c_string.  Use pure_cons instead of Fcons.
1633         * process.c (socket_options): Make it const.
1634         (set_socket_option, init_process): Use a const pointer.
1636         * lread.c (intern_c_string): New function.
1637         (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1638         (defvar_int): Uset it.  Make the name const char*.
1640         * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1641         (defvar_int): Update prototypes.
1642         (DEFUN, EXFUN): Support for prototypes is now required.
1643         (intern_c_string): New prototype.
1644         (struct Lisp_Subr): Make symbol_name constant.
1646         * font.c (struct table_entry): Remove unused member.  Make NAMES
1647         constant.
1648         (weight_table, slant_table, width_table): Make constant.
1650         * emacs.c (struct standard_args): Make name and longname constant.
1652         * character.h (DEFSYM): Use intern_c_string.
1654 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * alloc.c (make_pure_c_string): New function.
1658         * eval.c (Fautoload): Purecopy all arguments.
1660 2009-11-05  Kenichi Handa  <handa@m17n.org>
1662         * fileio.c (Finsert_file_contents): Be sure set coding-system of
1663         the buffer in case of replace.
1665 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1667         * puresize.h (BASE_PURESIZE): Increase to 1620000.
1669 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1672         when applicable (bug#4851).
1674         * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1675         (P_): Support for prototypes is now required.
1677 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1679         * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1680         (Bug#4827).
1682 2009-10-30  Eli Zaretskii  <eliz@gnu.org>
1684         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1686 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1688         * puresize.h (BASE_PURESIZE): Increase to 1470000.
1690         * lread.c (Fload): Purecopy the file name when building
1691         Vpreloaded_file_list.
1693 2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
1695         * w32fns.c (syms_of_w32fns): Change default value of
1696         w32-scroll-lock-modifier to nil.  (Bug#2827)
1698 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
1700         * minibuf.c (Fall_completions): Fix typos in docstring.
1702 2009-10-26  Andreas Schwab  <schwab@redhat.com>
1704         * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1706 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
1708         * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1709         For delta < 0, skip check that only makes sense when the mini-window
1710         is going to be enlarged.  (Bug#4534)
1712 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
1714         * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1715         string in menu maps (Bug#4471).
1717 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1719         * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1720         FRAME_NS_VIEW on terminal frames (Bug#4765).
1722 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
1724         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1725         DBUS_TYPE_UINTnn separately to get proper sign extension.
1727         * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1728         can properly handle unsigned types.
1729         (make_uid, make_gid): Remove.
1731         * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1732         types again.
1734         * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1735         (system_process_attributes): Likewise.
1737 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
1739         * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1741         * eval.c (Fautoload): Purecopy the filename.  Simplify.
1743         * category.c (Fdefine_category): Purecopy docstring.
1745 2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
1747         * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1749         * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1751 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
1753         * window.c (Fwindow_edges, Fwindow_pixel_edges)
1754         (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1755         (Bug#4775).
1757 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1760         (init_fileio_once):
1761         * lisp.h (init_fileio_once): Remove.
1762         * emacs.c (main): Don't call init_fileio_once.
1764 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1766         * puresize.h (BASE_PURESIZE): Increase to 1430000.
1768 2009-10-21  Andreas Schwab  <schwab@linux-m68k.org>
1770         * doprnt.c (doprnt): Fix overflow check.
1772 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
1774         * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1776         * xterm.h (x_wait_for_event): Declare it.
1778         * xterm.c (pending_event_wait): New variable.
1779         (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1780         see pending_event_wait.eventtype.
1781         (handle_one_xevent): Don't change gravity when parent changes.
1782         (x_new_font): Call change_frame_size with new rows/columns before we
1783         try to resize the frame.
1784         (x_wait_for_event): New function.
1785         (x_set_window_size_1): Don't change gravity unless change_gravity
1786         is set.
1787         Call XResizeWindow with FRAME_OUTER_WINDOW.  If we are visible,
1788         don't change frame size, instead wait for the ConfigureNotify.
1789         (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1790         (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1791         (x_initialize): Initialize pending_event_wait.
1793         * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1794         size.
1796         * widget.c (EmacsFrameSetValues): Add comment.
1797         (EmacsFrameSetCharSize): Just call x_set_window_size.
1799         * gtkutil.c (xg_frame_set_char_size): Flush events and call
1800         x_wait_for_event.
1801         (flush_and_sync): Remove again.
1802         (xg_get_font_name): Suggest monospace if no previous font is known.
1804 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1807         8th bit, since that only made sense in the ASCII world (bug#4751).
1809 2009-10-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1811         * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1812         processing pending events when event is filtered for input method.
1813         (Bug#3681)
1815 2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
1817         * fns.c: Add #endif accidentally removed in previous change.
1819 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1821         * fns.c: Remove code for unsupported system: MAC_OS.
1822         * image.c: Likewise.  Include setjmp.h.
1824 2009-10-19  Jan Djärv  <jan.h.d@swipnet.se>
1826         * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1827         pixel -1 (bug #4742).
1829 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1831         * process.c (create_pty): Remove conditionals for no longer
1832         supported systems: UNIPLUS and RTU.
1834         * xterm.c:
1835         * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1837         * alloc.c: Do not define struct catchtag.
1838         * eval.c: Move struct catchtag definition ...
1839         * lisp.h: ... here.
1841         * image.c: Move png.h #include earlier to avoid warnings.
1843         * xterm.c:
1844         * xsmfns.c:
1845         * xselect.c:
1846         * xrdb.c:
1847         * xmenu.c:
1848         * xftfont.c:
1849         * xfont.c:
1850         * xfns.c:
1851         * xfaces.c:
1852         * xdisp.c:
1853         * window.c:
1854         * widget.c:
1855         * w32xfns.c:
1856         * w32uniscribe.c:
1857         * w32term.c:
1858         * w32select.c:
1859         * w32reg.c:
1860         * w32proc.c:
1861         * w32menu.c:
1862         * w32inevt.c:
1863         * w32heap.c:
1864         * w32font.c:
1865         * w32fns.c:
1866         * w32console.c:
1867         * w32.c:
1868         * w16select.c:
1869         * vm-limit.c:
1870         * unexsol.c:
1871         * unexec.c:
1872         * unexcw.c:
1873         * unexaix.c:
1874         * undo.c:
1875         * tparam.c:
1876         * textprop.c:
1877         * terminfo.c:
1878         * terminal.c:
1879         * termcap.c:
1880         * term.c:
1881         * syntax.c:
1882         * sound.c:
1883         * sheap.c:
1884         * search.c:
1885         * scroll.c:
1886         * region-cache.c:
1887         * regex.c:
1888         * ralloc.c:
1889         * process.c:
1890         * print.c:
1891         * nsterm.m:
1892         * nsselect.m:
1893         * nsmenu.m:
1894         * nsimage.m:
1895         * nsfont.m:
1896         * nsfns.m:
1897         * msdos.c:
1898         * minibuf.c:
1899         * menu.c:
1900         * marker.c:
1901         * macros.c:
1902         * keymap.c:
1903         * keyboard.c:
1904         * intervals.c:
1905         * insdel.c:
1906         * indent.c:
1907         * gtkutil.c:
1908         * ftxfont.c:
1909         * ftfont.c:
1910         * fringe.c:
1911         * frame.c:
1912         * fontset.c:
1913         * font.c:
1914         * fns.c:
1915         * floatfns.c:
1916         * filelock.c:
1917         * fileio.c:
1918         * emacs.c:
1919         * editfns.c:
1920         * dosfns.c:
1921         * doprnt.c:
1922         * doc.c:
1923         * dispnew.c:
1924         * dired.c:
1925         * dbusbind.c:
1926         * data.c:
1927         * composite.c:
1928         * coding.c:
1929         * cmds.c:
1930         * cm.c:
1931         * chartab.c:
1932         * charset.c:
1933         * character.c:
1934         * ccl.c:
1935         * category.c:
1936         * casetab.c:
1937         * casefiddle.c:
1938         * callproc.c:
1939         * callint.c:
1940         * bytecode.c:
1941         * buffer.c:
1942         * atimer.c: Include setjmp.h.  (Bug#4643)
1944 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         Remove leftover table unibyte_to_multibyte_table.
1947         * character.c (unibyte_to_multibyte_table): Remove.
1948         (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1949         * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1950         * character.h (UNIBYTE_TO_CHAR): New macro.
1951         (MAKE_CHAR_MULTIBYTE): Use it.
1952         (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1953         * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1954         (message_dolog, set_message_1):
1955         * search.c (Freplace_match):
1956         * editfns.c (Fcompare_buffer_substrings):
1957         * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1958         (concat):
1959         * insdel.c (copy_text, count_size_as_multibyte):
1960         Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1961         * term.c (produce_glyphs):
1962         * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1963         * regex.c (RE_CHAR_TO_MULTIBYTE):
1964         * cmds.c (internal_self_insert):
1965         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1967         * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1969 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1971         * puresize.h (BASE_PURESIZE): Increase to 1310000.
1973 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
1975         * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)
1977 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1979         * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1980         still needed under Tiger.
1982         * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1984         * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1985         __Apple__.
1987         * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1989 2009-10-15  Kenichi Handa  <handa@m17n.org>
1991         * print.c (print_object): Escape a symbol like "2E10" too.
1993 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
1995         Cleanups and changes for 64-bit compile under Snow Leopard.
1996         Based on suggestions by Erik Charlebois.
1998         * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2000         * nsfont.m (ns_char_width): Replace deprecated call.
2001         (ns_findfonts, nsfont_list_family): Use long format in printf, and
2002         cast argument.
2003         (nsfont_open): Use ns_char_width() everywhere.
2004         (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2006         * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2008         * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2009         where appropriate.
2011         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2012         where appropriate.
2013         (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2014         Use stringWithUTF8String.
2015         (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2017         * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2018         Add formal protocol mention to inheritance.
2019         [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2021         * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2022         Fix printf format.
2023         (ns_query_color): Use CGFloat where appropriate.
2024         (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2025         (EmacsScroller-mouseDown:): Use long format in printf, and cast
2026         argument.
2028         * config.in (NS_HAVE_NSINTEGER): Drop.
2030         * dbusbind.c (dbus-method-return-internal)
2031         (dbus-method-error-internal): Use long format in printf, and cast
2032         argument.
2034         * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2035         in printf, and cast argument.
2037         * process.c (list_processes_1): Use long format in printf, and
2038         cast argument.
2040 2009-10-11  Glenn Morris  <rgm@gnu.org>
2042         * frame.c (Fframe_pixel_height): Doc fix.  (Bug#4535)
2044 2009-10-08  Jan Djärv  <jan.h.d@swipnet.se>
2046         * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2047         menu bar with a small width so it doesn't enlarge the frame.
2049 2009-10-08  Juanma Barranquero  <lekktu@gmail.com>
2051         * fontset.c (Fset_fontset_font): Fix typos in error messages.
2053 2009-10-06  Glenn Morris  <rgm@gnu.org>
2055         * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2056         SOME_MACHINE_LISP (this enters indirectly via DOC).
2058 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2060         * dired.c (Ffile_attributes): Doc fix.  (Bug#4638)
2062 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
2064         * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2065         Doc fix.
2067 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
2069         * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
2071 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2073         * lisp.h (Qdelete_directory_internal): Remove, because it is not
2074         used anymore outside fileio.c.
2076         * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2078 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2080         * lisp.h (Qdelete_directory_internal):
2081         Declare, instead of Qdelete_directory.
2083         * w32fns.c (Fsystem_move_file_to_trash): Use it.
2085 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2087         * eval.c (Fcalled_interactively_p): Add `kind' argument.
2089 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2091         * fileio.c (Fdelete_directory_internal): Rename from
2092         Fdelete_directory.  It is not a command anymore.  It has no file
2093         name handler.
2095 2009-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         * xdisp.c (get_next_display_element): Use an enum in last change.
2099 2009-09-28  Kenichi Handa  <handa@m17n.org>
2101         * xdisp.c (get_next_display_element): Pay attention to
2102         unibyte_display_via_language_environment in handling
2103         Vnobreak_char_display.
2105 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2107         * nsterm.h (ns_app_name): New extern variable.
2109         * nsterm.m (ns_app_name): New variable.
2110         (ns_term_init): Set and use it.
2111         (ns_term_shutdown): Use it.
2113         * nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
2114         (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2116         * nsfns.m (ns_set_name_iconic, ns_set_name)
2117         (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2118         (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2120         * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2121         Remove double-casting in client_data comparison.
2123 2009-09-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2125         * keyboard.c (make_lispy_event): Remember last wheel direction.
2126         (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2128 2009-09-26  Glenn Morris  <rgm@gnu.org>
2130         * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2131         internal.elc.  Add term/pc-win.elc.
2132         (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2133         term/x-win.elc.
2134         (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2135         term/w32-win.elc.
2136         (NS_SUPPORT): New.
2137         (lisp): Add NS_SUPPORT.
2138         (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2140 2009-09-25  David Reitter  <david.reitter@gmail.com>
2142         * nsmenu.m (EmacsMenu-clear): Recognize application menu
2143         on Mac OS X 10.6+ (bug#4513).
2145 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2147         * frame.c (xrdb_get_resource): Return nil for empty string resources;
2148         some parts of Emacs code (like font selection) don't grok them.
2149         See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2151 2009-09-24  Andreas Schwab  <schwab@redhat.com>
2153         * coding.c (decode_coding_iso_2022): Fix operator precedence.
2155 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2157         * dired.c (Fdirectory_files): Fix typo in docstring.
2159 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2161         * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2162         (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2163         (EmacsScroller-setPosition:portion:whole:): Remove -display call
2164         under GNUstep.
2165         (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2167         * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2168         glyph advancement.
2170 2009-09-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2172         * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2173         (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2175         * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2176         deleted (bug #4492).
2178         * nsfont.m (Vns_reg_to_script): New lisp variable.
2179         (syms_of_nsfont): Declare it.
2180         (ns_registry_to_script): New function.
2181         (ns_get_req_script): Call it.
2182         (ns_findfonts): Don't give up on non-unicode registry.
2184         * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2186 2009-09-20  Tom Tromey  <tromey@redhat.com>
2188         * eval.c (find_handler_clause): Make stack-trace-on-error work in
2189         batch mode (bug#4228).
2191 2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
2193         * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2194         carefully.  (Bug #4339)
2196 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
2198         * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2200 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
2202         * emacs.c (inhibit_x_resources): Update doc string for NS.
2203         (main) [HAVE_NS]: Don't process --no-init-file option.  Remove
2204         legacy code for -NXHost.  Fix error printf in daemon case.
2206         * nsterm.h (ns_no_defaults): Remove.
2208         * nsterm.m (ns_no_defaults): Remove.
2209         (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2210         (ns_use_qd_smoothing): Remove legacy variable.
2211         (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2212         don't update the NSWindow itself.
2213         (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2214         state detection and store user rect ourselves.  (Bug #3581)
2216         * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2217         ns_use_qd_smoothing.
2219         * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2220         platform versions.  Drop support for emacs-20-style face specs.
2221         (x-close-connection): Drop PSFlush() under OS X.
2222         (x-focus-frame): Activate the app first.  (Bug #4180)
2224 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
2226         * emacs.c (inhibit_x_resources): New variable.
2227         (main) [HAVE_NS]: Don't process --quick command line option.
2228         (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2230         * lisp.h (inhibit_x_resources): Declare it extern.
2232         * w32reg.c (x_get_string_resource):
2233         * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2235 2009-09-17  Eli Zaretskii  <eliz@gnu.org>
2237         * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2238         Add lisp/term/internal.elc.
2240 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2243         (bug#4461).
2245 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2247         * puresize.h (BASE_PURESIZE): Increase to 1290000.
2249         * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2250         (OBJECTS_MACHINE): Remove, unused.
2252 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2254         * frame.c (x_get_resource_string): Remove unused.
2256 2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
2258         * xterm.c (x_new_font): Call change_frame_size before calling
2259         x_set_window_size, in case frame size won't change.
2261         * frame.c (x_set_font): Remove dead code.
2263 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2267 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * lread.c (Fload): Don't output a message after loading an obsolete
2270         package any more (done in Lisp now).
2272 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
2274         * fns.c (syms_of_fns): Doc fix (Bug#4227).
2276 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         * keymap.c (Fwhere_is_internal): Use nconc2.
2280 2009-09-11  Alan Mackenzie  <acm@muc.de>
2282         * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2283         batch mode.
2285 2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
2287         * xdisp.c (display_mode_element): Detect cycles.
2289 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2291         * keymap.c (where_is_internal): Don't erroneously return nil right after
2292         filling the cache.
2293         (where_is_internal_1): Fix up typo.
2295 2009-09-11  Glenn Morris  <rgm@gnu.org>
2297         * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2298         share a common doc-string.
2300 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * keymap.c (get_keymap): Return the actual keymap symbol rather than
2303         t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2305         * keymap.c (QCadvertised_binding): New constant.
2306         (syms_of_keymap): Initialize it.
2307         (Fwhere_is_internal): Try and use bindings from :advertised-binding
2308         if applicable.
2310 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2313         (parse_menu_item): Streamline since bindings are recomputed all the
2314         time anyway.  Don't bother checking Vdefine_key_rebound_commands any
2315         more and don't support lmenu's menu-alias any more either.
2317         * keymap.c (where_is_internal_data): Make noindirect a boolean.
2318         (where_is_internal): Strip it down to only traverse the keymaps.
2319         Move the cache handling from Fwhere_is_internal to here.
2320         (Fwhere_is_internal): Move the handling of remapping and the choice of
2321         the best binding from where_is_internal to here.
2322         Unify the cached/noncached paths, so remapping is also handled
2323         correctly when the cache is used, and so the cache can be used to
2324         speed up remap-handling when applicable.
2325         Give preference to non-remapped bindings.
2326         * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2327         non-remapped bindings.
2328         * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2329         command remapping.
2331         * xdisp.c (display_mode_element): Move list length limit from 50 to
2332         5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2334 2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
2336         * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2338 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2341         (Bug#4334)
2343         * keymap.c (where_is_internal): Filter out shadowed remappings.
2344         Assume that where_is_internal returns unshadowed bindings to simplify
2345         the code and get rid of the gotos.  Use ASIZE.
2347 2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
2349         * xterm.c (x_focus_changed): If we get a focusout and pointer
2350         is invisible, make it visible.
2352         * xterm.h: Remove condition for declaration of
2353         x_*_window_to_frame.
2355 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2357         * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2358         initial terminal as well.
2360 2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2362         * xterm.h: Rename x_non_menubar_window_to_frame to
2363         x_menubar_window_to_frame.
2365         * xterm.c: Remove declarations also in xterm.h
2366         (XTmouse_position): Do not return valid positions
2367         for clicks in the menubar and the toolbar for Gtk+.
2369         * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2370         if the widget for the event has the same top level as a frame,
2371         return the frame.
2372         (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2373         internal windows, bug #4122.
2374         (x_non_menubar_window_to_frame): Remove.
2376 2009-09-02  Glenn Morris  <rgm@gnu.org>
2378         * buffer.c (default-major-mode): Move most of the doc from here...
2379         (major-mode): ... to here.
2381 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2383         * process.c (wait_reading_process_output): Keep the descriptor
2384         when pty is used by a non-child process, e.g., in I/O buffer of
2385         GDB this allows inferior to be restarted.
2387 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
2389         * xdisp.c (redisplay_internal): Remove redundant test and collapse
2390         both branches into one.
2392 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2395         (main): Use enable-multibyte-characters rather than
2396         default-enable-multibyte-characters.  Output a warning message when
2397         running a unibyte session.
2399 2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2401         * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2402         LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2403         (copy_data_segment): Also copy __program_vars section.
2404         (copy_dyld_info) [LC_DYLD_INFO]: New function.
2405         (dump_it) [LC_DYLD_INFO]: Use it.
2407         * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2409 2009-08-28  Eli Zaretskii  <eliz@gnu.org>
2411         * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2412         $(SRC)/buildobj.h.
2413         (buildobj.h): Renamed from $(SRC)/buildobj.h.
2414         (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2415         $(SRC)/buildobj.h.
2416         (clean): Add buildobj.h.
2418 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
2420         * print.c (print_object): Set escapeflag to 1 when printing
2421         hashtable keys and values.
2423 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2425         * lread.c (read_integer): Use doubles (and potentially return a float
2426         number) as we do in string-to-number.
2427         (read1): Use strtol to read integers, signal errors on strtol's
2428         overflow and use floats if strtol's output is too large for
2429         Elisp integers.
2431 2009-08-27  Eli Zaretskii  <eliz@gnu.org>
2433         * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2434         (make-buildobj-SH): Fix last change.
2435         (SRC): Move to before where it's first used.
2437 2009-08-27  Kenichi Handa  <handa@m17n.org>
2439         * process.c (send_process): Use encode_coding_object instead of
2440         encode_coding_string to perform eol-conversion even if the string
2441         is unibyte.
2443         * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2444         character.
2446         * cmds.c (Fself_insert_command): Avoid unnecessay
2447         unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
2449 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2451         * callproc.c (Fcall_process): Remove always true #if.
2453         * lisp.h: Replace #if 0 code for checking with text pointing to
2454         the --enable-checking configure flag.
2456         * emacs.c (main): Mention the --enable-profiling configure flag
2457         instead of using CFLAGS.
2459 2009-08-26  Ken Raeburn  <raeburn@raeburn.org>
2461         * Makefile.in (buildobj.h): New target.
2462         (doc.o): Depend on it.
2463         (temacs${EXEEXT}): Don't generate buildobj.lst.
2464         (mostlyclean): Delete buildobj.h, not buildobj.lst.
2465         * makefile.w32-in ($(SRC)/buildobj.h): New target.
2466         ($(BLD)/doc.$(O)): Depend on it.
2467         (make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
2468         provided by Eli Zaretskii.)
2469         ($(TEMACS)): Don't generate buildobj.lst.
2470         * doc.c: Include buildobj.h.
2471         (buildobj): New static variable.
2472         (Fsnarf_documentation): Use it, instead of opening and reading
2473         buildobj.lst.
2475 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2477         * dbusbind.c (Fdbus_call_method)
2478         (Fdbus_call_method_asynchronously): Use English numeric format for
2479         timeout values in doc string.
2481 2009-08-25  Kenichi Handa  <handa@m17n.org>
2483         * alloc.c (mark_char_table): New function.
2484         (mark_object): Use mark_char_table for a char-table.
2486         * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2487         (CHAR_TABLE_REF): Use it.
2489 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
2491         * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2492         before invoking the newly build emacs to check for load-path
2493         shadowing.
2495 2009-08-22  Glenn Morris  <rgm@gnu.org>
2497         * Makefile.in (bootstrap_exe): New variable.
2498         (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2499         Use ${bootstrap_exe}.
2501 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
2503         * coding.h (encode_coding_string): Don't encode unibyte strings.
2504         (Bug#4047)
2506 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
2508         * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2510         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
2511         intended as hotfix only.
2512         (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2514 2009-08-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
2516         * nsterm.m (ns_get_color): Update documentation properly for last
2517         change, and clean up loose ends in the code left by it.  Fix
2518         longstanding bug with 16-bit hex parsing, and add support for
2519         yet another X11 format (rgb:r/g/b) for compatibility.
2520         * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2521         timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
2523 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2525         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2527 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
2529         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2530         (xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
2531         (xd_initialize, xd_pending_messages): Check, whether
2532         $DBUS_SESSION_BUS_ADDRESS is set.
2534 2009-08-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2536         * nsfns.m (Fxw_color_values): Return 3-element list.  Doc fix.
2538         * nsterm.m (ns_get_color): Remove incompatible color formats again.
2540 2009-08-20  Glenn Morris  <rgm@gnu.org>
2542         * emacs.c (system-type): Doc fix.
2544 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2547         enough for the most common situations.  Avoid SET_SYMBOL_VALUE.
2549 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
2551         * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2552         New functions.
2553         (xd_initialize): Revert change from 2009-08-16.
2555 2009-08-18  Kenichi Handa  <handa@m17n.org>
2557         * fontset.c (Ffontset_font): If a nil element is found in a
2558         font-group vector, return nil.
2560 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
2562         * process.c (status_notify): Don't perform redisplay.
2563         (Fdelete_process, list_processes_1, process_send_signal):
2564         Expliticly perform redisplay.
2565         (wait_reading_process_output): Always check process status, but
2566         don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2568 2009-08-17  Ken Raeburn  <raeburn@raeburn.org>
2570         * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2571         (XFLOAT_INIT): New macro for storing a float value.
2572         * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2573         * fns.c (sxhash): Copy out the value of a float in order to
2574         examine its bytes.
2575         * dbusbind.c (xd_append_arg): Likewise.
2577         * emacs.c (main): Don't call syms_of_data twice.
2579 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
2581         * dbusbind.c (xd_initialize): Add connection file descriptor to
2582         input_wait_mask, in order to let select() detect, whether a new
2583         message has been arrived.
2584         (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2586 2009-08-15  Michael Albinus  <michael.albinus@gmx.de>
2588         * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2589         New functions.
2591         * lisp.h (xd_pending_messages): Declare.
2593         * keyboard.c (readable_events): Call xd_pending_messages.
2595 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2597         * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2599         * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2601         * buffer.c (set_buffer_internal_1)
2602         (swap_out_buffer_local_variables): Check for unbound local
2603         variables (Bug#4138).
2605 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
2607         * process.c (create_pty): Fix last change.
2609 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2611         * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2612         (xbm_load_image): Caller changed.
2613         (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2615 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
2617         * process.c (create_pty): New function.
2618         (Fstart_process): Use it to allow Emacs to just associate a pty
2619         with the buffer.  See associated change in gdb-mi.el.
2620         (list_processes_1): Deal with no program name.
2621         (start_process_unwind): Use pid == -2 to mean no process.
2623 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * cmds.c (nonundocount): New global variable.
2626         (keys_of_cmds): Initialize it.
2627         (Fself_insert_command): Use it to combine upto 20 sequential chars
2628         into a single undo entry, just like the Qself_insert_command code in
2629         keyboard.c does.
2630         Call frame_make_pointer_invisible, also like the Qself_insert_command
2631         code in keyboard.c does.
2632         * keyboard.c (command_loop_1): Use the new global nonundocount rather
2633         than its own local replacement for it.
2635 2009-08-10  Ken Raeburn  <raeburn@raeburn.org>
2637         * fns.c (concat): Don't re-set string length to its current value.
2639         * coding.h (decode_coding_string, encode_coding_string):
2640         Use SBYTES macro.
2642         * doprnt.c (doprnt_lisp): Delete unused function.
2643         (doprnt): Merge with doprnt1, discarding lispstrings code.
2644         * lisp.h (doprnt_lisp): Don't declare.
2646 2009-08-07  Juri Linkov  <juri@jurta.org>
2648         * puresize.h (BASE_PURESIZE): Increase to 1270000.
2650 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
2652         * print.c (syms_of_print): Undo previous change.
2654 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
2656         * lread.c (read1, syms_of_lread): Read hashtables back from the
2657         readable format.
2659         * print.c (print_preprocess, print_object): Print hashtables fully
2660         and readably.
2661         (syms_of_print): Provide 'hashtable-print-readable.
2663 2009-08-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
2665         * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2666         no family set.
2667         (nsfont_open): Handle case when entity has no family.
2669 2009-07-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
2671         * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2672         element, not a list, for match case.
2674 2009-07-28  Kenichi Handa  <handa@m17n.org>
2676         * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2677         rigidly.
2679         * xfont.c (xfont_list_pattern): Don't ignore the return value of
2680         font_parse_xlfd.  Check font properties more rigidly.
2682 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2684         * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2685         bsd-common.h.
2687 2009-07-27  Kenichi Handa  <handa@m17n.org>
2689         * xfaces.c (face_with_height): Call font_clear_prop.
2691 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
2693         * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2695         * xterm.c (x_term_init): Use Qx.
2697         * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2699         * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2700         (ns_get_color): Revert 2009-07-16 change.
2702 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
2704         * lread.c (syms_of_lread) <force_load_messages>: New variable.
2705         (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2707 2009-07-25  Ken Raeburn  <raeburn@raeburn.org>
2709         * coding.h (decode_coding_string, encode_coding_string):
2710         Use SCHARS macro.
2712         * lread.c: Rewrite 2009-07-21 changes.
2713         (load_depth): Delete.
2714         (Qload_in_progress): New variable.
2715         (load_unwind): Don't reference load_depth or load_in_progress.
2716         (Fload): Likewise; specbind Qload_in_progress instead.
2717         (init_lread): Don't initialize load_depth.
2718         (syms_of_lread): Initialize and protect Qload_in_progress.
2720 2009-07-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2722         * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2724 2009-07-23  Yavor Doganov  <yavor@gnu.org>
2726         * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2728 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2730         * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2731         Bugs 3792, 3720, 2402.
2732         (ns_lookup_indexed_color): Check for bad index.
2733         (ns_index_color): Init unused slot to 0.
2734         (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2735         Bug 3714, possibly 3082.
2737 2009-07-22  Jason Rumney  <jasonr@gnu.org>
2739         * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2740         Position IME window at cursor (Bug#2570).
2741         (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2742         (globals_of_w32fns): Dynamically load functions required above.
2744         * w32term.c (w32_draw_window_cursor): Send message to reposition
2745         any IME window.
2747 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2749         * fileio.c: Revert 2009-07-16 changes.
2750         (Vauto_save_include_big_deletions): New variable.
2751         (Fdo_auto_save): Disable auto-save only if
2752         auto-save-include-big-deletions is nil.
2754 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2756         * xdisp.c (move_it_to): For continued lines ending in a tab, take
2757         the overflowed pixels into account (Bug#3879).
2759 2009-07-21  Ken Raeburn  <raeburn@raeburn.org>
2761         * lread.c (load_depth): New variable.
2762         (Fload, load_unwind, init_lread): Set it to the load recursion
2763         depth; set load_in_progress as a simple boolean based on the
2764         current load_depth.  (Bug#3892)
2766 2009-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
2768         * nsfont.m (ns_has_attribute): Remove.
2769         (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2771 2009-07-18  Juri Linkov  <juri@jurta.org>
2773         * process.c (Fset_process_query_on_exit_flag): Mention killing
2774         a buffer in docstring.
2776 2009-07-17  Kenichi Handa  <handa@m17n.org>
2778         * casetab.c (shuffle): Fix the logic of setting up the cycle.
2780 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2782         * nsfns.m (Fns_set_alpha): Remove function.
2783         (syms_of_nsfns): Don't defsubr it.
2785         * nsterm.m (ns_get_color): Remove incompatible color formats.
2786         (ns_color_to_lisp): Generate #rrggbb color format string.
2788 2009-07-16  Richard Stallman  <rms@gnu.org>
2790         * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2791         (Fset_buffer_auto_saved): Handle save_length = -2.
2793 2009-07-16  Chong Yidong  <cyd@stupidchicken.com>
2795         * xterm.c (Qx_gtk_map_stock): New var.
2797         * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2798         of calling intern each time.
2800 2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2802         * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2803         does tiling.
2805         * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2807 2009-07-14  Kenichi Handa  <handa@m17n.org>
2809         * font.c (font_vconcat_entity_vectors): New function.
2810         (struct font_sort_data): New member font_driver_preference.
2811         (font_compare): Check font_driver_preference.
2812         (font_sort_entities): The format of the first argument changed.
2813         (font_delete_unmatched): Likewise.
2814         (font_list_entities): The return type changed.
2815         (font_select_entity): The format of the second argument changed.
2816         (font_find_for_lface): Adjuste for the above changes.
2817         Don't suppress the checking of C even if the repertory supports it.
2818         (Flist_fonts): Adjust for the above changes.
2820         * ftfont.c (ftfont_spec_pattern): New arg langname.  Change caller.
2821         (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2822         Reject a font who has adstyle property that is different from a
2823         langname derived from registry property.
2824         (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2826 2009-07-13  Eli Zaretskii  <eliz@gnu.org>
2828         * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2829         local copy of dirfilename.
2831 2009-07-13  Kenichi Handa  <handa@m17n.org>
2833         * chartab.c (sub_char_table_ref_and_range): Fix the range check
2834         against max_char.
2836         * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2837         calling XSYMBOL (sym).
2839 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
2841         * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2842         New function.
2843         (directory_files_internal) [WINDOWSNT]:
2844         Bind w32-get-true-file-attributes to either t or nil, depending whether
2845         the filesystem of the directory is fast or slow.
2847         * w32.c (logon_network_drive): Don't assume PATH is an absolute
2848         file name.
2849         (is_slow_fs): New function.
2850         (stat): Use it to determine whether to issue more system calls to
2851         get accurate file attributes, when w32-get-true-file-attributes is
2852         `local'.
2854 2009-07-10  Jan Djärv  <jan.h.d@swipnet.se>
2856         * xfns.c (Fx_select_font): Remember last font selected in
2857         x_last_font_name and use that the next time.  Also try the frame
2858         parameter font-parameter as default to the font dialog.
2860 2009-07-10  Kenichi Handa  <handa@m17n.org>
2862         * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2864 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
2866         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2868         * w32.c (stat): Treat UNC file names as residing on remote
2869         drives.  (Bug#3542)
2871 2009-07-09  Kenichi Handa  <handa@m17n.org>
2873         * fontset.c (fontset_find_font): Fix previous change.
2875 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
2877         * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2878         (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2879         error flag.
2881 2009-07-08  Kenichi Handa  <handa@m17n.org>
2883         * fontset.c (fontset_find_font): Fix the logic of handling
2884         charset_matched.
2885         (font_for_char): Delete unused var.
2886         (generate_ascii_font_name): Delete it.
2888         * coding.h (JIS_TO_SJIS2): Fix the code range check.
2890         * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2891         (encode_coding_sjis): Fix the code range check.
2893 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
2895         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2896         (Fexpand_file_name): Copy string data properly (Bug#3772).
2898 2009-07-07  Jan Djärv  <jan.h.d@swipnet.se>
2900         * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2901         first MapNotify.
2903 2009-07-07  Kenichi Handa  <handa@m17n.org>
2905         * character.h (unibyte_has_multibyte_table): Delete extern.
2906         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2908         * charset.c (Fset_charset_priority): Update charset_unibyte.
2909         (syms_of_charset): Initialize charset_unibyte.
2911         * character.c (unibyte_has_multibyte_table): Delete it.
2912         (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2913         charset_unibyte.
2914         (multibyte_char_to_unibyte_safe): Likewise.
2915         (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2917         * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
2918         (x_produce_glyphs): Likewise.
2920         * .gdbinit (xcharset): Fix the treating $arg0.
2922 2009-07-04  Eli Zaretskii  <eliz@gnu.org>
2924         Emulation of `getloadavg' on MS-Windows.
2925         * w32.c: Include float.h
2926         (g_b_init_get_native_system_info, g_b_init_get_system_times)
2927         (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2928         (get_native_system_info, get_system_times): New functions.
2929         (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2930         (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2931         (globals_of_w32): Initialize g_b_init_get_native_system_info,
2932         g_b_init_get_system_times, and num_of_processors.
2934 2009-07-03  Jason Rumney  <jasonr@gnu.org>
2936         * w32term.c (w32_initialize): Use standard types.
2938 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
2940         * dired.c (Ffile_attributes): Decode user and group names by the
2941         locale's encoding.  (Bug#3443)
2943 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
2945         * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2946         (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2948         * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2950         * term.c (init_tty): Remove spurious #ifdef.
2952         * m/mips.h: Mention this file is also used for netbsd.
2953         * m/pmax.h: Remove file.
2955 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
2957         * xterm.h (struct x_display_info): Add invisible_cursor.
2958         (struct x_output): Add current_cursor.
2960         * xterm.c (XTtoggle_invisible_pointer): New function.
2961         (x_define_frame_cursor): Don't define cursor if invisible or the
2962         same as before.  Set current_cursor.
2963         (x_create_terminal): Set toggle_invisible_pointer_hook.
2965         * xfns.c (make_invisible_cursor): New function.
2966         (x_set_mouse_color): Call make_invisible_cursor.
2967         Set current_cursor.
2968         (x_window): Set current_cursor.
2970         * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2972         * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2973         inserting a character.
2974         (read_avail_input): Call frame_make_pointer_visible.
2976         * frame.c (Vmake_pointer_invisible): New variable.
2977         (frame_make_pointer_invisible, frame_make_pointer_visible):
2978         New functions.
2979         (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2981         * frame.h: Declare frame_make_pointer_invisible and
2982         frame_make_pointer_visible.
2983         (struct frame): Add pointer_invisible.
2985 2009-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2987         * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2988         frame isn't visible.
2989         (xg_frame_resized): If width/height is -1, get size of window
2990         from X server.
2992         * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2993         for MapNotify.
2995         * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
2996         here or call change_frame_size.  Just call flush_and_sync.
2997         (flush_and_sync): Reintroduce.
2999 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3001         * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3003         * xterm.c (x_handle_net_wm_state): Also look for sticky.
3004         (x_term_init): Initialize Xatom_net_wm_state_sticky.
3006         * frame.h: Declare Qsticky.
3008         * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3010         * nsfns.m (ns_frame_parm_handlers): Ditto.
3012         * frame.c: Declare Qsticky.
3013         (frame_parms): Add sticky.
3015         * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3017         * xterm.h: Declare x_set_sticky.
3019         * xterm.c (x_set_sticky): New function.
3021         * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3022         (xg_tool_bar_menu_proxy): Attach enter/leave events to
3023         xg_tool_bar_proxy_help_callback.
3025         * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3027         * frame.c: Qmaximized is new.
3028         (x_set_frame_parameters): Do not handle fullscreen specially.
3029         Only set width and height if explicitly set.
3030         (x_set_fullscreen): Handle Qmaximized.
3031         (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3032         (syms_of_frame): Initialize Qmaximized.
3034         * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3035         Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3037         * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3038         for Expose event.  Add call to x_check_fullscreen for MapNotify event.
3039         Remove all code w.r.t. fullscreen from ConfigureNotify event.  Do not
3040         set gravity to NorthWestGravity when USE_GTK.
3041         (set_wm_state): New function.
3042         (do_ewmh_fullscreen): Use set_wm_state.  Also handle FULLSCREEN_MAXIMIZED.
3043         (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3044         (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3045         or the case when no window manager is running.  That means remove calls
3046         to x_real_positions and x_fullscreen_adjust.
3048         * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3049         (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3050         flush_and_sync.
3051         (xg_height_changed): New function.
3052         (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3053         and gtk_window_set_policy.  Set frame gravity after parsing the
3054         geometry string.
3055         (xg_update_frame_menubar, free_frame_menubar)
3056         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3057         (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3058         Remove calls to xg_frame_set_char_size.
3060 2009-07-01  Kenichi Handa  <handa@m17n.org>
3062         * keyboard.c (decode_keyboard_code): New function.
3063         (tty_read_avail_input): Decode the input bytes if necessary.
3065         * coding.c (setup_coding_system):
3066         Initialize coding->carryover_bytes to 0.
3067         (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3068         use Qno_conversion.
3070 2009-07-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3072         * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3074 2009-06-30  Chong Yidong  <cyd@stupidchicken.com>
3076         * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3078 2009-06-30  Jason Rumney  <jasonr@gnu.org>
3080         * w32term.c (w32_initialize): Use GetModuleHandle for library that
3081         is already loaded.
3082         Set user model ID if supported (bug#1849).
3084 2009-06-29  Jim Meyering  <meyering@redhat.com>
3086         Remove useless if-before-xfree test.
3087         * nsfont.m (nsfont_close): Remove useless test.
3088         * term.c (delete_tty): Likewise.
3089         * w32.c (system_process_attributes): Likewise.
3090         * w32font.c (w32font_close): Likewise.
3091         * xfaces.c (x_free_gc): Likewise.
3092         * xselect.c (buffer): Likewise.
3094 2009-06-28  Andreas Schwab  <schwab@linux-m68k.org>
3096         * process.c (send_process): Keep decoded string in a local
3097         variable and protect it from GC.  (Bug#3521)
3099 2009-06-28  Eli Zaretskii  <eliz@gnu.org>
3101         * term.c (create_tty_output) [MSDOS]: #ifdef away.
3102         (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3104 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
3106         * xdisp.c (start_display, handle_face_prop)
3107         (move_it_vertically_backward, cursor_row_fully_visible_p)
3108         (redisplay_window, try_window_id, produce_image_glyph):
3109         Delete some #ifdef-ed out code chunks that are now obsolete.
3111         * xterm.c (x_update_window_begin, x_new_focus_frame)
3112         (x_scroll_bar_handle_click, handle_one_xevent)
3113         (handle_one_xevent, XTread_socket, x_focus_on_frame)
3114         (x_make_frame_visible, x_make_frame_invisible)
3115         (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3116         code chunks that are now obsolete.
3118 2009-06-28  Michael Albinus  <michael.albinus@gmx.de>
3120         * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3121         xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
3122         for hours, when optimzation is enabled.
3123         (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3124         (xd_read_message): Make them static.
3126 2009-06-27  Chuck Blake  <cblake@pdos.csail.mit.edu>  (tiny change)
3128         * term.c (turn_on_face): Allow simultaneously bold and dim
3129         terminal faces (Bug#3530).
3131 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
3133         * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3135         * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3136         truncation glyphs (Bug#3686).
3138 2009-06-27  Glenn Morris  <rgm@gnu.org>
3140         * m/pmax.h: Restore file, with only netbsd portions.
3142 2009-06-26  David Reitter  <david.reitter@gmail.com>
3144         * nsterm.m (keydown): Avoid infinite loop.
3146 2009-06-26  Peter Jolly  <peter@jollys.org>  (tiny change)
3148         * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3149         the arg FORCE_SYMBOL.
3151 2009-06-25  Kenichi Handa  <handa@m17n.org>
3153         * fontset.c (fontset_find_font): When a usable rfont_def is found
3154         in a fallback font-group, make it the first element of the group.
3156 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
3158         * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3160 2009-06-24  Kenichi Handa  <handa@m17n.org>
3162         * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3163         set for C.
3164         (fontset_font): Record the availability of a font for C both in
3165         the realized fontsets of the current one and the default one.
3167 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3169         * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3170         conditional, it is always defined on AIX.
3172 2009-06-23  Miles Bader  <miles@gnu.org>
3174         * window.c (Vrecenter_redisplay): New variable.
3175         (syms_of_window): Initialize it.
3176         (Qtty): New extern declaration.
3177         (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3179 2009-06-23  Jim Meyering  <meyering@redhat.com>
3181         * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3182         Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3183         pointer dereferences are guaranteed to be valid.
3185 2009-06-23  Kenichi Handa  <handa@m17n.org>
3187         * emacs.c (main): Call init_font ().
3189         * font.h (Vfont_log): Extern it.
3190         (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3192         * font.c (font_sort_entities, font_list_entities)
3193         (font_matching_entity, font_open_entity)
3194         (font_close_object): Change font_add_log to FONT_ADD_LOG.
3195         (Vfont_log): Delete static.
3196         (font_log_env_checked): Delete this variable.
3197         (font_add_log): Don't check font_log_env_checked.
3198         (font_deferred_log): Check Vfont_log.
3199         (init_font): New function.
3201         * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3203         * w32font.c: Change font_add_log to FONT_ADD_LOG.
3205         * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3207         * xfont.c: Change font_add_log to FONT_ADD_LOG.
3209         * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3210         (face_for_char): Don't call font_deferred_log here.
3211         (font_for_char): Likewise.
3213 2009-06-22  Chong Yidong  <cyd@stupidchicken.com>
3215         * w32term.c (x_draw_glyph_string): Use the glyph string's width
3216         rather than its background_width for drawing the overline and
3217         underline (Bug#489).
3219         * xterm.c (x_draw_glyph_string): Use the glyph string's width
3220         rather than its background_width for drawing the overline and
3221         underline (Bug#489).
3222         (xg_default_icon_file): New variable.
3223         (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3224         (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3226         * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3227         (load_overlay_strings): Remove externs.
3228         (fast_find_position): Function deleted.
3229         (mouse_face_from_buffer_pos): New function, based on
3230         fast_find_position.  Correctly handle before-strings,
3231         display-strings, and after-strings (Bug#1220).
3232         (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3234 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3236         * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3237         (move_it_in_display_line_to, move_it_in_display_line_to)
3238         (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3240 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3242         * Branch for 23.1.
3244 2009-06-21  Jason Rumney  <jasonr@gnu.org>
3246         * w32term.c (keyboard_codepage): New static variable.
3247         (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3248         (w32_read_socket) [WM_CHAR]: Use it to decode character
3249         input (bug#3237).
3250         (w32_initialize): Initialize it.
3251         (codepage_for_locale): New function.
3253 2009-06-20  Ken Raeburn  <raeburn@raeburn.org>
3255         * process.c (status_message): Pass Faset index argument as a lisp
3256         object, so as to work with USE_LISP_UNION_TYPE.
3258 2009-06-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3260         * coding.c (Ffind_coding_systems_region_internal):
3261         Cache checked characters.
3263 2009-06-18  Kenichi Handa  <handa@m17n.org>
3265         * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3267 2009-06-18  Andreas Schwab  <aschwab@redhat.com>
3269         * xdisp.c (redisplay_internal): Check that the frame is still
3270         live after redisplay of its windows.
3271         (redisplay_windows): Check that the window is still live.
3273 2009-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3275         * coding.c (detect_coding_utf_16): Fix previous change.
3277 2009-06-16  Kenichi Handa  <handa@m17n.org>
3279         * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3280         UTF-16 by checking the dispersion of Eth and Oth bytes.
3282 2009-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3284         * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3286 2009-06-15  Kenichi Handa  <handa@m17n.org>
3288         * process.c (status_message): Fix previous change.  Be sure to
3289         decode a localized string.
3291 2009-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3293         * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3294         add comment explaining why.
3296 2009-06-14  Sidney Markowitz  <sidney@sidney.com>
3298         * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3300 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
3302         * nsfont.m (ns_attribute_value): Remove.
3303         (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3304         (ns_has_attribute): Shrink the normal range.
3305         (ns_findfonts): Don't worry about requested spec in determining
3306         need for synthItal.
3307         (ns_get_covering_families): Retain scriptToFamilies.
3309 2009-06-14  Seiji Zenitani  <zenitani@mac.com>
3311         * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3313 2009-06-11  Kenichi Handa  <handa@m17n.org>
3315         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3316         overhang for the static composition case.
3318 2009-06-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3320         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3321         overhang for the automatic composition case.
3323         * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3324         composition case.
3326 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
3328         * xdisp.c (get_next_display_element): When handling wrap-prefix
3329         and line-prefix, treat \n as a control character (bug#3502).
3331 2009-06-10  Kenichi Handa  <handa@m17n.org>
3333         * font.c (font_parse_family_registry): Fix for one-char foundry.
3334         (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3336 2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
3338         * process.c (status_message): Fix handling of multibyte signal
3339         string (Bug#3499).
3341 2009-06-09  Jim Meyering  <meyering@redhat.com>
3343         * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3344         color name is missing.
3346 2009-06-09  Kenichi Handa  <handa@m17n.org>
3348         * charset.c (Fmap_charset_chars): In docstring, state clearly that
3349         FROM-CODE and TO-CODE are codepoints of CHARSET.
3351 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
3353         * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3355 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
3357         Changes to support :script/:lang/:otf in NS font driver.
3358         * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3359         (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3360         indicate not part of font driver interface, and change callers.
3361         (ns_get_family): Remove pointless null check.
3362         (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3363         ns_spec_to_descriptor, ns_descriptor_to_entity.
3364         (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3365         (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3366         (ns_spec_to_descriptor, ns_descriptor_to_entity)
3367         (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3368         (ns_get_req_script, ns_accumulate_script_ranges)
3369         (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3370         New functions.
3371         (nsfont_list, nsfont_match): Use ns_findfonts.
3372         (nsfont_open): Use font descriptor instead of traits.
3373         (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3374         (dump_glyphstring): Rename to ns_dump_glyphstring.
3376         * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3378         * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3380         * fontset.c (fontset_from_font): Remove NS-specific code.
3382 2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
3384         * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3385         nonactive windows.
3387 2009-06-08  Felix Mueller  <felix@enqueue.eu>  (tiny change)
3389         * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3391 2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
3393         * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3395 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
3397         * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3398         account for the overflowing of newlines into the last glyph on the
3399         display line (Bug#3482).
3401 2009-06-05  David Reitter  <david.reitter@gmail.com>
3403         * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3404         (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3405         Fns_selection_exists_p, Fns_selection_owner_p.
3407 2009-06-03  Jason Rumney  <jasonr@gnu.org>
3409         * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3410         available.  (Bug#3379)
3412 2009-05-29  Kenichi Handa  <handa@m17n.org>
3414         * coding.c (get_translation_table):
3415         Check Venable_character_translation.
3417 2009-05-26  David Reitter  <david.reitter@gmail.com>
3419         * nsterm.m (ns_raise_frame): Only raise frame if visible.
3420         (x_make_frame_visible): Move frame to front rather than calling
3421         ns_raise_frame().
3422         (keyDown:): Do not swallow events that aren't re-sent if frame
3423         isn't key window.
3424         (drawRect:): Do not set visibility/iconified flags because
3425         drawRect may be called by NSView even if the frame is hidden.
3427         * nsfns.m (Fx_create_frame): Follow other ports in
3428         determining visibility; default to t.  Ensure async_visible is set.
3430 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
3432         * dired.c (Ffile_attributes): Doc fix.
3434 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
3436         * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3438 2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3441         and xfont_scratch_props.
3442         (syms_of_xfont): Do it here instead.
3443         (xfont_find_ccl_program): Delete, unused.
3444         (xfont_open): Delete unused var `i'.
3446 2009-05-21  Kenichi Handa  <handa@m17n.org>
3448         * fontset.c (Qlatin): Don't make it static.
3450         * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3451         New functions.
3452         (xfont_scripts_cache, xfont_scratch_props): New variables.
3453         (Qlatin, Vscalable_fonts_allowed): Extern it.
3454         (xfont_list_pattern): Argument changed.  Callers changed.
3455         Check Vscalable_fonts_allowed.  Check the support of a script.
3456         (xfont_list): Don't reject a font spec with :script property.
3457         (xfont_has_char): Fix setting of encoding.
3458         (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3459         xfont_scratch_props.
3461 2009-05-19  Kenichi Handa  <handa@m17n.org>
3463         * font.c (font_sort_entities): Rename from font_sort_entites.
3464         Callers changed.
3466 2009-05-18  Kenichi Handa  <handa@m17n.org>
3468         * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3470 2009-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3472         * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3473         (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3475 2009-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3477         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3478         (x_delete_terminal): Dissociate resource database from display and
3479         then call XrmDestroyDatabase before closing display.
3481 2009-05-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3483         * nsterm.m (ns_read_socket): Remove unused variable.
3484         * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3485         whether selected frame is viable before raising it (based on patch
3486         by David Reitter), and improve commentary.
3487         * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3489 2009-05-15  Kenichi Handa  <handa@m17n.org>
3491         * font.c (Ffont_spec): Check arguments.
3493 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
3495         * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3496         weight when testing attributes (Bug#3282).
3498 2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3500         * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3501         what we expect to get in the next ConfigureNotify event.
3503         * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3504         before Xft one (Bug#1696).
3506 2009-05-07  David Reitter  <david.reitter@gmail.com>
3508         * nsfns.m (Fx_display_planes): Compute bitplanes using
3509         NSBitsPerPixelFromDepth (Bug#3207).
3511 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
3513         * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3515 2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
3517         * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3519 2009-05-07  David Reitter  <david.reitter@gmail.com>
3521         * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3522         Respect mouse face background.
3524 2009-05-07  David Reitter  <david.reitter@gmail.com>
3526         * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3527         Mouse movement/highlight: bracket drawing operations
3528         in ns_update_begin and ns_update_end.
3530 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * nsfns.m (ns_get_screen): Rewrite.
3533         Don't presume selected-frame is of type `ns'.
3535         * font.c (font_update_drivers): Sanity fallback to avoid disabling
3536         all drivers.
3538         * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3540 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3542         * keyboard.h (add_user_signal): Fix typo in extern.
3544         * lisp.h (add_user_signal): Remove extern.
3546         * unexelf.c (unexec): Consider a section to precede the .bss section
3547         if its addresses overlap that of .bss.
3548         (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3549         instead of dumping process.
3551 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3555 2009-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3557         * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3559 2009-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
3561         * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3562         any statements.
3564 2009-05-02  Andreas Schwab  <schwab@linux-m68k.org>
3566         * process.c (read_process_output): Make sure the current buffer is
3567         always restored.
3569         * coding.c (record_conversion_result): Don't modify
3570         Vlast_code_conversion_error for successful result.
3571         (alloc_destination): Don't clobber conversion result.  (Bug#1650)
3573 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3575         * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3576         (load_charset_map): Remove unnecessary code.
3578 2009-04-30  David Reitter  <david.reitter@gmail.com>
3580         * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3581         through f24.
3583 2009-04-30  Chong Yidong  <cyd@stupidchicken.com>
3585         * xfaces.c (face_at_buffer_position): New arg base_face_id.
3587         * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3588         face_at_buffer_position.
3589         (face_before_or_after_it_pos, get_next_display_element)
3590         (note_mouse_highlight): Update face_at_buffer_position call.
3592         * term.c (term_mouse_highlight):
3593         * msdos.c (IT_note_mouse_highlight):
3594         * fontset.c (Finternal_char_font):
3595         * font.c (font_at, font_range): Update face_at_buffer_position call.
3597         * dispextern.h (face_at_buffer_position): Update prototype.
3599 2009-04-30  Kenichi Handa  <handa@m17n.org>
3601         * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3603 2009-04-29  Andreas Schwab  <schwab@linux-m68k.org>
3605         * callproc.c (Fcall_process): Fix GC protection.  Make sure
3606         current buffer is always restored.
3608 2009-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3610         * atimer.c (init_atimer): Also clear stopped_atimers.
3612         * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3614         * process.c (create_process): Clean up merger residues of
3615         2008-07-17 change.
3617 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
3619         * lread.c (Vread_circle): New variable.
3620         (read1): Disable recursive read if Vread_circle is nil.
3622 2009-04-29  Kenichi Handa  <handa@m17n.org>
3624         * fontset.h (set_default_ascii_font): Delete extern.
3626         * fontset.c (set_default_ascii_font): Delete this unused function.
3628         * frame.c (x_set_font): When ARG is a font-object, check if the
3629         font-object matches with the ASCII font-spec of the frame's
3630         fontset.  If not, create a new fontset for the frame.  (Bug #3075)
3632 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
3634         * fns.c (Flocale_info): Protect vector from GC during decoding.
3636         * process.c (Fstart_process): Protect argv strings from GC during
3637         encoding.
3639 2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3641         * sysdep.c: Include <ctype.h>.
3643 2009-04-27  David Reitter  <david.reitter@gmail.com>
3645         * nsfont.m (nsfont_open): Remove unused variable shrink.
3646         Remove commented-out code.
3648 2009-04-26  Johan Bockgård  <bojohan@gnu.org>
3650         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3652 2009-04-25  Jason Rumney  <jasonr@gnu.org>
3654         * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3656 2009-04-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3658         * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3659         Swap bytes in short integer if fringe bitmap width > 8.
3661 2009-04-23  Kenichi Handa  <handa@m17n.org>
3663         * xfaces.c (Fx_list_fonts): If a font size is specified in
3664         PATTERN, set it in returned scalable fonts.
3666 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
3668         * keyboard.c (Fset_input_meta_mode): Doc fix.
3670         * dispnew.c (Fsend_string_to_terminal): Doc fix.
3672         * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3674         * coding.c (Fterminal_coding_system): Doc fix.
3676         * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3677         (Fx_display_pixel_height, Fx_display_planes)
3678         (Fx_display_color_cells, Fx_server_max_request_size)
3679         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3680         (Fx_display_mm_height, Fx_display_mm_width)
3681         (Fx_display_backing_store, Fx_display_visual_class)
3682         (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3683         Doc fixes, replacing "terminal id" with "terminal object".
3684         (check_x_display_info): Handle terminal objects instead of
3685         terminal ids.
3687         * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3688         (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3689         (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3690         Doc fixes, replacing "terminal id" with "terminal object".
3692 2009-04-21  Kenichi Handa  <handa@m17n.org>
3694         * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3695         (font_score): Check AVGWIDTH too.
3697         * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3698         worst case.
3699         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3700         (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3702 2009-04-19  Jason Rumney  <jasonr@gnu.org>
3704         The following changes fix Bug#3005 for wide glyphs on each platform,
3705         without reintroducing Bug#1258 for stretch glyphs.
3707         * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3708         BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
3709         get_phys_cursor_geometry.
3711         * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3712         for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
3713         using get_phys_cursor_geometry.
3715         * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3716         correctly calculated.
3718 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
3720         * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3721         Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3722         (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3723         is deprecated.
3725 2009-04-18  Andreas Schwab  <schwab@linux-m68k.org>
3727         * font.c (font_put_frame_data): Use xfree instead of free.
3729 2009-04-17  Juanma Barranquero  <lekktu@gmail.com>
3731         * w32font.c (Qja, Qko): Remove declarations.
3732         (syms_of_w32font): Don't DEFSYM them.
3734 2009-04-17  Chong Yidong  <cyd@stupidchicken.com>
3736         * font.c (Qja, Qko): Move definitions here from ftfont.c.
3738         * font.h (Qja, Qko): Extern them.
3740         * ftfont.c (Qja, Qko): Remove declarations.
3742         * xfont.c (Qja, Qko): Remove declarations.
3744 2009-04-17  Kenichi Handa  <handa@m17n.org>
3746         * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3747         string from a vector to handle Latin-1 characters correctly.
3749         * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3750         entity even if the cache hits.
3752 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
3754         * search.c (boyer_moore): Use zero as marker value for a possible
3755         match instead of depending on overflow behavior.  (Bug#2844)
3757         * search.c: Use EMACS_INT for buffer positions.  Add prototypes.
3758         * lisp.h: Adjust prototypes.
3760 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
3762         * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3763         change (Bug#3003).
3765 2009-04-16  Kenichi Handa  <handa@m17n.org>
3767         * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3769         * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3770         adstyle.
3772         * ftfont.c (Qja, Qko): Don't make them static.
3773         (enum ftfont_cache_for): New enum.
3774         (fc_charset_table): Undo the previous change.
3775         (ftfont_get_latin1_charset): Delete it.
3776         (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3777         Set FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
3778         non-scarable font, try to get AVERAGE_WIDTH.
3779         (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3780         Change ft_face_cache from a list of a hash-table.  Don't check
3781         `ja' and `ko' adstyle here.
3782         (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3783         FTFONT_CACHE_FOR_CHARET.
3784         (ftfont_get_charset): Undo the previous change.
3785         (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3786         (ftfont_close): Likewise.
3787         (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3789         * font.c (font_sort_entites): Change the meaning of the arg
3790         BEST-ONLY.  Don't optimize for VEC of lenght 1.
3791         (font_select_entity): Just return the value of font_sort_entites.
3793         * xfaces.c (merge_face_vectors): Reflect font properties in
3794         to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
3795         font_clear_prop if a face attribute doesn't change.
3797         * charset.h (charset_ksc5601): Extern it.
3799         * charset.c (charset_ksc5601): New variable.
3800         (Fdefine_charset_internal): Set charset_ksc5601.
3801         (init_charset_once): Initialize charset_ksc5601 to -1.
3803 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
3805         * fileio.c (history_delete_duplicates): Remove unused declaration.
3807         * callint.c (history_delete_duplicates): New declaration.
3808         (Fcall_interactively): Remove command history duplicates when
3809         history_delete_duplicates is true.
3811 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
3813         * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3815 2009-04-14  Kenichi Handa  <handa@m17n.org>
3817         * font.c (Ffont_info): Fix docstring.  Fix the second element of
3818         the returned value (bug#2949).
3820 2009-04-14  Chong Yidong  <cyd@stupidchicken.com>
3822         * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3824 2009-04-14  Kenichi Handa  <handa@m17n.org>
3826         * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3827         encoding charset is ascii_compatible.
3829         * charset.c (Fdefine_charset_internal): Make charset
3830         ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3831         code_offset is 0, and covers all ASCII characters.
3833 2009-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3835         * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3836         (ns_string_to_pasteboard_internal):
3837         * nsmenu.m (process_dialog):
3838         * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3839         * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3840         * lisp.h (Fx_load_color_file): Declare.
3842 2009-04-13  Kenichi Handa  <handa@m17n.org>
3844         * font.c (font_delete_unmatched): Preserve the order of list elements.
3845         (font_select_entity): Suppress the code to optimize for the same
3846         kind of fonts.
3847         (font_load_for_lface): Get a font that supports at least ASCII
3848         characters.
3850         * ftfont.c (Qja, Qko): New variables.
3851         (fc_charset_table): Delete uniquifier data for iso8859-1.
3852         (ftfont_get_latin1_charset): New function.
3853         (get_adstyle_property): New function.
3854         (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3855         bitmap fonts.
3856         (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3857         Delete iso-8859-1 range from the charset of fonts whose adstyle is
3858         `ko' or `ja'.
3859         (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
3860         (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
3861         (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3862         property.
3863         (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3864         (syms_of_ftfont): DEFSYM Qja and Qko.
3866 2009-04-09  Kenichi Handa  <handa@m17n.org>
3868         * charset.c (map_charset_chars): For a charset of `superset'
3869         method, fix calculation of code range.
3871         * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3872         from the list of extra properties.
3873         (font_clear_prop): Be sure to delete `:name' font property.
3875 2009-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3877         * dispnew.c (redraw_overlapping_rows): Fix detection of
3878         overlapping for topmost and bottommost rows.
3880         * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
3882 2009-04-06  Jason Rumney  <jasonr@gnu.org>
3884         * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3886 2009-04-06  Kenichi Handa  <handa@m17n.org>
3888         * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3890         * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3892 2009-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3894         * ftfont.c (ftfont_open): Fix checking of the return value of
3895         FT_Load_Char.  Fix setting font->underline_thickness.
3897 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
3899         * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3900         (Fterminal_parameters, Fterminal_parameter)
3901         (Fset_terminal_parameter): In doc string, refer to terminal
3902         objects rather than terminal ids.
3904 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
3906         * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3907         ret_lim_data.  (Bug#2867)
3909 2009-04-03  Chong Yidong  <cyd@stupidchicken.com>
3911         * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3912         so they don't get wider than the window, matching 2006-01-23
3913         change to the partner function in xdisp.c (Bug#2800).
3915 2009-04-03  Kenichi Handa  <handa@m17n.org>
3917         * print.c (print_object): Make each lowest sub_char_table start a
3918         new line (Bug#2866).
3920 2009-04-02  Kenichi Handa  <handa@m17n.org>
3922         * fontset.c (fontset_font): Record no-font when a fontset
3923         explicitly tells not to try another font-specs.
3925 2009-03-30  Pierre Poissinger  <pierre.poissinger@gmail.com>  (tiny change)
3927         * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3929 2009-03-30  Kenichi Handa  <handa@m17n.org>
3931         * fontset.c (fontset_from_font): Specify only registry in a
3932         font-spec for all characters supported by that registry.
3934         * ftfont.c: Fix previous change.  Define ftfont_variation_glyphs
3935         even if HAVE_M17N_FLT is not defined.
3937 2009-03-29  Sebastian Rose  <sebastian_rose@gmx.de>  (tiny change)
3939         * ftfont.c: Conditionalize prototyping and use of
3940         ftfont_variation_glyphs.
3942 2009-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * frame.c (delete_frame): Work around compiler bug.
3946         * editfns.c (general_insert_function): Adjust to insdel.c changes.
3947         * insdel.c (prepare_to_modify_buffer, signal_before_change):
3948         Some more EMACS_INT.
3949         * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3951         * xdisp.c (dump_glyph): Fix typo.
3953         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3954         (adjust_markers_gap_motion, adjust_markers_for_delete)
3955         (adjust_markers_for_insert, adjust_point)
3956         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3957         (make_gap, copy_text, count_size_as_multibyte, insert)
3958         (insert_and_inherit, insert_before_markers)
3959         (insert_before_markers_and_inherit, insert_1)
3960         (count_combining_before, count_combining_after, insert_1_both)
3961         (insert_from_string, insert_from_string_before_markers)
3962         (insert_from_string_1, insert_from_gap, insert_from_buffer)
3963         (insert_from_buffer_1, adjust_after_replace)
3964         (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3965         (replace_range_2, del_range, del_range_1, del_range_byte)
3966         (del_range_both, del_range_2, modify_region)
3967         (prepare_to_modify_buffer, signal_before_change)
3968         (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3969         for buffer positions and sizes.
3970         * lisp.h: Adjust prototypes accordingly.
3972         * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3973         (non_regular_inserted, non_regular_nbytes, read_non_regular)
3974         (Finsert_file_contents): Use EMACS_INT for buffer positions.
3976         * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3978 2009-03-27  Jan Djärv  <jan.h.d@swipnet.se>
3980         * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3981         lines and columns so we keep the same pixel height and width.
3983         * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3984         the property _NET_WM_STATE has changed.
3985         (x_handle_net_wm_state): New function to update frame parameter
3986         fullscreen.
3987         (x_term_init): Initialize atoms for _NET_WM_STATE.
3989         * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3991 2009-03-27  Kevin Ryde  <user42@zip.com.au>
3993         * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3994         Gpm_GetEvent as an error that justifies closing the filedescriptor.
3995         * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3996         (Fgpm_mouse_stop): Pass that new parameter.
3997         * termhooks.h (close_gpm): Adjust prototype.
3999 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * lisp.h (Fx_focus_frame): Declare.
4003         * callint.c (Fcall_interactively): For '^' just delegate the work to
4004         handle-shift-selection.
4005         (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4007 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
4009         * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4011         * data.c (Qinteractive_form): New variable.
4012         (Finteractive_form): Use it.
4014         * eval.c (Fcommandp): Use Qinteractive_form.
4016 2009-03-24  Jason Rumney  <jasonr@gnu.org>
4018         * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4019         Calculate total size precisely.  Decode environment variables
4020         before substituting.  (Bug#38)
4022 2009-03-24  Kenichi Handa  <handa@m17n.org>
4024         * font.c (find_font_encoding): Return Qnil for unsupported
4025         encoding (Bug#2722).
4027 2009-03-23  Jan Djärv  <jan.h.d@swipnet.se>
4029         * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4030         that gdpy is set.
4032 2009-03-22  Alan Mackenzie  <acm@muc.de>
4034         * callint.c (Finteractive): Clarify the doc string - even
4035         promptless elements need \n separators.
4037 2009-03-22  Jason Rumney  <jasonr@gnu.org>
4039         * w32term.c (syms_of_w32term): Doc fix for
4040         x-use-underline-position-properties.
4042 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
4044         * w32.c (getpwuid): Change argument type to unsigned.
4045         (struct w32_id): Change type of `rid' member to unsigned.
4046         (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4047         argument ID to unsigned.  All callers changed.
4048         (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4050 2009-03-20  Eli Zaretskii  <eliz@gnu.org>
4052         * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4053         negative, produce a float value.
4055         * dired.c (make_uid, make_gid): New functions.
4056         (Ffile_attributes): Use them to avoid negative UID and GID.
4058 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
4060         * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4061         (syms_of_keyboard) <command-hook-internal, input-method-function>:
4062         Fix typos in docstrings.
4064 2009-03-19  Kenichi Handa  <handa@m17n.org>
4066         * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4067         changed, use font_load_for_lface to get a new font object.
4068         Call free_realized_fontset after handling ASCII font change.
4070         * frame.c (x_set_font): Handle the case that ARG is a cons.
4072 2009-03-19  Glenn Morris  <rgm@gnu.org>
4074         * fileio.c (Fsubstitute_in_file_name): Doc fix.
4076 2009-03-19  Chong Yidong  <cyd@stupidchicken.com>
4078         * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4080 2009-03-19  Kenichi Handa  <handa@m17n.org>
4082         * charset.c (load_charset_map_from_file): When a mapfile can't be
4083         loaded, signal an error.
4085 2009-03-18  Eli Zaretskii  <eliz@gnu.org>
4087         * dired.c (Ffile_attributes): Make sure UID and GID are always
4088         positive, even if the value is too large for a positive EMACS_INT.
4089         Doc fix.
4091         * editfns.c (Fuser_login_name): Support float arguments.  Doc fix.
4093 2009-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4095         * xmenu.c (xdialog_show): Move Fredisplay call ...
4096         (Fx_popup_dialog): ... here.
4098 2009-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * dired.c (file_name_completion): Disable the first optimization just
4101         installed, since it is not implemented correctly.
4103 2009-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4105         * dired.c (file_name_completion): Check completion-ignored-extensions
4106         only if the entry can affect bestmatch.
4107         Stop the search early, as Ftry_completion already does.
4109 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
4111         * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4113 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
4115         * keyboard.c (parse_menu_item): Don't display remappings as menu
4116         equivalent bindings (Bug#788).
4118 2009-03-15  Jason Rumney  <jasonr@gnu.org>
4120         * w32term.h (WM_EMACS_PAINT): New message.
4121         * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4122         * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4123         before passing to lisp thread.  (Bug#950)
4125 2009-03-14  David Reitter  <david.reitter@gmail.com>
4127         * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4128         variable as it was never reset.
4129         (ns_term_init): Remove initialization of Lisp-settable defaults
4130         and ns_expand_space.
4131         (-setPanelFromDefaultValues): Remove ns_expand_space.
4132         (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4133         * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4134         i.e. no additional spacing, similar to Carbon port.
4136         * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4137         * nsfns.m (ns-popup-prefs-panel): Remove.
4139 2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
4141         * sound.c (alsa_configure): Remove call to deprecated
4142         snd_pcm_sw_params_set_xfer_align.
4144 2009-03-14  Stephen Berman  <stephen.berman@gmx.net>
4146         * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4147         after clicking in a detached tool bar.
4148         (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4150 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4153         int/Lisp_Object mixup).
4155 2009-03-13  Kenichi Handa  <handa@m17n.org>
4157         * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4158         Handle NAME nil and t correctly.  Callers changed.
4159         (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4160         (set_fontset_font): Change ARG to a vector.  Handle range_list in
4161         ARG correctly.
4162         (Fset_fontset_font): Fix the case that TARGET is both a script
4163         name and charset name.  Adjust the arg to set_fontset_font for
4164         the above change.
4165         (fontset_from_font): Fix previous change.
4166         (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4167         entry.  If FONTSET is the default fontset, don't set the extra
4168         slot of the returning char-table.
4170 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
4172         * nsfns.m (Fx_close_connection): Doc fix.
4173         (Fns_do_applescript): Reflow docstring.
4174         (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4175         (Fx_display_pixel_width, Fx_display_pixel_height)
4176         (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4177         Fix typos in docstrings.
4178         (Fns_set_alpha): Fix typos in error messages.
4180 2009-03-12  David Reitter  <david.reitter@gmail.com>
4182         * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4183         non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
4184         were used for such events.
4186         * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4187         (toggleToolbar, performDragOperation, runHelp): Use it.
4189         * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4190         NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4192 2009-03-11  Kenichi Handa  <handa@m17n.org>
4194         * font.h (font_open_by_spec): Extern it.
4196         * font.c (font_open_by_spec): New function.
4197         (font_open_by_name): Use font_open_by_spec.
4199         * frame.c (x_set_font): When ARG is a font-object, don't alter the
4200         fontset of the frame.
4202         * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4203         modify the default font of frames that use this fontset.
4204         (num_auto_fontsets): New variable.
4205         (fontset_from_font): Use num_auto_fontsets to decide a fontset
4206         name.  Be sure to set FONTSET_ASCII to the correct font name.
4207         (update_auto_fontset_alist): New function.
4209 2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
4211         * makefile.w32-in: Update dependencies.
4213 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4215         * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4217 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4221 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
4223         * lread.c (Feval_buffer): Doc fix.
4225 2009-03-09  Kenichi Handa  <handa@m17n.org>
4227         * charset.c (Qfile_name_handler_alist): Extern it.
4228         (load_charset_map_from_file): Temporarily bind
4229         `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
4231 2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
4233         * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4234         not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
4236 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4238         * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4239         (x_set_window_size): Change back to calculated method of setting
4240         toolbar height under Cocoa.  (Bug#2546)
4241         (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4242         (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4244         * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4246         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4247         accelerator in parens under GNUstep.
4249 2009-03-06  Kenichi Handa  <handa@m17n.org>
4251         These changes are to detect incorrect composition sequence without
4252         looking ahead the source.  (Bug#2370)
4254         * coding.h: Include "composite.h".
4255         (enum compisition_state): New enum.
4256         (struct compisition_status): New struct.
4257         (struct iso_2022_spec): New member cmp_status.
4258         (struct emacs_mule_spec): New struct.
4259         (struct coding_system): New members ctext_extended_segment_len and
4260         embedded_utf_8.  Change the union member
4261         spec.emacs_mule_full_support to spec.emacs_mule.
4263         * coding.c (CODING_ISO_CMP_STATUS): New macro.
4264         (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4265         (MAX_ANNOTATION_LENGTH): Define to 5.
4266         (ADD_COMPOSITION_DATA): New arg nbytes.
4267         (emacs_mule_char): New arg cmp_status.
4268         (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4269         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4270         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4271         (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4272         (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4273         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4274         (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4275         (EMACS_MULE_COMPOSITION_END): New macro.
4276         (emacs_mule_finish_composition): New function.
4277         (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4278         (decode_coding_emacs_mule): Avoid long looking ahead while
4279         handling composition.
4280         (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4281         (ENCODE_COMPOSITION_RULE): New macro.
4282         (finish_composition): New function.
4283         (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4284         (DECODE_COMPOSITION_START): New implementation.
4285         (DECODE_COMPOSITION_END): Likewise.
4286         (STORE_COMPOSITION_RULE): New macro.
4287         (decode_coding_iso_2022): Avoid long looking ahead while handling
4288         composition, CTEXT extended segment, and embedded UTF-8.
4289         (setup_coding_system): For a coding of type iso-2022, reset
4290         CODING_ISO_EXTSEGMENT_LEN (coding) and
4291         CODING_ISO_EMBEDDED_UTF_8 (coding).
4292         (get_translation): Delete arguments last_block, from_nchars,
4293         to_nchars.  Callers changed.
4294         (produce_chars): Don't modify charbuf.  Adjusted for the change of
4295         get_translation.
4296         (produce_composition): Adjust for the new annotation sequence.
4297         (handle_composition_annotation): Likewise.
4298         (consume_chars): Adjust for the change of get_translation.
4300 2009-03-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
4302         * nsterm.m (ns_select): Shortcircuit if reentrant call.  (Bug#2564)
4304 2009-03-05  Kenichi Handa  <handa@m17n.org>
4306         * font.c (font_select_entity): New function.
4307         (font_find_for_lface): Use font_select_entity to select a font.
4309         * fontset.c (fontset_find_font): If a font found without
4310         restricting to the characters C doesn't support C, try to find a
4311         font with C restriction.
4313 2009-03-04  Nikolaj Schumacher  <me@nschum.de>
4315         * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4317 2009-03-04  Jason Rumney  <jasonr@gnu.org>
4319         * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4320         characters that have already been read.  (Bug#2569)
4322         * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4323         Log an error message if check_image_size failed.
4324         (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4325         (gs_load): Mention max-image-size in size error message.  (Bug#2560)
4327 2009-03-02  Eli Zaretskii  <eliz@gnu.org>
4329         * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4330         when decoding process output.
4332 2009-03-01  Richard M Stallman  <rms@gnu.org>
4334         * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4336         * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4338 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
4340         * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4341         (decode_coding_emacs_mule, decode_coding_iso_2022)
4342         (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4343         (decode_coding_raw_text, decode_coding_charset)
4344         (setup_coding_system, decode_eol, decode_coding, consume_chars):
4345         Honor inhibit-eol-conversion.  (Bug #2186)
4347 2009-02-28  Jason Rumney  <jasonr@gnu.org>
4349         * coding.c (detect_coding_charset): If not checking latin extra,
4350         fail on characters between 0x80 and 0xA0.  (Bug#2354)
4352 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
4354         * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4355         Also, check iso-latin-*, not only iso-8859-*.  (Bug#2497)
4357 2009-02-27  Glenn Morris  <rgm@gnu.org>
4359         * callint.c (Finteractive): Doc fix.
4361 2009-02-27  Kenichi Handa  <handa@m17n.org>
4363         * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4365 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
4367         * font.c (font_style_to_value): Set value for unknown symbols to
4368         100 instead of 255.
4369         (weight_table, slant_table, width_table): Treat "unspecified" as
4370         the default value.
4372 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
4374         * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4376 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
4378         * lread.c (Fload): Stop checking Vloads_in_progress and signal
4379         error as soon as a recursive load is detected.
4381 2009-02-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
4383         * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4384         before caching.
4386 2009-02-24  Kenichi Handa  <handa@m17n.org>
4388         * fontset.c (fontset_find_font): Fix the condition for checking
4389         unavailable font.
4391 2009-02-24  Glenn Morris  <rgm@gnu.org>
4393         * xfaces.c (Finternal_set_font_selection_order): Remove leading
4394         whitespace that confuses documentation.
4396 2009-02-23  Miles Bader  <miles@gnu.org>
4398         * process.c (Flist_system_processes, Fprocess_attributes)
4399         (syms_of_process): Rename `system-process-attributes' to
4400         `process-attributes'.
4402 2009-02-22  Andreas Schwab  <schwab@linux-m68k.org>
4404         * coding.h (struct coding_system): Make safe_charsets a pointer to
4405         unsigned char.
4406         * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4407         being 255.
4408         (SAFE_CHARSET_P): Likewise.
4409         (setup_iso_safe_charsets): Properly setup safe_charsets.
4410         (Fdefine_coding_system_internal): Likewise.
4411         (setup_coding_system): Likewise.  Remove unneeded casts.
4412         (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4413         CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.  Remove
4414         unneeded casts.
4416         * insdel.c (del_range_2): Don't modify gap contents when called
4417         from decode_coding_object.  (Bug#1809)
4419 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
4421         * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4422         Qfont_object.
4423         (Ftype_of): Recognize font objects.
4425         * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4427         * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4428         moved to data.c.
4430 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
4432         * nsterm.m (x_make_frame_invisible): Unset async_visible,
4433         async_iconified.  Based on a patch by Christian Lynbech
4434         <christian.lynbech@tieto.com>.
4435         (EmacsView-windowDidMiniaturize:): Unset async_visible.
4437 2009-02-20  Glenn Morris  <rgm@gnu.org>
4439         * syntax.c (Fskip_chars_forward): Fix doc typo.
4441 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
4443         * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4445 2009-02-19  Chong Yidong  <cyd@stupidchicken.com>
4447         * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4449 2009-02-19  Kenichi Handa  <handa@m17n.org>
4451         * coding.c (detect_coding): Preserve coding->mode.
4452         Don't overflow coding->carryover.  (Bug#2370)
4454 2009-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
4456         * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4458 2009-02-18  Kenichi Handa  <handa@m17n.org>
4460         * font.c (font_check_otf_features): Fix handling of `nil' element.
4461         (Ffont_spec): Describe :lang and :otf in the docstring.
4463 2009-02-16  Andreas Schwab  <schwab@suse.de>
4465         * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4466         string.
4468 2009-02-16  Kenichi Handa  <handa@m17n.org>
4470         * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4471         (Bug#1723)
4473 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
4475         * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4477         * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4478         (handle_line_prefix): Suppress wrapping of wrap prefixes.
4480 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
4482         * msdos.c (MAX_SCREEN_BUF): New macro.
4483         (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4484         Encode the entire run of glyphs sharing the same face, instead of
4485         doing that one glyph at a time (fixes a bug with displaying
4486         double-size characters).
4488 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4490         * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4492         * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4493         (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4494         pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
4496         * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4497         set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
4499 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4501         * keyboard.c (adjust_point_for_property): Allow stopping between two
4502         invisible areas.
4504 2009-02-12  Jason Rumney  <jasonr@gnu.org>
4506         * w32font.c (check_face_name): Check for fake helv.  (Bug#2275)
4507         (add_font_entity_to_list): Call check_face_name even when family
4508         is unspecified.
4510         * w32term.c (x_display_pixel_height, x_display_pixel_width):
4511         Release DC when finished.  Use NULL window to refer to desktop.
4512         (w32_term_init): Use NULL window to refer to desktop.  (Bug#460)
4514         * w32font.c (add_font_entity_to_list): Fix check for substituted
4515         raster fonts.  (Bug#2219)
4517 2009-02-12  Kenichi Handa  <handa@m17n.org>
4519         * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4520         (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4521         (autocmp_chars): Use fast_looking_at.  Don't compose more
4522         characters than MAX_COMPOSITION_COMPONENTS.
4523         (find_automatic_composition): While looking forward and backward,
4524         check static composition.  Fix where to stop looking forward.
4525         (composition_adjust_point): Fix checking of static composition.
4526         (Fcomposition_get_gstring): Pay attention to
4527         MAX_COMPOSITION_COMPONENTS.
4529         * lisp.h (fast_looking_at): Extern it.
4531         * search.c (fast_looking_at): New function.
4533         * term.c (encode_terminal_code): Adjust for the change of
4534         <struct glyph>.u.cmp.to.
4535         (append_composite_glyph): Likewise.
4537         * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4538         <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
4539         composition.
4540         (append_composite_glyph): Adjust for the change of
4541         <strcut glyph>.u.cmp.to.
4543 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
4545         * casetab.c (init_casetab_once):
4546         * coding.c (ALLOC_CONVERSION_WORK_AREA):
4547         * font.c (font_update_lface):
4548         * fontset.c (Fnew_fontset):
4549         * ftfont.c (ftfont_drive_otf):
4550         * xfont.c (xfont_open):
4551         * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4553 2009-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * fileio.c (Fwrite_region): !NILP -> CONSP.
4557 2009-02-10  Andreas Schwab  <schwab@suse.de>
4559         * process.c (send_process): Properly relocate pointer into data
4560         when using encoded data.  (Bug#2272)
4562 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4564         * coding.c (detect_coding_charset): Fix previous change.
4566 2009-02-08  Jason Rumney  <jasonr@gnu.org>
4568         * w32fns.c (w32_hide_hourglass): Handle case where frame
4569         disappeared while hourglass was displayed.  (Bug #2193)
4571 2009-02-07  Andreas Schwab  <schwab@suse.de>
4573         * unexelf.c (unexec): Fix error message.
4575 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
4577         * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4578         when modal window is active.  (Bug #2152)
4579         (applicationShouldTerminate:): Remove now-unneeded while loop
4580         around NSRunAlertPanel.
4582         * nsmenu.m (popupSession): New file-global variable.
4583         (pop_down_menu): End the popupSession before closing dialog.
4584         (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4585         (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4586         don't query NSApp for events (just sleep instead).
4588 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
4590         * coding.c (syms_of_coding) <translation-table-for-input>:
4591         Modify doc string to discourage use for character code unification.
4593 2009-02-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4595         * atimer.c (run_timers): Update pending_atimers.
4597 2009-02-06  Chong Yidong  <cyd@stupidchicken.com>
4599         * image.c (svg_load_image): Fix last change.
4601         * xfns.c (Fx_create_frame): Signal an error if no font is
4602         found (Bug#2147).
4604 2009-02-05  Juanma Barranquero  <lekktu@gmail.com>
4606         * character.c (syms_of_character) <script-representative-chars>:
4607         Fix typo in docstring.
4609 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
4611         * nsmenu.m (pop_down_menu): New function.
4612         (ns_popup_dialog): Call it on unwind.
4613         (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4614         call timer_check() (Bug#2154).
4615         (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4616         handling_signal is set.
4617         (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4619         * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4621         * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4623         * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4625         * keyboard.c (poll_for_input_1, handle_async_input):
4626         Set handling_signal under HAVE_NS.
4628 2009-02-04  Glenn Morris  <rgm@gnu.org>
4630         * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4632 2009-02-04  Kenichi Handa  <handa@m17n.org>
4634         * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4636         * charset.c (Fchar_charset): New optional arg restriction.
4638         * coding.h (coding_system_charset_list): Extern it.
4640         * coding.c (coding_system_charset_list): New function.
4642         * composite.c: Include coding.h and termhooks.h.
4643         (composition_gstring_p): Fix for the terminal case.
4644         (composition_gstring_width): Likewise.
4645         (fill_gstring_body): Likewise.
4646         (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4647         the frame.
4648         (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4649         is within a composition.
4650         (Fcomposition_get_gstring): Fix the terminal case.
4652         * term.c (encode_terminal_code): Fix handling of composition.
4653         (produce_composite_glyph): For static composition, get pixel_width
4654         from struct composition.
4656 2009-02-02  Andreas Schwab  <schwab@suse.de>
4658         * unexelf.c (unexec): Handle unaligned bss offset.
4660 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
4662         * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4663         XT,w32read_socket changes to ns_read_socket.
4665         * keyboard.c (handle_interrupt): Don't call
4666         quit_throw_to_read_char() under NS.
4668         * blockinput.h: Remove NS-specific code.
4670 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
4672         * dispnew.c (window_change_signal): Don't try to get the size of a
4673         suspended tty frame.
4674         * term.c (Fresume_tty): Resize if the size has changed while the
4675         tty was suspended.
4677         * alloc.c (mark_stack): Properly conditionalize previous change.
4679 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
4681         * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4682         * w32term.c (w32_read_socket) [SYNC_INPUT]:
4683         Remove; this code is not used on Windows.
4685 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
4687         * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4688         EOLs that also has stray ^M characters.
4690 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
4692         * atimer.c (run_timers, alarm_signal_handler):
4693         * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4694         * w32inevt.c (w32_console_read_socket):
4695         * w32term.c (w32_read_socket):
4696         * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4698 2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
4700         * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4701         Initialize it as a relative filename pattern.
4702         (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4703         (Fcall_process_region): Simplify temp file creation using
4704         temporary-file-directory.
4706 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
4708         * msdos.c: Rename pending_signals to msdos_pending_signals.
4709         (sig_suspender, sigprocmask): Adjust.
4711 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
4713         * keyboard.c (pending_signals): New var.
4714         (poll_for_input, input_available_signal, init_keyboard): Set it.
4715         (process_pending_signals): New function.
4717         * lisp.h (QUIT): Check pending_signals instead of
4718         interrupt_input_pending.  Use process_pending_signals.
4720         * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4722         * process.c (wait_reading_process_output): Use process_pending_signals.
4724         * sysdep.c (emacs_write): Use process_pending_signals.
4726         * xterm.c (XTread_socket): Update pending_signals.
4728         * w32term.c (w32_read_socket): Update pending_signals.
4730         * w32inevt.c (w32_console_read_socket): Update pending_signals.
4732 2009-01-29  Kenichi Handa  <handa@m17n.org>
4734         * xftfont.c (xftfont_has_char): New function.
4735         (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4737 2009-01-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
4739         * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4740         under GNUstep.
4741         (ns_query_color): New declaration.
4743         * nsterm.m (ns_confirm_quit): New variable.
4744         (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4745         (EmacsApp-applicationShouldTerminate:): Use it.
4746         (EmacsPrefsController): Let user set it.
4747         (ns_query_color): New function.
4748         (ns_defined_color): Use it.
4749         (ns_initialize): Drop.
4750         (ns_term_init): Add two lines from ns_initialize(), and set
4751         input_interrupt_mode to nil.
4753         * image.c (svg_load_image): Don't right-shift background RGB when
4754         obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
4756 2009-01-28  Kenichi Handa  <handa@m17n.org>
4758         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4759         (fontset_get_font_group): Remember that no font-group is specified
4760         for C.
4762 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
4764         * fns.c (concat): Check for string overflow (bug#1787).
4766         * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4767         Quadruple undo limits (bug#1501).
4769 2009-01-27  Kenichi Handa  <handa@m17n.org>
4771         * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4772         directly use GT_Get_Char_index.
4774         * xftfont.c (struct xftfont_info): New member `index'.
4776         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4777         (Ffontset_font): Adjust for the change of fontset entry.
4779 2009-01-26  Kenichi Handa  <handa@m17n.org>
4781         * fontset.c (fontset_find_font): Fix handling of non-cons return
4782         value of fontset_get_font_group.
4783         (fontset_font): Revert last change.
4785 2009-01-26  Jason Rumney  <jasonr@gnu.org>
4787         * w32font.c (w32font_list_internal): Return quickly if registry is
4788         unknown.  Simplify final return.
4789         (add_font_entity_to_list): Break complex logic down into more
4790         manageable chunks.  Move unknown registry check to
4791         w32font_list_internal.
4793 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
4795         Changes to remove Feval calls from GUI under NS.
4797         * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4798         Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4799         Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4801         * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4802         (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4803         (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4804         instead of NON_ASCII_KEYSTROKE_EVENT.
4805         (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4806         (EmacsApp-applicationShouldTerminate:): Query user.
4807         (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4808         instead of Feval.
4810         * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4812         * keyboard.c (kbd_buffer_get_event): Check for it.
4813         (keys_of_keyboard): Define lispy keys for
4814         ns-put/unput-working-text.
4816         * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4817         versions.
4818         (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4820 2009-01-25  Chong Yidong  <cyd@stupidchicken.com>
4822         * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4823         setting current_buffer directly.  (Bug#2044)
4825 2009-01-24  Chong Yidong  <cyd@stupidchicken.com>
4827         * fontset.c (fontset_font): If we know there is no font, don't do
4828         any work.  (Bug#1952, bug#1990).
4830         * font.c (font_parse_xlfd): Handle patterns of length < 2.  (Bug#1802)
4832 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4834         * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4835         (ns_no_defaults): New declaration.
4836         (main): Use it.
4838         * nsterm.h (ns_no_defaults): New declaration.
4840         * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
4842         * nsterm.m (ns_no_defaults): New variable.
4843         (ns_initialize): Don't read defaults when ns_no_defaults.
4844         (EmacsView-readSelectionFromPasteboard:)
4845         (writeSelectionToPasteboard:types:): New stubbed-out methods for
4846         NSServicesRequests protocol.  (Bug#1435)
4847         (ns_dumpglyphs_stretch): New function.
4848         (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
4849         of 2008-11-15 to other terms.  (Bug#615)
4851         * nsimage.m (setPixmapData:): Set to ignore image DPI.
4853 2009-01-23  Giorgos Keramidas  <keramida@freebsd.org>  (tiny change)
4855         * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4856         call for Sparc64.
4858 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
4860         * nsfns.m:
4861         * nsgui.h:
4862         * nsmenu.m:
4863         * nsselect.m:
4864         * nsterm.h:
4865         * nsterm.m: Remove '23' comments that indicated code added during
4866         update from emacs-20 -> emacs-23.
4868 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
4870         * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
4871         ns_alternate_modifier.  (Bug#1217)
4873         * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4874         Display all shortcuts, including those w/o super modifier.
4876         * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4878 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
4880         * fileio.c (Vwrite_region_post_annotation_function)
4881         (Vwrite_region_annotation_buffers): New vars.
4882         (build_annotations_unwind): Just reset
4883         Vwrite_region_annotation_buffers.
4884         (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4885         Call write-region-post-annotation-function.
4886         (build_annotations): Add to Vwrite_region_annotation_buffers if
4887         buffer changes.
4889 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
4891         * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4892         Tiger.
4893         * nsfns.m (ns_do_applescript):
4894         Conditionalize typeUTF16ExternalRepresentation on Tiger.
4896 2009-01-21  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
4898         * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4900 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
4902         * nsmenu.m (NSMENUPROFILE): Change #if style.
4904         * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4906         * nsterm.m (x_set_frame_alpha): Add prototype.
4907         (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4908         handle Ctrl-tab.  (Bug#1841)
4909         (ns_get_color): Use unsigned long long for scanned hex string value.
4910         (ns_term_shutdown): Abort on non SIGTERM signals.
4911         (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
4912         (EmacsPrefsController-setPanelFromDefaultValues): New function.
4913         (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
4914         (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
4915         (ns_defined_color): Fix settings of the XColor variable fields:
4916         red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
4918         * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
4919         DPI.  (Bug#1316)
4920         (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4921         values in onTiger section.
4923 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
4925         * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4926         Check return value of font_spec_from_name.
4927         (Fx_list_fonts): Doc fix.  (Bug#1951)
4929         * font.c (font_spec_from_name): Return Qnil if font name could not
4930         be parsed.
4931         (font_parse_name): Treat a `?' character as part of an XLFD.
4933         * fns.c (Fsubstring): Doc fix.
4935 2009-01-19  Kenichi Handa  <handa@m17n.org>
4937         * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
4938         (ftfont_list): Likewise.
4940 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
4942         * dbusbind.c (Fdbus_register_signal):
4943         * process.c (conv_sockaddr_to_lisp):
4944         * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4946         * callproc.c (Fgetenv_internal): Doc fix.
4948 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
4950         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4951         it is not even used.
4953 2009-01-16  Glenn Morris  <rgm@gnu.org>
4955         * font.c (Ffont_variation_glyphs): Silence compiler.
4957 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4959         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4960         Reported by David Robinow <drobinow@gmail.com>.
4962 2009-01-15  Kenichi Handa  <handa@m17n.org>
4964         * coding.c (detect_coding_system): Fix handling of null_byte_found.
4966 2009-01-14  Jason Rumney  <jasonr@gnu.org>
4968         * frame.c (x_set_font): Always store a font to the font parameter,
4969         never a fontset.  (Bug#1562)
4971 2009-01-14  Kenichi Handa  <handa@m17n.org>
4973         * coding.c (TWO_MORE_BYTES): New macro.
4974         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
4976 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
4978         * font.c (font_clear_prop): If clearing the family, clear the font
4979         width index too.
4981         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4983 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
4985         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4986         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
4987         functions, use sizeof.
4989 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
4991         * keyboard.c (read_char): Fix case where last_nonmenu_event
4992         returned a bad value with submenus.  (Bug#447)
4994 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
4996         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4997         family, clear the font width index too.
4999 2009-01-11  Jason Rumney  <jasonr@gnu.org>
5001         * keyboard.c (cmd_error_internal): Exit when errors occur before
5002         frame creation and not in daemon mode.  (Bug#1836)
5004 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
5006         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5007         of a display vector, backtrack.
5008         (try_window_reusing_current_matrix): Check glyph type before
5009         referencing charpos member.
5011 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
5013         Fix Bug #876:
5015         * coding.c (inhibit_null_byte_detection): New variable.
5016         (detect_coding, detect_coding_system): Don't pay attention to null
5017         bytes if inhibit_null_byte_detection is non-zero.
5018         (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5019         <inhibit-iso-escape-detection>: Doc fix.
5021 2009-01-09  Jason Rumney  <jasonr@gnu.org>
5023         * w32font.c (add_font_entity_to_list): Don't report unknown
5024         Windows charset as any unrecognized registry.  (Bug#1548)
5025         Only report Unicode Plane 2 fonts as unicode-sip.
5027 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
5029         * xfaces.c (Fx_font_family_list): Delete function.
5030         Move compatibility version to faces.el.
5032         * font.c (Ffont_family_list): Return a list of strings, not symbols.
5034 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
5036         * frame.c (x_set_frame_parameters): Remember requested value for
5037         fullscreen before it's reset by the parameter handler.
5039 2009-01-09  Glenn Morris  <rgm@gnu.org>
5041         * keyboard.c (last_command_char): For clarity, rename to...
5042         (last_command_event): ... and update all users.
5043         (last_input_char): For clarity, rename to...
5044         (last_input_event): ... and update all users.
5045         (last-command-char, last-input-char): Move to subr.el as aliases.
5046         * cmds.c, commands.h: Update for last_command_char rename.
5048 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
5050         * font.c (font_open_for_lface): Handle unspecified height attribute.
5052 2009-01-08  Jason Rumney  <jasonr@gnu.org>
5054         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5055         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5056         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5057         Don't declare.
5058         (syms_of_w32fns): Don't define x-pointer-shape variable.  (Bug#1485)
5059         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5061 2009-01-07  Kenichi Handa  <handa@m17n.org>
5063         * fileio.c (Finsert_file_contents): In the case of replace,
5064         remember the coding system used for decoding in
5065         coding_system (Bug#1039).
5067         * coding.c (decode_coding_utf_8): Check byte_after_cr before
5068         breaking the loop.  (Bug#870)
5069         (decode_coding_utf_16, decode_coding_emacs_mule)
5070         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5071         (decode_coding_charset): Likewise.
5073 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
5075         * frame.c (x_set_frame_parameters): Make sure height (width) get
5076         applied when fullwidth (fullheight) is set.  (Bug#1522)
5078 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
5080         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
5081         (utc_base): Declare as ULONGLONG, not long double.
5082         (convert_time_raw): Delete.
5083         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5084         (initialize_utc_base): New function.
5085         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5086         (convert_from_time_t): Use initialize_utc_base; compute result with
5087         64-bit arithmetic.
5088         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5090 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
5092         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5093         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5094         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5095         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5096         [!subprocesses]: Define.
5097         (syms_of_process) [!subprocesses]: Intern and staticpro them.
5098         (Flist_system_processes, Fsystem_process_attributes)
5099         [!subprocesses]: Call list_system_processes and
5100         system_process_attributes instead of returning Qnil.
5102         * dosfns.c (system_process_attributes, list_system_processes):
5103         New functions.
5105         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5107         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5108         Don't use the default (no-op) implementation.
5110 2009-01-03  Jason Rumney  <jasonr@gnu.org>
5112         * keyboard.c (parse_modifiers_uncached): Wheel events are
5113         clicks (bug#687).
5115         * w32term.c (x_query_colors, x_query_color): New functions.
5117         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5118         (svg_load_image): Cast returned pointers from dynamically loaded
5119         functions.  Eliminate W32 specific code.
5121 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5123         * nsfns.m (x_set_foreground_color, x_set_background_color)
5124         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5125         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5126         x_ prefix instead of ns_.  Update references.
5127         (syms_of_nsfns): Add a FIXME comment.
5129         * nsterm.m (x_set_cursor_type): New prototype.
5130         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5132         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5133         for Solaris instead of incorrectly providing Qutime and Qcutime.
5135 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
5137         * w32.c (process_times): Compute sum of utime and stime.
5138         (system_process_attributes): Add Qtime to the alist.
5140         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5141         and add them to the alist.
5143         * process.c (top level) <Qtime, Qctime>: New variables.
5144         (syms_of_process): staticpro them.
5145         (Fsystem_process_attributes): Add their documentation to the doc
5146         string.
5148         * process.h: Declare Qtime and Qctime.
5150 2009-01-02  Jason Rumney  <jasonr@gnu.org>
5152         * image.c (Qgobject): New symbol.
5153         (syms_of_image): Initialize it.
5154         (init_svg_functions): Load some functions from gobject library.
5156 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
5158         * frame.c (make_terminal_frame): Remove redundant code and useless
5159         block.
5161 2009-01-01  Andreas Schwab  <schwab@suse.de>
5163         * process.c (conv_sockaddr_to_lisp): Add workaround for
5164         getsockname bug on BSD.
5166 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
5168         * xfns.c (x_create_tip_frame): Set border width of the X window.
5170         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5172 2009-01-01  Jason Rumney  <jasonr@gnu.org>
5174         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
5175         Don't block input, as per earlier xterm.c changes.
5177 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
5179         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5180         (ns_appkit_version_int): New function.
5181         (x-server-version): Use ns_appkit_version_int and follow 21+
5182         convention of returning 3 integers.
5184 2008-12-30  Kenichi Handa  <handa@m17n.org>
5186         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5187         (CHAR_SURROGATE_PAIR_P): New macro.
5189         * font.h (struct font_driver): New member get_variation_glyphs.
5191         * font.c (font_range): Don't require a font for a variation selector.
5192         (Ffont_variation_glyphs): New function.
5193         (syms_of_font): Defsubr it.
5195         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5196         ftfont_variation_glyphs.
5197         (setup_otf_gstring): New function.
5198         (ftfont_drive_otf): Use it.
5199         (ftfont_shape_by_flt): Handle variation selector.
5200         (ftfont_variation_glyphs): New function.
5202 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
5204         * frame.c (Vemacs_iconified): Remove.
5206 2008-12-30  Jason Rumney  <jasonr@gnu.org>
5208         * frame.c (store_frame_param, x_get_arg): Enable newer code on
5209         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
5211 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
5213         * indent.c (Fvertical_motion): Don't advance iterator if we have
5214         reseated to the desired position.
5216         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5217         checking for pos match.
5219 2008-12-30  Kenichi Handa  <handa@m17n.org>
5221         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5222         just get the low 8-bit of the code.
5224         * font.c (font_intern_prop): Validate str as multibyte.
5226 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5228         * dispextern.h (struct face): Move lface and hash from the middle
5229         of bitfields.
5231         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5233 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5235         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5236         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5237         instead of intervals.h.
5239 2008-12-26  Andreas Schwab  <schwab@suse.de>
5241         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5242         cons.
5244 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
5246         * textprop.c (Qminibuffer_prompt): New variable.
5247         (syms_of_textprop): Initialize it.
5248         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5249         in minibuffer-prompt face.  (Bug#1662)
5251 2008-12-25  Jason Rumney  <jasonr@gnu.org>
5253         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5255 2008-12-24  Jason Rumney  <jasonr@gnu.org>
5257         * ralloc.c (r_alloc_reset_variable): New function.
5259         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5260         record of what points where.  (Bug#716)
5262 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
5264         * minibuf.c (read_minibuf): Follow the non-interactive case when
5265         running as a daemon, before detaching.
5267 2008-12-22  Andreas Schwab  <schwab@suse.de>
5269         * buffer.c (init_buffer): Use realloc instead of xrealloc.
5270         * gtkutil.c (free_widget_value): Use xfree instead of free.
5272 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
5274         * frame.c (delete_frame): New function derived from
5275         Fdelete_frame to handle Qnoelisp value for FORCE argument.
5276         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
5277         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
5278         saying that FORCE non-nil doesn't run `delete-frame-functions'.
5279         * frame.h: Extern delete_frame.
5280         * window.c (window_loop):
5281         * terminal.c (delete_terminal):
5282         * xterm.c (x_connection_closed):
5283         * xfns.c (Fx_hide_tip):
5284         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5286 2008-12-21  Jason Rumney  <jasonr@gnu.org>
5288         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5289         when character maps to .notdef character.
5291 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5293         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5295 2008-12-20  Jason Rumney  <jasonr@gnu.org>
5297         * frame.c (Fmake_terminal_frame): Raise an error when called from
5298         a graphical frame on Windows.  (Bug#1325)
5300 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
5302         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5304 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
5306         * minibuf.c (Fread_buffer): Doc fix.
5308 2008-12-20  Jason Rumney  <jasonr@gnu.org>
5310         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5311         server name in UNC paths.  (Bug#719)
5313         * coding.c (decode_coding): Clear chars_at_source flag when using
5314         charbuf.  (Bug#1035)
5316 2008-12-19  Daniel Engeler  <engeler@gmail.com>
5318         * sysdep.c (serial_configure): Fix typo.
5320 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
5322         * sysdep.c: Include alloca.h.
5323         (system_process_attributes): Add implementation for Solaris.
5325         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5327 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
5329         Reorganize implementation of Flist_system_processes and
5330         Fsystem_process_attributes.  No functional changes.
5331         * process.c: Don't #include pwd.h, grp.h and limits.h.
5332         (Flist_system_processes): Just call list_system_processes.
5333         (Fsystem_process_attributes): Just call system_process_attributes.
5334         (procfs_list_system_processes, time_from_jiffies)
5335         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5336         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5338         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
5339         (list_system_processes): Rename from
5340         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
5341         Provide a do nothing implementation.
5342         (system_process_attributes): Rename from
5343         procfs_list_system_processes.
5344         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5345         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5347         * w32.c (list_system_processes): Rename from
5348         w32_list_system_processes.
5349         (system_process_attributes): Rename from
5350         w32_system_process_attributes.
5352         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5354         * process.h (w32_list_system_processes)
5355         (w32_system_process_attributes): Remove.
5356         (list_system_processes, system_process_attributes):
5357         New prototypes.
5359 2008-12-19  Kenichi Handa  <handa@m17n.org>
5361         * xfont.c (xfont_decode_coding_xlfd): New function.
5362         (xfont_encode_coding_xlfd): New function.
5363         (xfont_list_pattern): Decode XLFD by iso-8859-1.
5364         (xfont_list): Decode and encode XLFD by iso-8859-1.
5365         (xfont_match): Likewise.
5366         (xfont_list_family): Likewise.
5367         (xfont_open): Likewise.
5369         * ftfont.c (ftfont_open): Generate a multibyte string if given
5370         names are utf-8.
5372         * xftfont.c (xftfont_open): Generate a multibyte string if given
5373         names are utf-8.
5375 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
5377         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5378         changed.
5379         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5380         clicked on a detached tool bar button.
5382 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
5384         * emacs.c (main): Print and error and exit when no data is read
5385         from the pipe.
5387 2008-12-17  Jason Rumney  <jasonr@gnu.org>
5389         * w32font.c (w32font_has_char): Always return -1.
5391 2008-12-16  Kenichi Handa  <handa@m17n.org>
5393         * font.c (font_open_entity): Fix previous change.
5395 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
5397         * process.c: Include <limits.h>.
5399 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
5401         * font.c (font_update_drivers): Fix mistake in reconstructing the
5402         driver list.
5404 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
5406         * font.c (font_clear_cache): Fix format of font cache data.
5408 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
5410         * xftfont.c (xftfont_open): Free Xft font pattern if
5411         XftFontOpenPattern fails.
5413         * xterm.c (x_free_frame_resources): Remove extraneous call to
5414         free_frame_faces.
5416 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
5418         * xterm.c (x_delete_display): Move xim_close_dpy call to
5419         x_delete_terminal.
5420         (x_delete_terminal): Call xim_close_dpy.
5422 2008-12-13  Jason Rumney  <jasonr@gnu.org>
5424         * w32font.c (intern_font_name): New function.
5425         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5426         (w32font_open_internal, Fx_select_font): Decode font name.
5427         (fill_in_logfont, list_all_matching_fonts): Encode font name.
5429         * w32font.h (intern_font_name): Declare new function.
5431         * w32uniscribe.c (add_opentype_font_name_to_list):
5432         Use intern_font_name.
5434 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
5436         * frame.c (Fdelete_frame): Call free_font_driver_list.
5438         * font.c (free_font_driver_list): Implement missing function.
5440         * w32term.c (w32_term_init): Don't initialize the image cache
5441         here; it will be done in init_frame_faces.
5443         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5444         (struct x_display_info): Remove unused member null_pixel.  New
5445         member xim_callback_data.
5447         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5448         (xim_initialize): Save pointer to callback function data.
5449         (xim_close_dpy): Free callback function data.  Call XCloseIM,
5450         reverting 2008-11-04 change by David Smith.
5451         (x_term_init): Don't initialize the image cache here; it will be
5452         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
5453         (x_delete_display): Free x_dnd_atoms member.
5455 2008-12-13  Kenichi Handa  <handa@m17n.org>
5457         * font.c (font_rescale_ratio): Moved from xfaces.c.
5458         Argument type changed.  Handle a font-spec too.
5459         (font_score): Check Vface_font_rescale_alist.
5460         (font_open_entity): Likewise.  (Bug#1547)
5462         * xfaces.c (font_rescale_ratio): Moved to font.c.
5464 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
5466         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5468 2008-12-12  Jason Rumney  <jasonr@gnu.org>
5470         * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5471         Vwindow_system_version to the real w32 major version.
5473 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
5475         * term.c (init_tty): Move setting the terminal name before the
5476         potential user: maybe_fatal.
5478 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
5480         * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5481         all callers changed.  Call free_frame_faces to free the face cache.
5483 2008-12-11  Jason Rumney  <jasonr@gnu.org>
5485         * w32font.c (fill_in_logfont): Don't assume symbol script means
5486         SYMBOL_CHARSET.  (Bug#547)
5488         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5489         size for surrogates.  (Bug#1096, bug#872)
5491 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
5493         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5495 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
5497         * process.c (Fsystem_process_attributes, syms_of_process):
5498         Fix typo in name of Ssystem_process_attributes.
5499         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5501 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
5503         * syntax.c (Fmodify_syntax_entry): Doc fix.
5505 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
5507         * font.c (Ffont_spec): Move usage to end of docstring.
5509 2008-12-10  Jason Rumney  <jasonr@gnu.org>
5511         * w32font.c (Qcham): New symbol.
5512         (font_supported_scripts): Add cham, and comments for other new
5513         scripts in bitfield from OpenType spec.
5514         (add_font_entity_to_list): Limit unicode-sip fonts to those that
5515         contain characters beyond the bmp.
5517 2008-12-10  Kenichi Handa  <handa@m17n.org>
5519         * ftfont.c (fc_charset_table): Add "unicode-sip".
5520         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5521         Qunicode_sip.
5523 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
5525         * coding.c (QCdefault_char): Rename from QCdefalut_char.
5526         (Fcoding_system_put): Use QCdefault_char.
5527         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5529 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
5531         * xftfont.c (syms_of_xftfont): Fix typo.
5533         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5535 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5537         * emacs.c (main): Close daemon_pipe on exec.
5539 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
5541         * termchar.h (struct tty): New members termcap_term_buffer and
5542         termcap_strings_buffer.
5544         * term.c (encode_terminal_code): Free any previous memory blocks
5545         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5546         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
5547         All callers changed.
5548         (init_tty): Store termcap data and string buffers in new struct
5549         tty members termcap_term_buffer and termcap_strings_buffer.
5550         (delete_tty): Free them.
5551         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5553 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
5555         * nsfns.m (ns_set_background_color): Remove code duplication.
5556         It was a substitute for face-transparency on OS X 10.3.
5558 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
5560         * coding.c (make_conversion_work_buffer): Disable buffer
5561         modification hooks in the work buffer.
5563 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
5565         * process.c (procfs_system_process_attributes): If `nread' has a
5566         negative value, assign zero to it.
5568 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
5570         * eval.c (Vdebug_on_error): Doc fix.
5572 2008-12-05  Kenichi Handa  <handa@m17n.org>
5574         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5575         second character is a combining character.
5577 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
5579         * process.c (procfs_system_process_attributes): Don't use cmd,
5580         cmdsize, and q without initializing them first.
5582 2008-12-04  Jason Rumney  <jasonr@gnu.org>
5584         * w32font.c (w32font_draw): Initialize orig_clip before getting
5585         it, and delete it when finished.
5587 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5589         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5590         case when running as a daemon before detaching.
5592 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
5594         * w32.c (init_environment): Don't unload library shell32.dll.
5596 2008-12-03  Kenichi Handa  <handa@m17n.org>
5598         * font.c (font_at): Set `multibyte' at first.
5600         * coding.c (decode_coding_charset): Check type of an element of
5601         vector VALIDS.
5602         (encode_coding_emacs_mule): Be sure to set `code'.
5604         * fontset.c (face_for_char): Handle invalid charset property correctly.
5605         (font_for_char): Likewise.
5607 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
5609         * font.c (Fopen_font): Compute pixel size correctly.
5610         (font_update_lface): Handle fonts with corrupted size specs,
5611         i.e. non-int and non-float.
5613         * ftfont.c (ftfont_match): Initialize entity variable.
5614         (ftfont_resolve_generic_family): Avoid using uninitialized var.
5615         (ftfont_list_family): Initialize list var earlier.
5617         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5619         * xterm.c (x_draw_glyph_string): Fall back on
5620         underline_minimum_offset for underline position.
5622 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5624         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5626         * character.c (c_string_width): Specify the type for LEN.
5628 2008-12-03  Kenichi Handa  <handa@m17n.org>
5630         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5631         (decode_coding_utf_8): Likewise.
5632         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5633         (produce_chars): Initialize consumed_chars to 0.
5635 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
5637         * keyboard.c (make_lispy_position): Only use PT if the selected
5638         window is current.
5640 2008-12-02  Andreas Schwab  <schwab@suse.de>
5642         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5644         * doprnt.c (doprnt1): Fix size of charbuf.
5646 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
5648         * keyboard.c (timer_check): Revert last change.
5650 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
5652         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5654 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
5656         * makefile.w32-in: Update dependencies.
5657         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5659 2008-12-01  Andreas Schwab  <schwab@suse.de>
5661         * font.c (register_font_driver): Use xmalloc.
5662         (font_put_frame_data): Likewise.
5664 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
5666         * xfaces.c (realize_x_face): Make abort condition clearer.
5668         * gtkutil.c (update_frame_tool_bar): Initialize variable.
5670 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
5672         * keyboard.c (timer_check): After a timer runs, ensure that the
5673         selected window's buffer is current.
5675 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
5677         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5678         It was accidentally restored by the Unicode merge.
5680         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5682 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
5684         * w32proc.c: Include "coding.h".
5685         (Fw32_short_file_name): Encode filename passed to Windows API.
5686         (Fw32_long_file_name): Encode filename passed to Windows API and
5687         decode back the result.  (Bug#1433)
5689 2008-11-29  Kenichi Handa  <handa@m17n.org>
5691         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5692         not before accessing it.
5694         * charset.c (Fdefine_charset_internal): After calculating
5695         min_char, max_char, and fastmap, copy the charset structure again.
5696         (encode_char): Fix the previous change.
5698 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
5700         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5702         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5704         * nsterm.m (x_set_frame_alpha): New function.
5706 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
5708         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5710 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
5712         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5713         pointer to check_face_name.
5715 2008-11-27  Kenichi Handa  <handa@m17n.org>
5717         * category.h (SET_CATEGORY_SET): Call set_category_set.
5718         (set_category_set): Extern it.
5720         * category.c (hash_get_category_set): New function.
5721         (Fmodify_category_entry): Adjusted for the change of
5722         char_table_ref_and_range.  Call hash_get_category_set to get a
5723         category set to store in the table.
5725         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5726         Funify_charset.
5728         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5729         (DECODE_CHAR): Check if the decoder vector is ready.
5730         (ENCODE_CHAR): Check if the encoder char-table is ready.
5731         (maybe_unify_char): Extern it.
5733         * charset.c (Vchar_unified_charset_table): Delete it.
5734         (inhibit_load_charset_map): New variable.
5735         (temp_charset_work): New variable.
5736         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5737         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5738         New macros.
5739         (load_charset_map): Meaning of control_flag changed.  If
5740         inhibit_load_charset_map is nonzero, setup a table in
5741         temp_charset_work.
5742         (load_charset): New argument control_flag.
5743         (map_charset_for_dump): New function.
5744         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5745         map_charset_for_dump.
5746         (Fdefine_charset_internal): If the charset method is MAP, load
5747         mapping tables by calling load_charset.
5748         (Funify_charset): Don't load a mapping table but directly set
5749         Vchar_unify_table.
5750         (maybe_unify_char): New function.
5751         (decode_char): Don't handle the deleted method MAP_DEFERRED.
5752         Handle the case of inhibit_load_charset_map being nonzero.
5753         (encode_char): Don't handle the deleted method MAP_DEFERRED.
5754         Handle the case of inhibit_load_charset_map being nonzero.
5755         (Fclear_charset_maps): Just free temp_charset_work.
5756         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5757         variable.
5759         * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5760         change of char_table_ref_and_range.
5761         (char_table_ref_and_range): Change the meaning of argument FROM
5762         and TO.  Now the caller must provide initial values for *FROM
5763         and *TO.
5765         * fontset.c (fontset_add): Adjusted for the change of
5766         char_table_ref_and_range.
5767         (fontset_get_font_group): Likewise.
5768         (Ffontset_info): Likewise.
5770         * keymap.c (describe_vector): Adjusted for the change of
5771         char_table_ref_and_range.  For char-table, put boundary between
5772         non-ASCII and 8-bit characters.
5774         * print.c (print_object): For bool-vector, delete unnecessary
5775         check of ASCII_BYTE_P.
5777 2008-11-26  Jason Rumney  <jasonr@gnu.org>
5779         * w32font.c (w32font_open_internal): Don't include external
5780         leading in font height.  (Bug#879)
5782 2008-11-26  Glenn Morris  <rgm@gnu.org>
5784         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5785         redefinition with ifdef.  (Bug#1383)
5787 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
5789         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5791 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
5793         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5794         New EmacsView methods.
5795         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5796         Fixes bug #1048,1357,1414.
5798 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
5800         Fix bug #1362.
5801         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5802         is not an indexed color.
5803         * nsterm.m (free_indexed_color): Add argument checking.
5804         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5806 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
5808         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5809         Document confirm-after-completion value for
5810         minibuffer-completion-confirm.
5812 2008-11-24  Jason Rumney  <jasonr@gnu.org>
5814         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
5815         warning.
5817 2008-11-23  Jason Rumney  <jasonr@gnu.org>
5819         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5820         restored before returning.
5822         * w32font.c (check_face_name): New function.
5823         (add_font_entity_to_list): Use it to filter out common substituted
5824         fonts.  (Bug#642)
5826 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
5828         * buffer.c (Fswitch_to_buffer): Reword and mention new option
5829         confirm-nonexistent-file-or-buffer in doc-string.
5831 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5834         Fix copy/paste typo.  Add checks.
5836 2008-11-21  Kenichi Handa  <handa@m17n.org>
5838         * coding.c (detect_coding_iso_2022): Reject invalid composition
5839         sequence.
5840         (DECODE_COMPOSITION_START): If the current source is the last
5841         block, and the current composition doesn't end, regard this
5842         sequence as invalid.
5843         (decode_coding_iso_2022): Handle invalid composition sequence.
5845 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
5847         * window.c (coordinates_in_window): Don't return
5848         ON_VERTICAL_BORDER for the rightmost position of a mode/header
5849         line when the window is not the rightmost one.  (Bug#1372)
5851 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
5853         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5855 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
5857         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5858         and bright_bg if noninteractive is non-zero.
5860 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5862         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5863         x_draw_glyph_string_background.
5865         * w32term.c (x_draw_glyph_string): Likewise.
5867 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
5869         * xterm.c (x_draw_glyph_string): Stop drawing the background of
5870         the next glyph string once past the overhang width.
5872         * nsterm.m (ns_draw_glyph_string): Likewise.
5874         * w32term.c (x_draw_glyph_string): Likewise.
5876 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
5878         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5879         double file close.
5881 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
5883         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5884         dedicated status of window before attempting to display another
5885         buffer in it.
5887 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
5889         * msdos.c (Fmsdos_long_file_names):
5890         (syms_of_msdos) <dos-unsupported-char-glyph>:
5891         * dosfns.c (Fint86): Fix typos in docstrings.
5893 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
5895         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5897 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5899         * puresize.h (BASE_PURESIZE): Increase to 1260000.
5901 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
5903         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5905         * frame.h: Negative alpha means "don't touch".
5907         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5909         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5911 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5913         * hftctl.c:
5914         * chpdef.h:
5915         * acldef.h: Remove files used only for systems no longer supported.
5917         * Makefile.in: Fix .o alphabetical ordering.
5918         (hftctl.o): Remove dependency, file removed.
5919         (keymap.o, print.o): Depend on charset.h.
5921 2008-11-10  Kenichi Handa  <handa@m17n.org>
5923         * character.c (Fget_byte): Fix and make it faster for unibyte target.
5925 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5927         * dired.c (file_name_completion): If completion_ignore_case is
5928         enabled, ignore case when checking completion-regexp-list.
5930 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5932         * vm-limit.c (get_lim_data): Fix last change.
5934 2008-11-08  Kenichi Handa  <handa@m17n.org>
5936         * character.c (Fget_byte): New function.
5937         (syms_of_character): Defsubr Fget_byte.
5939 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
5941         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5942         cursor position is valid after scrolling.
5944 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
5946         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5948 2008-11-06  Glenn Morris  <rgm@gnu.org>
5950         * xterm.c (handle_one_xevent): Don't let popup menus cause
5951         mouse-autoselect-window related window switching.  (Bug#1261)
5953 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
5955         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5957 2008-11-04  Andreas Schwab  <schwab@suse.de>
5959         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5961 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5963         * xfns.c (Fx_wm_set_size_hint): New function.
5965 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
5967         * textprop.c (Fprevious_single_char_property_change): Return 0
5968         when there's no change in a string.  (Bug#1301)
5970 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5972         * frame.c (do_switch_frame): New argument NORECORD passed to
5973         Fselect_window.
5974         (Fselect_frame): New argument NORECORD passed to
5975         do_switch_frame.
5976         (Fset_frame_selected_window): New argument NORECORD passed to
5977         Fselect_frame.
5978         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5979         in call of do_switch_frame.
5980         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5981         Handle NORECORD argument in call of Fselect_frame.
5982         * lisp.h (do_switch_frame, Fselect_frame)
5983         (Fset_frame_selected_window): Adjust declarations.
5984         * window.c (select_frame_norecord): New function.
5985         (run_window_configuration_change_hook): Use it and call
5986         Fselect_frame with NORECORD set.
5987         (Fselect_window): Pass NORECORD to Fselect_frame.
5988         (Fset_window_configuration): Handle NORECORD argument in call of
5989         do_switch_frame.
5990         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5991         Fset_frame_selected_window.
5992         * keyboard.c (command_loop_1): Handle NORECORD in call of
5993         Fselect_frame (currently ifdefd).
5995 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5997         * emacs.c (USAGE2): Untabify.
5999 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6001         * composite.c (fill_gstring_header): Fix copy/paste typo.
6003 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
6005         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6006         (Fother_window): Rename argument and rewrite doc-string.
6007         (select_window_norecord): Fix return value.  (Bug#1276)
6009 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
6011         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6012         new frames overriding foreground for tooltips.  Based on similar patch
6013         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
6015 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
6017         * emacs.c (Fdaemon_initialized): Initialize nfd.
6019 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
6021         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6022         (Fwindow_text_height): Clarify doc-strings.
6023         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6024         doc-string of window-scroll-functions.
6026 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6028         * category.c (syms_of_category): Fix typo in docstring.
6030 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
6032         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6033         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6034         Fix typos in docstrings.
6036 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
6038         * emacs.c (daemon_pipe): Make non-static.
6039         (IS_DAEMON): Move definition ...
6040         * lisp.h (IS_DAEMON): ... here.
6041         (daemon_pipe): Declare.
6042         (is_daemon): Remove.
6043         * dispnew.c (init_display): Use IS_DAEMON.
6045 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6048         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6050         * emacs.c (is_daemon): Remove.
6051         (main): Don't set is_daemon.
6052         (IS_DAEMON): New macro.
6053         (Fdaemonp, Fdaemon_initialized): Use it.
6054         (Fdaemon_initialized): Write a char into the pipe to make sure the
6055         parent exits.
6056         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6058 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
6060         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6061         over-sized glyph, draw it with the default glyph width.
6063         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6064         glyph, draw it with the default glyph width.
6066         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6067         glyph, draw it with the default glyph width.
6069         * xdisp.c (try_scrolling): When computing the distance from the
6070         scroll margin to PT, try moving some distance past the window
6071         bottom before giving up.
6073 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
6075         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6076         (Fset_window_buffer): Explain in doc-string that a window can be
6077         "strongly" dedicated to its buffer.
6079 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
6081         * emacs.c (daemon_name): New variable.
6082         (main): Deal with --daemon=SERVER_NAME.
6083         (Fdaemonp): Return a name if one was passed to --daemon.
6085 2008-10-26  Romain Francoise  <romain@orebokech.com>
6087         * emacs.c (daemon_pipe): New variable.
6088         (main): Create a pipe before forking, make the parent exit only after
6089         the child has closed its end of the pipe.  Move closing the
6090         descriptors ...
6091         (Fdaemon_initialized): ... here.  New function.
6093 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6096         the previous unoptimized table.
6098         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6099         the distinction between non-nil and non-t value of `dedicated'.
6101 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
6103         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6104         read_char_minibuf_menu_text is large enough to hold the menu string.
6106 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
6108         * window.c (Fget_buffer_window, Fdelete_windows_on)
6109         (Freplace_buffer_in_windows): Make buffer argument optional and
6110         rename to buffer_or_name.
6112 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
6114         * xdisp.c (handle_single_display_spec, handle_display_prop):
6115         Undo 2005-05-16 change.
6116         (handle_stop): Pop iterator if it's loaded with an empty string.
6117         (get_overlay_strings_1): Don't save iterator if it's loaded with
6118         an empty string (bug#1201).
6120 2008-10-24  Kenichi Handa  <handa@m17n.org>
6122         * ftfont.c (ftfont_otf_features): Fix previous change.
6123         (ftfont_otf_capability): Check FeatureList.FeatureCount before
6124         calling ftfont_otf_features.
6126 2008-10-24  Kenichi Handa  <handa@m17n.org>
6128         * font.c (font_match_p): Fix for the case that a vector of
6129         characters is in script-representative-chars.
6131 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
6133         * dbusbind.c (xd_in_read_queued_messages): New variable.
6134         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
6135         (xd_read_queued_messages): Catch Qdbus_error from the macros.
6136         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6137         macro.  (Bug#1186)
6139 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
6141         * s/sol2-10.h: New file.
6143 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
6145         * xdisp.c (fill_glyph_string): Fix typo in source (though the
6146         poor beast has survived 9+ years and the jump from xterm.c!).
6148 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
6150         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6151         Reword doc-string.
6152         (Fbury_buffer): In doc-string say what happens to the buffer's window.
6154 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
6156         * character.c (syms_of_character) <script-representative-chars>:
6157         <unicode-category-table>: Doc fixes.
6159 2008-10-23  Noah Friedman  <friedman@splode.com>
6161         * coding.c (make_conversion_work_buffer): Check that
6162         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6163         Fget_buffer_create.
6165 2008-10-23  Kenichi Handa  <handa@m17n.org>
6167         * font.c (font_add_log): Check the values of extra properties.
6169 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
6171         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6172         Reword doc-string.
6173         (Fset_window_parameter): Use NILP.
6174         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6175         (Frecenter): Use "selected" instead of "current" window in doc-strings.
6177 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
6179         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6181 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
6183         * nsfns.m (ns_appkit_version): New function.
6184         (x-server-version): Use it.
6185         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6186         (x-server-vendor): Don't check_ns().
6188         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6190 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
6192         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6193         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6195 2008-10-22  Kenichi Handa  <handa@m17n.org>
6197         * syntax.c (scan_words): Call word_boundary_p instead of comparing
6198         scripts.
6200         * category.c (word_boundary_p): Check scripts instead of charset.
6201         Handle nil value in word-separating-categories and
6202         word-combining-categories.
6203         (syms_of_category): Fix docstrings of word-separating-categories
6204         and word-combining-categories.
6206 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
6208         * coding.c (Fencode_coding_region, Fdecode_coding_region)
6209         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6211 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
6213         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6214         Rename arg "buffer" to "buffer_or_name".
6215         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6216         it optional.
6217         (no_switch_window): Remove since the return value is not used.
6218         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6219         Consider window as dedicated when Fwindow_dedicated_p returns a
6220         non-nil value.
6221         * lisp.h: Remove prototype for no_switch_window.
6223 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
6225         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6226         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6228 2008-10-21  Kenichi Handa  <handa@m17n.org>
6230         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6231         check Vlatin_extra_code_table.
6233 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
6235         * fileio.c (Fset_file_modes): Doc fix.
6237 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
6239         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6240         in arrays.
6242 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
6244         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6245         Mention kill-buffer in doc-string.
6246         (Fset_window_buffer): Reinsert tem check removed in last commit.
6247         (Fenlarge_window, Fshrink_window): Have argument names and
6248         doc-string follow Elisp manual more closely.
6250 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
6252         * fileio.c (Fset_file_modes): Doc fix.
6254 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
6256         * window.c (Fwindow_width, Fset_window_start)
6257         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6258         (Fdelete_windows_on, Freplace_buffer_in_windows):
6259         Make doc-strings follow code and Elisp manual more closely.
6260         (Fwindow_dedicated_p): Make window argument optional.
6261         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6262         (Fset_window_buffer): Respect any non-nil dedicated value for
6263         window.  Rename "buffer" argument to "buffer_or_name".
6265 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
6267         * m/sh3.h: New file, machine description for SuperH.
6269 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
6271         * window.c (Fsplit_window): Rename arg horflag to horizontal.
6273 2008-10-17  Kenichi Handa  <handa@m17n.org>
6275         * ftfont.c (ftfont_otf_features): Fix indexing
6276         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
6278 2008-10-16  Magnus Henoch  <mange@freemail.hu>
6280         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6281         (Fdbus_call_method_asynchronously): Ditto.
6282         This change makes C-h f display the argument list.
6284 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
6286         * fileio.c (Fexpand_file_name): Doc fix.
6288         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6289         of :foreground and :background equivalent to unspecified (20.x
6290         compatibility).
6292 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
6294         * buffer.c (syms_of_buffer): Doc fix.
6296 2008-10-14  Kenichi Handa  <handa@m17n.org>
6298         * font.c (font_clear_prop): When clearing font width, clear the
6299         average width field too.
6301 2008-10-12  Andreas Schwab  <schwab@suse.de>
6303         * ftfont.c (ftfont_shape_by_flt): Make static.
6304         * ftfont.h (ftfont_shape_by_flt): Don't declare.
6306         * font.c: Don't include <m17n-flt.h>.
6308 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6310         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6312 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6314         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6315         away code.
6317 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6319         * dispnew.c (update_text_area): Avoid looping due to large glyph
6320         overhangs (bug#1070).
6322 2008-10-09  Kenichi Handa  <handa@m17n.org>
6324         * fontset.c (face_for_char): If face->fontset is negative, just
6325         return ascii_face.
6327         * font.c (font_delete_unmatched): Fix previous change.
6328         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6330 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6332         * frame.c (Fraise_frame): On text-only terminals select frame in
6333         order to make it visible.  (Bug#1061)
6335 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6337         * fontset.c (fontset_find_font): Check frame validity.
6339 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6341         * gtkutil.c (xg_display_open): Reset default display if none exists.
6342         (xg_display_close): Allow Emacs to close all displays (bug#985).
6344 2008-10-06  Andreas Schwab  <schwab@suse.de>
6346         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6348 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6350         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6352         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6354         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6355         during initialization.
6357 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
6359         * xdisp.c (redisplay_internal): If frame switched, redisplay the
6360         whole thing on MSDOS frames as well as on a TTY.
6362         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6363         well as for TTY.
6364         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6365         well as on a TTY.
6367         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6368         as well as for TTY.
6370         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6372         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6373         MSDOS frames as well.
6375 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
6377         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6378         correct arguments.
6379         * menu.c (find_and_return_menu_selection): Add cast.
6381 2008-10-03  Glenn Morris  <rgm@gnu.org>
6383         * emacs.c (USAGE1): Add --daemon.
6385 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
6387         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6388         100, so it's in percents as advertised.
6390 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
6392         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6393         (ns_output.current_cursor, ns_output.desired_cursor)
6394         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6395         (FRAME_NEW_CURSOR_COLOR): Remove.
6397         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6398         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6399         enumeration (HOLLOW_BOX_CURSOR, etc.).
6401         * nsterm.m (ns_frame_rehighlight): Remove commented code.
6402         (draw_window_cursor): Simplify code.
6403         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6404         Don't change cursor type.  In latter, call rehighlight instead of doing
6405         updates manually.
6406         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6407         Use core Emacs cursor types.
6409         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6411 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
6413         * process.c (Faccept_process_output): Fix doc-string.
6415 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
6417         * gmalloc.c (__sbrk): Also define for uClibc.
6419         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6420         for uClibc.
6422 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
6424         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6425         styles.
6426         (nsfont_open): Reenable the cache.
6428 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
6430         * font.c (font_matching_entity): Reflect ATTRS in font selection.
6431         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6433 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6435         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6436         a suspended terminal.
6438 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6440         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6442 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6444         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6446 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6448         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6449         in a continued line coincides with a line beginning.
6451 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
6453         * nsfont.m (nsfont_trait_distance): Fix bug.
6454         (nsfont_list): Return a list rather than a vector (syncs with Handa
6455         changes of 2008-05-14).
6456         (nsfont_open): Improve logging.
6458 2008-09-29  Andreas Schwab  <schwab@suse.de>
6460         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6462 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6464         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6465         name as char-resolve-modifiers.
6466         Reported by: Markus Triska <markus.triska@gmx.at>
6468 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
6470         * dispnew.c (init_display): Return earlier when running as a daemon.
6472 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6474         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6476 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
6478         * composite.c (Fcomposition_get_gstring)
6479         (Fcompose_region_internal, Fcompose_string_internal)
6480         (Ffind_composition_internal): Doc fix.
6481         (syms_of_composite) <compose-chars-after-function>: Doc fix.
6482         (syms_of_composite) <auto-composition-function>: Doc fix.
6483         (syms_of_composite) <composition-function-table>: Doc fix.
6485 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6487         * search.c (wordify): New argument for lax word-ends.
6488         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6490 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6492         * lisp.h (is_daemon): Declare.
6493         * dispnew.c (init_display): Do not try to initialize the terminal
6494         when running as a daemon.
6496 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
6498         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6499         x_display_pixel_height.
6501 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
6503         * undo.c (record_point): Don't call Fundo_boundary for first
6504         change.  (Bug#731)
6506 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
6508         * emacs.c (Fdaemonp): Doc fix.
6510 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
6512         * emacs.c (main): Place #ifdef in the proper place.
6514 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6516         * emacs.c (standard_args): Add --daemon.
6517         (main): Disconnect from the terminal when --daemon is passed.
6518         (is_daemon): New variable.
6519         (Fdaemonp): New function.
6520         (syms_of_emacs): Defsubr it.
6522 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
6524         * xdisp.c (get_next_display_element): Handle string display
6525         correctly when checking for the end of a box run.
6527 2008-09-20  Glenn Morris  <rgm@gnu.org>
6529         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6530         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6531         (Frename_file): Avoid copying to trash if a rename involves
6532         a delete.  (Bug#964).
6534 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
6536         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6537         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6538         frames as well as termcap frames.
6539         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6540         get_named_tty.
6542 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
6544         * process.c (procfs_system_process_attributes): Fix cmdline in
6545         case /proc/PID/cmdline is empty.
6547         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6548         x_display_pixel_height.
6550 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
6552         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6554         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6555         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6557 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
6559         * dispextern.h (struct it): Move line_wrap away from the middle of
6560         bitfields.  Move voffset in struct iterator_stack_entry after the
6561         bitfields.  Move tab_width near after another short.
6563 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6565         * frame.h (struct frame): Move alpha from the middle of bitfields.
6567         * window.h (struct window): Move frozen_window_start_p after the
6568         rest of the bitfields to reduce padding.
6570 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
6572         * xterm.h (x_display_info): Remove `height' and `width' members.
6574         * nsterm.h (ns_display_info): Remove `height' and `width' members.
6576         * w32term.h (w32_display_info): Remove `height', `width',
6577         `height_in', and `width_in' members.
6579         * xterm.c (x_display_pixel_height, x_display_pixel_width):
6580         New functions.
6581         (x_calc_absolute_position): Use them.
6582         (x_term_init): Omit removed `height' and `width' members.
6584         * w32term.c (x_display_pixel_height, x_display_pixel_width):
6585         New functions.
6586         (w32_read_socket, x_calc_absolute_position): Use them.
6587         (w32_initialize_display_info, w32_term_init): Omit removed members
6588         of w32_display_info.
6590         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6591         New functions.
6592         (ns_initialize_display_info): Omit removed members of ns_display_info.
6594         * xterm.c (x_display_pixel_height, x_display_pixel_width):
6595         New functions.
6596         (x_calc_absolute_position): Use them.
6597         (x_term_init): Omit removed `height' and `width' members.
6599         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6600         (compute_tip_xy):
6601         * frame.c (x_fullscreen_adjust):
6602         * xmenu.c (menu_position_func): Use x_display_pixel_height and
6603         x_display_pixel_width.
6605 2008-09-18  Kenichi Handa  <handa@m17n.org>
6607         * composite.c (fill_gstring_header): Don't check FROM and TO here.
6608         (composition_compute_stop_pos): Fix handling of static composition.
6609         (Fcomposition_get_gstring): Check FROM and TO at first.
6611 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6613         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6614         mixup (YAILOM).
6616 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
6618         * indent.c (Fvertical_motion): Use position reported by iterator
6619         instead of PT for determining screen motion (bug#943).
6621 2008-09-17  Romain Francoise  <romain@orebokech.com>
6623         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6625 2008-09-17  Kenichi Handa  <handa@m17n.org>
6627         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6629         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6630         if necessary.
6632 2008-09-16  Kenichi Handa  <handa@m17n.org>
6634         * coding.c (make_conversion_work_buffer): Avoid calling
6635         Fget_buffer_create if it is not necessary.
6637 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6639         * window.c (Fselect_window): Don't update window_select_count and
6640         use_time when norecord is not nil.
6642 2008-09-14  Kenichi Handa  <handa@m17n.org>
6644         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6645         specpdl_ptr.
6647 2008-09-12  Kenichi Handa  <handa@m17n.org>
6649         * indent.c (scan_for_column): Don't handle automatic composition
6650         if the current buffer is not associated with a window.
6652         * composite.c (composition_reseat_it): If the current buffer is
6653         not associated with a window, ignore the automatic composition.
6654         (find_automatic_composition): Likewise.
6656 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6659         (Fgpm_mouse_stop): Use it.
6660         * termhooks.h (close_gpm): Declare.
6661         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6662         connection if Gpm_GetEvent fails.
6664         * window.c (set_window_buffer): Always preserve current-buffer.
6666 2008-09-12  Glenn Morris  <rgm@gnu.org>
6668         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
6670 2008-09-11  Glenn Morris  <rgm@gnu.org>
6672         * charset.c (charset-map-path): Doc fix.
6674 2008-09-10  Kenichi Handa  <handa@m17n.org>
6676         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6678         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6679         compose a grapheme cluster with the preceding base glyph.
6681         * composite.c (composition_compute_stop_pos): Fix previous change.
6682         Reset cmp_it->id to -1 at first.
6684 2008-09-10  Glenn Morris  <rgm@gnu.org>
6686         * Makefile.in (character.o, chartab.o): Fix config.h typo.
6688 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
6690         * keyboard.c (read_key_sequence): Reapply translation maps when
6691         switching keyboards.
6693 2008-09-09  Kenichi Handa  <handa@m17n.org>
6695         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6696         characters.
6698         * composite.c (FORWARD_CHAR): Fix calculation
6699         of (POSITION).pos_byte.
6700         (composition_compute_stop_pos): Limit the search of composition to
6701         at most 500 characters ahead.  If we reach the limit or find a
6702         newline, set cmp_it->ch to -2 and return 0.
6703         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6705 2008-09-08  Kenichi Handa  <handa@m17n.org>
6707         * indent.c (Fvertical_motion): Be sure to set
6708         it_overshoot_expected if it.cmp_it.id is non-negative.
6710 2008-09-07  Andreas Schwab  <schwab@suse.de>
6712         * callproc.c (Fcall_process): Don't hold references to string data
6713         across garbage collection.  Move initialisation of new_argv down
6714         to avoid compiler bug.
6716 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6718         * process.c (Fsystem_process_attributes): Doc fix.
6720 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6722         * callproc.c (Fcall_process): Canonicalize current directory name.
6724         * xdisp.c (move_it_to): When moving by vpos, ensure that the
6725         iterator advances to the next line if the current line ends in a
6726         continued tab.
6728 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
6730         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6731         member to point to cmp_from.
6733         * xdisp.c: Doc fix for references to gidx data member.
6735 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6737         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6739 2008-09-07  Kenichi Handa  <handa@m17n.org>
6741         * composite.c (FORWARD_CHAR): Check STOP after
6742         incrementing (POSITION).pos.
6744 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6746         * process.c (Fsystem_process_attributes): Doc fix.
6748 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6750         * keyboard.c (Ftop_level): Doc fix.
6752 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
6754         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6755         minibuffer, don't let lower part of menu invade the echo area.
6757         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6758         "char *q" to access menu text and advance through it.  Revert the
6759         change that displayed ">" instead of ASCII character 0x10.
6761 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
6763         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6764         toggle boxes and radio buttons on MS-DOS as well.
6766 2008-09-05  Kenichi Handa  <handa@m17n.org>
6768         * composite.c (autocmp_chars): Check lookback count.
6769         (composition_compute_stop_pos): Set cmp_it->lookback.
6770         (composition_reseat_it): Check lookback count.
6771         (struct position_record): New struct.
6772         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6773         (find_automatic_composition): New function.
6774         (composition_adjust_point): Use find_automatic_composition.
6776         * dispextern.h (struct composition_it): New member lookback.
6778 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
6780         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6781         if moving by a single line.
6783 2008-09-02  Andreas Schwab  <schwab@suse.de>
6785         * xterm.c (x_delete_display): Fix merge error.
6787         * fileio.c (Fexpand_file_name): Remove unused variables.
6789 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
6791         * fileio.c (Fexpand_file_name): Copy argument `name' into local
6792         storage on all platforms, not just on DOS_NT.
6794 2008-09-02  Jason Rumney  <jasonr@gnu.org>
6796         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6797         Ensure mouse is not grabbed after menu is finished.
6799 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
6801         * xfaces.c (Finternal_set_alternative_font_family_alist)
6802         (Finternal_set_alternative_font_registry_alist): Properly copy
6803         entire alist structure.
6805 2008-09-01  Kenichi Handa  <handa@m17n.org>
6807         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6808         representative chars of the script is a vector.
6809         (ftfont_list): Handle the case where the representative chars of
6810         the script is a vector.
6812         * character.c (syms_of_character): Docstring of
6813         script-representative-chars fixed.
6815 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
6817         * msdos.c (BUILD_CHAR_GLYPH): New macro.
6818         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6819         the menu.  Allocate larger buffer for `text', to account for
6820         possible ^C characters.
6822 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
6824         * xdisp.c (prepare_menu_bars): Don't call
6825         Vwindow_size_change_functions with arg Qt.
6827 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * font.h (font_range):
6830         * fileio.c (report_file_error):
6831         * composite.c (composition_update_it): Yet another int/Lisp_Object
6832         mixup (YAILOM).
6834 2008-08-30  Glenn Morris  <rgm@gnu.org>
6836         * data.c (Fmake_variable_frame_local): Doc fix.
6838         * frame.c (Fmodify_frame_parameters): Doc fix.
6840 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
6842         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6843         needed by GetTokenInformation.
6844         (w32_system_process_attributes): Check return values of all system
6845         APIs.
6847         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6848         only when the state changes.
6849         (IT_update_begin, IT_update_end): Add termscript trace.
6851         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6852         clipboard is unavailable.  Set dst to NULL if it doesn't point to
6853         malloc'ed data.
6854         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6855         passing random values to xfree.
6857         * dispnew.c (init_display): Set `tty's association in frame's
6858         parameters alist to the name of the terminal device, if that is known.
6860 2008-08-29  Jason Rumney  <jasonr@gnu.org>
6862         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6864 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
6866         * composite.c (fill_gstring_body): Avoid compiler warnings.
6868         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6869         LGLYPH_SET_CODE to avoid compiler warnings.
6871         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
6873         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6875         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6876         LGLYPH_SET_CODE.
6878 2008-08-29  Kenichi Handa  <handa@m17n.org>
6880         * fileio.c (report_file_error): Don't downcase the first character
6881         of errstring if it is still unibyte.
6883 2008-08-29  Kenichi Handa  <handa@m17n.org>
6885         These changes are to re-implement the automatic composition so
6886         that it doesn't use text properties.
6888         * Makefile.in (ftfont.o): Depend on composite.h.
6889         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6891         * character.h (Vunicode_category_table): Extern it.
6893         * character.c (Vunicode_category_table): New variable.
6894         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6896         * chartab.c (optimize_sub_char_table): Perform more greedy
6897         optimization.
6899         * composite.h (enum composition_method):
6900         Delete COMPOSITION_WITH_GLYPH_STRING.
6901         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6902         (Vcomposition_function_table): Extern it.
6903         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6904         (composition_gstring_put_cache, composition_gstring_from_id)
6905         (composition_gstring_p, composition_gstring_width)
6906         (composition_compute_stop_pos, composition_reseat_it)
6907         (composition_update_it, composition_adjust_point): Extern them.
6908         (Fcomposition_get_gstring): EXFUN it.
6910         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
6911         (Vcomposition_function_table)
6912         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
6913         (gstring_hash_table, gstring_work, gstring_work_headers):
6914         New variables.
6915         (gstring_lookup_cache, composition_gstring_put_cache)
6916         (composition_gstring_from_id, composition_gstring_p)
6917         (composition_gstring_width, fill_gstring_header)
6918         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6919         (composition_reseat_it, composition_update_it)
6920         (composition_adjust_point, Fcomposition_get_gstring): New functions.
6921         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6922         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
6923         Defsubr composition_get_gstring.
6925         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
6926         cmp_id.
6927         (struct glyph_string): Delete the member gidx.  New members
6928         cmp_id, cmp_from, and cmp_to.
6929         (enum it_method): Delete GET_FROM_COMPOSITION.
6930         (struct composition_it): New struct.
6931         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6932         Delete c, len, cmp_id, cmp_len in u.comp.
6934         * font.h (enum lgstring_indices): Delete it.
6935         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
6936         (enum lglyph_indices): Likewise.
6937         (font_range): Adjust extern.
6938         (font_fill_lglyph_metrics): Extern it.
6940         * font.c (QCf): New variable.
6941         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6942         (font_prepare_composition): Delete this function.
6943         (font_range): Type and arguments changed.
6944         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6945         (font_fill_lglyph_metrics): New function.
6946         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
6947         (syms_of_font): DEFSYM QCf.  Delete defsubr for
6948         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6949         Defsubr Sfont_shape_gstring.
6951         * fontset.h (font_for_char): Extern it.
6953         * fontset.c (font_for_char): New function.
6955         * ftfont.c: Include composite.h.
6956         (ftfont_resolve_generic_family): Add langset "en" to pattern.
6957         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6959         * indent.c: Include composite.h and dispextern.h.
6960         (check_composition): Delete this function.
6961         (scan_for_column): Handle composition by
6962         composition_compute_stop_pos, composition_reseat_it, and
6963         composition_update_it.
6964         (compute_motion): Likewise.
6965         (Fvertical_motion): Fix checking of composition.
6967         * keyboard.c (adjust_point_for_property): Check composition by
6968         composition_adjust_point.
6970         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
6971         struct glyph_string.
6973         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6974         (append_composite_glyph): Adjust for the change of struct it and
6975         struct glyph.
6976         (produce_composite_glyph): Likewise.
6978         * w32term.c (x_draw_composite_glyph_string_foreground):
6979         Adjust for the change of struct glyph_string.
6980         (x_draw_glyph_string): Likewise.
6982         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6983         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6985         * xdisp.c: Include font.h.
6986         (it_props): Delete the entry for Qauto_composed.
6987         (init_iterator): Initialize it->cmp_it.id to -1.
6988         (compute_stop_pos): Call composition_compute_stop_pos.
6989         (face_before_or_after_it_pos): Adjust for the change of struct it.
6990         (handle_auto_composed_prop): Delete it.
6991         (handle_composition_prop): Handle only static composition.
6992         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6993         from xassert.  Initialize it->cmp_it.stop_pos.
6994         (push_it): Adjust for the change of struct it.
6995         (pop_it): Likewise.
6996         (get_next_element): Delete next_element_from_composition.
6997         (CHAR_COMPOSED_P): New macro.
6998         (get_next_display_element): For automatic composition, get a face
6999         from the font in the glyph-string.
7000         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7001         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
7002         (next_element_from_string): Check if the character at the current
7003         position is composed by CHAR_COMPOSED_P.
7004         (next_element_from_buffer): Likewise.
7005         (next_element_from_composition): Adjust for the change of struct it.
7006         Update it->cmp_it.
7007         (dump_glyph): Adjust for the change of struct glyph.
7008         (fill_composite_glyph_string): Adjust for the change of struct
7009         it and struct glyph.  Don't handle automatic composition here.
7010         (fill_gstring_glyph_string): New function.
7011         (x_get_glyph_overhangs): Handle automatic composition.
7012         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7013         (BUILD_GSTRING_GLYPH_STRING): New macro.
7014         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7015         automatic composition.
7016         (append_composite_glyph): Adjust for the change of struct it and
7017         struct glyph.
7018         (x_produce_glyphs): Adjust for the change of struct it.
7020         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7021         the change of struct glyph_string.
7022         (x_draw_glyph_string): Likewise.
7024 2008-08-29  Glenn Morris  <rgm@gnu.org>
7026         * buffer.c (word-wrap): Doc fix.
7027         * xdisp.c (truncate-partial-width-windows): Doc fix.
7028         Increase default to 50.
7030 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7032         * xdisp.c (update_tool_bar_unwind): New function.
7033         (update_tool_bar): Temporarily set selected frame before building
7034         tool-bar items.
7036 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7038         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7039         snprintf, respectively.
7040         (xd_append_arg): Convert strings with Fstring_make_unibyte.
7042 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7044         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7045         LDFLAGS to GNUstep CC invocation.
7047 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7049         * indent.c (Fvertical_motion): Revert last change.  Handle the
7050         general case where we are moving forward, and PT spans multiple
7051         screen lines.
7053         * eval.c (find_handler_clause): Temporarily increase
7054         max-lisp-eval-depth while printing the backtrace buffer, to
7055         guarantee that help-mode code can run.
7057 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
7059         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7060         colors under -rv.
7061         (IT_set_frame_parameters): Don't swap foreground and background
7062         colors if `(reverse . t)' is present in the frame properties.
7063         (internal_terminal_init): Call init_frame_faces only for the
7064         initial frame.
7066 2008-08-27  Andreas Schwab  <schwab@suse.de>
7068         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7070 2008-08-27  Andreas Schwab  <schwab@suse.de>
7072         * search.c (search_buffer): Set char_base to zero only at the end.
7074 2008-08-27  Kenichi Handa  <handa@m17n.org>
7076         * fileio.c (report_file_error): Fix handling of multibyte error string.
7078 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
7080         * xterm.c (x_term_init): Temporarily hide the partially
7081         initialized terminal while calling vendor-specific-keysyms.
7083 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
7085         * msdos.c (internal_terminal_init): Most initializations done only
7086         once, especially initial_screen_colors[] and termscript open.
7088 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7090         * eval.c (Fcondition_case): Doc fix.
7092         * widgetprv.h (EmacsFramePart): Change font member to the new font
7093         struct.
7095         * widget.c: Include character.h and font.h for XSETFONT.
7096         (setup_frame_gcs): Compute X font id from font struct, just once.
7098 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
7100         * term.c (get_named_tty): Fix last change.
7102 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7104         * indent.c (Fvertical_motion): If moving forward starting from a
7105         multi-line string, move the iterator to the last line of that string.
7107 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7109         * frame.c (do_switch_frame): Mark previously displayed frame as
7110         obscured for FRAME_MSDOS_P frames as well.
7112 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
7114         * frame.c (make_terminal_frame): Initialize f->terminal,
7115         f->terminal->reference_count, and scroll bars on MS-DOS as well.
7116         Set the top frame to newly created frame.
7117         (Fmake_terminal_frame): Reuse the_only_display_info.
7119         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7120         estimating available memory.
7122 2008-08-23  David Reitter  <david.reitter@gmail.com>
7124         * nsterm.m (ns_draw_window_cursor): Don't call
7125         NSDisableScreenUpdates and NSEnableScreenUpdates on
7126         non-NS_IMPL_COCOA systems.
7128 2008-08-23  Andreas Schwab  <schwab@suse.de>
7130         * process.c (procfs_system_process_attributes): Fix use of
7131         uninitialized variables.
7133 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7135         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7137         * dispnew.c (init_display): Remove MS-DOS specific conditions for
7138         calling tty-set-up-initial-frame-faces.
7140         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7141         Allow MSDOS frames along with X frames.
7143         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7144         addition to output_termcap.
7146         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7148         * termchar.h (FRAME_TTY): Support output_msdos_raw.
7149         (struct tty_display_info) [MSDOS]: Add fields related to mouse
7150         highlight.
7152         * process.c [!subprocesses]: Define QCname.
7153         (syms_of_process): Intern and staticpro it.
7155         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7156         Adjust for changes in encoding/decoding routines.
7157         Use encode_coding_object and decode_coding_object instead of
7158         encode_coding and decode_coding.
7160         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7162         * dosfns.c: Include frame.h before termhooks.h.
7163         (dos_cleanup): Use CURTTY ()->termscript instead of a global
7164         variable termscript.
7166         * s/msdos.h (USER_FULL_NAME): Define.
7167         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7169         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7170         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7171         pw->pw_gecos.
7173         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7174         SELECTED_FRAME as additional (1st) argument.
7175         (tty_read_avail_input): Handle output_msdos_raw in
7176         addition to output_termcap.
7178         * msdos.c: Include frame.h before termhooks.h.
7179         (mouse_on, mouse_off, mouse_moveto, mouse_init)
7180         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7181         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7182         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7183         (IT_set_terminal_modes, IT_reset_terminal_modes)
7184         (IT_set_frame_parameters): Use tty->termscript instead of a global
7185         variable termscript.
7186         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7187         global variable terminal_coding.  Don't refer to
7188         Vnonascii_translation_table.
7189         (internal_terminal_init): Set Vwindow_system in current_kboard.
7190         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
7191         Announce date and time of session start, if termscript is open.
7192         Don't zero out the_only_display_info (it is done in
7193         term.c:init_tty).  Open termscript only of not already open.
7194         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
7195         here instead of dos_ttraw.  Don't initialize display if this is an
7196         initial tty.  Don't set FRAME_FONT.
7197         (Vwindow_system_version): Bump to 23.
7198         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
7199         is available, set up mouse_position_hook.
7200         (dos_ttraw, IT_set_terminal_modes): If called with initial
7201         terminal, do nothing.
7202         (IT_set_frame_parameters): Handle the Qtty_type frame
7203         parameter by calling internal_terminal_init.
7204         (dos_set_window_size, show_mouse_face)
7205         (clear_mouse_face, IT_note_mode_line_highlight)
7206         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7207         (dos_rawgetc): Use tty_display_info instead of x_display_info.
7208         (initialize_msdos_display): New function.
7209         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7210         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7211         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7212         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7213         Accept additional argument: a pointer to a frame.  Update all callers.
7214         (request_sigio, unrequest_sigio): Don't define, now defined on
7215         sysdep.c.
7216         (IT_write_glyphs): Rewrite to use encode_terminal_code.
7218         * term.c [MSDOS]: Include msdos.h.
7219         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
7220         conditional to DOS_NT.  Allow only one call to this function in a
7221         session.  Don't allocate a new struct tty_display_info; instead,
7222         reuse the_only_display_info.  Call get_tty_size to get screen
7223         dimensions.  Call init_baud_rate to set bad_rate.
7224         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7225         (Fsuspend_tty) [MSDOS]: Don't close input and output.
7226         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7227         (get_tty_terminal, get_named_tty, Ftty_type)
7228         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7229         output_termcap.
7230         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7231         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7232         only when subprocesses are supported.
7234         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7235         f->output_data.x.
7236         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7237         terminal devices.
7239         * msdos.h: Remove definition of struct x_display_info and struct
7240         x_output.
7241         (FRAME_FONT): Use output_data.tty.
7242         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7243         (struct x_display_info): Rename from display_info.  Update all users in
7244         msdos.c.
7245         (struct x_output): Remove background_pixel and foreground_pixel.
7246         (the_only_display_info): Rename from the_only_x_display.
7247         (dos_ttraw): Update prototype.
7249         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7250         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7252 2008-08-23  Jason Rumney  <jasonr@gnu.org>
7254         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7255         (fn_TIFFSetDirectory): New library function used.
7256         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7257         (tiff_load): Use :index to select among multiple images.  Set count
7258         property when multiple images exist.
7259         (gif_format): Use :index, not :image.
7261 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7263         * xdisp.c (try_scrolling): Check INT_MAX instead of
7264         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
7265         to obtain INT_MAX.
7267 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
7269         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7271 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
7273         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7274         GNUstep library location.
7276 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7278         * xfaces.c (x_update_menu_appearance): Check validity of menu font
7279         before using it.
7281         * puresize.h (BASE_PURESIZE): Increase to 1250000.
7283 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
7285         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7286         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7287         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7288         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7289         (EmacsApp-cursor_blink_handler): Remove declaration.
7290         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7291         match 01 Feb 2008 changes in xterm.c.
7292         (ns_read_socket): Add cast to avoid warning.
7293         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7294         GNUstep.
7296 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
7298         * xselect.c (x_get_foreign_selection): Return nil if desired
7299         selection could not be obtained, instead of signalling an error.
7301 2008-08-20  David Reitter  <david.reitter@gmail.com>
7303         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7304         * nsterm.m: Remove ns-specific code for cursor blinking.
7305         (ns_draw_window_cursor): Clear cursor properly rather than
7306         redrawing the area.  Respect width of bar cursors.
7307         These changes enable the use of generic blink-cursor-mode and
7308         generic cursor types in NS and support smooth cursor movements (do
7309         not blink off after command).
7310         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7311         Nextstep, too.
7313 2008-08-19  Kenichi Handa  <handa@m17n.org>
7315         * font.c (Vfont_log_deferred): New variable.
7316         (font_add_log): Check Vfont_log_deferred.
7317         (font_deferred_log): New function.
7319         * font.h (font_deferred_log): Extern it.
7321         * fontset.c (reorder_font_vector): Use encoding charset of fonts
7322         for sorting.
7323         (face_for_char): Use deferred log.
7325 2008-08-18  Kenichi Handa  <handa@m17n.org>
7327         * fontset.c (face_for_char): Add font log.
7329         * font.c (font_add_log): Add the font properties :script, :lang,
7330         and :otf in the log.
7332 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
7334         * xdisp.c: Remove dead code.
7335         (handle_invisible_prop, next_overlay_string): Defer call to
7336         setup_for_ellipsis.
7337         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7339 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
7341         * xfaces.c (lookup_derived_face): Properly handle possible zero
7342         return value of get_lface_attributes.
7343         (merge_faces): Don't tell lookup_derived_face to signal an error
7344         if face is not found.
7346         * dired.c (Fdirectory_files): Doc fix.
7348         * process.c (make_process): Initialize kill_without_query struct
7349         member.
7351 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
7353         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7354         Alternative calculation of totphys for Visual Studio 6.
7356         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7358         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7359         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7360         All users changed.
7361         (stat): Only root directory passed to GetDriveType.  Allow RAM
7362         disk as well as local fixed disk when w32-get-true-file-attributes
7363         is set to `local'.
7364         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7365         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7366         (w32_cached_id, w32_add_to_cache): New functions.
7367         (get_name_and_id): Look account names in the cache before calling
7368         lookup_account_sid.
7369         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7370         New initialization flags.
7371         (globals_of_w32): Initialize them to zero.
7372         (w32_system_process_attributes): Use w32_cached_id and
7373         w32_add_to_cache.
7375 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
7377         * lread.c (Fread_char, Fread_char_exclusive): If no character
7378         event is read before timeout is reached, return nil, rather than
7379         converting to a number.
7381 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7383         * fns.c (use_dialog_box): Doc fix.
7385         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7386         on OS X.
7388 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7390         * frame.c (Qns_parse_geometry): New var.
7391         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7393 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7395         * xdisp.c (x_produce_glyphs): Handle the case when font has no
7396         space character in calculating tabs.
7398 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
7400         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7402 2008-08-10  Glenn Morris  <rgm@gnu.org>
7404         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7405         silence gcc "limited range of data type" warnings in some
7406         make_fixnum_or_float calls.
7408 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
7410         * w32.c (w32_system_process_attributes): If the process does not
7411         exist, return nil.
7413         * w32.c: Include thelp32.h, psapi.h and coding.h.
7414         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7415         declarations.
7416         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7417         (Process32Next_Proc): New typedefs.
7418         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7419         (g_b_init_process32_next, g_b_init_open_thread_token)
7420         (g_b_init_impersonate_self, g_b_init_revert_to_self)
7421         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7422         (g_b_init_get_process_working_set_size)
7423         (g_b_init_global_memory_status_ex): New static variables.
7424         (globals_of_w32): Initialize them.
7425         (create_toolhelp32_snapshot, process32_first, process32_next)
7426         (open_thread_token, impersonate_self, revert_to_self)
7427         (get_process_memory_info, get_process_working_set_size)
7428         (global_memory_status, global_memory_status_ex): New wrapper
7429         functions.
7430         (w32_list_system_processes, w32_system_process_attributes)
7431         (enable_privilege, restore_privilege, ltime, process_times):
7432         New functions.
7433         (convert_time_raw): New function.
7434         (convert_time): Remove conversion of FILETIME into time in 100
7435         nsec units, call convert_time_raw instead.
7437         * process.h (w32_list_system_processes, w32_system_process_attributes):
7438         Add prototypes.
7439         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7440         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7441         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7442         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7444         * process.c (Fsystem_process_attributes): Doc fix.
7446 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7448         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7449         a continued multi-char glyph; if so, advance to the actual glyph.
7451 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7453         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7455         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7456         (.m.o): Use it.
7457         * config.in: Regenerate.
7459 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
7461         * xdisp.c (redisplay_window): Revert last change.
7462         (try_window): Check bottom scroll margin too.
7464 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7466         * config.in: Regenerate.
7468         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7469         -list-load-path-shadows'.
7470         (nsgui.h): Reduce number of things depending on it.
7472 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
7474         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7475         instead of window-end which does the wrong thing at eob.
7476         (try_cursor_movement): Minor optimization.
7477         (redisplay_window): If scroll margin is defined, don't assume
7478         window doesn't need scrolling.
7480 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7482         * config.in: Regenerate.
7484         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7485         (mostlyclean): Don't delete *.d under NS.
7487         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7489 2008-08-06  Kenichi Handa  <handa@m17n.org>
7491         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7493 2008-08-06  Andreas Schwab  <schwab@suse.de>
7495         * config.in: Regenerate.
7497 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7499         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7500         forcing a window start.
7502         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7503         (auto_save_1): Update modtime when auto-save-list-file-name is on.
7505 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
7507         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7508         argument.
7510 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
7512         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7513         <scroll-down-aggressively, before-change-functions>:
7514         <after-change-functions>: Reflow docstrings.
7516 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
7517             Ken Raeburn  <raeburn@gnu.org>
7519         Dock menu customization, based on a patch by Ken Raeburn, plus some
7520         other fixes.
7521         * nsmenu.m (dockMenu): New variable.
7522         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7524         * nsterm.h (dockMenu): Declare.
7526         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7527         (ns_term_init): Initialize dockMenu.
7528         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7529         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7530         left.
7532         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7534 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
7536         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7538         * config.in: Regenerate.
7540 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
7542         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7544 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
7546         * nsterm.h (find_and_call_menu_selection): Fix prototype.
7548 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
7550         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7552         * keyboard.h: Comment an #endif.
7554         * lisp.h (have_menus_p): Adjust comment.
7556         * menu.c (find_and_return_menu_selection): Fix comparison with
7557         client_data.
7559         * nsmenu.m (popup_activated_flag): New variable.
7560         (popup_activated): New function.
7561         (menu-or-popup-active-p): New exported lisp definition.
7562         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
7563         when popup done.
7564         (ns_popup_dialog): Set popup_activated_flag.
7566         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7567         version for GNUstep (handled by conditional typedef in nsterm.m).
7568         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7569         in rgb.txt).
7571         * process.c (init_process): Use DARWIN_OS, not DARWIN.
7573         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7575         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7577         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7578         shortcircuit if popup_activated like GTK and X toolkit.
7580         * m/inter386.h: Change DARWIN to DARWIN_OS.
7582         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
7583         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
7584         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
7585         comment on NO_SOCK_SIGIO.
7587 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
7589         * nsterm.m (windowDidResize): Remove stopModal call.
7591 2008-08-03  Andreas Schwab  <schwab@suse.de>
7593         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7594         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7596 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7598         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7599         Don't use uninitialized pointer variable when using getrlimit.
7601 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7603         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7605 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
7607         * alloc.c (NSTATICS): Bump to 0x640.
7609         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7611         * lisp.h: Add prototype for directory_files_internal.
7613         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7614         New functions.
7615         (syms_of_process): Defsubr them.  Add initializations for various
7616         Q* symbols used in procfs_system_process_attributes.
7617         (procfs_list_system_processes, procfs_system_process_attributes)
7618         [HAVE_PROCFS]: New functions.
7619         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7620         (procfs_get_total_memory): New functions.
7622 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
7624         * xfaces.c (Fx_load_color_file): Fix previous change;
7625         it is #ifdef WINDOWSNT, not WINDOWS_NT.
7627 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7629         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7631 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
7633         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7635 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
7637         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7639         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7640         define NSApplicationDelegateReplySuccess.
7641         (EmacsView -converstationIdentifier): Use long instead of
7642         NSInteger for GNUstep, since it doesn't have NSInteger.
7644         * xmenu.c: Revert last change.
7646         * keyboard.h: Fix last change.
7648 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
7650         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7651         on Windows.
7653 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
7655         Warning clearing and clean-up in NS port.
7656         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7657         Add prototypes.
7658         * nsgui.h (FACE_DEFAULT): Remove, unused.
7659         (XGCValues): Change colors to unsigned long.
7660         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7661         nsterm.m.
7662         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7663         (ns_list_fonts): Remove, unused.
7664         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7665         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7666         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7667         (nsfont_draw): Compare face colors to 0, not nil.
7668         * nsmenu.m (struct widget_value): Drop unneeded declaration.
7669         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7670         (-addSubmenuWithTitle:): Use NSMenuItem class.
7671         (ns_popup_menu): Use NO, not NULL, for enabled setting.
7672         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7673         (ns_clip_to_row): Make gc arg a BOOL.
7674         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7675         ns_clip_to_row() call.
7676         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7677         used).  Cast FRAME_FONT assignments.
7678         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7679         (ns_string_to_lispmod): Change arg to const char.
7680         (ns_term_init): Use NSMenuItem class.
7681         (EmacsApp -openFile:): Move to different section of file.
7682         (EmacsApp -application:openFiles:): Don't return a value, call
7683         -replyToOpenOrPrint:.
7684         (EmacsView -keyDown:): Fix up cast.
7685         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7686         (EmacsView -menuDown:): Cast tag in call to
7687         find_and_call_menu_selection().
7688         (ns_list_fonts): Remove, unused.
7689         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
7690         (ns_fontname_to_xlfd): Make static.
7691         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7692         Remove prototypes (now in keyboard.h).
7693         (next_menubar_widget_id): Remove, unused.
7694         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7695         Remove prototypes (now in keyboard.h).
7696         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7698 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
7700         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7701         (floatfns.o): Depend on syssignal.h.
7702         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7704         * systty.h: Fix previous change that removed BSD_TERMIOS.
7705         Add comments to #ifdefs.
7707 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
7709         * w32fns.c (w32-load-color-file): Remove.
7710         (x-open-connection): Use renamed Fx_load_color_file.
7711         * xfaces.c (x-load-color-file): Add.
7712         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7713         Emacs.clr.
7714         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7716 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7718         * dbusbind.c (Fdbus_call_method_asynchronously)
7719         (Fdbus_method_error_internal): New defuns.
7720         (xd_read_message): Handle also reply messages.
7721         (Vdbus_registered_functions_table): Extend docstring.
7723 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7725         * keyboard.c (gobble_input): Fix previous change.
7727 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7729         * bitmaps/README:
7730         * xfns.c:
7731         * termcap.c:
7732         * term.c:
7733         * syswait.h:
7734         * systty.h:
7735         * systime.h:
7736         * syssignal.h:
7737         * sysdep.c:
7738         * process.h:
7739         * process.c:
7740         * print.c:
7741         * ndir.h:
7742         * lread.c:
7743         * keyboard.c:
7744         * getpagesize.h:
7745         * floatfns.c:
7746         * fileio.c:
7747         * emacs.c:
7748         * doc.c:
7749         * dispnew.c:
7750         * dired.c:
7751         * data.c:
7752         * callproc.c:
7753         * buffer.c:
7754         * README:
7755         * Makefile.in:
7756         * s/template.h:
7757         * s/msdos.h:
7758         * m/vax.h: Remove VMS support.
7759         * s/vms.h:
7760         * vlimit.h:
7761         * uaf.h:
7762         * temacs.opt:
7763         * param.h:
7764         * ioctl.h: Remove file.
7766 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7768         * s/ms-w32.h (MULTI_KBOARD): Remove.
7769         * xterm.c:
7770         * xselect.c:
7771         * xfns.c:
7772         * window.c:
7773         * w32term.c:
7774         * w32fns.c:
7775         * terminal.c:
7776         * termhooks.h:
7777         * term.c:
7778         * sysdep.c:
7779         * keyboard.h:
7780         * keyboard.c:
7781         * frame.h:
7782         * frame.c:
7783         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7784         * config.in: Regenerate.
7786 2008-07-30  Jason Rumney  <jasonr@gnu.org>
7788         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7790         * w32font.c (w32font_encode_char): Leave as unicode if in range.
7791         (w32font_open_internal): Get unicode version of textmetrics.
7792         Don't enable or disable glyph indices here.
7793         (w32font_open): Disable use of glyph indices.
7795         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7797 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
7799         * minibuf.c (Vread_buffer_function): Doc fix.
7801 2008-07-30  John Paul Wallington  <jpw@pobox.com>
7803         * minibuf.c (read_buffer_completion_ignore_case): New var.
7804         (Fread_buffer): Use it.
7806 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7808         * systty.h (sensemode): Remove empty #if.  Remove reference to
7809         BSD_TERMIOS, unused.
7811         * sysdep.c: Remove reference to DGUX.
7812         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7814         * config.in: Regenerate.
7816 2008-07-30  Jason Rumney  <jasonr@gnu.org>
7818         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7820 2008-07-29  Jason Rumney  <jasonr@gnu.org>
7822         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7823         is populated.
7824         (uniscribe_encode_char): Always use uniscribe.
7825         Avoid using context if cache is populated.
7827 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
7829         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7830         open menu.
7832         * gtkutil.c (menu_nav_ended): Remove.
7833         (create_menus): Remove signal connect for menu_nav_ended.
7835 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
7837         * xdisp.c (redisplay_window): Check return value of
7838         compute_window_start_on_continuation_line before forcing a window
7839         start.
7841 2008-07-28  Jason Rumney  <jasonr@gnu.org>
7843         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7845         * w32term.c (w32_enable_unicode_output, cleartype_active):
7846         Remove obsolete display options.
7847         (x_draw_glyph_string_background): Don't use old cleartype_active
7848         workaround.
7849         (w32_initialize): Remove cleartype_active initialization.
7850         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7852 2008-07-28  Andreas Schwab  <schwab@suse.de>
7854         * lisp.h (init_weak_hash_tables, syms_of_font)
7855         (xd_read_queued_messages, syms_of_dbusbind): Declare.
7856         (remove_hash_entry): Don't declare.
7857         * eval.c (maybe_call_debugger): Make static and move before use.
7858         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7859         * xdisp.c: Include "gtkutil.h" if USE_GTK.
7860         * xterm.h (x_set_frame_alpha): Declare.
7862 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
7864         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7865         (create_menus): Connect selection-done to menu_nav_ended.
7867 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7869         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7870         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
7871         parameter with read of 'alpha' one.
7872         (Qns_frame_parameter): Remove.
7873         * nsselect.m (selection-coding-system)
7874         (next-selection-coding-system, Vselection_coding_system)
7875         (Vnext_selection_coding_system): Drop.
7877 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7879         * nsfns.m (do-applescript, do_applescript): Rename to
7880         ns-do-applescript, ns_do_applescript, and move within file.
7882 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7884         Remove support for Mac Carbon.
7885         * mactoolbox.c:
7886         * macterm.h:
7887         * macterm.c:
7888         * macselect.c:
7889         * macmenu.c:
7890         * macgui.h:
7891         * macfns.c:
7892         * mac.c: Remove file.
7893         * s/darwin.h:
7894         * m/intel386.h:
7895         * xfaces.c:
7896         * xdisp.c:
7897         * window.c:
7898         * tparam.c:
7899         * termhooks.h:
7900         * termcap.c:
7901         * term.c:
7902         * syssignal.h:
7903         * sysselect.h:
7904         * sysdep.c:
7905         * process.c:
7906         * lread.c:
7907         * lisp.h:
7908         * keyboard.c:
7909         * image.c:
7910         * fringe.c:
7911         * frame.h:
7912         * frame.c:
7913         * fontset.c:
7914         * font.h:
7915         * font.c:
7916         * fns.c:
7917         * fileio.c:
7918         * emacs.c:
7919         * dispnew.c:
7920         * dispextern.h:
7921         * config.in:
7922         * atimer.c:
7923         * Makefile.in: Remove code for Carbon.
7925 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7927         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7929 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7931         * macterm.h (kCGBitmapByteOrder32Host): New define for
7932         non-universal SDKs.
7934         * image.c (mac_create_cg_image_from_image, image_load_image_io)
7935         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7937         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7938         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7940 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
7942         * w32inevt.c: Include dispextern.h.
7944 2008-07-26  Andreas Schwab  <schwab@suse.de>
7946         * print.c (print_object): Fix off-by-one in last change.
7948 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
7950         * term.c (syms_of_term): Don't initialize default_orig_pair,
7951         default_set_foreground and default_set_background on Windows.
7953 2008-07-25  Jason Rumney  <jasonr@gnu.org>
7955         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7956         ScriptItemize.  Clean up return value checking.  Remove unused
7957         variables.
7958         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7959         shaping engine.
7961         * w32font.c (w32font_has_char): Handle the case where we can't
7962         determine the script for a character.
7964 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
7966         * term.c (syms_of_term): Initialize default_orig_pair,
7967         default_set_foreground, and default_set_background.
7969         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7970         clash (bug#86).
7971         (getloadavg): Callers changed.
7973         * image.c (svg_load_image): Fix last change.
7974         (svg_load_image): Use rsvg_handle_get_dimensions to check that
7975         image size is valid.  Use g_object_unref instead of deprecated
7976         rsvg_handle_free to free rsvg handle.
7977         (x_from_xcolors): Don't initialize pixmap (silence compiler).
7979 2008-07-25  Jason Rumney  <jasonr@gnu.org>
7981         * w32font.c (w32font_encode_char): Encode characters outside BMP as
7982         surrogates before looking up glyph index.
7983         (w32font_text_extents): Encode as surrogates if falling back to
7984         functions that need UTF-16 wide chars.
7986         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7987         BMP as surrogates before looking up glyph index.
7989 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
7991         * image.c (svg_load_image): Check for failure in return value of
7992         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
7994 2008-07-25  Jason Rumney  <jasonr@gnu.org>
7996         * w32font.c (Fx_select_font): Reverse sense of second arg.
7998 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8001         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8003         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8004         (PURESIZE): Use it.
8006 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8008         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8009         * m/alpha.h (TEXT_END):
8010         * m/ibmrs6000.h (TEXT_END):
8011         * m/macppc.h (TEXT_END):
8012         * s/darwin.h (TEXT_END):
8013         * s/msdos.h (TEXT_END): Remove, unused.
8014         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8015         * s/cygwin.h: Remove comment.
8017         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8018         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8019         * m/intel386.h (DOT_GLOBAL_START):
8020         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8021         (USG): Remove, file not used on USG platforms.
8023         * Makefile.in (HAVE_X11): Remove empty #else.
8025 2008-07-24  Andreas Schwab  <schwab@suse.de>
8027         * fileio.c (Finsert_file_contents): Properly adjust undo list
8028         after format conversion.
8030 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
8032         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8033         (menu_nav_ended): Remove.
8034         (create_menus): Remove signal connect for menu_nav_ended.
8035         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8036         create_menus.
8037         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8039 2008-07-23  Jason Rumney  <jasonr@gnu.org>
8041         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8042         with opened font.
8043         (w32font_open): Set font type to gdi.
8045         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8047 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8049         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8050         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8051         defines it.
8052         * unexec.c (ADDR_CORRECT): Define unconditionally.
8054         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8056         * unexec.c: Remove code depending on !COFF and USG, the file is
8057         not used for such systems.
8059         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8060         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8061         (LD_SWITCH_SYSTEM_1): Remove, update users.
8063         * s/darwin.h (DATA_END):
8064         * m/intel386.h (DATA_END):
8065         * m/ibmrs6000.h (DATA_END):
8066         * m/alpha.h (DATA_END): Remove, unused.
8068         * config.in: Regenerate.
8069         * s/ms-w32.h (subprocesses): Define unconditionally.
8070         * s/template.h (subprocesses): Update comment.
8071         * s/vms.h (subprocesses):
8072         * s/usg5-4.h (subprocesses):
8073         * s/hpux10-20.h (subprocesses):
8074         * s/gnu-linux.h (subprocesses):
8075         * s/cygwin.h (subprocesses):
8076         * s/bsd-common.h (subprocesses):
8077         * s/aix4-2.h (subprocesses):
8078         * s/darwin.h (subprocesses): Do not define, defined by default now.
8080         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8081         Remove all references.
8082         (temacs): Add GNUstep specific ld flags.
8084         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8085         similarly to what X does.
8087 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8089         * nsfns.m (x-list-fonts): Remove.
8090         (syms_of_nsfns): Drop the x-list-fonts declaration.
8091         * nsterm.m: Get rid of remaining "//" comments.
8093 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
8095         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8097         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8098         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8099         (Fns_own_selection_internal, Fx_disown_selection_internal)
8100         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8102         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8103         ... */' style of docstrings.  Doc fixes.
8105 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8107         * terminfo.c (UP, BC, PC): Undo previous change.
8109         * nsfns.m: Rename ns prefixed functions/variables to the
8110         corresponding x versions.  Update references.
8112 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8114         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8116 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8118         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8119         Remove forwarding functions.
8120         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8121         non-static.
8122         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8123         non-static.
8124         (ns_frame_parm_handlers): Use the new names.
8125         (syms_of_nsfns): Move to the end of file.
8127         * nsterm.m (syms_of_nsterm): Move to the end of file.
8129         * dispnew.c (init_display): Remove code for X10.
8131 2008-07-22  Jason Rumney  <jasonr@gnu.org>
8133         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8134         bare drive.
8136 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8138         * nsterm.m (syms_of_nsterm): Remove debugging println.
8140 2008-07-22  David Reitter  <david.reitter@gmail.com>
8142         * nsfns.m (do_applescript, F_do_applescript): NS version of the
8143         Carbon implementation of the same functionality: execute arbitrary
8144         AppleScript code.
8146 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
8148         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8149         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8150         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8151         (Fx_display_mm_height, Fx_display_mm_width)
8152         (Fx_display_backing_store, Fx_display_visual_class)
8153         (Fx_display_save_under, Fx_open_connection)
8154         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8155         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8156         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8157         (Fx_display_pixel_width, Fx_display_pixel_height)
8158         (Fx_display_usable_bounds, Fx_display_planes)
8159         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8160         ... */' style of docstrings.
8162 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8164         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8165         on this platform.
8166         (mips):
8167         * m/iris4d.h (mips): Do not define.
8168         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8170         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8172         * image.c:
8173         * nsfns.m:
8174         * nsselect.m:
8175         * nsterm.h:
8176         * nsterm.m: Rename ns prefixed functions/variables to the
8177         corresponding x versions.  Update references.
8179         * m/ibms390x.h (NO_REMAP): Do not undefine.
8181         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8183 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8185         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8186         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8187         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8188         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8189         (Fns_display_mm_height, Fns_display_mm_width)
8190         (Fns_display_backing_store, Fns_display_visual_class)
8191         (Fns_display_save_under, Fns_open_connection)
8192         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8193         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8194         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8195         (Fns_display_pixel_width, Fns_display_pixel_height)
8196         (Fns_display_usable_bounds, Fx_display_planes)
8197         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8199 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
8201         * print.c (print_object): Check print_depth before searching for
8202         circularities.
8204 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
8206         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8207         only sprintf.
8209 2008-07-21  Kenichi Handa  <handa@m17n.org>
8211         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8213 2008-07-20  Andreas Schwab  <schwab@suse.de>
8215         * syntax.c (find_start_pos, find_start_value)
8216         (find_start_value_byte, find_start_begv, find_defun_start)
8217         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8219 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8221         * s/sol2-3.h: Insert contents of s/sol2.h.
8222         (LD_SWITCH_SYSTEM): Remove redundant definition.
8223         * s/sol2.h: Remove, unused.
8225 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
8227         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8229 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
8231         * Makefile.in (ns_appdir): Fix typo in find command.
8233 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8235         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8237         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8238         added not supported anymore.
8240         * s/usg5-4-2.h (LIBS_SYSTEM):
8241         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8243         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8244         * s/lynxos.h (GETPGRP_NO_ARG):
8245         * s/hpux10-20.h (NO_SIOCTL_H):
8246         * s/gnu.h (GETPGRP_NO_ARG):
8247         * s/gnu-linux.h (NO_SIOCTL_H):
8248         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8249         * s/cygwin.h (GETPGRP_NO_ARG):
8250         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8251         (C_DEBUG_SWITCH): Remove duplicate definition.
8253         * m/ibms390.h: Remove boilerplate comments.
8255         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8257         * process.c (HAVE_SERIAL): Consolidate ifdefs.
8258         (wait_reading_process_output): Remove code for SunOS, platform not
8259         supported anymore.  Use SOLARIS2 instead of sun.
8261 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8263         * font.c (font_open_by_name): Under NS, default lface height to zero.
8264         (font_open_for_lface): Under NS, set size based on frame fontsize.
8265         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8266         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8268 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8270         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8271         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8272         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8273         YES/NO.
8274         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8275         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8276         * Makefile.in (clean): Clear out build destination dir.
8278 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8280         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8281         xterm, xselect.
8282         * lisp.h: Remove declaration of hash_remove.
8283         * nsgui.h: Remove redefinitions of hash_remove.
8284         * fns.c (hash_remove): Rename to hash_remove_from_table.
8286 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
8288         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8289         strdup() the family UTF8String before modifying it.
8291 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8293         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8294         NS_FACE_BACKGROUND with 0 instead of nil.
8295         * nsfont.m (nsfont_draw): Same.
8297 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
8299         * nsfns.m (ns_set_background_color): Fix crash.
8301 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8303         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8305 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
8307         * puresize.h (BASE_PURESIZE): Increase to 1240000.
8309 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8311         * gtkutil.c: Include <config.h> instead of "config.h".
8313         * lisp.h (Foverlay_buffer): Add EXFUN.
8315         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8316         child process to complete child_setup.  Undo 2005-09-21 change.
8318         * s/darwin.h: Mention setsid after vfork.
8320 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8322         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8323         Depend on macgui.h.
8325         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8326         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8328         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8329         and f19.
8330         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8332         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8333         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8334         Remove enumerators.
8336         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8337         Check if FACE_FROM_ID returns NULL.
8339 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
8341         * w32inevt.c (change_frame_size): Remove extern declaration.
8342         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8343         change_frame_size.
8345 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
8347         * getloadavg.c: Revert last change (2008-07-15).
8349 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
8351         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8352         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8353         from configure.
8355 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8357         * s/sol2.h:
8358         * s/sol2-4.h: Reorganize conditionals.
8360         * ecrt0.c: Remove code depending on m68000, not used anymore.
8362         * fns.c (hash_remove): Make static.
8363         * lisp.h (hash_remove): Don't prototype.
8365         * m/ibmrs6000.h:
8366         * m/ibms390x.h:
8367         * m/macppc.h: Remove boilerplate comments.
8369         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8370         Solaris, which does not need them.
8372         * m/vax.h: Remove comments about unsupported systems.
8374         * s/darwin.h: Reorganize ifdefs.
8376 2008-07-17  Andreas Schwab  <schwab@suse.de>
8378         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8380 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8382         Use SDATA.  Follow coding convention of placing operators at
8383         beginning of next line rather than end of previous line, and placing
8384         spaces around infix operators.
8386         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8387         in case it was defined already.
8388         USE @GNUSTEP_MAKEFILES@ rather than envvars.
8389         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8390         ns_default.
8391         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8392         Lisp_Objects.
8393         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8394         (ns_defined_color, ns_color_to_lisp): Declare.
8395         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8396         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8397         it's accepted even with USE_LISP_UNION_TYPE.
8398         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8399         (update_frame_tool_bar): Remove apparently obsolete tests for
8400         non-integerness of f->tool_bar_lines.
8401         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8402         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8403         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8404         (nsfont_open): Don't confuse NULL for Qnil.
8405         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8406         * menu.h (find_and_call_menu_selection):
8407         * menu.c (find_and_call_menu_selection): Use just int for vector size.
8408         (find_and_return_menu_selection): Always return something.
8409         * frame.h: Include dispextern.h for Display_Info.
8410         (display_x_get_resource): Declare.
8412 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8414         * syntax.c: Remove stdio.h include accidentally introduced in
8415         Emacs.app commit.
8416         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8417         NS_IMPL_COCOA.
8418         * keyboard.c (handle_async_input, input_available_signal): Remove
8419         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8421 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8424         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8425         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8426         Use SDATA.
8428         * keymap.c: Remove all NS-specific code.
8429         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8430         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8431         where_is_preferred_modifier, return a different value depending on how
8432         preferred is the binding.
8433         (where_is_internal): Adjust accordingly.
8434         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8435         Adjust to new preferred_sequence_p.
8436         (syms_of_keymap): Declare `where-is-preferred-modifier'.
8437         * keyboard.c (parse_solitary_modifier): Not static any more.
8438         * keyboard.h (parse_solitary_modifier): Declare.
8440 2008-07-16  Andreas Schwab  <schwab@suse.de>
8442         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8443         of easymenu.
8445 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
8447         * xdisp.c (move_it_in_display_line): Account for word wrap, so
8448         that we don't move off the line.
8450 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * keyboard.c (Qsuper): Remove.
8453         (parse_menu_item): Don't call where_is_internal specially for NS.
8455 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8457         * s/gnu-linux.h: Remove boilerplate comments.
8459         * m/alpha.h (__ELF__): Consolidate conditions.
8461         * m/m68k.h (linux): Use GNU_LINUX instead.
8462         Remove boilerplate comments.
8464         * m/intel386.h: Undo refactoring from previous change.
8465         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8466         too, remove dead code.
8467         (linux): Use GNU_LINUX instead.
8469 2008-07-16  Jason Rumney  <jasonr@gnu.org>
8471         * w32gui.h: Repeat 26 June changes lost by last change.
8473 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8475         * systty.h: Remove code for Aix on 386, unsupported platform.
8477         * s/ms-w32.h: Remove boilerplate comments.
8478         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8480         * s/gnu-linux.h (TERM): Remove support.
8481         (HAVE_SYSVIPC): Remove, unused.
8482         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8483         for this system.
8485         * process.c: Remove support for IRIS, unused.
8486         Remove support for TERM, not relevant anymore.
8488         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8489         used with the definition.
8491         * s/aix4-2.h (static): Do not undef.
8493         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8494         only used on Aix.
8495         (HAVE_SYSVIPC): Remove, unused.
8497         * m/hp800.h (CANNOT_DUMP): Do not undef.
8499         * m/alpha.h: Fix comment.
8501         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8502         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8503         used by this configuration.
8504         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8505         * unexec.c: Remove code depending on HPUX and
8506         USG_SHARED_LIBRARIES, not used with this file.  Remove code
8507         depending on IRIS, unused.  Remove if 0-ed code.
8509         * s/template.h: Remove comments about static.
8511         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8512         Remove if 0-ed code.
8513         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8514         were the same as the default.
8515         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8516         Remove boilerplate comments.
8517         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8518         (HAVE_SYSVIPC): Remove, unused.
8519         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8521         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8522         Remove boilerplate comments.
8523         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8524         Remove boilerplate comments.
8525         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8526         Remove boilerplate comments.
8527         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8529         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8530         USG systems which do not use DATA_SEG_BITS.
8531         Refactor code.  Remove boilerplate comments.
8533         * m/ibms390.h:
8534         * m/m68k.h:
8535         * s/bsd-common.h:
8536         * s/cygwin.h:
8537         * s/darwin.h:
8538         * s/freebsd.h:
8539         * s/gnu.h:
8540         * s/msdos.h: Remove boilerplate comments.
8542         * m/iris4d.h: Remove boilerplate comments and code for systems that
8543         do not use this file.
8544         (IRIS_4D): Remove, unused.
8546         * m/mips.h: Remove boilerplate comments and code for systems that
8547         do not use this file.
8548         (SIGN_EXTEND_CHAR):
8549         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8550         * unexmips.c: Remove file, unused.
8552         * editfns.c (Fuser_full_name): Replace the only use of
8553         USER_FULL_NAME with its value.
8554         * config.in: Regenerate.
8556 2008-07-16  David Reitter  <david.reitter@gmail.com>
8558         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8559         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8561 2008-07-16  Glenn Morris  <rgm@gnu.org>
8563         * emacs.c (system-type): Doc fix.
8565 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8567         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8568         If the cache doesn't work, let's fix it, rather than work around it.
8570 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8572         * Makefile.in: Correct additions for nsfont.o in last commit.
8573         * nsfont.m: New file (forgot last commit).
8575 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
8577         * callproc.c (set_initial_environment): Initialize
8578         Vprocess_environment under CANNOT_DUMP (fixes crash when
8579         batch-compiling for bootstrap).
8581 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
8582             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8584         (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8585         fix crash due to different init order.
8587 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8589         Changes and additions for NeXTstep windowing system (Cocoa and
8590         GNUstep) support.
8592         * Makefile.in:
8593         * config.in: Support defines and build commands for NS port.
8594         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8595         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8596         * dispextern.h: Include nsgui.h and add needed typedefs under NS
8597         windowing.
8598         (struct face): Add synth_ital field.
8599         * dispnew.c: Include nsterm.h when compiling under NS windowing.
8600         (init_display): Initialize Vinitial_window_system to "ns" when so
8601         compiled.
8602         * emacs.c: Include GSConfig.h when compiling under GNUstep.
8603         (display_arg): Use under NS.
8604         (main): Under NS, allocate autorelease pool and handle command line
8605         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8606         (standard_args): Add NS-specific args.
8607         (shut_down_emacs): Shut down NS terminal if compiled under NS.
8608         * font.c (DEFAULT_ENCODING): New variable.
8609         (font_find_for_lface): Use it.
8610         (syms_of_font): Load syms_of_nsfont under NS.
8611         * font.h: Declare nsfont_driver when compiled under NS.
8612         * fontset.c: When compiling under NS, include nsterm.h.
8613         (fontset_from_font): Autoconstruct fontset under NS.
8614         * frame.c (various): Under NS, include nsterm.h, add Qns window system
8615         symbol, document and use it.
8616         (do_switch_frame): When for_deletion under Cocoa, add
8617         Fraise_frame(Qnil).
8618         (x_set_frame_parameters): Ensure font attribute changes are picked up.
8619         (x_get_arg): Allow "yes" and "no" as boolean values.
8620         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
8621         Qright under Cocoa.
8622         (focus-follows-mouse): Default to 0 under NS.
8623         * frame.h (enum output_method): Add output_ns.
8624         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8625         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8626         (FRAME_WINDOW_P): NS-specific definition.
8627         * fringe.c (max_used_fringe_bitmap): Make public.
8628         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8629         (getloadavg): Use NeXT code under descendant OS's.
8630         * image.c (includes and header section, x_create_bitmap_from_data)
8631         (x_create_bitmap_from_file, free_bitmap_record, image_background)
8632         (image_background_transparent, x_clear_image_1)
8633         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8634         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8635         (x_to_xcolors, x_from_xcolors, x_disable_image)
8636         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8637         other GUIs, including XPM support using code originally written for
8638         Carbon GUI.
8639         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8640         using NS API.
8641         (image_ascent): Use font metrics macros instead of direct struct field
8642         access.
8643         * keyboard.c (includes): Add nsterm.h when compiling under NS.
8644         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8645         Also, handle NS as GTK for menu bar purposes.
8646         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8647         toolkit where they differ.
8648         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
8649         use cachelist, still needed under NS.
8650         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8651         (struct widget_value): Define it here for menu.c.
8652         * keymap.c (includes): Include modifier internals.
8653         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8654         NS.
8655         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8656         support for preferring sequences using certain modifiers, specified by
8657         the FIRSTONLY argument.
8658         * lisp.h (hash_remove): Rename to avoid name clash when compiling
8659         under NS GNUstep implementation.
8660         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8661         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8662         * menu.c: Include nsterm.h under NS.
8663         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8664         (free_menubar_widget_tree_value, update_submenu_strings)
8665         (find_and_call_menu_selection): Treat NS as X and NT.
8666         (find_and_return_menu_selection): New function, used for popup menus.
8667         * nsgui.h:
8668         * nsterm.h:
8669         * nsfns.m:
8670         * nsimage.m:
8671         * nsmenu.m:
8672         * nsselect.m:
8673         * nsterm.m: New files.
8674         * process.c (wait_reading_process_output): Under NS, call ns_select()
8675         instead of plain select().
8676         * syntax.c (char_quoted): Under NS, avoid a crash when called near
8677         beginning of buffer.
8678         * sysselect.h (init_process): Rename when compiling under Cocoa to
8679         avoid name conflict.
8680         * termhooks.h (display_info): Add ns_display_info to union.
8681         * terminal.c (Fterminal_live_p): Add ns to terminal types.
8682         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8683         COCOA environment.
8684         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8685         unexec() signature.  (Note, this will dump, but the resulting file
8686         crashes; unexosx is used instead; keeping around for reference and
8687         possible aid in getting dump working under GNUstep.)
8688         * w32gui.h (button_type, widget_value): Remove definitions (now in
8689         keyboard.h).
8690         * window.c: Include nsterm.h when compiling under NS.
8691         * xdisp.c (includes): Include nsterm.h when compiling under NS.
8692         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8693         other GUI windowing systems.
8694         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8695         GTK.
8696         (x_consider_frame_title): Under NS, set icon type and frame
8697         modified-state indicator; use ns_set_name_as_filename() when using
8698         formatted title.
8699         (update_window_cursor): Make public when compiling under NS.
8700         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8701         (hourglass_atimer, Vhourglass_delay
8702         * xfaces.c (header section, init_frame_faces, clear_font_table)
8703         (defined_color, unload_color, x_face_list_fonts)
8704         (prepare_face_for_display): Add NS support parallel to other GUIs.
8705         Emulate GCs like other non-X GUIs.
8706         (split_font_name): Don't lowercase font name under NS.
8707         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8708         under NS.
8709         * s/darwin.h: Add support for compilation under NS.
8711 2008-07-15  Jason Rumney  <jasonr@gnu.org>
8713         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8714         (w32_show_hourglass): Rename from show_hourglass.
8715         (w32_hide_hourglass): Rename from hide_hourglass.
8716         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8717         (Vhourglass_delay): Declare extern.
8718         (hourglass_started): Remove.
8720         * xdisp.c (Vhourglass_delay): Remove static.
8721         (hourglass_started, start_hourglass, cancel_hourglass):
8722         Don't include these versions on WINDOWSNT.
8724 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8726         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8727         variables (formerly in xfns.c).
8728         (show_hourglass, hide_hourglass): New prototypes (same).
8729         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8730         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8731         in xfns.c).
8732         (syms_of_xdisp): Declare/initialize display-hourglass,
8733         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
8734         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8735         formerly in xfns.c.
8736         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8737         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8738         (start_hourglass, cancel_hourglass): Remove.
8739         (show_hourglass, hide_hourglass): Remove prototypes and static
8740         modifiers.
8741         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8742         hourglass_atimer, hourglass_shown_p declaration/initialization.
8743         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8744         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8745         (start_hourglass, cancel_hourglass): Remove.
8746         (show_hourglass, hide_hourglass): Remove prototypes and static
8747         modifiers.
8748         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8749         hourglass_atimer, hourglass_shown_p declaration/initialization.
8750         * w32fns.c (display_hourglass_p, Vhourglass_delay)
8751         (DEFAULT_HOURGLASS_DELAY): Remove.
8752         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8753         hourglass_shown_p declaration/initialization.
8755 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8757         * w32fns.c (w32_get_arg): Remove wrapper function.
8758         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8759         directly.
8760         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
8762 2008-07-14  Kenichi Handa  <handa@m17n.org>
8764         * xfont.c (xfont_open): Add workaround for X's bug.
8766 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8768         * fontset.c: Include <stdio.h> unconditionally.
8770 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
8772         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8773         for filtering.
8775 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
8777         * s/vms.h: Use __GNUC__ instead of _GNUC_.
8779         * m/macppc.h:
8780         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
8782         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8783         (SPECIAL_EMACS_INT):
8784         * m/ia64.h (SPECIAL_EMACS_INT):
8785         * m/amdx86-64.h (SPECIAL_EMACS_INT):
8786         * s/gnu.h (NLIST_STRUCT):
8787         * s/aix4-2.h (X11R5_INHIBIT_I18N):
8788         * s/gnu-linux.h (LINUX):
8789         * s/msdos.h (HAVE_FACES):
8790         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8792         * systty.h:
8793         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8794         anymore.
8796 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
8798         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
8799         always defined as int.
8801         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8802         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8803         * s/gnu-linux.h (HAVE_WAIT_HEADER):
8804         * s/freebsd.h (HAVE_WAIT_HEADER):
8805         * s/bsd-common.h (HAVE_UNION_WAIT):
8806         * s/aix4-2.h (HAVE_WAIT_HEADER):
8807         * m/mips.h (HAVE_UNION_WAIT):
8808         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8809         (COFF, static): Do not define, they are undefined later in the file.
8811         * process.c (update_status): Don't use a union.
8812         (status_convert):
8813         (sigchld_handler): Use int instead of WAITTYPE.
8815 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8817         * indent.c (Fvertical_motion): Restore hscroll before moving to
8818         goal column.
8820 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8822         * lisp.h: Remove left over code.
8824 2008-07-11  Andreas Schwab  <schwab@suse.de>
8826         * lisp.h: Fix logic in last change.
8828         * menu.h: New file.
8829         * menu.c: Include it.
8830         * xmenu.c: Likewise.
8831         * Makefile.in: Update dependencies.
8833 2008-07-11  Kenichi Handa  <handa@m17n.org>
8835         * fontset.c (fontset_from_font): Cancel the previous change.
8837 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8839         * lisp.h:
8840         * w32heap.c:
8841         * emacs.c:
8842         * alloc.c: Replace all references of NO_UNION_TYPE with
8843         USE_LISP_UNION_TYPE.
8845         * m/xtensa.h (NO_UNION_TYPE):
8846         * m/vax.h (NO_UNION_TYPE):
8847         * m/template.h (NO_UNION_TYPE):
8848         * m/sparc.h (NO_UNION_TYPE):
8849         * m/mips.h (NO_UNION_TYPE):
8850         * m/macppc.h (NO_UNION_TYPE):
8851         * m/m68k.h (NO_UNION_TYPE):
8852         * m/iris4d.h (NO_UNION_TYPE):
8853         * m/intel386.h (NO_UNION_TYPE):
8854         * m/ibms390x.h (NO_UNION_TYPE):
8855         * m/ibms390.h (NO_UNION_TYPE):
8856         * m/ibmrs6000.h (NO_UNION_TYPE):
8857         * m/ia64.h (NO_UNION_TYPE):
8858         * m/hp800.h (NO_UNION_TYPE):
8859         * m/arm.h (NO_UNION_TYPE):
8860         * m/amdx86-64.h (NO_UNION_TYPE):
8861         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8862         defining it the same.
8864 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8866         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8868 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
8870         * fileio.c:
8871         * sysdep.c
8872         * systty.h:
8873         * m/ibmrs6000.h:
8874         * m/iris4d.h:
8875         * s/aix4-2.h:
8876         * s/freebsd.h:
8877         * s/gnu-linux.h:
8878         * s/hpux10-20.h:
8879         * s/hpux11.h:
8880         * s/netbsd.h:
8881         * s/sol2-3.h:
8882         * s/sol2-4.h:
8883         * s/sol2.h:
8884         * s/usg5-4.h:
8885         * s/vms.h: Remove references to unused variables.
8887 2008-07-10  Andreas Schwab  <schwab@suse.de>
8889         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8890         pattern before matching the generic family.
8892 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
8894         * unexec.c:
8895         * s/vms.h:
8896         * s/usg5-4-2.h:
8897         * s/sol2-5.h:
8898         * s/freebsd.h:
8899         * s/darwin.h: Remove dead code.
8901         * m/template.h:
8902         * m/sparc.h:
8903         * m/mips.h:
8904         * m/m68k.h:
8905         * m/iris4d.h:
8906         * m/intel386.h:
8907         * m/ibms390x.h:
8908         * m/ibms390.h:
8909         * m/ia64.h:
8910         * m/hp800.h:
8911         * m/arm.h:
8912         * m/amdx86-64.h: Remove dead code and references to unused
8913         and compiler defined symbols.
8915         * unexmips.c:
8916         * unexelf.c: Remove references to desupported systems.
8918         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8920         * m/powermac.h: Remove boilerplate comments.
8921         (NO_REMAP): Remove unused definition.
8923         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8924         define them.
8926 2008-07-10  Kenichi Handa  <handa@m17n.org>
8928         * xfont.c (xfont_open): Log the reason of failure.
8930 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8932         * fontset.c (fontset_get_font_group):
8933         * font.c (font_check_otf): Specify argument types.
8935 2008-07-09  Kenichi Handa  <handa@m17n.org>
8937         * coding.c (detect_coding_utf_8): Set detect_info->found only when
8938         non-ASCII char is found.
8940         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8941         (reorder_font_vector): Change the arg preferred_family to font.
8942         Prefer the spec matching with font.
8943         (fontset_get_font_group): New function.
8944         (fontset_find_font): Change the format of an element of a realized
8945         fontset.  Use fontset_get_font_group.
8946         (fontset_font): Try the current fontset, the default fontset, the
8947         fallbacks of the current fontset, and the fallbacks of the default
8948         fontset in this order.
8949         (face_for_char): Delete the shortcut to use the current font.
8950         (fontset_from_font): Don't set fonts for Latin in the fontset.
8952         * font.h (font_make_object, font_match_p): Adjust prototypes.
8954         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8956         * font.c (font_make_object): New arg entity and pixelsize.
8957         (font_check_otf_features, font_check_otf): New functions.
8958         (font_match_p): Check :lang, :script, and :otf properties.
8960         * xfont.c (xfont_open): Adjust it for the change of
8961         font_make_object.
8962         (xfont_text_extents): Fix initial setting of metrics.
8964         * ftfont.c (struct ftfont_info): New member index, delete member
8965         fc_charset_idx.  Make the member order compatible with struct
8966         xftfont_info.
8967         (fc_charset_table): Change charset names to registry names.
8968         (ftfont_pattern_entity): Delete the args registry and
8969         fc_charset_idx.  Change the value of :font-entity property
8970         to (FONTNAME . INDEX).  Always set :registry property to
8971         `iso10646-1'.
8972         (struct ftfont_cache_data): New struct.
8973         (ftfont_lookup_cache): New arg for_face.
8974         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8975         (ftfont_driver): Set the member otf_capability.
8976         (ftfont_get_charset): Adjust it for the change of
8977         fc_charset_table.
8978         (OTF_TAG_SYM): New macro.
8979         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
8980         for the change of fc_charset_table.
8981         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8982         ftfont_pattern_entity.  Add FC_INDEX to objset.
8983         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8984         and ftfont_pattern_entity.
8985         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8986         font_make_object, struct ftfont_info.
8987         (ftfont_has_char): Use ftfont_get_fc_charset.
8988         (ftfont_otf_features, ftfont_otf_capability): New functions.
8989         (ftfont_shape): Use ftfont_get_otf.
8990         (ftfont_text_extents): Fix initial setting of metrics.
8992         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
8993         member order compatible with struct ftfont_info.
8994         (xftfont_open): Add FC_CHARSET to the pattern.  Set
8995         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
8996         properties if appropriate.
8997         (xftfont_close): Unlock the face.
8998         (xftfont_anchor_point, xftfont_shape): Deleted.
8999         (syms_of_xftfont): Don't set members anchor_point and shape of
9000         xftfont_driver.
9002         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9003         font_make_object.
9005         * w32font.c (w32font_open): Adjust it for the change of
9006         font_make_object.
9007         (w32font_open_internal): Don't set properties of font_object here.
9009 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
9011         * macfns.c (x_create_tip_frame):
9012         * w32fns.c (x_create_tip_frame):
9013         * xfns.c (x_create_tip_frame): Pass parameter argument to
9014         face-set-after-frame-default.
9016         * xfaces.c (Finternal_merge_in_global_face): Save merged
9017         attributes for the default face back into the face vector.
9019 2008-07-08  Andreas Schwab  <schwab@suse.de>
9021         * fontset.h: Declare fontset_from_font.  Don't declare
9022         new_fontset_from_font and fontset_from_font_name.
9023         * xterm.c: Include "fontset.h".
9024         * Makefile.in (xterm.o): Update dependencies.
9026 2008-07-08  Glenn Morris  <rgm@gnu.org>
9028         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
9029         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9031 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
9033         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9034         (x_set_frame_parameters): Don't bind it.
9036 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
9038         * w32fns.c (map_w32_filename): Declare extern.
9040 2008-07-07  Jason Rumney  <jasonr@gnu.org>
9042         * w32term.c (WS_EX_LAYERED): Define if not already.
9044 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
9046         * xfaces.c (set_font_frame_param): Don't try to set the font
9047         parameter if it is still unspecified in the lface.
9049 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
9051         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9052         face if it didn't already exist.
9054         * xdisp.c (try_window_id): Give up if word-wrapping is on.
9056 2008-07-05  Andreas Schwab  <schwab@suse.de>
9058         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9060 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
9062         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9063         word-wrapping.
9064         (IT_DISPLAYING_WHITESPACE): New macro.
9065         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9066         when word-wrapping.  Simplify word-wrapping logic.  Use correct
9067         pixel positions when saving copies of the iterator.
9068         (display_line): Use proper wrap point if the last character on a
9069         line was preceded by whitespace.
9071 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9075 2008-07-04  Kenichi Handa  <handa@m17n.org>
9077         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9079         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9081 2008-07-02  Jason Rumney  <jasonr@gnu.org>
9083         * xfns.c (syms_of_xfns): Only define x-select-font when both
9084         HAVE_FREETYPE and USE_GTK.
9086         * xdisp.c (next_element_from_display_vector): Move assignment out
9087         of if statement.
9089 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9091         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9093         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9094         (syms_of_fileio): Initialize and export them.
9095         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9097         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9098         (Fsystem_move_file_to_trash): New function.
9099         (syms_of_w32fns): Export it to lisp.
9101 2008-07-01  Jason Rumney  <jasonr@gnu.org>
9103         * w32font.c (w32font_text_extents): Don't count overhang as part
9104         of width.
9106 2008-06-30  Miles Bader  <miles@gnu.org>
9108         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9109         Add `avoid_cursor_p' field.
9111         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9112         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9113         (append_glyph, append_composite_glyph, produce_image_glyph)
9114         (append_stretch_glyph): Initialize avoid_cursor_p.
9115         (get_it_property): Rename from `get_line_height_property'.
9116         (x_produce_glyphs): Use get_it_property.
9117         (handle_line_prefix, push_display_prop): New functions.
9118         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9119         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9120         New variables.
9121         (syms_of_xdisp): Initialize them.
9123 2008-06-30  Kenichi Handa  <handa@m17n.org>
9125         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9126         XftDefaultSubstitute (they are called in XftFontMatch).
9127         (xftfont_open): Fix args to ftfont_font_format.
9129         * ftfont.c (fc_charset_table): New member lang.
9130         (ftfont_resolve_generic_family): New arg pattern.
9131         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9132         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9133         (ftfont_open): Fix args to ftfont_font_format.
9134         (ftfont_font_format): New arg filename.
9136 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
9138         * xfaces.c (Finternal_merge_in_global_face): If default face was
9139         modified, realize it again.  Update the font face attribute.
9141 2008-06-29  Jason Rumney  <jasonr@gnu.org>
9143         * w32term.c (x_set_frame_alpha): Fix logic.
9145 2008-06-29  Kenichi Handa  <handa@m17n.org>
9147         * fontset.c (Finternal_char_font): Return font-object instead of
9148         font-name.
9150         * composite.c (get_composition_id): Fix the width calculation for TAB.
9152 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9154         * indent.c (Fvertical_motion): Properly handle float column arg.
9156 2008-06-28  Jason Rumney  <jasonr@gnu.org>
9158         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9159         (pfnSetLayeredWindowAttributes): New function pointer.
9160         (w32_initialize): Initialize it when supported.
9161         (x_set_frame_alpha): New function.
9163         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9164         (w32_frame_parm_handlers): Set alpha handler.
9166         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9168 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9170         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9171         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9172         (w32_to_x_charset, x_to_w32_charset)
9173         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9174         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9175         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9176         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9177         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9178         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9179         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9180         (Qw32_charset_unicode): Remove.
9181         (syms_of_w32fns): Update for above changes.
9183         * w32font.c (w32_to_x_charset, x_to_w32_charset)
9184         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9185         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9186         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9187         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9188         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9189         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9190         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9191         (syms_of_w32font): Update for above changes.
9193 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
9195         * s/usg5-4.h: Fix previous change: keep the correct branch of a
9196         removed #if.
9197         (USG_SHARED_LIBRARIES): Remove duplicate definition.
9199 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
9200             Eli Zaretskii  <eliz@gnu.org>
9202         * makefile.w32-in (LOCAL_FLAGS):
9203         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9205         * sysdep.c (_spawnlp, _getpid):
9206         Declare with explicit _cdecl instead of _CRTAPI1.
9208         * editfns.c (Fget_internal_run_time):
9209         Check for WINDOWSNT with #ifdef, not #if.
9211 2008-06-26  Jason Rumney  <jasonr@gnu.org>
9213         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9215         * w32term.c (x_draw_glyph_string_foreground)
9216         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9217         Use FONT_HANDLE macro.
9218         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9220         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9221         (uniscribe_encode_char): Use FONT_HANDLE macro.
9223         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9224         (w32font_text_extents): Use precast w32_font.
9225         (w32font_close): Free cached metrics.
9226         (w32font_open_internal): Allocate space for name on stack.
9228 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9230         * xdisp.c (extend_face_to_end_of_line): Fix last change.
9232 2008-06-26  Jason Rumney  <jasonr@gnu.org>
9234         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9235         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9237 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
9239         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9241 2008-06-26  Jason Rumney  <jasonr@gnu.org>
9243         * w32bdf.c, w32bdf.h: Remove obsolete files.
9245         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9247         * w32gui.h: Don't include w32bdf.h.
9248         (XCharStruct, enum w32_char_font_type, W32FontStruct):
9249         Remove obsolete font support.
9251         * w32font.h (struct w32font_info): Remove compat_w32_font.
9252         Add hfont member.
9253         (FONT_COMPAT): Remove obsolete macro.
9255         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
9256         (w32font_encode_char, w32font_text_extents): Use new hfont member.
9257         (w32font_open_internal): Remove compat code.  Set new hfont member.
9258         (Fx_select_font): Use new hfont member.
9260         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9261         (uniscribe_encode_char): Use new hfont member.
9263         * w32term.c (x_draw_glyph_string_foreground)
9264         (x_draw_composite_glyph_string_foreground): Use new hfont member.
9265         (x_draw_glyph_string): Use metrics in w32font_info.
9267 2008-06-26  Kenichi Handa  <handa@m17n.org>
9269         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9271 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9273         * unexnext.c:
9274         * m/ews4800.h:
9275         * m/hp9000s300.h:
9276         * m/ibm370aix.h:
9277         * m/mips-siemens.h:
9278         * m/ncr386.h:
9279         * m/next.h:
9280         * m/pmax.h:
9281         * m/powerpcle.h:
9282         * m/tandem-s2.h:
9283         * s/386bsd.h:
9284         * s/bsd386.h:
9285         * s/bsd4-1.h:
9286         * s/bsd4-2.h:
9287         * s/bsdos2-1.h:
9288         * s/bsdos2.h:
9289         * s/bsdos3.h:
9290         * s/bsdos4.h:
9291         * s/nextstep.h:
9292         * s/ultrix4-3.h:
9293         * s/usg5-0.h:
9294         * s/usg5-2-2.h:
9295         * s/usg5-2.h:
9296         * s/usg5-4-3.h:
9297         * s/ux4800.h:
9298         * s/uxpds.h:
9299         * s/uxpv.h: Remove support for obsolete systems.
9300         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9301         Remove, insert contents in s/hpux10-20.h.
9302         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9303         Remove, insert contents in s/aix4-2.h.
9304         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9305         * s/bsd4-3.h: Rename to ...
9306         * s/bsd-common.h: ... this.
9307         * data.c:
9308         * doc.c:
9309         * ecrt0.c:
9310         * emacs.c:
9311         * fileio.c:
9312         * floatfns.c:
9313         * keyboard.c:
9314         * mem-limits.h:
9315         * print.c:
9316         * process.c:
9317         * sysdep.c:
9318         * syssignal.h:
9319         * systty.h:
9320         * syswait.h:
9321         * term.c:
9322         * unexec.c:
9323         * unexelf.c:
9324         * unexhp9k800.c:
9325         * m/hp800.h:
9326         * m/ibmrs6000.h:
9327         * m/mips.h:
9328         * m/vax.h:
9329         * s/darwin.h:
9330         * s/freebsd.h:
9331         * s/gnu.h:
9332         * s/ms-w32.h:
9333         * s/msdos.h:
9334         * s/netbsd.h:
9335         * s/template.h: Remove references to obsolete variables.
9337         * Makefile.in: Add dependencies for all unexec files.
9338         (admindir): Remove unused variable.
9339         (UNEXEC_SRC): Remove references.
9341 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9343         * xfns.c (x_default_font_parameter): If Xft is available, first
9344         try Monospace-12 for the default font.
9346 2008-06-25  Jason Rumney  <jasonr@gnu.org>
9348         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9350 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9354         * buffer.c (syms_of_buffer): Remove default-word-wrap.
9356 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
9358         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9359         <scroll-conservatively>: Fix typo in docstring.
9361         * xselect.c (Fx_send_client_event): Doc fix.
9363 2008-06-25  Kenichi Handa  <handa@m17n.org>
9365         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9367         * font.c (font_parse_fcname): Remove unused variables.
9368         (font_sort_entites): Delete the arg SPEC.  Caller changed.
9369         Fix for the case of ! best_only.
9370         (font_delete_unmatched): Check DPI and AVGWIDTH too.
9372         * lisp.h (Fstring_to_unibyte): EXFUN it.
9374         * character.h (str_to_unibyte): Extern it.
9376         * character.c (str_to_unibyte): New function.
9378         * fns.c (Fstring_to_unibyte): New function.
9379         (syms_of_fns): Defsubr it.
9381 2008-06-24  Kenichi Handa  <handa@m17n.org>
9383         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9384         DPI too.
9385         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9387 2008-06-24  Andreas Schwab  <schwab@suse.de>
9389         * Makefile.in (${lispsource}loaddefs.el): Rename from
9390         ../lisp/loaddefs.el.
9391         (bootstrap-clean): Do what distclean does but don't remove
9392         Makefile.
9393         (distclean): Depend on bootstrap-clean and remove Makefile.
9395 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9397         * buffer.h (struct buffer): New member word_wrap.
9399         * buffer.c (syms_of_buffer): New variables default-word-wrap and
9400         word-wrap.
9401         (init_buffer_once): Initialize them.
9403         * dispextern.h (struct it): Replace bool truncate_lines_p with a
9404         line_wrap enum possessing three possible values.
9406         * termopts.h: Replace truncate_partial_width_windows with
9407         Vtruncate_partial_width_windows.
9409         * dispnew.c (direct_output_for_insert): Avoid direct output when
9410         inserting a space with word wrap on.
9412         * indent.c (compute_motion): Obey integer values of
9413         truncate-partial-width-windows.
9415         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9416         replacing truncate_partial_width_windows.
9417         (init_iterator): If Vtruncate_partial_width_windows is an integer,
9418         truncate only if the window width is below that integer.
9419         (start_display, resize_mini_window, produce_stretch_glyph)
9420         (display_string, move_it_in_display_line_to): Use line_wrap.
9421         (back_to_previous_visible_line_start, reseat_1): Reset
9422         string_from_display_prop_p.
9423         (display_line): Extend default face to end of line when wrapping.
9425 2008-06-24  Kim F. Storm  <storm@cua.dk>
9427         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9428         to wrap continued lines at word boundaries.
9430 2008-06-24  Jason Rumney  <jasonr@gnu.org>
9432         * font.c (Ffont_face_attributes): Multiply pixel size before point
9433         conversion to avoid multiplying rounding error.
9435 2008-06-23  Jason Rumney  <jasonr@gnu.org>
9437         * w32term.c (x_draw_glyph_string_background)
9438         (x_draw_glyph_string): Remove old bdf font code.
9440         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9442 2008-06-22  Kenichi Handa  <handa@m17n.org>
9444         * font.c (font_find_for_lface): Try the adstyle specified in
9445         the property of LFACE_FONT of LFACE (if any).
9447 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
9448             Ryo Yoshitake  <ryo@shiftmode.net>
9450         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9452 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9454         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9455         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9456         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9457         (witness-emacs): Remove.
9458         (lisp, shortlisp): Move loaddefs.el earlier.
9459         (mostlyclean): Forget about witness-emacs.
9461 2008-06-22  Glenn Morris  <rgm@gnu.org>
9463         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9464         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9466 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * Makefile.in (PRECOMP): Remove.
9469         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9470         (witness-emacs): Run `compile-first'.
9471         (.el.elc): Use the new compile-onefile target.
9473 2008-06-21  Kenichi Handa  <handa@m17n.org>
9475         * xftfont.c (xftfont_open): Handle QCembolden only when
9476         FC_EMBOLDEN is defined.
9478 2008-06-21  Andreas Schwab  <schwab@suse.de>
9480         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9481         (.el.elc): Likewise.
9483 2008-06-21  Miles Bader  <miles@gnu.org>
9485         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9486         build dir, not the lisp source dir.
9488 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9490         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9491         (bootstrapclean): Remove.
9492         (.el.elc): New rule.
9493         (PRECOMP): New var.
9494         (../lisp/subdirs.el): Remove.
9495         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9496         (witness-emacs): New target.
9497         (mostlyclean): Remove witness-emacs as well.
9498         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9499         Add witness-emacs dependency.
9501 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
9503         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9504         defined by the font.
9506 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9509         (bootstrap-clean): New target that keeps TAGS around.
9510         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9511         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9513 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9515         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9516         Remove obsolete font code.
9518         * w32font.c (font_matches_spec): Use csb bitfield from font signature
9519         to determine language support.
9521 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * sysdep.c (cfsetspeed): New fun extracted from the code.
9524         (cfmakeraw): Move before first use.
9526 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
9528         * sysdep.c (cfmakeraw): Provide fallback implementation.
9529         (serial_configure): Provide fallback implementation of cfsetspeed.
9531 2008-06-20  Kenichi Handa  <handa@m17n.org>
9533         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9534         the pattern.
9536         * fontset.c (fontset_from_font): Copy font_spec before changing
9537         the elements.
9539         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9541 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9544         for explicit `font' parameters.
9546         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9548 2008-06-19  Kenichi Handa  <handa@m17n.org>
9550         * frame.c: Include <ctype.h>.
9551         (x_set_font_backend): Allow spacing characters in the X resource
9552         for FontBackend.
9554 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9556         * w32fns.c, xfns.c (Qfont_param): New var.
9557         (syms_of_w32fns): Initialize it.
9558         (x_default_font_parameter): Record explicit `font' into
9559         `font-parameter'.
9561 2008-06-18  Kenichi Handa  <handa@m17n.org>
9563         * font.c (font_parse_xlfd): Fix previous change.
9564         (font_parse_fcname): Don't use :fc-unknown-spec.
9565         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9566         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9567         (font_add_log): Prepend the driver name to the resulting fonts.
9569         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
9570         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9571         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9573         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9574         (QCembolden): New variables.
9575         (syms_of_xftfont): DEFSYM them.
9576         (xftfont_open): Call XftFontMatch.  Don't trust the result of
9577         XftTextExtents8 if the pixel_size is less than 5.
9579 2008-06-18  Andreas Schwab  <schwab@suse.de>
9581         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9582         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9584 2008-06-18  Jason Rumney  <jasonr@gnu.org>
9586         * w32font.c (w32font_list, w32font_match): Add logging.
9588         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9590 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
9592         * font.c (font_parse_fcname): Store divider characters for
9593         unknown-spec list.  For known key symbols, intern using correct
9594         symbol name.
9596 2008-06-17  Kenichi Handa  <handa@m17n.org>
9598         * xfaces.c (realize_default_face): If the frame is not on window
9599         system, set the fontset of face to nil.
9601 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9603         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9605 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9607         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9608         (build_font_name_from_vector): Delete externs.
9610         * xfaces.c (struct font_name): Don't declare.
9612 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9616 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
9618         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9620 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9622         * font.c (Ffont_spec): Fix usage in docstring.
9623         (Ffont_face_attributes): Doc fix.
9625 2008-06-16  Andreas Schwab  <schwab@suse.de>
9627         * font.c (Ffont_face_attributes): Fix definition.
9629 2008-06-16  Jason Rumney  <jasonr@gnu.org>
9631         * font.h (font_style_symbolic_from_value): Remove.
9633         * font.c (font_style_symbolic_from_value): Remove.
9634         (font_style_symbolic): Revert to pre 2008-06-13 version.
9636         * w32font.c (w32_to_fc_weight): New function.
9637         (w32font_full_name, logfont_to_fcname): Use it.
9639 2008-06-16  Kenichi Handa  <handa@m17n.org>
9641         * font.c (font_check_object): Delete it.
9642         (font_clear_cache): Check if a font-object is alive.
9643         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
9644         font-object to nil.
9645         (font_close_object): Don't check FONT_CLOSE_OBJECT.
9646         (font_at): Don't call font_check_object.
9647         (Ffont_get): Return a symbol for :weight, :slant, and :width.
9649 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9651         * puresize.h (BASE_PURESIZE): Increase to 1230000.
9653 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
9655         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9657 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9659         * font.c (font_parse_fcname): Only one decimal point.
9660         (font_unparse_fcname): Handle data in family and foundry indices
9661         as symbols, not strings.
9662         (font_unparse_gtkname, Ffont_face_attributes): New functions.
9664         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9666         * font.h (font_unparse_gtkname): Add prototype.
9668 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9670         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9672 2008-06-15  Andreas Schwab  <schwab@suse.de>
9674         * font.c (font_update_drivers): Fix crash when no drivers match.
9676 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9678         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9679         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9681 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9683         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9685 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9687         * process.c (Fserial_process_configure, Fprocess_send_eof):
9688         Use EQ to compare Lisp_Objects.
9690 2008-06-13  Jason Rumney  <jasonr@gnu.org>
9692         * w32fns.c (Fw32_select_font): Remove old font API function.
9694         * w32font.c (logfont_to_fcname): New function.
9695         (Fx_select_font): New font dialog function compatible with
9696         GTK/fontconfig version.
9698         * font.c (font_style_symbolic_from_value): New function.
9699         (font_style_symbolic): Use it.
9701         * font.h (font_style_symbolic_from_value): Declare new function.
9703 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
9705         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9706         <font-width-table>: Fix typos in docstrings.
9708 2008-06-13  Daniel Engeler  <engeler@gmail.com>
9710         These changes add serial port access.
9711         * process.c: Add HAVE_SERIAL.
9712         (Fdelete_process, Fprocess_status, Fset_process_buffer)
9713         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9714         (list_processes_1, select_wrapper, Fstop_process)
9715         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9716         (status_notify): Modify to handle serial processes.
9717         [HAVE_SERIAL] (Fserial_process_configure)
9718         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9719         New functions.
9720         * process.h (struct Lisp_Process): Add `type'.
9721         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9722         New functions.
9723         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9724         serial ports.
9725         (serial_open, serial_configure): New functions.
9726         * w32.h: Add FILE_SERIAL.
9727         (struct _child_process): Add ovl_read, ovl_write.
9729 2008-06-13  Kenichi Handa  <handa@m17n.org>
9731         * dispextern.h (enum lface_attribute_index): New member
9732         LFACE_FOUNDRY_INDEX.
9734         * font.c (font_score): Delete arg alternate_families.  Check only
9735         weight, slant, width, and size.  Ignore the difference of alias
9736         style symbols.
9737         (font_sort_entites): Adjust for the above change.  Reflect the
9738         order of font-driver to scores.
9739         (font_list_entities): Don't check alternate_familes here.
9740         (font_clear_prop): Handle foundry.
9741         (font_update_lface): Don't parse "foundry-family" form here.
9742         Handle FONT_FOUNDRY_INDEX.
9743         (font_find_for_lface): Likewise.  Handle alternate families here.
9744         If registry is nil, try iso8859-1 and ascii-0.
9745         (font_open_for_lface): Pay attention to size in ENTITY.
9746         (font_open_by_name): Simplify by calling font_load_for_lface.
9747         (free_font_driver_list): Delete it.
9748         (font_update_drivers): Preserve the order of backends.
9749         (syms_of_font): Setting of sort_shift_bits adjusted for the change
9750         of font_score and font_sort_entites.
9751         (font_update_sort_order): Likewise.
9753         * xfaces.c (LFACE_FOUNDRY): New macro.
9754         (check_lface_attrs): Check foundry.
9755         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9756         (merge_face_vectors): Check foundry.
9757         (merge_face_ref): Likewise.
9758         (Finternal_set_lisp_face_attribute): Likewise.
9759         (x_update_menu_appearance): Likewise.
9760         (Finternal_get_lisp_face_attribute): Likewise.
9761         (lface_hash): Likewise.
9762         (lface_same_font_attributes_p): Likewise.
9763         (x_supports_face_attributes_p): Likewise.
9764         (tty_supports_face_attributes_p): Likewise.
9765         (Finternal_set_alternative_font_family_alist): Intern strings.
9766         (Finternal_set_alternative_font_registry_alist): Downcase strings.
9767         (realize_default_face): Set LFACE_FOUNDRY (lface).
9769         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9770         font-driver at first.
9772         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9774 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9776         * lread.c (Fload): Use xfree, not free on saved_doc_string.
9778 2008-06-12  Jim Meyering  <meyering@redhat.com>
9780         Make unexec_free handle NULL the same way free does.
9781         * unexmacosx.c (unexec_free): Ignore a NULL argument.
9783 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9785         * character.h (CHAR_TO_BYTE_SAFE): New macro.
9786         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9787         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9788         (WEAK_ALIAS): Simplify.
9789         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9790         when searching a unibyte buffer.
9792 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9794         * xfns.c (Fx_select_font): Rename from x-font-dialog.
9796 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
9798         * w32font.c: Include ctype.h.
9800 2008-06-11  Jason Rumney  <jasonr@gnu.org>
9802         * w32font.c (w32font_encode_char): Detect missing glyphs that are
9803         misreported as space.
9804         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9805         as aliases for registry iso10646-1.
9807 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9809         * buffer.c (clone_per_buffer_values): Skip `name'.
9811 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
9813         * font.c (font_parse_fcname): Fix last change; accept decimal
9814         points in font size.
9816 2008-06-10  Jason Rumney  <jasonr@gnu.org>
9818         * w32uniscribe.c (add_opentype_font_name_to_list):
9819         Skip non unicode fonts.
9821 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
9823         * xfns.c (Fx_font_dialog): New function.
9825         * gtkutil.c (xg_dialog_response_cb): Rename from
9826         xg_file_response_callback.
9827         (pop_down_dialog): Rename from pop_down_file_dialog.
9828         (xg_get_file_name): Callers changed.
9829         (xg_get_font_name): New function.
9831         * gtkutil.h (xg_get_font_name): Insert prototype.
9833 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9835         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9836         x_underline_minimum_display_offset.
9837         (syms_of_xdisp): Declare it here rather than in xterm.c.
9838         * dispextern.h (underline_minimum_offset): Declare it.
9839         * w32term.c (x_draw_glyph_string): Use it.
9840         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9841         (syms_of_xterm): Don't declare it any more.
9842         (x_draw_glyph_string): Adjust to the new name.
9844 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>
9846         * xterm.c (x_underline_minimum_display_offset): New var.
9847         (x_draw_glyph_string): Use it.
9848         (syms_of_xterm): Declare it.
9850 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
9852         * font.c (font_parse_fcname): Accept GTK-style font names too.
9854 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * dired.c (file_name_completion): Don't return t if the match is exact
9857         but with different capitalization.
9858         * minibuf.c (Ftry_completion): Simplify.
9860         * window.c (Vwindow_point_insertion_type): New var.
9861         (set_window_buffer): Use it.
9862         (syms_of_window): Init and export it to Lisp.
9864 2008-06-10  Kenichi Handa  <handa@m17n.org>
9866         * font.h (font_intern_prop): Prototype adjusted.
9868         * font.c (font_intern_prop): New arg force_symbol.
9869         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9870         Adjust for the change of font_intern_prop.
9872         * ftfont.c (ftfont_pattern_entity):
9873         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9874         (w32_registry):
9875         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9876         the change of font_intern_prop.
9878 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
9880         * w32menu.c (digest_single_submenu): Declare extern.
9882 2008-06-09  Jason Rumney  <jasonr@gnu.org>
9884         * w32term.c (x_make_frame_visible): Use alternate restore flags.
9886         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9887         (parse_single_submenu): Remove.
9888         (digest_single_submenu): Remove.
9889         (syms_of_w32menu): Don't initialise variables that have moved
9890         to menu.c.
9891         (set_frame_menubar): Sync with version in xmenu.c.
9892         (w32_menu_show): Sync with xmenu_show in xmenu.c.
9894         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9895         Make static again.
9897 2008-06-09  Jason Rumney  <jasonr@gnu.org>
9899         Changes to w32 files related to the move of common menu code
9900         to menu.c on 2008-06-08 by Chong Yidong.
9902         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9903         defs to w32gui.h.
9904         (single_keymap_panes, push_menu_item, push_menu_pane):
9905         Make globally visible.
9907         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9908         (local_free, malloc_widget_value, free_widget_value)
9909         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9910         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9911         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9912         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9913         (menu_items, menu_items_allocated, menu_items_used)
9914         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9915         (init_menu_items, finish_menu_items, discard_menu_items)
9916         (grow_menu_items, push_submenu_start, push_submenu_end)
9917         (push_left_right_boundary, push_menu_pane, push_menu_item)
9918         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9919         (free_menubar_widget_tree_value, parse_single_submenu)
9920         (update_submenu_strings): Remove functions.
9921         (xmalloc_widget_value): Remove and declare extern.
9923         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9924         (OBJ1): Build it.
9926         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9927         (local_heap, local_alloc, local_free, malloc_widget_value)
9928         (free_widget_value): Define here.
9930 2008-06-09  Kenichi Handa  <handa@m17n.org>
9932         * font.h (Qascii_0): Extern it.
9934         * font.c (Qascii_0): New variable.
9935         (syms_of_font): DEFSYM it.
9936         (font_open_by_name): If the registry "iso8859-1" fails, try also
9937         "ascii-0".
9939         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9941 2008-06-08  Kenichi Handa  <handa@m17n.org>
9943         * .gdbinit (xfont): New command.
9945 2008-06-08  Andreas Schwab  <schwab@suse.de>
9947         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9948         * Makefile.in (menu.o): Update dependencies.
9950         * Makefile.in (obj): Always add menu.o.
9951         * emacs.c (main): Always call syms_of_menu.
9952         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9954 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
9956         * Makefile.in: Compile menu.c.
9958         * lisp.h: Declare syms_of_menu.
9960         * emacs.c (main): Call syms_of_menu.
9962         * keyboard.h: Relocate platform-independent menu definitions from
9963         xmenu.c.
9965         * menu.c: New file.  Relocate platform-independent menu
9966         definitions from xmenu.c.  Suggested by Adrian Robert.
9968         * xmenu.c: Remove platform-independent menu definitions.
9969         (menu_items menu_items_inuse, menu_items_allocated)
9970         (menu_items_used, menu_items_n_panes)
9971         (menu_items_submenu_depth): Move to keyboard.h.
9972         (init_menu_items, finish_menu_items, unuse_menu_items)
9973         (discard_menu_items, restore_menu_items, save_menu_items)
9974         (grow_menu_items, push_submenu_start, push_submenu_end)
9975         (push_left_right_boundary, push_menu_pane, push_menu_item)
9976         (keymap_panes, single_keymap_panes, single_menu_item)
9977         (list_of_panes, list_of_items, find_and_call_menu_selection)
9978         (xmalloc_widget_value, free_menubar_widget_value_tree)
9979         (parse_single_submenu, digest_single_submenu)
9980         (update_submenu_strings): Move to menu.c.
9982 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9984         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9986 2008-06-06  Miles Bader  <miles@gnu.org>
9988         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9989         face, not frame default.
9991 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
9993         * window.c (pop_up_windows, pop_up_frames)
9994         (display_buffer_reuse_frames, Vpop_up_frame_function)
9995         (Vdisplay_buffer_function, Veven_window_heights)
9996         (Vspecial_display_buffer_names, Vspecial_display_regexps)
9997         (Vspecial_display_function, Vsame_window_buffer_names)
9998         (Vsame_window_regexps, split_height_threshold)
9999         (Vsplit_window_preferred_function): Move those vars to window.el.
10000         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10001         (Fdisplay_buffer): Move those functions to window.el.
10002         (syms_of_window): Remove corresponding declarations.
10003         (display_buffer): New function.
10004         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10005         * dispnew.c (Flast_nonminibuf_frame): New function.
10006         * buffer.c (Fpop_to_buffer): Move to window.el.
10008 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10012 2008-06-05  Kenichi Handa  <handa@m17n.org>
10014         * coding.c (detect_coding): Fix previous change.
10015         (detect_coding_system): Likewise.
10017 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10019         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10021         * keymap.c (Vminibuffer_local_filename_must_match_map):
10022         Rename from Vminibuffer_local_must_match_filename_map.
10023         (syms_of_keymap):
10024         * minibuf.c (Fcompleting_read): Adjust accordingly.
10025         * commands.h: Rename declaration as well.
10027 2008-06-05  Kenichi Handa  <handa@m17n.org>
10029         * font.c (Ffont_spec): Don't use font_parse_family_registry for
10030         family name.
10031         (Ffont_put): Likewise.
10033         * fontset.c (fontset_find_font): Call font_open_for_lface with the
10034         current font-spec.
10036         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10037         is unspecified.
10039         * xfaces.c (realize_x_face): If the font-related face attributes
10040         are the same as those of default face, realize a new fontset from
10041         default->fontset.
10042         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10044 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10047         (move_it_in_display_line): New wrapper.
10049         * window.c (window_scroll_pixel_based_preserve_x)
10050         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10051         (window_scroll_pixel_based, window_scroll_line_based):
10052         Use them to preserve column positions.
10053         (syms_of_window): Initialize them.
10055         * indent.c (Fvertical_motion): Extend first arg to allow passing an
10056         (HPOS . VPOS) pair.
10058         * dispextern.h (move_it_in_display_line): Declare.
10060 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
10062         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10063         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
10064         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
10066 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10068         * window.c (Fset_window_parameter): Doc fix.
10069         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10071 2008-06-04  Joakim Verona  <joakim@verona.se>
10073         * window.h (struct window): Add new member window_parameters.
10075         * window.c (Fwindow_parameters, Fwindow_parameter)
10076         (Fset_window_parameter): New defuns.
10077         (syms_of_window): Defsubr the new defuns.
10078         (make_window): Initialize window_parameters to nil.
10080 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10082         * eval.c (Fdefmacro): Doc fix.
10084 2008-06-04  Kenichi Handa  <handa@m17n.org>
10086         * coding.c (detect_coding): Fix handling of coding->head_ascii.
10087         Be sure to call setup_coding_system when we find a proper coding system.
10088         (detect_coding_system): Fix handling of coding->head_ascii.
10090 2008-06-03  Andreas Schwab  <schwab@suse.de>
10092         * font.c (font_prop_validate_spacing): Fix last change.
10094 2008-06-03  Kenichi Handa  <handa@m17n.org>
10096         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10097         (font_parse_fcname): Fix handling of unknown key.
10099         * xfont.c (xfont_list): Try an alias.
10101         * charset.c (char_charset): Return NULL if the arg charset_list is
10102         specified and C doesn't belong to any of them.
10104 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
10106         * font.c (font_pixel_size): Don't take cdr of an integer.
10108 2008-06-02  Jim Meyering  <meyering@redhat.com>
10110         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10111         * alloc.c (xfree): Return right away for a NULL arg.
10112         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10113         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10114         * mac.c (create_apple_event_from_event_ref): Likewise.
10115         (create_apple_event_from_drag_ref, cfstring_create_normalized):
10116         Likewise.
10117         * doprnt.c (doprnt1): Likewise.
10118         * frame.c (frame): Likewise.
10119         * keyboard.c (wipe_kboard): Likewise.
10120         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10121         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10122         * term.c (tty_default_color_capabilities, maybe_fatal)
10123         (delete_tty): Likewise.
10124         * w16select.c (string): Likewise.
10125         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10126         * w32bdf.c (w32_free_bdf_font): Likewise.
10127         * w32fns.c (w32_unload_font): Likewise.
10128         * w32font.c (w32font_close): Likewise.
10129         * window.c (size_window): Likewise.
10130         * xselect.c (receive_incremental_selection): Likewise.
10131         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10132         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10133         * w32.c (stat): Likewise.
10135         Remove useless if-before-free tests.
10136         * editfns.c (Fset_time_zone_rule): Likewise.
10137         * lread.c (nosuffix): Likewise.
10138         * ralloc.c (get_bloc): Likewise.
10139         * regex.c (reg_free): Likewise.
10140         * xftfont.c (xftfont_open, xftfont_close): Likewise.
10141         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10142         * xsmfns.c (smc_save_yourself_CB): Likewise.
10144 2008-06-02  Kenichi Handa  <handa@m17n.org>
10146         * font.c (font_find_for_lface): Handle float font size.
10147         (font_open_for_lface): Likewise.
10149         * xfaces.c (x_supports_face_attributes_p): Check face->font before
10150         comparing the properties.
10152 2008-06-01  Jason Rumney  <jasonr@gnu.org>
10154         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10155         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10156         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10157         Don't add empty script list.
10158         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10160 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
10162         * Makefile.in (dot, dotdot): Remove, update users.
10163         ".." has been used elsewhere in the file for a long time.
10164         (LIBXT_STATIC): Remove conditional based on unused variable.
10166 2008-06-01  Miles Bader  <miles@gnu.org>
10168         * xfaces.c (Vface_remapping_alist): New variable.
10169         (syms_of_xfaces): Initialize it.
10170         (enum named_merge_point_kind): New type.
10171         (struct named_merge_point): Add `named_merge_point_kind' field.
10172         (push_named_merge_point): Make cycle detection respect different
10173         named-merge-point kinds.
10174         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10175         Remove face-name alias resolution.
10176         (lface_from_face_name): New definition using
10177         `lface_from_face_name_no_resolve'.
10178         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10179         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10180         (get_lface_attributes): New definition that layers face-remapping on
10181         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
10182         (lookup_basic_face): New function.
10183         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10184         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10185         `get_lface_attributes'.
10186         (face_at_buffer_position): Use `lookup_basic_face' to lookup
10187         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
10188         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10190         * xdisp.c (init_iterator): Pass base_face_id through
10191         `lookup_basic_face' when we actually use it as a face-id.
10192         (handle_single_display_prop): Use `lookup_basic_face' to lookup
10193         DEFAULT_FACE_ID.
10195         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10196         lookup the initial face-id.
10198         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10200 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10202         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10203         (Fremove_text_properties): Fix typos in docstrings.
10205 2008-05-31  Kenichi Handa  <handa@m17n.org>
10207         * font.c (font_list_entities): Fix the car part of data to be
10208         stored in the cache.
10210         * ftfont.c (ftfont_font_format): Don't use strcasestr.
10212 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10215         Add a `test' argument so another predicate than `equal' can be used.
10216         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10217         (map_char_table): Remove unused vars `c' and `i'.
10218         * lisp.h (Foptimize_char_table): Adjust declaration.
10219         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10221 2008-05-30  Kenichi Handa  <handa@m17n.org>
10223         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10224         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10225         defined.
10227 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10230         (Fmake_variable_frame_local): Disallow mixing buffer-local and
10231         frame-local settings for the same variable.
10233 2008-05-30  Kenichi Handa  <handa@m17n.org>
10235         * fontset.c (Ffont_info): Move to font.c.
10236         (syms_of_fontset): Delete defsubr of Sfont_info.
10238         * font.c (font_style_to_value, font_score): Delete casting of the
10239         args to xstcasecmp.
10240         (register_font_driver): Increment num_font_drivers only when
10241         registering the driver globally.
10242         (Ffont_info): Move from fontset.c.  Handle a font object too.
10243         (syms_of_font): Defsubr Sfont_info.
10245 2008-05-29  Kenichi Handa  <handa@m17n.org>
10247         * coding.h (enum define_coding_utf8_arg_index): New enum.
10248         (enum coding_attr_index): Change coding_attr_utf_16_bom to
10249         coding_attr_utf_bom.
10250         (enum utf_bom_type): Rename from utf_16_bom_type.
10251         (struct utf_16_spec): Adjust for the above change.
10252         (struct coding_system): Add utf_8_bom in `spec' union.
10254         * coding.c (CODING_UTF_8_BOM): New macro.
10255         (enum coding_category): Delete coding_category_utf_8, add
10256         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10257         coding_category_utf_8_sig.
10258         (CATEGORY_MASK_UTF_8): Delete it.
10259         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10260         (CATEGORY_MASK_UTF_8_SIG): New macros.
10261         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10262         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10263         CATEGORY_MASK_UTF_8_SIG.
10264         (CATEGORY_MASK_UTF_8): New macro.
10265         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10266         (detect_coding_utf_8): Check BOM.
10267         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10268         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10269         (encode_coding_utf_16): Likewise.
10270         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
10271         (detect_coding, detect_coding_system): Handle utf-8-auto.
10272         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10273         (syms_of_coding): Fix setting up of Vcoding_category_table.
10275 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * process.c (Faccept_process_output): If `millisec' is non-nil,
10278         `seconds' default to 0.
10279         (wait_reading_process_output): Also return non-nil if we read output
10280         from a non-running process.
10282 2008-05-29  Jason Rumney  <jasonr@gnu.org>
10284         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10285         `raster' specified.
10286         (add_font_entity_to_list): Allow non-opentype truetype fonts back
10287         in the uniscribe backend, but disallow any font that has no
10288         unicode subrange support.
10290 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
10292         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10293         Fix typos in docstrings.
10295 2008-05-29  Kenichi Handa  <handa@m17n.org>
10297         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10298         (Fx_family_fonts): Set frame correctly.
10300 2008-05-28  Jason Rumney  <jasonr@gnu.org>
10302         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10304 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10306         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10307         calling build_annotations.
10309 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
10311         * coding.c (Fdecode_coding_region, Fencode_coding_region)
10312         (Fencode_coding_string):
10313         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10314         <latin-extra-code-table>: Fix typos in docstrings.
10315         (syms_of_coding) <coding-system-alist>: Doc fix.
10316         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10318 2008-05-28  Kenichi Handa  <handa@m17n.org>
10320         * fontset.c (Ffont_info): Don't call font_close_object.
10322         * font.c (font_parse_family_registry): Use Ffont_put to validate
10323         foundry and family.
10324         (font_delete_unmatched): Don't check spacing.
10325         (font_list_entities): Add spacing to the spec to list fonts.
10327         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10328         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
10330         * coding.c (encode_coding_raw_text): Fix previous change.
10331         (encode_coding_object): When the dst_object is a buffer and is
10332         different from src_object, move gap to PT.
10334 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10336         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10338 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10340         * coding.c (encode_coding_raw_text): Set coding->produced_char for
10341         all branches.  Compute it differently.
10343         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10345 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
10347         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10348         into "else if () ... else ...".
10350 2008-05-27  Jason Rumney  <jasonr@gnu.org>
10352         * w32font.c (w32font_open_internal): Determine if glyph indices
10353         are likely to work here.
10355 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10357         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10358         draw overlap glyphs with appropriate highlighting.
10360 2008-05-27  Kenichi Handa  <handa@m17n.org>
10362         * xfont.c (xfont_open): Fix calculation of font->average_width.
10364 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10366         * casefiddle.c (casify_object): Try to guess better whether the
10367         argument is a byte or a char.
10369 2008-05-26  Andreas Schwab  <schwab@suse.de>
10371         * xselect.c (x_reply_selection_request): Properly handle format == 32.
10372         Always send multiples of format size.
10374         * xterm.c (x_set_frame_alpha): Fix type mismatch.
10376 2008-05-26  Jason Rumney  <jasonr@gnu.org>
10378         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10379         (compute_metrics): Don't set failure if we just cleared the cache.
10380         (w32_weight_table): Remove unused variable.
10381         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10382         backwards compatibility.
10384 2008-05-25  Kenichi Handa  <handa@m17n.org>
10386         * w32term.c (x_draw_glyph_string):
10387         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10389         * xfaces.c: Delete unused function prototypes.
10390         (xstrlwr, font_frame): Delete them.
10391         (clear_face_cache): Delete unused variable.
10393         * xftfont.c (xftfont_open): Delete unused variable.
10394         If underline_thickness is not 1, adjust underline_position.
10396         * ftxfont.c (ftxfont_open): Delete unused variable.
10398         * fontset.c (face_for_char): Optimize for the case of no charset
10399         property.
10401         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10402         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10403         (otf_open, font_otf_capability, generate_otf_features)
10404         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10405         Comment out by surrounding "#if 0" and "#endif" for the moment.
10406         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10407         (syms_of_font): Codes for accessing above commented out.
10409 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
10411         * w32proc.c: Include dispextern.h.
10413         * w32.c: Include dispextern.h.
10415 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
10417         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10418         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10419         Fix typos in docstrings.
10421 2008-05-23  Jason Rumney  <jasonr@gnu.org>
10423         * xsmfns.c: Remove includes that are already included by config.h.
10425 2008-05-23  Kenichi Handa  <handa@m17n.org>
10427         * charset.c (Qemacs, charset_emacs): New variables.
10428         (char_charset): Fix for non-Unicode characters.
10429         (syms_of_charset): Define charset_emacs.
10431         * w32term.c (x_draw_glyph_string): Be sure to update
10432         s->underline_thickness and s->underline_position.  Be sure to draw
10433         underline within the current line area.
10435         * xterm.c (x_draw_glyph_string): Be sure to update
10436         s->underline_thickness and s->underline_position.  Be sure to draw
10437         underline within the current line area.
10439         * fontset.c: Delete unused variables and add casting for char *
10440         throughout the file.
10441         (fontset_font): Try the fallback fonts of the current fontset
10442         before consulting the default fontset.
10444         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10446         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10448 2008-05-22  Jason Rumney  <jasonr@gnu.org>
10450         * font.c: Don't include strings.h.
10452         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10454         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10455         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10456         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10457         to call xstrcasecmp.
10459         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10461         * fontset.c (fs_query_fontset): Use xstrcasecmp.
10463         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10465         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10467 2008-05-22  Kenichi Handa  <handa@m17n.org>
10469         * puresize.h (BASE_PURESIZE): Increase to 1220000.
10471         * font.c (font_prop_validate_style): Adjust for the format
10472         change of font_style_table.
10474         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10475         two args.
10477         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10478         two args.
10480 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * minibuf.c (keys_of_minibuf): Delete.
10483         * lisp.h (keys_of_minibuf): Delete.
10484         * emacs.c (main): Don't call keys_of_minibuf.
10486 2008-05-22  Kenichi Handa  <handa@m17n.org>
10488         * ftfont.c (ftfont_resolve_generic_family): Rename from
10489         ftfont_list_generic_family.  Return a single family for each
10490         generic family.
10491         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10492         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10493         Call font_add_log.
10494         (ftfont_match): Call font_add_log.
10496         * font.h (Ffont_xlfd_name): EXFUN adjusted.
10497         (FONT_DEBUG): Define it.
10498         (font_add_log): Extern it.
10499         (font_assert): Rename from xassert.
10501         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10502         (xfont_list_family): Call font_add_log.
10503         (xfont_match): Likewise.
10504         (memq_no_quit): Delete.
10506         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10507         call of Ffont_xlfd_name.
10509         * xfaces.c (struct table_entry, slant_table, weight_table)
10510         (swidth_table): Move to font.c.
10512         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
10513         xassert are changed to font_assert.  Delete many unused variables.
10514         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10515         New variables.
10516         (struct table_entry): Move from xfaces.c and modified.
10517         (weight_table, slant_table, width_table): Move from xfaces.c and
10518         contents adjusted for the change of struct table_entry.
10519         (font_style_to_value, font_style_symbolic): Adjust for the
10520         format change of font_style_table.
10521         (font_parse_family_registry): Don't overwrite existing foundry and
10522         family of font_spec.
10523         (font_score): Fix calculation of diff for sizes.
10524         (font_sort_entites): Call font_add_log.
10525         (font_delete_unmatched): Return a newly created list.
10526         (font_list_entities): Fix previous change.  Call font_add_log.
10527         (font_matching_entity, font_open_entity, font_close_entity):
10528         Call font_add_log.
10529         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10530         (Finternal_set_font_style_table): Delete.
10531         (BUILD_STYLE_TABLE): New macro.
10532         (build_style_table): New function.
10533         (Vfont_log, font_log_env_checked): New variables.
10534         (font_add_log): New function.
10535         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10536         Declare Lisp variables "font-weight-table", "font-slant-table",
10537         "font-width-table", and "font-log".  Initialize font_style_table.
10539 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
10541         * xterm.c (x_set_frame_alpha): Move declarations before statements.
10543 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
10544             Ryo Yoshitake  <ryo@shiftmode.net>
10546         * frame.c (Qalpha): Add a new frame parameter `alpha'.
10547         (Vframe_alpha_lower_limit): New variable.
10548         (x_set_alpha): New function.
10550         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10552         * xfns.c (x-create-frame, Qalpha):
10553         Initialize the frame parameter `alpha'.
10554         * xterm.c (OPAQUE, OPACITY): New.
10555         (x_set_frame_alpha): New function.
10556         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10558         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10559         * w32fns.c (w32_frame_parm_handlers): Likewise.
10561 2008-05-20  Jason Rumney  <jasonr@gnu.org>
10563         * w32font.c (add_font_entity_to_list): Don't add non-opentype
10564         truetype fonts to opentype list.
10566 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
10568         * fontset.c (Ffontset_info): Doc fix.
10569         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10570         <ignore-relative-composition>: Fix typos in docstrings.
10572         * font.c (syms-of-font) <font-encoding-alist>:
10573         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10574         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10575         (Ffont_otf_alternates): Doc fixes.
10577 2008-05-20  Kenichi Handa  <handa@m17n.org>
10579         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
10580         font.h through out the file.
10581         (FONT_DRIVERS): Rename from FONTOBJ.
10582         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
10583         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10585         * emacs.c (main): Call syms_of_font unconditionally.
10587         * font.h (find_font_encoding): Extern it.
10589         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10590         fontset.c.
10591         (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
10592         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10593         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10594         only when HAVE_WINDOW_SYSTEM is defined.
10595         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10596         when HAVE_WINDOW_SYSTEM is defined.
10598         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10599         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10601         * xfaces.c: Include font.h unconditionally.
10602         (merge_face_ref, merge_face_vectors)
10603         (Finternal_set_lisp_face_attribute): Cancel the previous change.
10605 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10608         indirect_variable.
10609         * eval.c (lisp_indirect_variable): New fun.
10610         (Fuser_variable_p): Use it.
10612 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10614         * lisp.h (indirect_variable):
10615         * data.c (indirect_variable, let_shadows_buffer_binding_p):
10616         Use Lisp_Symbol pointers rather than Lisp_Object.
10617         Adjust callers.
10618         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10619         To this end, change calling-convention.
10621         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10622         if some non-hidden buffers are selected by string&pred.
10624 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
10626         * process.c (wait_reading_process_output): Always check status
10627         when in batch mode.
10629 2008-05-19  Kenichi Handa  <handa@m17n.org>
10631         * font.c (font_list_entities): Fix handling of cache.
10632         (font_matching_entity): Likewise.
10634         * ftfont.c (cs_iso8859_1): Delete.
10635         (ft_face_cache): New variable.
10636         (struct ftfont_info): New member fc_charset_idx.
10637         (ftfont_build_basic_charsets): Delete.
10638         (fc_charset_table): New variable.
10639         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
10640         . FC_CHARSET_IDX) as :font-entity property in the font entity.
10641         Callers changed.
10642         (ftfont_lookup_cache, ftfont_get_charset): New functions.
10643         (ftfont_spec_pattern): New argument fc_charset_idx.
10644         Check registry more rigidly.  Change callers.
10645         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10646         change of :font-entity property of the font.
10648         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10649         property of the font.
10651 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
10653         * coding.c (Fcoding_system_p): Rename argument to match docstring.
10654         (Funencodable_char_position, Fcheck_coding_systems_region)
10655         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10656         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10657         (Ffind_operation_coding_system, Fset_coding_system_priority)
10658         (Fcoding_system_eol_type): Doc fixes.
10660 2008-05-17  Glenn Morris  <rgm@gnu.org>
10662         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10664 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
10666         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10667         and st_gid.
10669         * frame.c (Fdelete_frame): Don't call font_update_drivers if
10670         HAVE_WINDOW_SYSTEM is not defined.
10672         * xfaces.c (merge_face_ref, merge_face_vectors)
10673         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10674         HAVE_WINDOW_SYSTEM is defined.
10675         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10677 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10679         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10681 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10683         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10685 2008-05-15  Kenichi Handa  <handa@m17n.org>
10687         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10688         preference.
10690 2008-05-15  Glenn Morris  <rgm@gnu.org>
10692         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10694 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
10696         * fns.c (init_fns): Don't initialize weak_hash_tables here.
10697         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
10699         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10701 2008-05-15  Kenichi Handa  <handa@m17n.org>
10703         * ftfont.c (ftfont_list): Downcase family name to check generic
10704         families.
10706         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10707         font-spec for QCfont value.
10709         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10710         buffer.  Check the return value of it.
10712 2008-05-14  Jason Rumney  <jasonr@gnu.org>
10714         * w32term.c (w32_get_glyph_overhangs): Remove.
10715         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10717 2008-05-14  Kenichi Handa  <handa@m17n.org>
10719         * font.c (font_prop_validate): Make nil a valid value.
10720         (font_clear_cache): Check if the cached vector of entities is nil
10721         or not.
10723 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10725         * emacs.c (main_thread): Conditionalize on
10726         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10727         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10729         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10730         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10731         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10733 2008-05-14  Kenichi Handa  <handa@m17n.org>
10735         * coding.c (detect_coding_iso_2022): Ignore a coding category that
10736         has no corresponding coding system.
10738 2008-05-14  Jason Rumney  <jasonr@gnu.org>
10740         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10742         * w32font.h (w32font_open_internal): Update declaration.
10744         * w32font.c (w32font_open_internal): Change last argument from
10745         w32font_info struct to font object.  Fill in font object from
10746         font_entity.  Get Outline metrics if possible.  Use them to
10747         calculate underline position and thickness.  Use xlfd name as name
10748         property.  Don't set codepage.
10749         (w32font_open): Pass font_object to w32font_open_internal.  Don't
10750         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10751         (w32font_draw): Use s->font.
10752         (clear_cached_metrics): Don't clear non-existent blocks.
10754         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10755         font was not found.
10756         (x_draw_glyph_string): Use underline position and thickness from font.
10758         * w32uniscribe.c (uniscribe_open): Pass font_object to
10759         w32font_open_internal.
10761 2008-05-14  Kenichi Handa  <handa@m17n.org>
10763         These changes are to delete all legacy font-handling codes, and
10764         make Emacs use only font-backends.
10766         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10767         (frame.o, image.o, print.o): Depend on $(FONTSRC).
10769         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10771         * charset.h (Vcharset_non_preferred_head)
10772         (Vcurrent_iso639_language): Extern them.
10774         * charset.c (Vcharset_non_preferred_head): New variable.
10775         (Vcurrent_iso639_language): New variable.
10776         (syms_of_charset): Declare it as a Lisp variable.
10777         (char_charset): Don't check non preferred charsets.  As a last
10778         resort, return charset_unicode.
10779         (Fset_charset_priority): Update Vcharset_non_preferred_head.
10781         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10782         conditionals.  Don't check enable_font_backend.  Delete all codes
10783         used only when USE_FONT_BACKEND is not defined.
10785         * dispextern.h (struct glyph_string): Change type of `font' to
10786         `struct font *'.
10787         (struct glyph_string): New member underline_position and
10788         underline_thickness.
10789         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10790         (struct face): Change type of `font' to `struct font *'.  Remove
10791         members `font_name', `font_info_id'.
10792         (per_char_metric, encode_char): Delete externs.
10793         (calc_pixel_width_or_height): Adjust the prototype.
10795         * emacs.c (enable_font_backend): Delete extern.
10796         (main): Don't set enable_font_backend.  Don't check the command
10797         line argument "-disable-font-backend".
10799         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10800         (enum font_property_index): New members FONT_DPI_INDEX,
10801         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10802         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10803         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
10804         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10805         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10806         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10807         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10808         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10809         (struct font_spec, struct font_entity): New structs.
10810         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10811         (struct font): Many members from old "struct font_info" moved to
10812         here.  Members font and entity deleted.
10813         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10814         the new font-related objects.
10815         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10816         (CHECK_FONT_GET_OBJECT): Likewise.
10817         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10818         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10819         (struct font_driver): New members case_sensitive anc check.  Type
10820         of the member list and open changed.
10821         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10822         (font_symbolic_width, font_find_object, font_get_spec)
10823         (font_set_lface_from_name): Delete extern.
10824         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10826         * font.c: Include <strings.h>.
10827         (enable_font_backend): Delete it.
10828         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10829         (CHECK_VALIDATE_FONT_SPEC): Delete it.
10830         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10831         (null_string): Delete it.
10832         (null_vector): Make it static.
10833         (font_family_alist): Delete it.
10834         (Qnormal): Extern it.
10835         (QCextra, QClanguage): Delete it.
10836         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10837         (font_make_spec, font_make_entity, font_make_object)
10838         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
10839         the string.  Callers changed.
10840         (font_pixel_size): Adjusted for the format change of font-related
10841         objects.
10842         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10843         (font_style_to_value, font_style_symbolic): New function.
10844         (build_font_family_alist): Delete it.
10845         (font_registry_charsets): Use Fassoc_string instead of
10846         assq_no_quit.
10847         (font_prop_validate_symbol): Don't return null_string.
10848         (font_prop_validate_style): Adjusted for the change of
10849         style-related values in a font vector.
10850         (font_property_table): Delete entries for QClanguage and
10851         QCantialias, add entries for QCavgwidth.
10852         (get_font_prop_index): Delete the 2nd argument FROM.
10853         (font_prop_validate): Arguments changed.
10854         (font_put_extra): Adjusted for the change of font-related objects.
10855         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10856         (font_parse_fcname, font_unparse_fcname)
10857         (font_prepare_composition): Likewise.
10858         (font_parse_family_registry): Renamed from font_merge_old_spec.
10859         (otf_open): Delete the 1st arg entity.
10860         (font_otf_capability): Adjusted for the above change.
10861         (font_score): New arg alternate_families.  Adjusted for the change
10862         of font-related objects.
10863         (font_sort_entites): New arg best_only.
10864         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10865         Delete them.
10866         (font_match_p): Check alternate families.
10867         (font_find_object): Delete it.
10868         (font_check_object): New function.
10869         (font_clear_cache): Adjusted for the change of font-related objects.
10870         (font_delete_unmatched): New arg.
10871         (font_list_entities): Call font_driver->list with a spec that
10872         doesn't specify style-related properties.
10873         (font_matching_entity): Arguments changed.  Caller changed.
10874         (font_open_entity): Adjusted for the change of font-related objects.
10875         (font_close_object, font_has_char, font_encode_char)
10876         (font_get_name, font_get_spec): Likewise.
10877         (font_spec_from_name, font_clear_prop, font_update_lface):
10878         New functions.
10879         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10880         (font_prepare_for_face, font_done_for_face, font_open_by_name)
10881         (font_at): Adjusted for the change of font-related objects.
10882         (font_range): New function.
10883         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10884         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10885         (Fcopy_font_spec, Fmerge_font_spec): New function.
10886         (Ffont_family_list): Renamed from list-families.
10887         (Finternal_set_font_style_table): Arguments changed.
10888         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10889         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10890         change of font-related objects.
10891         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
10893         * fontset.h (struct font_info): Delete it.  Most members go to
10894         struct font.
10895         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10896         (enum FONT_SPEC_INDEX): Delete it.
10897         (font_info, list_fonts_func, load_font_func, query_font_func)
10898         (set_frame_fontset_func, find_ccl_program_func)
10899         (get_font_repertory_func, new_fontset_from_font_name): Delete
10900         externs.
10901         (fontset_from_font_name): Extern it.
10902         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10903         (FONT_INFO_FROM_FACE): Deleted.
10904         (face_for_font): Adjust prototype.
10906         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10907         conditionals.  Don't check enable_font_backend.  Delete all codes
10908         used only when USE_FONT_BACKEND is not defined.
10909         (get_font_info_func, list_font_func, load_font_func)
10910         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10911         (get_font_repertory_func): Delete them.
10912         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10913         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10914         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10915         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10916         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10917         (fontset_compare_rfontdef): New function.
10918         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
10919         rfont-defs by qsort.  Adjusted for the change of font-group vector.
10920         (load_font_get_repertory): Deleted.
10921         (fontset_find_font): Use new macros to ref/set elements of
10922         font-def and rfont-def.
10923         (fontset_font): Fix the timing of remembering that no font for C.
10924         (free_face_fontset): Do nothing if the face has no fontset.
10925         (face_suitable_for_char_p): Use new macros to ref/set elements of
10926         rfont-def.
10927         (face_for_char): Likewise.  Call face_for_char with font_object.
10928         (fs_load_font): Delete.  Delete #pragma surrounding it.
10929         (fs_query_fontset): Use strcasecmp instead of strcmp.
10930         (generate_ascii_font_name): Adjusted for the format change of
10931         font-spec.
10932         (Fset_fontset_font): Likewise.  Use new macros to set elements of
10933         font-def.
10934         (Fnew_fontset): Use font_unparse_xlfd to generate
10935         FONTSET_ASCII (fontset).
10936         (new_fontset_from_font_name): Deleted.
10937         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
10938         a fontset is already created for the font.  FIx updating of
10939         Vfontset_alias_alist.
10940         (fontset_ascii_font): Deleted.
10941         (Ffont_info): Adjusted for the format change of font-spec.
10942         (Finternal_char_font): Likewise.
10943         (Ffontset_info): Likewise.
10944         (syms_of_fontset): Don't check load_font_func.
10946         * fns.c (internal_equal): Handle PREV_FONT.
10948         * frame.h: Delete USE_FONT_BACKEND conditional.
10950         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10951         conditionals.  Don't check enable_font_backend.  Delete all codes
10952         used only when USE_FONT_BACKEND is not defined.
10953         (x_set_font): Call x_new_font, not x_new_fontset2.
10954         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10955         already set for the frame.
10957         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
10958         a font-entity by font_make_entity.  Use font_intern_prop instead
10959         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
10960         font property.  If a font is scalable, set avgwidth property to 0.
10961         Set font-entity property by font_put_extra.
10962         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10963         (ffont_driver): Adjusted for the change of struct font_driver.
10964         (ftfont_spec_pattern): New function.
10965         (ftfont_list): Return a list, not vector.
10966         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10967         (ftfont_list_family): Don't downcase names.
10968         (ftfont_free_entity): Deleted.
10969         (ftfont_open): Return a font-object.  Adjusted for the change of
10970         struct font.  Get underline_thickness and underline_position from
10971         font property.  Don't update dpyinfo->smallest_font_height and
10972         dpyinfo->smallest_char_width.
10973         (ftfont_close): Don't free `struct font'.
10974         (ftfont_has_char): Adjusted for the format change of font-entity.
10975         (ftfont_encode_char, ftfont_text_extents): Likewise.
10977         * ftxfont.c (ftxfont_list): Return a list, not vector.
10978         (ftxfont_open): Return a font-object.  Adjusted for the change of
10979         struct font.  Get underline_thickness and underline_position from
10980         font property.  Don't update dpyinfo->smallest_font_height and
10981         dpyinfo->smallest_char_width.
10982         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10983         (ftxfont_draw): Adjusted for the change of struct font.
10985         * image.c (image_ascent): Don't include "charset.h".  Include
10986         "character.h" and "font.h".
10988         * lisp.h (enum pvec_type): New member PREV_FONT.
10989         (Fassoc_string): EXFUN it.
10991         * print.c: Include font.h.
10992         (print_object): Handle font-related objects.
10994         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10995         conditionals.  Don't check enable_font_backend.  Delete all codes
10996         used only when USE_FONT_BACKEND is not defined.
10997         (handle_auto_composed_prop): Do nothing if it->f is not on a
10998         window system.  Check how many following characters can be
10999         displayed by the same font.
11000         (calc_pixel_width_or_height): Type of the 4th arg is changed to
11001         'struct font *'.
11002         (get_char_face_and_encoding): Assign the whole encoding task to
11003         the `encode-char' method of a font driver.
11004         (fill_composite_glyph_string): Adjusted for the change of `struct
11005         face' and `struct glyph_string'.
11006         (fill_glyph_string): Likewise.
11007         (get_per_char_metric): Arguments changed.
11008         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11009         and `struct glyph_string'.
11010         (produce_stretch_glyph, calc_line_height_property)
11011         (x_produce_glyphs): Likewise.
11013         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11014         conditionals.  Don't check enable_font_backend.  Delete all codes
11015         used only when USE_FONT_BACKEND is not defined.  Use
11016         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11017         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11018         (Qp): Extern them.
11019         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11020         Deleted.
11021         (struct font_name): Deleted.
11022         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11023         (compare_fonts_by_sort_order): New function.
11024         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11025         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11026         Deleted.
11027         (Fx_family_fonts): Use font_list_entities, and sort fonts by
11028         compare_fonts_by_sort_order.
11029         (Fx_font_family_list): Call Ffont_family_list.
11030         (face_numeric_value, face_numeric_weight, face_numeric_slant)
11031         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11032         (face_symbolic_slant, face_symbolic_swidth)
11033         (split_font_name_into_vector, build_font_name_from_vector)
11034         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11035         (font_rescale_ratio, split_font_name, build_font_name)
11036         (free_font_names, sort_fonts, x_face_list_fonts)
11037         (face_font_available_p, sorted_font_list, cmp_font_names)
11038         (font_list_1, concat_font_list, font_list, remove_duplicates):
11039         Deleted.
11040         (Fx_list_fonts): Use Ffont_list.
11041         (LFACE_AVGWIDTH): Deleted.
11042         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
11043         by FONTP.
11044         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11045         (set_lface_from_font_name): Delete it.
11046         (set_lface_from_font): Renamed from
11047         set_lface_from_font_and_fontset.  Caller changed.  Don't set
11048         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
11049         for face.
11050         (merge_face_vectors): Copy font-spec if necessary.
11051         Clear properties of the font-spec if necessary.
11052         (merge_face_ref): Clear properties of the font-spec if necessary.
11053         (Finternal_set_lisp_face_attribute): Likewise.
11054         (set_font_frame_param): Use font_load_for_lface to load a
11055         font-object, and call Fmodify_frame_parameters with it.
11056         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
11057         font name by Ffont_xlfd_name.
11058         (Finternal_lisp_face_attribute_values): Don't check QCweight,
11059         QCslant, and QCwidth.
11060         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11061         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11062         Compare fonts by EQ.
11063         (lookup_non_ascii_face): Deleted.
11064         (face_for_font): The 2nd argument changed.
11065         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11066         Check atomic font properties by case insensitive.
11067         (realize_non_ascii_face): Set face->overstrike correctly.
11068         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
11069         (dump_realized_face): Get font name from
11070         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
11072         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11073         conditionals.  Don't check enable_font_backend.  Delete all codes
11074         used only when USE_FONT_BACKEND is not defined.
11075         (xic_create_xfontset): Original code deleted and renamed from
11076         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
11077         (x_make_gc): Don't set GCFont in GCs.
11078         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11079         opened by "fixed".
11080         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11081         find_ccl_program_func, query_font_func, set_frame_fontset_func,
11082         get_font_repertory_func.
11084         * xfont.c: Include <stdlib.h> and "ccl.h".
11085         (struct xfont_info): New structure.
11086         (xfont_query_font): Deleted.
11087         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11088         moved from xterm.c.
11089         (xfont_driver): Adjusted for the change of struct font_driver.
11090         (compare_font_names): New function.
11091         (xfont_list_pattern): Sort font names case insensitively.  Make
11092         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
11093         (xfont_list): Return a list, not vector.
11094         (xfont_match): If the font doesn't have QCname property, generate
11095         a name from the other font properties.
11096         (xfont_open): Return a font-object.  Adjusted for the change of
11097         struct font.  Get underline_thickness and underline_position from
11098         font property.  Don't update dpyinfo->smallest_font_height and
11099         dpyinfo->smallest_char_width.
11100         (xfont_close): Don't free struct font.
11101         (xfont_prepare_face): Adjusted for the change of struct font.
11102         (xfont_done_face): Deleted.
11103         (xfont_has_char): Adjusted for the change of struct font.
11104         (xfont_encode_char, xfont_draw): Likewise.
11105         (xfont_check): New function.
11107         * xftfont.c (xftfont_list): Adjusted for the change of `list'
11108         callback function.
11109         (xftfont_match): Adjusted for the format change of font-entity.
11110         (xftfont_open): Adjusted for the format change of font-entity and
11111         font-object.  Adjusted for the change of struct font.  Return a
11112         font-object.  Don't update dpyinfo->smallest_font_height and
11113         dpyinfo->smallest_char_width.
11114         (xftfont_close): Block input while calling XftFontClose.
11115         (xftfont_prepare_face): Don't block input while calling
11116         xftfont_get_colors.  Adjusted for the change of struct font.
11117         (xftfont_shape): Return value of error case fixed.
11119         * xrdb.c (x_load_resources): Don't setup a fontset resource.
11121         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11122         conditionals.
11123         (FONT_WIDTH): Return (f)->max_width.
11124         (struct x_display_info): Delete member `font'.
11125         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11126         (x_find_ccl_program, x_get_font_repertory): Delete externs.
11127         (struct x_output): Change type of `font' to `struct font *'.
11129         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11130         conditionals.  Don't check enable_font_backend.  Delete all codes
11131         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
11132         (x_per_char_metric, x_encode_char): Deleted.
11133         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11134         (x_compute_glyph_string_overhangs): Adjusted for the change of
11135         `struct face'.
11136         (x_draw_glyph_string_foreground)
11137         (x_draw_composite_glyph_string_foreground): Likewise.
11138         (x_draw_glyph_string): Likewise.  Use font->underline_position and
11139         font->underline_thickness.
11140         (x_new_font): Renamed from x_new_fontset2.
11141         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11142         (x_check_font): Call `check' method of a font driver.
11143         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11144         (x_query_font, x_get_font_repertory): Deleted.
11145         (x_find_ccl_program): Renamed and moved to xfont.c.
11146         (x_redisplay_interface): Adjusted for the change of `struct
11147         redisplay_interface'.
11149         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11150         conditionals.  Don't check enable_font_backend.  Delete all codes
11151         used only when USE_FONT_BACKEND is not defined.  Surround non-used
11152         code by "#ifdef OLD_FONT" and "endif".
11153         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11155         * w32font.h (struct w32font_info): New member.
11156         (FONT_COMPAT): New macro.
11157         (w32font_open_internal): Prototype adjusted.
11159         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11160         OLD_FONT" and "endif".
11162         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11163         conditionals.  Don't check enable_font_backend.  Delete all codes
11164         used only when USE_FONT_BACKEND is not defined.
11165         (w32font_open): Return a font-object.  Make a font-object by
11166         font_make_object.  Adjusted for the change of struct w32font_info.
11167         (w32font_close): Don't free struct font.  Adjusted for the change
11168         of struct w32font_info.
11169         (w32font_encode_char, w32font_text_extents, w32font_draw):
11170         Adjusted for the change of struct w32font_info.
11171         (w32font_draw): Likewise.
11172         (w32font_list_internal): Return a list, not vector.
11173         (w32font_open_internal): Change the 4th arg to font-object.
11174         Adjusted for the change of struct w32font_info and font-object format.
11175         (add_font_name_to_list): Don't downcase names.
11176         (w32_enumfont_pattern_entity): Make a font-entity by
11177         font_make_entity.  Adjusted for the format change of font-entity.
11178         Use FONT_SET_STYLE to set a style-related font property.  If a
11179         font is scalable, set avgwidth property to 0.  Set font-entity
11180         property by font_put_extra.
11181         (font_matches_spec): Adjusted for the format change of font-entity.
11182         (w32_weight_table, w32_decode_weight): New variables.
11183         (w32_encode_weight): New function.
11184         (fill_in_logfont): Adjusted for the format change of font-spec.
11185         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11186         weight value.
11187         (w32font_driver): Adjusted for the change of struct font_driver.
11189         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11190         conditionals.  Don't check enable_font_backend.  Surround non-used
11191         code by "#ifdef OLD_FONT" and "endif".
11192         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11193         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11195         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11196         conditionals.  Don't check enable_font_backend.  Delete all codes
11197         used only when USE_FONT_BACKEND is not defined.  Surround non-used
11198         code by "#ifdef OLD_FONT" and "endif".
11200         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11201         (uniscribe_open): Return value changed to font-object.
11202         Adjusted for the format change of font-object.
11203         (uniscribe_otf_capability): Adjusted for the change of struct font.
11204         (add_opentype_font_name_to_list): Don't downcase names.
11205         (uniscribe_font_driver): Adjusted for the change of struct
11206         font_driver.
11208 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11210         * dispnew.c (update_frame_1): Check if tty output is still valid
11211         before flushing it.
11213 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
11215         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11216         to Gtk+ menus.
11218 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11220         * dired.c (file_name_completion): Tweak the code so as to always do it
11221         in a single pass.  Tighten the scope of some variables.
11223         * dired.c (Qdefault_directory): New var.
11224         (file_name_completion): Use it instead of Fexpand_file_name.
11225         (syms_of_dired): Initialize it.
11227 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11229         * fileio.c (double_dollars): Remove dead code.
11231 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
11233         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11234         Mention w32-get-true-file-attributes in doc string.
11236         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11238 2008-05-09  Glenn Morris  <rgm@gnu.org>
11240         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11241         2008-04-23.
11243 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
11245         Support for reporting owner and group of each file on MS-Windows:
11246         * dired.c (stat_uname, stat_gname): New functions, with special
11247         implementation for w32.
11248         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11250         * w32.c: Rename the_passwd_* to dflt_passwd_*.
11251         (dflt_group_name): New static variable.
11252         (dflt_group): Rename from the_group.
11253         (init_user_info): Init dflt_group fields.  Get user's group name
11254         from LookupAccountSid.
11255         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11256         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11257         New initialization states.
11258         (globals_of_w32): Initialize them to zero.  Initialize the default
11259         group name to "None".
11260         (GetFileSecurity_Name): New global var, the name of the function
11261         to call for GetFileSecurity.
11262         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11263         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11264         (get_file_security, get_security_descriptor_owner)
11265         (get_security_descriptor_group, is_valid_sid)
11266         (get_file_security_desc, get_rid, get_name_and_id)
11267         (get_file_owner_and_group): New functions.
11268         (stat): Use get_file_security_desc and get_file_owner_and_group to
11269         report the owner and primary group of each file.  Don't ignore the
11270         high 32 bits of file's size, now that st_size is 64-bit wide.
11271         Fix test when to get true file attributes.
11272         (init_user_info): Use get_rid instead of equivalent inline code.
11273         (fstat): Don't ignore the high 32 bits of file's size.
11275 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
11277         * image.c (png_load): Use correct bit-depth for setting background
11278         color.
11280 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
11282         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11283         epa-hook.elc.
11285 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11287         * font.c (Ffont_match_p): Don't use `iff' in docstring.
11289 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
11291         * macfns.c (Fx_create_frame): Make a copy of frame parameters
11292         because the original parameters are in pure storage now.
11293         (mac_window): Remove unused params.  Update callers.
11295 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * lread.c (substitute_object_recurse): Use lower-level primitives.
11298         Don't signal errors when traversing sub-char-tables.
11299         Don't loop over all the possible characters when traversing char-tables.
11301         * print.c (print_preprocess): Add sub-char-tables to the print-table,
11302         just like we do in print.c.
11304 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11306         * minibuf.c (Ftry_completion): Remove code left over from when we used
11307         scmp instead of Fcompare_strings.
11309 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
11311         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11313 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11315         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11316         Create bitmap context in native byte order.
11318         * macterm.c (XDrawLine)
11319         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11320         context in native byte order.
11322 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11324         * config.in: Regenerate.
11326         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11327         New definitions for Image I/O support.
11328         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11329         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11330         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11331         (mac_data_provider_release_data, image_load_image_io)
11332         [USE_MAC_IMAGE_IO]: New functions.
11333         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11334         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11335         (init_image_func_pointer) [MAC_OSX]: Remove function.
11336         (image_load_quartz2d) [MAC_OSX]: Check availability of
11337         CGImageCreateWithPNGDataProvider at compile time.
11338         Use lowercase `false' for boolean constant.
11339         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11340         Use image_load_image_io.
11341         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11342         Don't check MyCGImageCreateWithPNGDataProvider.
11343         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11344         Don't call init_image_func_pointer.
11346         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11348         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11349         Make variable non-static.
11350         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11351         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11353         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11354         (RED_FROM_ULONG): Mask off higher bits.
11355         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11357         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11358         Include AvailabilityMacros.h.
11359         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11360         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11362 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * chartab.c (Fset_char_table_range): If range is t, really set all
11365         chars to that value.
11367 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
11369         * dired.c (Ffile_attributes): Don't allow the device number become
11370         negative.
11372 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
11374         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11376 2008-05-02  Juri Linkov  <juri@jurta.org>
11378         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11379         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11380         DEFAULT argument as a list of default values in docstrings.
11382 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
11384         * puresize.h (BASE_PURESIZE): Increase to 1210000.
11386 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
11388         * dispnew.c (change_frame_size_1): Preserve small windows when
11389         shrinking frames by calling set_window_height|width with third
11390         arg 2.
11392         * window.h (struct window): Replace field too_small_ok by field
11393         resize_proportionally.
11395         * window.c (make_window): Initialize resize_proportionally.
11396         (enlarge_window): Temporarily set resize_proportionally to make
11397         sure that shrink_windows does scale the window proportionally.
11398         (shrink_windows): When window has resize_proportionally set try
11399         to shrink it proportionally by stealing from other windows.
11400         (struct saved_window, Fset_window_configuration)
11401         (compare_window_configurations): Handle resize_proportionally.
11402         (WINDOW_TOTAL_SIZE): New macro.
11403         (window_min_size, shrink_windows, size_window): Use it.
11404         (check_min_window_sizes): Remove.  Invalid values of
11405         window-min-height|width are handled by window_min_size_2 now.
11406         (size_window, Fsplit_window, enlarge_window)
11407         (adjust_window_trailing_edge, grow_mini_window): Don't call
11408         check_min_window_sizes.
11409         (window_min_size_2, window_min_size_1, window_min_size):
11410         New argument safe_p for retrieving "safe" minimum sizes.
11411         (Fdisplay_buffer, Fsplit_window, enlarge_window)
11412         (adjust_window_trailing_edge, grow_mini_window):
11413         Adjust arguments of window_min_size... functions.
11414         (shrink_windows): Argument min_size removed.  New argument
11415         safe_p allows shrinking windows to their safe minimum sizes.
11416         Calculate minimum size and decide whether a window shall be
11417         deleted for each window individually.
11418         (size_window): When nodelete_p equals 2, tell shrink_windows to
11419         delete windows only if their new minimum size is no more safe.
11420         (shrink_window_lowest_first): Call window_min_size_1 to make
11421         sure to preserve modeline of bottom-most window when resizing
11422         the minibuffer.
11423         (Fset_window_configuration, Fcurrent_window_configuration)
11424         (compare_window_configurations): Do not handle
11425         window-min-height|width any more.
11426         (syms_of_window): Clarify window-min-height|width doc-strings.
11428 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11430         * dired.c (file_name_completion): Fix up the encoding/decoding issue
11431         some more.  Copy some of the code from Ftry_completions.
11432         Remove special case code that dates back to initial revision when the
11433         slash was only added when necessary and that can't trigger nowadays.
11435 2008-04-27  Kenichi Handa  <handa@m17n.org>
11437         * font.c (font_prop_validate): Signal `error' instead of `font'.
11439 2008-04-29  Jason Rumney  <jasonr@gnu.org>
11441         * w32fns.c (Fw32_battery_status): New defun.
11442         (syms_of_w32fns): Defsubr it.
11444 2008-04-28  Andreas Schwab  <schwab@suse.de>
11446         * dired.c (file_name_completion): Fix another mixing of encoded
11447         and decoded names.
11449 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
11451         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11453 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
11455         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11457 2008-04-27  Andreas Schwab  <schwab@suse.de>
11459         * dired.c (file_name_completion): Fix inappropriate mixing of
11460         encoded and decoded names.
11462         * xterm.c (XTread_socket): Fix use of uninitialized variable.
11464         * puresize.h (BASE_PURESIZE): Increase to 1200000.
11466 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
11468         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11469         2008-03-31, it's not needed anymore with `struct stat' definition
11470         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
11471         for the same reasons.
11473 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
11475         * m/sparc.h: Additional redefinitions for GNU/Linux.
11477 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11479         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11480         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11481         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11482         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11483         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11484         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11485         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11486         Likewise.
11488         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11489         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11490         (mac_ax_number_of_characters): Add externs.
11491         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11492         [USE_MAC_TSM]: Likewise.
11493         (mac_handle_text_input_event) [MAC_OSX]:
11494         Handle kEventTextInputOffsetToPos for no active input area case.
11495         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11496         (mac_handle_document_access_event)
11497         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11498         (install_application_handler) [MAC_OSX]: Register handlers for
11499         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11500         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11501         Register mac_handle_document_access_event.
11503         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11504         Make functions non-static.
11506 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11508         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11509         (read_file_name_completion_ignore_case, insert_default_directory)
11510         (Qdefault_directory): Move to minibuffer.el.
11511         (Fread_file_name): Call the new `read-file-name' instead.
11513 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11515         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11516         Make function non-static.
11517         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11518         Remove function.
11519         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11520         Move to mactoolbox.c.
11521         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11523         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11524         (mac_rect_make): New macro.
11526         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11527         instead of float.
11528         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11529         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11530         (XSetBackground) [USE_CG_DRAWING]: Likewise.
11531         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11532         CGRectMake.
11533         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11534         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11535         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11536         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11537         instead of WindowRef in argument type.
11538         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11539         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11540         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11541         instead of DISPLAY.  All uses changed.
11542         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11543         (x_calc_absolute_position): Simplify so as not to use
11544         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11546         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11547         instead of WindowRef in argument type.
11548         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11549         [TARGET_API_MAC_CARBON]: Remove externs.
11550         (create_apple_event, mac_event_parameters_to_lisp)
11551         [TARGET_API_MAC_CARBON]: Add externs.
11553         * mactoolbox.c (Vmac_ts_script_language_on_focus)
11554         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11555         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11556         is clicked.
11557         (x_activate_menubar): Remove extern for saved_menu_event_location.
11558         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11559         Move from mac.c.
11561 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11563         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11564         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11566 2008-04-23  Jason Rumney  <jasonr@gnu.org>
11568         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11569         attributes only for local files.
11571         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11572         default to Qlocal.
11574 2008-04-22  Juri Linkov  <juri@jurta.org>
11576         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11577         read-buffer-to-switch instead of using the letter "B".
11579 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11581         * fileio.c (Qdefault_directory): New variable.
11582         (Fread_file_name): Use it to pass `dir' to the completion functions.
11584 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
11586         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11588 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11590         * keyboard.c (Vpre_help_message): Remove.
11591         (show_help_echo): Remove default C code.
11593         * dired.c (directory_files_internal, file_name_completion):
11594         Only call ENCODE_FILE if the string is indeed decoded.
11596 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * Makefile.in (TOOLKIT_DEFINES): Remove.
11599         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11601 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11603         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11604         (mactoolbox.o): New target.
11606         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11607         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11609         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11610         Use mac_set_frame_window_background instead of XSetWindowBackground.
11611         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11612         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11613         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11614         instead of SetWindowTitleWithCFString.
11615         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11616         Move function to mactoolbox.c.
11617         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11618         Use mac_set_window_modified instead of SetWindowModified.
11619         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11620         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11621         (Fx_focus_frame): Use mac_front_non_floating_window instead of
11622         FrontNonFloatingWindow.  Use mac_activate_window instead of
11623         ActivateWindow.  Use mac_active_non_floating_window instead of
11624         ActiveNonFloatingWindow.
11625         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11626         Use mac_show_hourglass and mac_hide_hourglass.
11627         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11628         instead of GetGlobalMouse.
11629         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11630         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11631         Use mac_bring_window_to_front instead of BringToFront.
11632         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11633         mactoolbox.c.
11634         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11635         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
11636         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11637         mactoolbox.c.
11639         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11640         (XtPointer): Move typedef from macmenu.c.
11641         (enum button_type): Move enum from macmenu.c.
11642         (widget_value): Move typedef from macmenu.c.
11643         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11644         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11645         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11646         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11647         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11648         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11649         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11650         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11651         (Selection): Move typedef from macselect.c.
11652         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11653         macterm.c.
11654         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11655         (mac_is_window_collapsed, mac_bring_window_to_front)
11656         (mac_send_window_behind, mac_hide_window, mac_show_window)
11657         (mac_collapse_window, mac_front_non_floating_window)
11658         (mac_active_non_floating_window, mac_activate_window)
11659         (mac_move_window_structure, mac_move_window, mac_size_window)
11660         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11662         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11663         (enum mac_menu_kind): Move enum to mactoolbox.c.
11664         (min_menu_id): Move variable to mactoolbox.c.
11665         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11666         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11667         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11668         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11669         [TARGET_API_MAC_CARBON]: Likewise.
11670         (XtPointer): Move typedef to macgui.h.
11671         (enum button_type): Move enum to macgui.h.
11672         (widget_value): Move typedef to macgui.h.
11673         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11674         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11675         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11676         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11677         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11678         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11679         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11680         (popup_activated_flag): Make variable non-static.
11681         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11682         (add_menu_item, fill_menu, dispose_menus):
11683         Move functions to mactoolbox.c.
11684         (restore_show_help_function, menu_target_item_handler)
11685         (install_menu_target_item_handler, mac_handle_dialog_event)
11686         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11687         [TARGET_API_MAC_CARBON]: Likewise.
11688         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11689         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11690         (find_and_call_menu_selection, name_is_separator): Make function
11691         non-static.
11692         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11693         to mactoolbox.c.
11694         (set_frame_menubar): Don't call install_menu_quit_handler.
11695         (menu_item_selection): New variable.
11696         (mac_menu_show): Use create_and_show_popup_menu.
11697         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11698         selection but set variable menu_item_selection.  All uses changed.
11699         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
11700         Call install_menu_quit_handler.  Move to mactoolbox.c.
11702         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11703         (Selection): Move typedef to macgui.h.
11704         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11705         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11706         Make variables non-static.
11707         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11708         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11709         Make functions non-static.
11710         (Vmac_service_selection) [MAC_OSX]: Likewise.
11711         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11712         (mac_valid_selection_target_p, mac_clear_selection)
11713         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11714         (mac_put_selection_value, mac_selection_has_target_p)
11715         (mac_get_selection_value, mac_get_selection_target_list)
11716         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11717         Move functions to mactoolbox.c.
11718         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11719         Likewise.
11720         (copy_scrap_flavor_data, mac_handle_service_event)
11721         (install_service_handler) [MAC_OSX]: Likewise.
11722         (syms_of_macselect) <Vmac_dnd_known_types>:
11723         Use mac_dnd_default_known_types.
11725         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11726         Move to mactoolbox.c.
11727         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11728         (Fx_selection_owner_p): Add EXFUN.
11729         (install_window_handler, remove_window_handler, XSetWindowBackground):
11730         Remove externs.
11731         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11732         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11733         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11734         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11735         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11736         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11737         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11738         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11739         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11740         (create_and_show_popup_menu, mac_get_selection_from_symbol)
11741         (mac_valid_selection_target_p, mac_clear_selection)
11742         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11743         (mac_put_selection_value, mac_selection_has_target_p)
11744         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11745         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11746         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11747         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11748         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11749         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11750         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11751         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11752         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11754         * mactoolbox.c: New file.
11756 2008-04-18  Jason Rumney  <jasonr@gnu.org>
11758         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11760 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * character.c (Fmultibyte_char_to_unibyte):
11763         Return latin1 chars unchanged.
11765         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11766         relocated if it points to `name'.
11768 2008-04-17  Kenichi Handa  <handa@m17n.org>
11770         * data.c (Faset): Allow setting a multibyte character in an
11771         ASCII-only unibyte string.
11773         * lisp.h (STRING_SET_MULTIBYTE): New macro.
11775 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11777         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11778         done in config.h.
11780 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
11782         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11783         (Fchar_direction): Add usage in the docstring.
11785 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
11787         * keyboard.c (read_key_sequence): Remove always-true checks.
11789 2008-04-14  Jason Rumney  <jasonr@gnu.org>
11791         * w32font.c (w32font_open_internal): Set max_bounds.descent in
11792         compatibility struct, for better underline positioning.
11794 2008-04-13  David Hansen  <david.hansen@gmx.net>
11796         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11797         string.
11799 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11801         * m/hp800.h (XUINT, XSET): Remove.
11803 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
11805         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11806         previous change.
11808 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11810         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11811         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11813 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * keymap.h (map_keymap_canonical): Declare.
11816         * xmenu.c (single_keymap_panes): Use it.
11818 2008-04-11  Glenn Morris  <rgm@gnu.org>
11820         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11821         set the target's value to that of the alias.
11823 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11825         * term.c (set_tty_color_mode): Left over typo.
11827 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
11829         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11830         only after check for file name handler functions.  Signal, when
11831         native functionality is not supported.
11832         (syms_of_fileio): Declare it unconditionally.
11834 2008-04-10  Jason Rumney  <jasonr@gnu.org>
11836         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11837         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11839         * w32.c (logon_network_drive): Also logon to remote drives that
11840         are mapped to drive letters.
11842 2008-04-10  Glenn Morris  <rgm@gnu.org>
11844         * xdisp.c (truncate-partial-width-windows): Doc fix.
11846 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11848         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11849         Move functions to minibuffer.el.
11850         (syms_of_fileio): Don't declare them.
11852 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11854         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11855         (syms_of_minibuf): Remove its initialization.
11857         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11859 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
11861         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11863 2008-04-09  Jason Rumney  <jasonr@gnu.org>
11865         * makefile.w32-in (distclean): Delete makefile too.
11866         (maintainer-clean): New target.
11868         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11870         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11871         for new font backend and composite cases.
11873 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
11875         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11876         Most of the code moved to run_timers.
11877         (do_pending_atimers): Call run_timers.
11878         (run_timers): New function.
11880         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11881         run atimers.
11883         * process.c (wait_reading_process_output): The same as above.
11885 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11887         * minibuf.c (last_exact_completion): Remove variable.
11888         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11889         (complete_and_exit_1, complete_and_exit_2)
11890         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11891         (Fdisplay_completion_list, display_completion_list_1)
11892         (Fminibuffer_completion_help, Fself_insert_and_exit)
11893         (Fexit_minibuffer, Fminibuffer_message): Move functions to
11894         minibuffer.el.
11895         (syms_of_minibuf): Remove corresponding initializations.
11897         * keyboard.c (Qdeactivate_mark): New var.
11898         (command_loop_1): Use it to call `deactivate-mark'.
11899         (syms_of_keyboard): Initialize it.
11901         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11902         to another frame.
11903         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11904         Don't call set_tty_color_mode.
11905         (store_frame_param): Reset previous_frame rather than call
11906         set_tty_color_mode.
11907         * term.c (set_tty_color_mode): Rewrite.
11908         * dispextern.h (set_tty_color_mode): New type.
11909         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11911 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11914         for generic chars, which do not exist any more in emacs-unicode.
11916 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
11918         * coding.c (detect_coding_emacs_mule)
11919         (Ffind_operation_coding_system): Fix typo.
11921 2008-04-08  Jason Rumney  <jasonr@gnu.org>
11923         * w32uniscribe.c (SNAME): Extract only symbol name.
11925         * w32font.h (struct w32_metric_cache): New struct.
11926         (w32font_info): Use it.
11927         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11928         (CACHE_BLOCKSIZE): New constants.
11930         * w32font.c (Qja, Qko, Qzh): New symbols.
11931         (syms_of_w32font): Initialise them.
11932         (font_matches_spec): Use them to filter by language.
11933         (recompute_cached_metrics): Remove function.
11934         (compute_metrics, clear_cached_metrics): New functions.
11935         (w32font_encode_char): Use them to manage metric cache.
11936         (w32font_text_extents): Cache metrics for all glyphs on demand.
11937         Delay converting glyph indices to WORD until needed.
11938         (w32font_open_internal): Initialize metric cache to empty.
11939         (registry_to_w32_charset): Charset should always be a symbol.
11940         (fill_in_logfont, list_all_matching_fonts): Family should
11941         always be a symbol.
11943 2008-04-06  Jason Rumney  <jasonr@gnu.org>
11945         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11946         Give up if glyph indices not supported.  Use uniscribe obtained
11947         ABC widths for individual metrics.  Map glyph clusters back to
11948         characters using fClusterStart flag.  Return number of glyphs
11949         produced, not chars processed.
11950         (uniscribe_shape): Map char at FROM to current glyph.
11952 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11954         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11955         Use SetMenuItemHierarchicalMenu.
11957 2008-04-05  Jason Rumney  <jasonr@gnu.org>
11959         * image.c (pbm_load): Allow color values up to 65535.
11960         Throw an error if max_color_idx is outside the supported range.
11961         Report an error when image size is invalid.
11962         Read two bytes at a time when raw images have max_color_idx above 255.
11964 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11966         * w32.c (readdir): If FindFirstFile/FindNextFile return in
11967         cFileName a file name that includes `?' characters, use the 8+3
11968         alias in cAlternateFileName instead.
11970 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
11972         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11973         append "CCL: Quitted" when the CCL program is quitted.
11974         (setup_ccl_program): Initialize ccl->quit_silently to zero.
11976         * ccl.h (struct ccl_program): New member quit_silently.
11978 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11980         * search.c (compile_pattern_1): Treat non-nil and non-string of
11981         search-spaces-regexp as nil.
11983         * minibuf.c (Fassoc_string): Tweak docstring.
11985 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11987         * dired.c (Ffile_attributes): Support inode numbers wider than 32
11988         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
11989         2008-03-14 to force inode be positive.
11991         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11992         _S_* ones, since we now use our own sys/stat.h.
11993         (stat, fstat): Don't mangle the inode number.
11994         (init_user_info): Don't restrict UID and GID to 0-60000 range.
11996 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11998         * frame.h (struct frame): Give one more bit to `visible' since we use
11999         values larger than 1 to indicate obscured frames on ttys.
12001         * keymap.c (Qkeymap_canonicalize): New var.
12002         (Fmap_keymap_internal): New fun.
12003         (describe_map): Use keymap-canonicalize.
12005         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12006         (Fundo_boundary): Set them.
12007         (syms_of_undo): Initialize them.
12008         (record_point): Use them instead of last_point_position*.
12009         (last_undo_buffer): Change type.
12011 2008-04-04  Jason Rumney  <jasonr@gnu.org>
12013         * w32font.c (w32font_text_extents): Use font's ascent and descent.
12014         (recompute_cached_metrics): Don't set ascent and descent per char.
12016         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12017         (uniscribe_check_otf): Add GC protection before consing.
12018         Rearrange loop for counting features.
12020 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12022         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12023         buffer with byte-size of source buffer.
12025 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
12027         * callint.c (Fcall_interactively): Handle temporary region even
12028         when shift-select-mode is off.
12030 2008-04-03  Jason Rumney  <jasonr@gnu.org>
12032         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12034 2008-04-03  Kenichi Handa  <handa@m17n.org>
12036         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12037         (CATEGORY_MASK_UTF_16): Likewise.
12038         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12039         binary file.
12040         (detect_coding): Add null-byte detection for a binary file.
12041         (detect_coding_system): Likewise.
12043 2008-04-03  Jason Rumney  <jasonr@gnu.org>
12045         * w32uniscribe.c: New file.
12047         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12049         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12051         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12052         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12053         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12054         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12055         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12056         (Qphonetic): New symbols.
12057         (syms_of_w32font): Initialize them.
12058         (font_supported_scripts): Use them.
12059         (w32font_list_family): List all charsets.
12060         (w32font_text_extents, recompute_cached_metrics): Fix metric
12061         calculations.
12062         (w32_enumfont_pattern_entity): Make full_type a DWORD.
12063         Give opentype fonts their own format.
12064         (font_matches_spec): New arguments backend and logfont.
12065         Handle :otf spec for uniscribe backend.
12066         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12067         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12069         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12070         font backend.
12071         (globals_of_w32fns): Initialize uniscribe font backend.
12073         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
12074         dependencies.
12075         (w32uniscribe.$(O)): New file to build.
12076         (FONT_OBJ): Include w32uniscribe.$(O).
12077         (LIBS): Add uniscribe libraries.
12079         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12081 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
12083         * callint.c (Vshift_select_mode): New var.
12084         (Finteractive): Document new ^ spec.
12085         (Fcall_interactively): Call handle-shift-selection if the ^ spec
12086         is present.
12088         * keyboard.c (Vthis_command_keys_shift_translated): New var.
12089         (command_loop_1): Avoid running the direct display versions of
12090         forward-char and backward-char if shift-selection may occur.
12091         (read_key_sequence): Set Vthis_command_keys_shift_translated if
12092         shift-translation takes place.
12094         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12095         avoid clobbering by define-minor-mode.
12097         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12098         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12100         * syntax.c (Fforward_word): Add ^ interactive spec.
12102         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12103         (Fscroll_right): Add ^ interactive spec.
12105 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12107         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12109         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12111         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12113 2008-03-31  Juri Linkov  <juri@jurta.org>
12115         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12117 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
12119         * gtkutil.c (xg_set_geometry): Fix indentation.
12120         (xg_resize_outer_widget): Remove.
12121         (x_wm_size_hint_off): Fix indentation.
12122         (xg_frame_set_char_size): Call flush_and_sync after
12123         gtk_window_resize.
12124         (x_wm_set_size_hint): Pass NULL as geometry window to
12125         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12126         Add menu bar and tool bar height to base height.
12127         (xg_update_frame_menubar, free_frame_menubar)
12128         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12129         (update_frame_tool_bar, free_frame_tool_bar):
12130         Change xg_resize_outer_widget to xg_frame_set_char_size.
12132 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12134         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12135         (Fdbus_call_method): New parameter TIMEOUT.
12136         (dbus-send-signal): Optimize UNGCPRO call.
12138 2008-03-29  Juri Linkov  <juri@jurta.org>
12140         * window.c (Fdisplay_buffer): Move call to
12141         Vsplit_window_preferred_function out of conditions that check
12142         if window is eligible for vertical splitting.
12143         When Vsplit_window_preferred_function is non-nil, call it and use
12144         its non-nil return value as window.  Otherwise, continue doing
12145         vertical splitting using Fsplit_window with arg horflag=nil.
12146         (syms_of_window) <Vsplit_window_preferred_function>: Change the
12147         default value from `split-window' to nil.
12149 2008-03-29  Juri Linkov  <juri@jurta.org>
12151         * callint.c (Fcall_interactively): Revert 2008-03-16 change
12152         for interactive code letters 'b' and 'B'.
12154 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
12156         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12157         multibyte string.
12159 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12161         * keyboard.c (pending_funcalls): New var.
12162         (timer_check): Run it.
12163         (syms_of_keyboard): Initialize it.
12164         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12165         (Vdelete_terminal_functions): New vars.
12166         (syms_of_terminal): Initialize them.
12167         (Fdelete_terminal): Run delete-terminal-functions.
12168         * xdisp.c (safe_eval): Rewrite.
12169         (safe_call2): New fun.
12170         * frame.c (Qdelete_frame_functions): New var.
12171         (syms_of_frame): Initialize it.
12172         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12173         * lisp.h (safe_call2, pending_funcalls): Declare.
12175 2008-03-28  Andreas Schwab  <schwab@suse.de>
12177         * indent.c (Fmove_to_column): Move declaration before statements.
12179 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12181         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
12182         (struct frame): Use bit fields for boolean vars.
12184         * process.c (server_accept_connection): Simplify naming.
12185         (emacs_get_tty_pgrp): Use SDATA.
12187         * coding.c (decode_coding_object): Fix last change.
12189 2008-03-27  Jason Rumney  <jasonr@gnu.org>
12191         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12193 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12195         * charset.c (Fdefine_charset_internal): Change the way of
12196         registering charsets in Vcharset_order_list.
12197         (syms_of_charset): Make the charset `eight-bit' supplementary.
12199 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
12201         * regex.c (EXTEND_BUFFER): Change order of pointer addition
12202         operations, to avoid having the difference between pointers
12203         overflow.
12205 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12207         * indent.c (check_display_width): New fun.
12208         (scan_for_column): Use it.
12210         * data.c (syms_of_data): Mark most-positive-fixnum and
12211         most-negative-fixnum as constants.
12213         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12215         * indent.c (scan_for_column): Extract from current_column_1.
12216         Merge with the same code from Fmove_to_column.
12217         (current_column_1, Fmove_to_column): Use it.
12219 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12221         * keymap.c (map_keymap_internal): New fun.
12222         (map_keymap): Use it.
12223         (Fmap_keymap_internal): New fun.
12224         (Fmap_keymap): Remove left-out test from before make_save_value.
12226         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12228         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12229         Use XCAR/XCDR.
12231         * process.h (struct Lisp_Process): Remove filter_multibyte.
12232         * process.c (QCfilter_multibyte): Remove.
12233         (setup_process_coding_systems): Don't use filter_multibyte.
12234         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12235         (read_process_output): Don't adjust multibyteness to filter_multibyte.
12236         (Fset_process_filter_multibyte): Change the coding-system to
12237         approximate the previous behavior.
12238         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12239         coding-system.
12241         * coding.c (decode_coding_object): When not decoding into a buffer,
12242         obey the coding system's preference of (uni|multi)byte.
12244 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12246         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12247         every char is changed and has a different byte-length.
12248         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12249         Fix int -> EMACS_INT.
12251 2008-03-23  David Hansen  <david.hansen@gmx.net>
12253         * dbusbind.c (xd_read_message): Remove extra copying of message
12254         strings.  Check for NULL `interface' or `member'.
12256 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
12258         * w32.c (readdir): If FindFirstFile/FindNextFile return in
12259         cFileName a file name that includes `?' characters, use the 8+3
12260         alias in cAlternateFileName instead.
12262 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12266 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12269         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
12270         work on current_buffer only instead (that was already the case
12271         for some of the code anyway).
12272         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12273         (temp_set_point, temp_set_point_both): Use EMACS_INT.
12274         (SET_PT, SET_PT_BOTH): Adjust.
12275         * intervals.h (set_point, temp_set_point, set_point_both)
12276         (temp_set_point_both): Remove redundant declarations.
12278 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12280         * fileio.c (Finsert_file_contents):
12281         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12282         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
12283         when buffer != current_buffer anyway.
12285 2008-03-20  Andreas Schwab  <schwab@suse.de>
12287         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12288         as default.
12290 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12292         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12293         (syms_of_w32fns): Initialize them.
12294         (HOURGLASS_ID): New constant.
12295         (x_window_to_frame): Don't check hourglass_window.
12296         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12297         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12298         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12299         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12300         Only change the cursor if hourglass is not active.
12301         (Fx_create_frame): Initialize frame's current_cursor.
12302         (hourglass_atimer): Remove.
12303         (hourglass_started): New function.
12304         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12305         (show_hourglass): Adapt to w32, changing argument to frame.
12307         * w32term.h (struct w32_output): Remove hourglass_window.
12308         Add current_cursor.
12310         * eval.c (call_debugger, Fsignal):
12311         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12312         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12313         (Fexecute_extended_command, cancel_hourglass_unwind):
12314         * minibuf.c (read_minibuf):
12315         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12317 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * window.c (run_funs): New fun.
12320         (run_window_configuration_change_hook): Use it to run the buffer-local
12321         and the global part of the hook.
12323         * xdisp.c (format_mode_line_unwind_data): Add window argument.
12324         (unwind_format_mode_line): Restore selected window.
12325         (x_consider_frame_title, Fformat_mode_line): Set selected window.
12327 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12329         * editfns.c (Fchar_equal): Check they are valid characters.
12331         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12333 2008-03-17  Andreas Schwab  <schwab@suse.de>
12335         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12336         against a charset.
12338         * lisp.h (Fbuffer_list): Declare.
12340 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
12342         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12343         handlebox_widget is != 0.
12345 2008-03-16  Juri Linkov  <juri@jurta.org>
12347         * callint.c (Fcall_interactively): For interactive code letters
12348         'b' and 'B' put the buffer list into the list of default "future"
12349         values of the minibuffer.
12351 2008-03-16  Andreas Schwab  <schwab@suse.de>
12353         * keyboard.c (read_key_sequence): Fix downcasing of letters with
12354         modifiers.
12356         * regex.c (re_match_2_internal): Correct matching of a charset
12357         against latin-1 characters.
12359 2008-03-16  Kenichi Handa  <handa@m17n.org>
12361         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12362         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12363         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12364         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12365         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12366         CHAR_STRING_ADVANCE.
12367         (produce_chars): Fix for the case that the source and the
12368         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
12369         instead of CHAR_STRING_ADVANCE.
12370         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12371         STRING_CHAR_ADVANCE.
12373 2008-03-15  Andreas Schwab  <schwab@suse.de>
12375         * regex.c (re_match_2_internal): Correct matching of eight bit
12376         characters in unibyte strings.
12378 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
12380         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12381         at end of range when it coincides with the end of the buffer.
12383 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12385         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12387         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12389 2008-03-14  Jason Rumney  <jasonr@gnu.org>
12391         * editfns.c (initial_tz): New variable.
12392         (syms_of_editfns): Initialize it.
12393         (Fset_time_zone_rule): Set it when first called.
12394         Use it when TZSTRING is nil.
12396         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12397         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12398         (monitor_from_point_fn, get_monitor_info_fn): New globals.
12399         (globals_of_w32fns): Initialize them.
12400         (compute_tip_xy): Use them to position tooltips.
12402 2008-03-14  Glenn Morris  <rgm@gnu.org>
12404         * emacs.c (main): Revert previous change.
12405         (standard_args): Revert -internal-script back to -scriptload,
12406         and remove the long-option form.
12408 2008-03-13  Glenn Morris  <rgm@gnu.org>
12410         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12411         Remove option -enable-font-backend.
12413 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12415         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12417 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
12419         * xterm.c (x_connection_closed): For GTK: If this is the last
12420         terminal just exit without closing the display.
12422 2008-03-11  Jason Rumney  <jasonr@gnu.org>
12424         * w32font.c (w32font_full_name): Use floor to round.
12426 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
12428         * sound.c (alsa_configure): Declare vol at beginning of block.
12430         * fontset.c (Ffontset_info): Remove extra semicolon.
12432 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12434         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12435         size of resulting string.
12437 2008-03-10  Jason Rumney  <jasonr@gnu.org>
12439         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12441 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12443         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12444         Don't pretend as if characters with display property haven't been
12445         consumed for string-replacing-string case.
12447 2008-03-08  Kim F. Storm  <storm@cua.dk>
12449         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12450         (get_next_display_element, next_element_from_string)
12451         (next_element_from_ellipsis, next_element_from_buffer): Use it.
12453 2008-03-08  Andreas Schwab  <schwab@suse.de>
12455         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12457 2008-03-06  Jason Rumney  <jasonr@gnu.org>
12459         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
12460         when charset not specified.  Only translate ANSI to unicode when
12461         font_type is truetype.
12462         (w32font_coverage_ok): New function.
12463         (add_font_entity_to_list): Use it to filter unsuitable fonts.
12465 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
12467         * lread.c (Fread_char): Resolve modifiers.
12468         (Fread_char_exclusive): Likewise.
12470         * character.c (char_resolve_modifier_mask): New function.
12471         (char_string): Use char_resolve_modifier_mask.
12472         (Fchar_resolve_modifiers): New function.
12473         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12474         function.
12476 2008-03-04  Jason Rumney  <jasonr@gnu.org>
12478         * makefile.w32-in: Always include w32font.c in the build.
12479         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12481 2008-03-04  Andreas Schwab  <schwab@suse.de>
12483         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12484         (versionclean): Likewise.
12486 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
12488         * .cvsignore: Add oo.
12490 2008-03-03  Andreas Schwab  <schwab@suse.de>
12492         * coding.c (decode_coding_object): Inhibit gap shrinking while
12493         decoding in place.
12495 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
12497         * w32term.c: Remove unused include "gnu.h".
12498         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12500         * gnu.h: Rename to ...
12501         * emacs-icon.h: ... this.
12502         * xterm.c: Use emacs-icon.h instead of gnu.h.
12503         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12505 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
12507         * w32font.c: Include math.h.
12509 2008-03-03  Jason Rumney  <jasonr@gnu.org>
12511         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12512         Compute options separately.
12513         (w32font_open_internal): Set glyph_idx before caching metrics.
12515         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12516         Define if system headers don't.
12517         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
12518         (w32font_encode_char): Don't declare here.
12520         * w32font.c (Quniscribe, QCformat): New symbols.
12521         (syms_of_w32font): Define them.
12522         (w32font_has_char): Indicate uncertainty.
12523         (w32font_encode_char): Encode as glyph point.  Make static.
12524         (recompute_cached_metrics): New function.
12525         (w32font_open_internal): Use it.  Set font to use glyph points
12526         initially.  Set format based on type of font.
12527         (w32font_text_extents, w32font_draw): Optionally use glyph points.
12528         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
12529         on it.  Set format based on information available here.
12530         (add_font_entity_to_list): Identify backend based on opentype_only.
12532 2008-03-02  Andreas Schwab  <schwab@suse.de>
12534         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12536         * coding.c (decode_coding_big5, produce_chars):
12537         Fix typos in last change.
12539 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
12541         * gnu.h: New icon.
12543 2008-03-02  Kenichi Handa  <handa@m17n.org>
12545         * coding.c (decode_coding_utf_8): When eol-type of CODING is
12546         `dos', don't decode '\r' if that is the last in the source.
12547         (decode_coding_utf_16, decode_coding_emacs_mule)
12548         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12549         (decode_coding_raw_text, decode_coding_charset): Likewise.
12550         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
12552 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12554         * w32font.c (w32font_full_name): Report point size for scalable fonts.
12556 2008-03-01  Kim F. Storm  <storm@cua.dk>
12558         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12560 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12562         * w32font.c (w32font_full_name): New function.
12563         (w32font_open_internal): Use it.
12565 2008-03-01  Kim F. Storm  <storm@cua.dk>
12567         * dispnew.c (line_draw_cost): Fix invalid glyph check.
12569 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12571         * font.c (font_unparse_fcname): Increase len when style is a symbol.
12573 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
12575         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12576         xg_frame_resized when the event is for the edit widget.
12578         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12580         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12581         set_char_size.
12582         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
12583         operations on widgets here.  Just set frame size if needed.
12584         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12585         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12586         (x_wm_set_size_hint): Set size hints on the edit widget only, not
12587         the whole frame.
12588         (xg_create_tool_bar): Move attachment of the tool bar to
12589         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
12590         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12592 2008-03-01  Jason Rumney  <jasonr@gnu.org>
12594         * w32fns.c (w32_msg_pump): Disable debug code.
12596 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12598         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12600 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
12602         * xdisp.c (next_overlay_string): Don't set
12603         overlay_strings_at_end_processed_p if we're currently reading from
12604         a display string.
12606 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * xdisp.c (get_overlay_strings_1): Fix typo.
12610 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
12612         * xdisp.c (get_overlay_strings_1): Add missing argument type.
12614 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
12616         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12618         * xdisp.c (display_mode_element): Cancel the previous change.
12619         (decode_mode_spec): Likewise.
12620         (handle_auto_composed_prop): Don't make composition if it->string
12621         is a string.
12623 2008-02-27  Kim F. Storm  <storm@cua.dk>
12625         * lisp.h (GLYPH): Change type from int to struct with separate char
12626         and face_id members.
12627         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12628         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12629         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12630         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
12631         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
12632         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12633         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12634         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12635         handle new Lisp glyph code encoding, either an integer or a cons.
12637         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12638         (GLYPH_ALIAS): Delete.
12639         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12640         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12641         (GLYPH_FROM_CHAR): Replace macro by ...
12642         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
12644         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12645         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12646         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
12647         (GLYPH_INVALID_P): New macro.
12648         (spec_glyph_lookup_face): Update prototype.
12650         * dispnew.c (line_draw_cost): Adapt to new glyph type.
12651         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12652         new glyph code encoding.
12653         (spec_glyph_lookup_face): No return value; update passed glyph instead.
12654         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12656         * xdisp.c (get_next_display_element, next_element_from_display_vector):
12657         Adapt to new glyph type and new glyph code encoding.
12659         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12661         * indent.c (current_column, current_column_1, Fmove_to_column)
12662         (compute_motion): Adapt to new glyph code encoding.
12664         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12666 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
12668         * process.c (wait_reading_process_output): Check for window
12669         changes caused by timers.
12670         Suggested by Johan Bockgård.
12672 2008-02-27  Glenn Morris  <rgm@gnu.org>
12674         * emacs.c (USAGE1): Add `--disable-font-backend'.
12676 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12678         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12679         is made to the buffer.
12681 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12683         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12684         (face_at_string_position):
12685         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12686         (face_at_string_position):
12687         * xdisp.c (display_string, next_overlay_change):
12688         * buffer.h (overlays_at):
12689         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12690         Update callers.
12692 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
12694         * editfns.c (Fformat): Doc fix.
12696 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
12698         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12699         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12700         (Ffont_otf_alternates, Fquery_font): Doc fixes.
12702 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12704         * buffer.c (Fbuffer_swap_text): New function.
12705         (syms_of_buffer): Defsubr it.
12707 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
12709         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12711 2008-02-25  Jason Rumney  <jasonr@gnu.org>
12713         * w32font.c (w32font_draw): Draw one character at a time when padding.
12715 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12718         Handle a nil arg.  Use run_window_configuration_change_hook.
12719         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12720         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12721         Use run_window_configuration_change_hook.
12723 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
12725         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12726         1-pixel width.
12728 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
12730         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12731         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12732         if the glyph in the font is zero pixel with.
12734         * dispextern.h (struct glyph_string): New member padding_p.
12736         * w32font.c (w32font_draw): Pay attention to s->padding_p.
12738         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12740         * xfont.c (xfont_draw): Pay attention to s->padding_p.
12742         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12744         * font.c: If the font driver doesn't have `shape' function, return Qnil.
12746 2008-02-25  Jason Rumney  <jasonr@gnu.org>
12748         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12750 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12752         Allow fine-grained image-cache flushing.
12753         * dispextern.h (struct image): Add `dependencies' field.
12754         (clear_image_caches): Change arg to Lisp_Object.
12755         * image.c (make_image): Initialize `dependencies' field.
12756         (clear_image_cache): Change arg to allow fine-grained flushing.
12757         Perform the flush even if image-cache-eviction-delay is nil.
12758         (clear_image_caches): Change arg to Lisp_Object.
12759         (Fclear_image_cache): Expand meaning of the argument.
12760         (mark_image): Mark `dependencies' field.
12761         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12762         (lface_hash): Use XHASH rather than XFASTINT.
12763         (face_at_buffer_position): Fix int -> EMACS_INT position.
12764         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12765         (select_frame_for_redisplay): Remove code duplication.
12766         (redisplay_internal): Adapt arg to call to clear_image_caches.
12768 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
12770         * s/vms4-0.h:
12771         * s/vms4-2.h:
12772         * s/vms4-4.h:
12773         * s/vms5-5.h: Remove, unused.
12775         * s/irix5-2.h:
12776         * s/irix6-0.h:
12777         * s/riscos5.h:
12778         * s/mach-bsd4-3.h:
12779         * m/mips4.h: Remove files for obsolete systems.
12781         * Makefile.in:
12782         * filelock.c:
12783         * unexmips.c:
12784         * m/hp9000s300.h:
12785         * m/iris4d.h:
12786         * s/aix3-1.h:
12787         * s/hpux.h:
12788         * s/msdos.h:
12789         * s/usg5-0.h:
12790         * s/usg5-2-2.h:
12791         * s/usg5-2.h:
12792         * s/usg5-3.h: Remove references to obsolete variables.
12794         * s/irix5-0.h: Remove, move all the contents ...
12795         * s/irix6-5.h: ... here.  Simplify.
12796         * config.in: Regenerate.
12798 2008-02-24  Jason Rumney  <jasonr@gnu.org>
12800         * w32term.c (x_draw_glyph_string_background): Clear the background
12801         manually when cleartype is in use.
12802         (x_draw_glyph_string_foreground): Draw text transparently when
12803         cleartype is in use.
12805         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12806         a font into it unless we have to.
12808 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12810         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
12811         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12813 2008-02-18  Jason Rumney  <jasonr@gnu.org>
12815         * w32fns.c (Fw32_shell_execute): Encode parameters.
12817 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
12819         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12821 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
12823         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12825 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
12827         * xterm.c (x_set_offset): Don't change the gravity if
12828         CHANGE_GRAVITY is -1.
12830 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
12832         * fileio.c (auto_save_error_occurred): New var.
12833         (auto_save_error): Set it.
12834         (Fdo_auto_save): Don't overwrite the error message if an auto-save
12835         error occurred.
12837 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
12839         * w32.c (globals_of_w32): Add initializations for
12840         g_b_init_get_sid_sub_authority and
12841         g_b_init_get_sid_sub_authority_count.
12843 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12845         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12846         (font_parse_xlfd): Use them for sanity check.
12847         (Finternal_set_font_style_table): Make sure the table is bijective.
12849         Consolidate the image_cache to the terminal struct.
12850         * termhooks.h (P_): Remove redundant def.
12851         (struct terminal): New field `image_cache'.
12852         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
12853         of FRAME_X_IMAGE_CACHE.
12854         * xterm.h (struct x_display_info): Remove image_cache field.
12855         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
12856         * w32term.h (struct w32_display_info): Remove image_cache field.
12857         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
12858         * macterm.h (struct mac_display_info): Remove image_cache field.
12859         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
12860         * xterm.c (x_term_init):
12861         * w32term.c (w32_term_init):
12862         * macterm.c (mac_term_init): Set the image_cache in the terminal.
12863         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12864         Remove declarations.
12865         (clear_image_caches, mark_image_cache): New declarations.
12866         * xfaces.c (clear_face_cache):
12867         * xdisp.c (redisplay_internal): Use clear_image_caches.
12868         * image.c (clear_image_cache): Don't check that a frame is on
12869         a window-system before checking if it shares the same cache.
12870         (clear_image_caches): New function.
12871         (Fclear_image_cache): Use it.
12872         (mark_image): Move from allo.c.
12873         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12874         * alloc.c (mark_image, mark_image_cache): Move to image.c.
12875         (mark_object): Don't call mark_image_cache for frames.
12876         (mark_terminals): Call mark_image_cache.
12878         * lisp.h (Fdelete_terminal): Declare.
12880         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12881         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12882         wrong_type_argument.
12884 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
12886         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12887         malayalam.el, and tamil.el.  Add sinhala.el.
12889 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12891         * xterm.c (x_connection_closed): Consolidate identical tests.
12892         (x_delete_terminal): Don't crash if called via x_connection_closed.
12894 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
12896         * xdisp.c (decode_mode_spec): New arg string.
12897         (display_mode_element): Adjust for the above change.
12899 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * callint.c (Fcall_interactively): Use AREF.
12903 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12905         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12907 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
12909         * xfns.c (Fx_show_tip): Set string to " " if empty.
12911 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
12913         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12914         with Qt.
12916 2008-02-17  Kenichi Handa  <handa@m17n.org>
12918         * ftfont.c (ftfont_shape): Return Lispy number.
12920         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12921         for GCs.
12922         (Finternal_set_font_selection_order): Call font_update_sort_order
12923         only when enable_font_backend is set.
12924         (realize_x_face): Set face->font_info to that of default face only
12925         when enable_font_backend is set.
12927         * xdisp.c (handle_composition_prop): Set it->c to the fist
12928         character of the composed region.
12929         (fill_composite_glyph_string): Set base_face->font_info to
12930         s->font_info.  Get a face for ascii from base_face->ascii_face.
12931         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12932         with a face already decided.
12933         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12934         non-negative.
12935         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12936         call font_prepare_composition unconditionally.
12938         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12940         * xterm.h (struct x_display_info): New member font.
12942         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12943         (x_set_mouse_face_gc, x_new_font): Likewise.
12944         (x_term_init): Setup display_info->font.
12945         (x_delete_terminal): Free display_info->font.
12947         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12949         * ftxfont.c (ftxfont_default_fid): Delete it.
12950         (ftxfont_open): Set xfont->fid to 0.
12951         (ftxfont_end_for_frame): Clear data specific to the frame and the
12952         font-driver.
12954         * xftfont.c (xftfont_default_fid): Delete it.
12955         (xftfont_open): Set xfont->fid to 0.
12957         * fontset.c (FONTSET_OBJLIST): New macro.
12958         (fontset_find_font): Update font-object list of the fontset.
12959         (free_realized_fontset): New function.
12960         (free_face_fontset): Call free_realized_fontset.
12961         (Ffont_info): Call font_close_object only when enable_font_backend
12962         is set.
12964         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12965         [HAVE_NTGUI]: Include w32term.h.
12966         [MAC_OS]: Include macterm.ch.
12967         (font_otf_ValueRecord): Use make_number.
12968         (font_finish_cache): Fix handling of reference count.
12969         (font_clear_cache): Update num_fonts.
12970         (font_open_entity): Update smallest_char_width and
12971         smallest_font_height of the frame.
12972         (font_close_object): Update num_fonts.
12973         (Fclear_font_cache): Fix finding the target cache data.
12975 2008-02-16  Glenn Morris  <rgm@gnu.org>
12977         * fontset.c (Finternal_char_font): Fix compilation warning.
12979 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
12981         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12982         instead of char arrays.  Enlarge the size of array passed to
12983         get_token_information.
12985         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12986         warnings.
12988 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
12990         * .gdbinit: Don't set `args', it breaks gdb --args.
12992 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12995         within a narrowed buffer.
12997 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
12999         * coding.c (decode_coding_object, encode_coding_object):
13000         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
13002 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * coding.c (coding_set_destination): Use BEG_BYTE rather than
13005         hardcoding 1.
13006         (detect_coding_system):
13007         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13008         (string_char_to_byte, string_byte_to_char, insert_from_gap):
13009         * insdel.c (insert_from_gap):
13010         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13011         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13012         (string_to_multibyte):
13013         * character.c (chars_in_text, multibyte_chars_in_text):
13014         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13016         * character.h (FETCH_STRING_CHAR_ADVANCE)
13017         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13018         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13019         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13021         * casefiddle.c (casify_region): Only call after-change and composition
13022         functions on the part of the region that was changed.
13024         * keyboard.c (read_avail_input):
13025         * frame.c (Fdelete_frame): Call Fdelete_terminal.
13027 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13030         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13032 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
13034         * w32menu.c (push_submenu_start, push_submenu_end)
13035         (push_left_right_boundary, push_menu_pane, push_menu_item):
13036         * keyboard.c (read_key_sequence): Don't pass args with side effects
13037         to AREF, it fails when compiling with -DENABLE_CHECKING.
13039 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
13041         * Makefile.in (${lispsource}international/charprop.el):
13042         Delete this target.
13044         * search.c (boyer_moore): Fix incorrect synching of the trunk and
13045         emacs-unicode-2.
13047 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13049         * terminal.c (Fdelete_terminal): Clean up the `force' path.
13051 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13053         * frame.c (Qnoelisp): New symbol.
13054         (syms_of_frame): Initialize it.
13055         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13056         harmless Elisp code, from a strong `force' from x_connection_closed.
13057         * frame.h (Qnoelisp): Declare.
13058         * xterm.c (x_connection_closed): Pass `noelisp'.
13060         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13061         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13062         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13063         rather than `int' for the type of `type'.
13065 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
13067         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13069         * Makefile.in (GNUC): Remove support for gcc-1.x.
13071 2008-02-10  Richard Stallman  <rms@gnu.org>
13073         * lisp.h (ASET): Use AREF, not ASLOT.
13075 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13077         * lisp.h (ASET): Check bounds.
13079 2008-02-10  Glenn Morris  <rgm@gnu.org>
13081         * buffer.c (mode-name): Doc fix.
13083 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13085         * Makefile.in:
13086         * emacs.c:
13087         * gmalloc.c:
13088         * keyboard.c:
13089         * lisp.h:
13090         * m/ibm370aix.h:
13091         * process.c:
13092         * regex.c:
13093         * s/hpux.h:
13094         * sysdep.c:
13095         * sysselect.h:
13096         * systty.h:
13097         * unexec.c:
13098         * w32term.c:
13099         * xsmfns.c:
13100         * xterm.c: Remove code that deals with obsolete variables.
13102         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13104         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13105         nothing else needs it anymore.
13107 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
13109         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13110         instead of unibyte_char_to_multibyte.
13112 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13114         * s/gnu-linux.h: Remove commented out code.
13116         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13118         * Makefile.in: Update what RMS says about using autoconf.
13119         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13120         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13121         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13122         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13124 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13126         * keymap.c (Fkey_description): Move side effect outside of macro call.
13128         * xfaces.c (Finternal_make_lisp_face):
13129         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13131         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13132         (syms_of_fontset): Use ASET.
13134         * fns.c (concat): Move side effect outside of macro call.
13135         (hash_clear): Use ASET.
13137 2008-02-08  Richard Stallman  <rms@gnu.org>
13139         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13140         If FORCE, and frame has a surrogate minibuffer for another frame,
13141         delete the other frame first.
13143 2008-02-07  Timo Savola  <timo.savola@iki.fi>
13145         * xterm.c (x_detect_focus_change): Handle embed client message.
13146         (handle_one_xevent): Ditto.
13147         (handle_one_xevent): If embedded and we get a button press/release,
13148         request focus.
13149         (xembed_set_info, xembed_send_message): New functions.
13150         (x_make_frame_visible): Call xembed_set_info if embedded.
13151         (x_make_frame_invisible): Call xembed_set_info if embedded.
13152         (x_term_init): Initialize Xatom_XEMBED.
13153         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13154         (x_iconify_frame): Ditto.
13156         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13157         (enum xembed_info, enum xembed_message, enum xembed_focus)
13158         (enum xembed_modifier, enum xembed_accelerator): New.
13159         (xembed_set_info, xembed_send_message): Declare.
13160         (FRAME_X_EMBEDDED_P): New.
13162         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13163         gtk_plug_new.
13165         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13166         window ID of a frame.
13167         (x_window): Reparent frame if embedded.
13168         (Fx_create_frame): Don't set border width if embedded.
13170         * emacs.c (USAGE3): Add --parent-id.
13171         (standard_args): Ditto.
13173 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
13175         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13177 2008-02-07  Jim Meyering  <meyering@redhat.com>
13179         Use "do...while (0)", not "if (1)...else" in macro definitions.
13180         The latter provokes a warning from gcc about the empty else, when
13181         followed by ";".  Also, without that trailing semicolon, it would
13182         silently swallow up any following statement.
13183         * syntax.h (SETUP_SYNTAX_TABLE)
13184         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13185         * buffer.h (DECODE_POSITION): Likewise.
13186         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13187         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13188         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13189         (FETCH_CHAR_ADVANCE): Likewise.
13190         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13192 2008-02-07  Jim Meyering  <meyering@redhat.com>
13194         * lread.c [lint]: Don't include <sys/inode.h>.
13196 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13198         * xselect.c (x_handle_dnd_message):
13199         * xmenu.c (digest_single_submenu, xmenu_show):
13200         * xdisp.c (with_echo_area_buffer_unwind_data)
13201         (format_mode_line_unwind_data, unwind_format_mode_line)
13202         (display_menu_bar):
13203         * eval.c (Ffetch_bytecode):
13204         * doc.c (store_function_docstring):
13205         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13206         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13207         * buffer.c (add_overlay_mod_hooklist): Use ASET.
13209 2008-02-07  Kenichi Handa  <handa@m17n.org>
13211         * ftxfont.c (ftxfont_open): Don't set
13212         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13214         * ftfont.c (ftfont_open): Fix previous change.
13216 2008-02-06  Jason Rumney  <jasonr@gnu.org>
13218         * w32font.c (w32font_text_extents): Fill in lbearing metric.
13219         Use cached metrics for ASCII characters.
13220         (w32font_open_internal): Don't set font's owning_frame.
13221         Cache metrics for ASCII characters.
13223         * w32font.h (struct w32font_info): Add ascii_metrics.
13224         Remove owning_frame.
13226 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
13228         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13229         to negative value.
13231         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13233         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13235         * charset.c (syms_of_charset): Set QCtest and Qeq.
13237 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13239         * process.c (Fstart_process):
13240         * callproc.c (Fcall_process): Handle the case where
13241         Funhandled_file_name_directory returns nil.
13243         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13244         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13245         * font.c (check_gstring): Use them and AREF to access the vector before
13246         we know it's really a gstring.
13247         (Ffont_shape_text): Fix typo.
13248         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13250         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13251         Declare.
13253         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13255 2008-02-05  Jason Rumney  <jasonr@gnu.org>
13257         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13258         Set smallest_font_height and smallest_char_width in display info.
13260 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
13262         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13264 2008-02-05  Miles Bader  <miles@gnu.org>
13266         * xfaces.c (get_lface_attributes, merge_named_face)
13267         (lookup_named_face, lookup_derived_face, realize_named_face):
13268         Revert 2008-02-01 change by cyd@stupidchicken.com.
13270 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
13272         * fontset.c (Ffontset_info): Handle the case of inhibitting the
13273         fallback fonts.
13274         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13276 2008-02-04  Jason Rumney  <jasonr@gnu.org>
13278         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13279         set full_name.
13280         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13282 2008-02-03  Jason Rumney  <jasonr@gnu.org>
13284         * makefile.w32-in (OBJ1): Include font.o here.
13285         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13287 2008-02-02  Jason Rumney  <jasonr@gnu.org>
13289         * makefile.w32-in (temacs): Bump EMHEAP to 21.
13291 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13293         * s/cygwin.h: Define VIRT_ADDR_VARIES.
13295         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13297 2008-02-01  Andreas Schwab  <schwab@suse.de>
13299         * Makefile.in (shortlisp, lisp): Update for rename of
13300         ../lisp/language/myanmar.el.
13302 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
13304         * xfaces.c (get_lface_attributes): Delete function.
13305         (merge_named_face, lookup_named_face, lookup_derived_face)
13306         (realize_named_face): Call lface_from_face_name directly, and use
13307         the fact that merge_face_vectors does not alter its FROM argument.
13309 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13311         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13312         input in the default locale.  Handle non-Unicode multibyte input.
13314 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13316         * fontset.c (reorder_font_vector): Exclude nil elements from the
13317         font group.  Don't try multiple fonts.
13318         (fontset_font): Adjust for the above change.
13319         (Finternal_char_font): Return nil if the found font doesn't
13320         contain the character ch.
13322         * Makefile.in (lisp, shortlisp): Add cham.el.
13324 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13326         * font.h (FONTP): Make it return 1 also for a font-object.
13328         * .gdbinit (xfontset): New function.
13330         * font.c (font_find_for_lface): Check if the character C is
13331         supported or not only for the first font.
13333         * fontset.c (reorder_font_vector): Fix typo.
13334         (fontset_find_font): Don't add a font-spec specifying a script.
13335         Use 0 (not Qt) for the indication of empty font-group.  Change the
13336         format of RFONT-DEF.  Return Qt if no font in the font-group
13337         support the character.
13338         (fontset_font): Adjust for the above change.  If no font was
13339         found the character, remember that.
13340         (face_for_char): Adjust for the change of RFONT-DEF.
13341         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13342         no font for the target.
13343         (Finternal_char_font): Adjust for the change of RFONT-DEF.
13345 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13347         * font.c (font_load_for_face): Handle the case that the font in
13348         face->lface is a string.
13350 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13352         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13354 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13356         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13357         Fix previous change.  If the frame is not on a window system,
13358         signal an error.
13360 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13362         * coding.c (decode_coding_object, encode_coding_object): Adjust
13363         marker positions after conversion.
13365         * lisp.h (struct Lisp_Marker): New member need_adjustment.
13367 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13369         * font.c (font_find_for_lface): Fix the handling of the return
13370         value of font_has_char.
13371         (Ffont_shape_text): Fix previous change.
13373         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13374         (fontset_ref_and_range): Delete it.
13375         (fontset_find_font): Call char_table_ref_and_range instead of
13376         FONTSET_REF_AND_RANGE.
13377         (make_fontset): Don't setup font groups of Latin here.
13378         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13379         (new_fontset_from_font): Make the specified font the default for
13380         all Latin characters.
13382 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13384         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13385         is on a window system before accessing the fontset of the frame.
13387 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13389         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13391         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13392         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13394         * font.c (Ffont_shape_text): If the font driver doesn't have a
13395         shaper function, make zero-width glyphs to have at least one-pixel
13396         width.  Fix setting of `to' field of glyphs.
13398 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13400         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13401         glyphs.
13403         * font.h (struct font_driver): Improve docstring of member `shape'.
13405 2008-02-01  Kenichi Handa  <handa@m17n.org>
13407         * composite.c (syms_of_composite): Fix docstring of
13408         auto-composition-function.
13410         * font.h (LGLYPH_SIZE): New macro.
13412         * font.c (Ffont_fill_gstring): Stop filling when a character not
13413         supported by the font is found.
13414         (Ffont_shape_text): When a shape callback function returns nil,
13415         try at most two more times with larger gstring.
13416         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
13418         * xdisp.c (handle_auto_composed_prop): Change the argument to
13419         auto-composition-function.
13421         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13422         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13423         Lispy glyph and store it in the lgstring.
13425         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13427         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13429 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13431         * font.c (Ffont_shape_text): Avoid unnecessary composition.
13433         * fontset.c (Vfont_encoding_charset_alist): New variable.
13434         (syms_of_fontset): DEFVAR it.
13435         (reorder_font_vector, fontset_find_font): Optimize for the case of
13436         no need of reordering.
13437         (face_for_char): Map the charset property by
13438         Vfont_encoding_charset_alist.
13440 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13442         * w32font.c (logfonts_match): Don't check adstyle here.
13443         (font_matches_spec): Check here against physical font instead.
13444         (add_font_entity_to_list): Avoid some substitutions.
13446         * font.c (font_parse_fcname): Default weight and slant to normal.
13447         (font_score): Prefer normal fonts if weight or slant unspecified.
13448         (font_score) [WINDOWSNT]: Scale weight difference down to closer
13449         match freetype scores.
13451 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13453         * w32font.c (w32font_text_extents): Don't use the frame stored in the
13454         font, as it may have been deleted.
13455         (w32_enumfont_pattern_entity): Map generic family to adstyle using
13456         most common hyphenless variation.
13457         (logfonts_match): Check generic family.
13458         (font_matches_spec): Don't check generic family here.
13459         (fill_in_logfont): Set generic family based on adstyle.
13461         * w32font.h (w32font_get_cache): Update declaration.
13463 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13465         * ftfont.c (ftfont_get_cache): Adjust the argument type.
13467         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13468         If none of the new drivers are available, call font_update_drivers
13469         with the old drivers.
13471         * w32font.c (w32font_get_cache): Adjust the argument type.
13473         * xfont.c (xfont_get_cache): Adjust the argument type.
13475         * font.h (struct font_driver): Change argument type of get_cache.
13477         * xftfont.c (xftfont_start_for_frame): Delete prototype.
13479         * font.c (Ffont_get): Fix arguments to Fassoc.
13480         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13481         (font_clear_cache): New function.
13482         (font_list_entities, font_matching_entity): Use font_get_cache.
13483         (font_update_drivers): Call font_clear_cache when finishing a driver.
13485         * fontset.c (fontset_find_font): Fix previous change.
13487 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13489         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13490         dpyinfo->font_table.
13491         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13492         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13494         * font.c (font_at): Handle the case that the arg C is negative.
13495         Handle the unibyte case.
13496         (Ffont_at): Call font_at with the arg C -1.
13498         * xdisp.c (handle_auto_composed_prop): Don't get a character at
13499         the position here, and call font_at with the arg C -1.
13500         Don't check the range of the existing composition at the point.
13502 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13504         * fontset.c (fontset_add): New args charset_id and family.
13505         Change caller.
13506         (load_font_get_repertory, fontset_find_font): Assume that
13507         font_spec is always a font-spec object.
13508         (Fset_fontset_font): Always store a font-spec object in a fontset.
13510         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13511         instead of get_property_and_range.
13513 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13515         * xftfont.c (struct xftfont_info): Delete the member ft_face.
13516         (xftfont_open): Don't keep locking face.
13517         (xftfont_close): Don't unlock face.
13518         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13520         * fontset.c (fontset_find_font): Don't prefer a font of
13521         supplementary charset.
13523 2008-02-01  Kenichi Handa  <handa@m17n.org>
13525         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13526         script, langsys_tag to langsys, new member script.
13527         (OTF_TAG_STR): Terminate by '\0'.
13528         (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13529         listing to the script specified in that property.  Fix arg to
13530         OTF_check_features.
13532 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13534         * w32font.h: New file.
13536         * w32font.c: Include it.
13537         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
13538         (w32font_open): Set owning_frame.
13539         (w32font_text_extents): Use owning_frame.
13540         (struct font_callback_data): Add opentype_only field.
13541         (add_font_entity_to_list): Use it to filter fonts.
13542         Don't check against full name.
13543         (w32font_list_internal): New function.
13544         (w32font_list): Use it.
13545         (w32font_match_internal): New function.
13546         (w32font_match): Use it.
13547         (w32font_open_internal): New function.
13548         (w32font_open): Use it.
13549         (w32font_get_cache, w32font_close, w32font_has_char)
13550         (w32font_encode_char, w32font_text_extents, w32font_draw):
13551         Make non-static.
13553         * makefile.w32-in (w32font.o): Depend on w32font.h.
13555 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13557         * charset.c (Fdefine_charset_internal): Record a supplementary
13558         charset at the tail of Vcharset_order_list.
13560         * font.c (Ffont_shape_text): Fix the return value.
13562         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13564         * xdisp.c (handle_auto_composed_prop): Fix previous change.
13566 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13568         * ftfont.c (struct OpenTypeSpec): New struct.
13569         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13570         (ftfont_get_open_type_spec): New function.
13571         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13573         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13575 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13577         * w32font.c (add_font_entity_to_list): Compare only the beginning
13578         of full name.
13580 2008-02-01  Kenichi Handa  <handa@m17n.org>
13582         * xdisp.c (handle_auto_composed_prop): Simplify the code.
13583         Never return HANDLED_RECOMPUTE_PROPS.
13585 2008-02-01  Kenichi Handa  <handa@m17n.org>
13587         * font.c (font_gstring_produce): Delete it.
13589         * composite.h (COMPOSITION_METHOD):
13590         Handle COMPOSITION_WITH_GLYPH_STRING.
13592 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13594         * xfont.c (Qx): Delete.
13595         (syms_of_xfont): Don't initialize Qx.
13597         * composite.h (enum composition_method):
13598         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13600 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13602         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13603         (choose_face_font): Accept new form of font-spec.
13605         * frame.h (font_driver_list): Declare it unconditionally.
13606         (struct frame): Define members font_driver_list and font_data_list
13607         unconditionally.
13609         * fontset.c: Include "font.h" unconditionally.
13610         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13611         (Fset_fontset_font): Accept a font-spec object.
13613         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13614         PIXEL_SIZE part a wild card.
13616         * dispextern.h (struct glyph_string): Define members clip and
13617         num_clips unconditionally.
13618         (struct face): Define members font_info and extra unconditionally.
13620         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13621         ftfont_info only when HAVE_LIBOTF is defined.
13623 2008-02-01  Andreas Schwab  <schwab@suse.de>
13625         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13626         and end.
13628 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13630         * w32font.c (w32font_driver): Add new fields.
13632 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13634         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13635         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13636         (LIBES): Add @M17N_FLT_CFLAGS@.
13638         * composite.c (compose_text): Don't treat the new style
13639         composition specially.
13641         * emacs.c (main): Call syms_of_font unconditionally.
13643         * font.h (FONT_ENTITY_NOT_LOADABLE)
13644         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13645         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13646         (struct font_driver): New member shape.
13647         (font_registry_charsets): Extern it.
13648         (font_find_for_lface, font_prepare_composition): Adjust prototype.
13649         (font_otf_capability, font_drive_otf): Delete their externs.
13651         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13652         (font_charset_alist, font_registry_charsets): Move from xfont.c
13653         and rename.
13654         (font_prop_validate_otf): New function.
13655         (font_property_table): Register it for QCotf.
13656         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13657         (font_drive_otf): Delete.
13658         (font_prepare_composition): New arg F.  Adjust for the change of
13659         lispy gstring.
13660         (font_find_for_lface): New arg C.
13661         (font_load_for_face): Adjust for the change of font_find_for_lface.
13662         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13663         lispy gstring.
13664         (Ffont_shape_text): New function.
13665         (Fopen_font): If the font size is not given, use 12-pixel.
13666         (Ffont_at): New arg STRING.
13667         (syms_of_font): Initalize font_charset_alist.
13668         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
13669         conditionally.
13671         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13672         fonts of the same font-spec.  Change the format of RFONT-DEF.
13673         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13674         Adjust for the change of RFONT-DEF.
13675         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13677         * ftfont.h: New file.
13679         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
13680         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13681         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13682         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13683         font_otf_capability and font_drive_otf, set ftfont_shape.
13684         (ftfont_list): Adjust for the change of :otf property value.
13685         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13686         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13687         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13688         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13689         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13690         (otf_gstring, gstring, m17n_flt_initialized): New variables.
13692         * w32term.c (x_draw_composite_glyph_string_foreground):
13693         Adjust for the change of lispy gstring.
13695         * xdisp.c (handle_composition_prop): Adjust for the change of
13696         lispy gstring.  Call a function for auto-composition with the
13697         third arg it->window.
13698         (fill_composite_glyph_string): Adjust for the change of lispy string.
13699         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13701         * xfaces.c (set_font_frame_param): Adjust for the change of
13702         font_find_for_lface.
13704         * xfont.c (x_font_charset_alist): Move to font.c and rename.
13705         (xfont_registry_charsets): Likewise.  Change caller.
13706         (syms_of_xfont): Don't handle x_font_charset_alist.
13708         * xftfont.c: Include "ftfont.h".
13709         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13710         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13711         (xftfont_close) [HAVE_LIBOTF]: Close otf.
13712         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13713         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13714         Set xftfont_driver.shape to xftfont_shape.
13716         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13717         the change of lispy gstring.
13719 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13721         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13723 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13725         * w32font.c (w32font_draw): Fill background manually.
13727 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13729         * font.c (Qfontp): Remove unused symbol.
13730         (QCantialias): New symbol.
13731         (syms_of_font): Define it.
13732         (font_property_table): Set a validator for QCantialias.
13734         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13735         Define if not already.
13736         (QCfamily): Share with xfaces.c.
13737         (Qstandard, Qsubpixel, Qnatural): New symbols.
13738         (syms_of_w32font): Define them.  Don't define QCfamily here.
13739         (w32_antialias_type, lispy_antialias_type): New functions.
13740         (w32_enumfont_pattern_entity): New arg requested_font.
13741         Set antialias parameter if non-default was requested.
13742         (fill_in_logfont): Fill in lfQuality if :antialias specified.
13744 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13746         * lread.c (read1): Undo the previous change.
13748 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
13750         * frame.c (Fdelete_frame): Call font_update_drivers only when
13751         USE_FONT_BACKEND is defined.
13753 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13755         * font.h (struct font_bitmap): New member bits_per_pixel.
13756         (struct font_driver): New members start_for_frame and end_for_frame.
13757         (struct font_data_list): New struct.
13758         (font_put_frame_data, font_get_frame_data): Extern them.
13760         * frame.h (struct frame): New member font_data_list.
13762         * font.c (font_update_drivers): Call driver->start_for_frame and
13763         driver->end_for_frame at proper timings.
13764         (font_put_frame_data, font_get_frame_data): New functions.
13765         (Ffont_spec): Add usage in the docstring.
13767         * frame.c (make_frame): Initialize f->font_data_list to NULL.
13768         (Fdelete_frame): Call font_update_drivers.
13770         * xftfont.c (struct xftface_info): Delete the member xft_draw.
13771         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13772         (xftfont_get_xft_draw): New function.
13773         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13774         (xftfont_end_for_frame): New function.
13775         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13777         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13778         Change argument.  Cache GCs in the per-frame data.
13779         (struct ftxfont_frame_data): New struct.
13780         (ftxfont_draw_bitmap): New arg gc_fore and flush.
13781         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13782         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
13783         (ftxfont_end_for_frame): New function.
13784         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13786         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13788 2008-02-01  Kenichi Handa  <handa@m17n.org>
13790         * xselect.c (Vselection_coding_system)
13791         (Vnext_selection_coding_system): Delete them.
13792         (syms_of_xselect): Don't declare selection-coding-system and
13793         next-selection-coding-system.  They are declared in select.el.
13795 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13797         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13799         * w32fns.c: Include imm.h.
13800         (get_composition_string_fn, get_ime_context_fn): New optional
13801         system functions.
13802         (globals_of_w32fns): Load them from imm32.dll.
13803         (ignore_ime_char): New flag.
13804         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13805         WM_IME_ENDCOMPOSITION messages.
13807         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13808         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13810 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13812         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13813         (READCHAR_REPORT_MULTIBYTE): New macro.
13814         (readchar): New 2nd arg MULTIBYTE.
13815         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13816         Make symbol's name multibyte according to the multibyteness of the
13817         source.
13819 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13821         * xfaces.c (face_for_overlay_string): Call lookup_face with
13822         correct arguments (fix of synching with the trunk).
13824 2008-02-01  Kenichi Handa  <handa@m17n.org>
13826         * font.c (font_prop_validate_symbol, font_prop_validate_style)
13827         (font_prop_validate_non_neg, font_prop_validate_spacing):
13828         Delete argument prop_index.
13829         (font_property_table): Change arguments to validater.  Change Callers.
13830         (font_lispy_object): Delete.
13831         (font_at): Use font_find_object instead fo font_lispy_object.
13833 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
13835         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13836         and file names.
13838 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13840         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13841         (font_matches_spec): Remove debug output.
13842         (add_font_entity_to_list): Avoid using substituted fonts.
13844 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13846         * doc.c (Fsnarf_documentation):
13847         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13849 2008-02-01  Miles Bader  <miles@gnu.org>
13851         * dispextern.h (struct glyph_row): Only define "clip" field if
13852         HAVE_WINDOW_SYSTEM is defined.
13854 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13856         Fix up multi-tty merge.
13858         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13859         and indentation.
13861         * xfaces.c (free_realized_face, clear_face_gcs):
13862         Include font_done_for_face in the input_blocked section, just in case.
13864         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13865         (get_char_face_and_encoding): Undo last change and remove the *other*
13866         duplicate definition (i.e. keep the one that's better scoped and that
13867         includes code for the font-backend).
13869         * terminal.c (create_terminal): Default keyboard_coding to
13870         `no-conversion' and terminal_coding to `undecided'.
13872         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13874         * fontset.c (free_realized_fontsets): Check that the table entry does
13875         contain a fontset before trying to compare it to `base'.
13877         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13878         syms_of_charset, and syms_of_coding earlier because init_window_once
13879         now needs Vcoding_system_hash_table to be setup.
13881         * coding.h (default_buffer_file_coding): Remove.
13883         * coding.c (default_buffer_file_coding): Remove.
13884         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13885         than ->symbol, and use the terminal-local coding system.
13886         (syms_of_coding): Don't setup the coding-systems that are not
13887         terminal-local.
13888         (Fdefine_coding_system_internal): Use XCAR/XCDR.
13890         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13891         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13893         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
13894         in chartab.c and were re-added here by mistake.
13895         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13897         * doc.c (Fsnarf_documentation):
13898         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13899         src to etc.
13901         * ChangeLog.10: Add mistakenly removed entry.
13903 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
13905         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13907 2008-02-01  Miles Bader  <miles@gnu.org>
13909         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13910         Add extra args to FACE_FOR_CHAR.
13912 2008-02-01  Kenichi Handa  <handa@m17n.org>
13914         * keymap.c (where_is_internal_1): If key is a cons, store the copy
13915         in sequence.
13917         * chartab.c (map_sub_char_table, map_char_table): If the range
13918         contains just one character, call the function with that character
13919         even if the depth is not 3.
13921 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13923         * w32font.c (w32font_text_extents): Calculate metrics for the
13924         whole string.
13926 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13928         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13930 2008-02-01  Jason Rumney  <jasonr@gnu.org>
13932         * w32term.c (x_set_glyph_string_clipping): Use
13933         get_glyph_string_clip_rects.
13934         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13935         Adjust for the change of struct glyph_string.
13937         * w32font.c (w32font_draw): Do clipping here.
13939 2008-02-01  Kenichi Handa  <handa@m17n.org>
13941         * xftfont.c (xftfont_draw): Adjust for the change of struct
13942         glyph_string.
13944         * xterm.c (x_set_glyph_string_clipping): Use
13945         get_glyph_string_clip_rects.
13946         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13947         Adjust for the change of struct glyph_string.
13949         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13950         the resulting clip(s}.
13951         (expose_overlaps): Add arg r.  Change callers.  Set it to
13952         row->clip temporarily.
13953         (expose_window): Redraw rows overlapping the exposed area.
13955         * dispextern.h (struct glyph_row): New member clip.
13956         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13957         clip_height, new member clip, and num_clips.
13959 2008-02-01  Kenichi Handa  <handa@m17n.org>
13961         * data.c (Fchar_or_string_p): Fix docstring.
13963 2008-02-01  Kenichi Handa  <handa@m17n.org>
13965         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13966         create a temporary XftDraw object.
13968 2008-02-01  Kenichi Handa  <handa@m17n.org>
13970         * font.c (Ffontp): Fix docstring.
13972         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13973         strong evidence of ISO-2022.
13975 2008-02-01  Kenichi Handa  <handa@m17n.org>
13977         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13978         SYNTAX_ENTRY_FOLLOW_PARENT.
13980 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13982         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13983         its type.
13984         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13985         Update to the new type of weak_hash_tables and next_weak.
13987         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13988         a plain C pointer to Lisp_Hash_Table.
13990         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13991         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13992         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13993         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13994         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13995         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13996         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13997         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13998         (GC_EQ): Remove since they've been identical to their non-GC_
13999         alter-egos ever since the markbit was eradicated.
14001         * alloc.c:
14002         * buffer.c:
14003         * buffer.h:
14004         * data.c:
14005         * fileio.c:
14006         * filelock.c:
14007         * fns.c:
14008         * frame.h:
14009         * lisp.h:
14010         * macterm.c:
14011         * print.c:
14012         * process.c:
14013         * w32fns.c:
14014         * w32menu.c:
14015         * w32term.c:
14016         * xfns.c:
14017         * xmenu.c:
14018         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14020 2008-02-01  Kenichi Handa  <handa@m17n.org>
14022         * chartab.c (map_sub_char_table): Make it work for the top-level
14023         char-table.  Fix handling of parent char-table.
14024         (map_char_table): Adjust for the above change.
14026 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14028         * w32font.c (Qgdi): Rename from Qw32.
14030 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14032         * w32bdf.c (get_quoted_string): Make function static.
14034 2008-02-01  Kenichi Handa  <handa@m17n.org>
14036         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14037         bigger ascent and descent than those of the font, use them as
14038         font's ascent and descent.
14040 2008-02-01  Kenichi Handa  <handa@m17n.org>
14042         * Makefile.in (${lispsource}international/charprop.el): Move this
14043         target within "#ifdef HAVE_UNIDATA" and "#endif".
14045 2008-02-01  Kenichi Handa  <handa@m17n.org>
14047         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14048         (shortlisp): Add ../lisp/language/tai-viet.el.
14050 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
14052         * Makefile.in (${lispsource}international/charprop.el): Depend on
14053         temacs${EXEEXT}.
14055 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14057         * w32font.c (w32font_close): Delete the GDI font object.
14059         * w32menu.c: Include character.h.
14061         * w32proc.c: Likewise.
14063         * w32select.c: Likewise.
14065         * makefile.w32-in (w32proc.o): Depend on character.h.
14067 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14069         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14071         * w32menu.c (syms_of_w32menu): Likewise.
14073         * w32proc.c (syms_of_ntproc): Likewise.
14075         * w32select.c (syms_of_w32select): Likewise.
14077         * w32term.c (syms_of_w32term): Likewise.
14079 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14081         * w32font.c (w32font_draw): Delete brush after using it.
14083 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14085         * w32font.c (w32font_open): Don't set font_idx.
14086         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14087         to font settings.
14088         (w32font_draw): Fill background explicitly.
14090 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14092         * w32term.c (w32_initialize): Don't call w32font_initialize.
14094         * w32font.c (w32font_info): Remove subranges.
14095         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14096         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14097         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14098         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14099         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14100         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14101         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14102         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14103         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14104         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14105         New symbols.
14106         (font_callback_data): New struct.
14107         (w32font_list, w32font_match): Use it.
14108         (w32font_open): Don't populate subranges.
14109         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14110         (w32font_encode_char): Always return unicode code-point as-is.
14111         (w32font_text_extents): Supply a transformation matrix to
14112         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
14113         twice.  Use unicode version of GetTexExtentPoint32 instead of
14114         glyph index version.
14115         (set_fonts_frame): Remove.
14116         (w32_enumfont_pattern_entity): Add frame parameter, use it to
14117         set frame parameter.  Use backward compatible fake foundries.
14118         Save generic family in extra slot under QCfamily.  Make width slot
14119         constant.  Save QCspacing value.  Save list of scripts instead of
14120         binary subranges.
14121         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14122         (add_font_entity_to_list): Use font_callback_data struct.  Filter
14123         unwanted fonts.
14124         (add_one_font_entity_to_list): Use font_callback_data struct.
14125         (w32_registry): Default to iso10646_1.
14126         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
14127         string font registries.  Don't fill in font name if it is a generic
14128         family name, fill family instead.  Use spacing, family and script
14129         extra info to fill pitch, family and charset fields.
14130         (list_all_matching_fonts): Use font_callback_data struct.
14131         (unicode_range_for_char): Remove.
14132         (font_supported_scripts): New function.
14133         (w32font_initialize): Remove.
14134         (syms_of_w32font): Update which symbols are defined.
14136 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14138         * font.c (font_pixel_size): Reverse assq_no_quit args.
14140         * w32term.h (FONT_WIDTH): Report max width, not average.
14141         (FONT_MAX_WIDTH): Remove.
14142         (FONT_AVG_WIDTH): New macro.
14144         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14145         redefinition of FONT_WIDTH.
14147         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14148         (w32_cache_char_metrics): Use FONT_WIDTH.
14150         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14152 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14154         * w32font.c (w32font_open): Make lfHeight negative.
14156         * w32fns.c (x_default_font_parameter): Use new style font name.
14157         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14159 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14161         * w32font.c (QCsubranges): New symbol.
14162         (w32font_open, w32font_has_char): Get subranges from subproperty
14163         of extra.
14164         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14165         (syms_of_w32font): Define :subranges symbol.
14167         * font.c (font_put_extra): Expose externally.
14169         * font.h (font_put_extra): Move declaration from font.c.
14171         * font.c (Ffont_get): Use font driver to determine otf capability.
14172         (adjust_anchor): Check if driver defines anchor_point before using.
14174         * w32font.c (w32font_open): Handle size, height and pixel_size better.
14175         (w32font_draw): Use options.
14176         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14177         Fix detection of truetype fonts.
14178         (registry_to_w32_charset): Handle charsets other than iso8859-1
14179         expressed as lisp symbols.
14180         (w32_registry): Express charset as lisp symbol.
14181         (fill_in_logfont): Reverse pixel and point height logic.
14182         Don't set width here.  Set quality to default.
14184         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14185         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14187         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14188         Remove redundant loop and allocation.
14190         * makefile.w32-in (font.o, w32font.o): New objects.
14191         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14192         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14194         * xdisp.c (fill_composite_glyph_string): Make the first arg to
14195         STORE_XCHARB a valid l-value.
14197         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14198         calculations for non-Truetype fonts.
14199         (x_draw_glyph_string): Sync with xterm.c.
14200         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14201         Remove redundant code.
14202         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14204         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14205         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14207         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14208         (x_to_w32_charset, w32_to_x_charset): Expose externally.
14210         * w32font.c: New file for w32 font backend.
14212 2008-02-01  Kenichi Handa  <handa@m17n.org>
14214         * term.c: Don't include "buffer.h" twice.
14216 2008-02-01  Kenichi Handa  <handa@m17n.org>
14218         * character.c (Funibyte_string): New function.
14219         (syms_of_character): Defsubr it.
14221 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14223         * w32term.c [USE_FONT_BACKEND]:
14224         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14225         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14226         (x_draw_glyph_string, x_draw_glyph_string_foreground)
14227         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14228         (x_free_frame_resources): Sync with xterm.c.
14230 2008-02-01  Andreas Schwab  <schwab@suse.de>
14232         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14233         char-table size.
14235 2008-02-01  Kenichi Handa  <handa@m17n.org>
14237         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14239 2008-02-01  Kenichi Handa  <handa@m17n.org>
14241         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14242         font_otf_gpos, add font_drive_otf.
14244         * fontset.c (fontset_find_font): Pay attention to font size
14245         specified for a font.
14246         (reorder_font_vector): Check contents of font_def.
14248         * font.c (struct otf_list): Delete it.
14249         (otf_list): Make it a lisp variable.
14250         (otf_open): Use lispy otf_list.
14251         (generate_otf_features): Rename from parse_gsub_gpos_spec.
14252         (check_otf_features): New function.
14253         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14254         New functions.
14255         (font_drive_otf): New function merging font_otf_gsub and
14256         font_otf_gpos.
14257         (font_open_for_lface): New arg spec.  Change argument order.
14258         (font_load_for_face): Adjust for the change of font_open_for_lface.
14259         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14260         Ffont_otf_gpos.
14261         (syms_of_font): Staticpro otf_list.  Delete defsubr of
14262         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
14264         * xfaces.c (set_font_frame_param): Adjust for the change of
14265         font_open_for_lface.
14267         * font.h (font_open_for_lface): Adjust prototype.
14268         (struct font_driver): Delete members otf_gsub and otf_gpos, add
14269         member otf_drive.
14270         (font_otf_gsub, font_otf_gpos): Delete externs.
14271         (font_drive_otf): Extern it.
14273 2008-02-01  Kenichi Handa  <handa@m17n.org>
14275         * font.c (font_at): If the window W is not on a window system,
14276         return Qnil.
14278         * coding.c (produce_chars, encode_coding): Don't call
14279         insert_from_gap if no characters to produce.
14281 2008-02-01  Kenichi Handa  <handa@m17n.org>
14283         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14284         Fclear_face_cache.
14286         * xfaces.c (face_for_font): Check also face->font==font->font.font.
14288 2008-02-01  Miles Bader  <miles@gnu.org>
14290         * emacs.c (main): Change default value of `enable_font_backend' to 1.
14291         Parse "--disable-font-backend" option.
14292         (standard_args): Add "--disable-font-backend" option.
14294 2008-02-01  Kenichi Handa  <handa@m17n.org>
14296         * fontset.c (fontset_find_font): New function.
14297         (fontset_font): Use fontset_find_font.
14298         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14299         Register the specified font for all Latin characters.
14300         (new_fontset_from_font): Register the specified font for all Latin
14301         characters.
14302         (dump_fontset): For a realized fontset, include the base fontset
14303         name in the returned vector.
14305 2008-02-01  Kenichi Handa  <handa@m17n.org>
14307         * character.h (CHAR_STRING): Cast C to unsigned on calling
14308         char_string.
14310         * character.c (char_string): Type of arg C changed to unsigned.
14311         Signal an error if C is an invalid character code.
14313         * editfns.c (general_insert_function, Fchar_to_string):
14314         Use CHARACTERP, not INTEGERP.
14316 2008-02-01  Kenichi Handa  <handa@m17n.org>
14318         * character.h (MIN_MULTIBYTE_LEADING_CODE)
14319         (MAX_MULTIBYTE_LEADING_CODE): New macros.
14321         * regex.c (analyse_first): Fix for multibyte characters in "case
14322         charset:" and "case categoryspec:".
14324 2008-02-01  Andreas Schwab  <schwab@suse.de>
14326         * Makefile.in (LIBES): Move standard libraries to the end.
14328 2008-02-01  Kenichi Handa  <handa@m17n.org>
14330         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14331         nonzero, don't shrink the buffer nextb.
14333         * buffer.h (struct buffer_text): New member inhibit_shrinking.
14335         * coding.c (coding_alloc_by_making_gap): New arg offset.
14336         (alloc_destination): Call coding_alloc_by_making_gap with the arg
14337         offset.
14338         (decode_coding_iso_2022): Update coding->safe_charsets.
14339         (decode_coding_gap): Temporarily set
14340         current_buffer->text->inhibit_shrinking to 1.
14342 2008-02-01  Kenichi Handa  <handa@m17n.org>
14344         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14345         indexing into elements of s->cmp and s->char2b.
14347 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
14349         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14351 2008-02-01  Kenichi Handa  <handa@m17n.org>
14353         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14354         target_multibyte instead of multibyte.
14355         (re_match_2_internal): Call bcmp_translate with target_multibyte.
14356         (bcmp_translate): Change the argument name from multibyte to
14357         target_multibyte.
14359 2008-02-01  Kenichi Handa  <handa@m17n.org>
14361         These changes are to compile a regexp into a pattern that can be
14362         used both for multibyte and unibyte targets.
14364         * Makefile.in (search.o): Depend on charset.h.
14366         * character.c (multibyte_char_to_unibyte_safe): New function.
14368         * search.c: Include "charset.h".
14369         (compile_pattern_1): Delete argument multibyte.  Don't set
14370         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
14371         (compile_pattern): Don't compare cp->buf.target_multibyte.
14372         Compare cp->buf.charset_unibyte.
14373         (compile_pattern): Set cp->buf.target_multibyte.
14375         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14377         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14379         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14380         multibyte.  Change callers.
14381         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14382         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
14383         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14384         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14385         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14386         (regex_compile): Make the compiled pattern usable both for
14387         multibyte and unibyte targets.
14388         (analyse_first): Make the fastmap usable both for multibyte and
14389         unibyte targets.
14390         (TRANSLATE_VIA_MULTIBYTE): Delete.
14391         (re_match_2_internal): Pay attention to the case that the
14392         multibyteness of bufp and target may be different.
14394 2008-02-01  Kenichi Handa  <handa@m17n.org>
14396         * xdisp.c (x_produce_glyphs): When a font is not found, make the
14397         empty box occupy at least one column width.
14399 2008-02-01  Miles Bader  <miles@gnu.org>
14401         * Makefile.in: Remove redundant HAVE_XFT clause.
14403 2008-02-01  Kenichi Handa  <handa@m17n.org>
14405         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14407 2008-02-01  Kenichi Handa  <handa@m17n.org>
14409         * fontset.c (Finternal_char_font): Fix for the case of POSITION
14410         being nil.
14412 2008-02-01  Kenichi Handa  <handa@m17n.org>
14414         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14416 2008-02-01  Kenichi Handa  <handa@m17n.org>
14418         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14420 2008-02-01  Kenichi Handa  <handa@m17n.org>
14422         * search.c (simple_search): Fix previous change.
14424 2008-02-01  Kenichi Handa  <handa@m17n.org>
14426         * xftfont.c (ftfont_font_format): Extern declaration.
14428         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14430         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14431         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14433         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14434         (ftfont_font_format): Fix previous change.
14436         * font.h (Ffont_xlfd_name): EXFUN it.
14438         * font.c (font_parse_xlfd): Fix the array size of `f'.
14439         (register_font_driver): Use EQ to compare driver->type.
14441         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14442         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14443         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14445 2008-02-01  Kenichi Handa  <handa@m17n.org>
14447         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14448         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14450 2008-02-01  Kenichi Handa  <handa@m17n.org>
14452         * xfont.c (xfont_open): Set font->format.
14454         * xftfont.c (xftfont_open): Set font->format.
14456         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14457         (ftfont_list): Include FC_FONTFORMAT in FcObject.
14458         (ftfont_open): Set font->format.
14459         (ftfont_font_format): New function.
14461         * font.h (struct font): New member format.
14463         * font.c (Qopentype): New variable.
14464         (syms_of_font): Defsym it.
14465         (Fquery_font): Change the format of the last element of the return
14466         value.
14468 2008-02-01  Kenichi Handa  <handa@m17n.org>
14470         * xfns.c (xic_create_xfontset): Try the default fontset name as a
14471         last resort.
14473 2008-02-01  Kenichi Handa  <handa@m17n.org>
14475         * coding.c (detect_coding_charset): Fix detection of multi-byte
14476         charset.
14478 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
14480         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14482 2008-02-01  Kenichi Handa  <handa@m17n.org>
14484         * xdisp.c (get_next_display_element): Set it->face_id for the
14485         first component of a composition.
14486         (x_produce_glyphs): Check if the font is changed or not for composition.
14488 2008-02-01  Kenichi Handa  <handa@m17n.org>
14490         * fontset.c (Qlatin): New variable.
14491         (syms_of_fontset): Define it as a lisp symbol.
14492         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14494 2008-02-01  Kenichi Handa  <handa@m17n.org>
14496         * font.c (font_unparse_fcname): Pay attention to the case that
14497         some of font property is a null string.
14499 2008-02-01  Kenichi Handa  <handa@m17n.org>
14501         * term.c: Include "composite.h".
14502         (encode_terminal_code): Output all components of composition.
14503         Check the size of encode_terminal_src.
14504         (produce_glyphs): For composition, call produce_composite_glyph.
14505         (append_composite_glyph, produce_composite_glyph): New functions.
14507         * xdisp.c (x_produce_glyphs): In handling composition, if a font
14508         is not found, get font_info from the current ascii face.
14510 2008-02-01  Kenichi Handa  <handa@m17n.org>
14512         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14513         buffer-file-name to Qnil before calling insert_from_buffer.
14515         * font.c (font_unparse_fcname): Pay attention to the case that
14516         foundry is a null string.
14518 2008-02-01  Kenichi Handa  <handa@m17n.org>
14520         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14522         * font.c (Qunicode_sip): New variable.
14523         (syms_of_font): Declare it as a Lisp symbol.
14525         * font.h (Qunicode_sip): Extern it.
14527 2008-02-01  Kenichi Handa  <handa@m17n.org>
14529         * composite.c (get_composition_id): Pay attention to TAB component.
14531         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14532         TAB.  Adjust for the change of s->char2b which always points to
14533         the first element of allocated memory.
14535         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14537         * xdisp.c (handle_composition_prop): Set it->c to the first
14538         non-TAB component.
14539         (fill_composite_glyph_string): Change argument.
14540         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14541         (x_produce_glyphs): Fix handling of left/right padding.
14543 2008-02-01  Kenichi Handa  <handa@m17n.org>
14545         * coding.c (detect_coding_system): Fix for handling off
14546         inhibit_iso_escape_detection.  Fix for the case that no coding
14547         system is defined for a specific coding category.
14549 2008-02-01  Kenichi Handa  <handa@m17n.org>
14551         * font.c (font_matching_entity): Delete unused local var.
14553         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14554         opening a font.
14556         * fileio.c (Finsert_file_contents): On recovering a file, assume
14557         Unix-like eol.
14558         (choose_write_coding_system): On auto-saving a file, force
14559         Unix-like eol.
14561         * coding.c (setup_coding_system): Fix setting of
14562         coding->common_flags based on eol_type.
14563         (coding_inherit_eol_type): If PARENT is not nil, be sure to
14564         inherit from it.
14566 2008-02-01  Kenichi Handa  <handa@m17n.org>
14568         * alloc.c (NSTATICS): Increas to 0x600.
14570 2008-02-01  Kenichi Handa  <handa@m17n.org>
14572         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14573         (ftfont_list): Don't check :name property.
14574         (ftfont_match): New function.
14575         (ftfont_pattern_entity): If the pattern doesn't contain
14576         FC_SPACING, don't assume FC_MONO.
14578         * font.h (struct font_driver): New member `match'.
14579         (font_update_drivers): Adjust prototype.
14581         * font.c (font_parse_fcname, font_parse_name): Don't change :name
14582         property of FONT.
14583         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14584         them unconditionally.
14585         (font_matching_entity): New function.
14586         (font_open_by_name): Try font_matching_entity if exact match is
14587         not found.
14588         (font_update_drivers): Delete the arg FONT.  Return a list of
14589         actually used backends.  Don't free faces, font caches here.
14590         Don't store data in frame parameters.  Don't call x_set_font.
14591         (Ffont_spec): Store :name property as is.
14592         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14593         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14594         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14595         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14596         Call font->driver->otf_gsub instead of font_otf_gsub.
14598         * frame.c (x_set_font_backend): Do more works that were done in
14599         font_update_drivers before.
14601         * xfont.c (xfont_match): New function.
14602         (xfont_driver): Set xfont_driver.match to xfont_match.
14603         (xfont_draw): Set font in GC if necessary.
14605         * ftxfont.c (ftxfont_match): New function.
14606         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14608         * xftfont.c (xftfont_match): New function.
14609         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14611 2008-02-01  Kenichi Handa  <handa@m17n.org>
14613         * font.h (struct font): New member scalable.
14614         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14615         (font_otf_gsub): Adjust prototype.
14617         * font.c (font_otf_capability): Fix handling of the default langsys.
14618         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
14619         Check the contents of SPEC.
14620         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14621         (check_gstring): New function.
14622         (REPLACEMENT_CHARACTER): New macro.
14623         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
14624         glyph codes of GSTRING.
14625         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14626         (font_prepare_composition): Set cmp->glyph_len.
14627         (font_open_entity): Set font->scalable.
14628         (Ffont_get): Handle :otf property.
14629         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14630         functions.
14631         (Fquery_font): Use font->font.full_name.
14632         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14633         Sfont_otf_alternates.
14635         * ftfont.c (ftfont_open): Set font->font.full_name and
14636         font->font.name properly.  Fix calculation of font->font.height
14637         and font->min_width.
14639         * ftxfont.c (ftxfont_create_gcs): New function.
14640         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14641         (ftxfont_draw_backgrond): Fix filling region.
14642         (ftxfont_default_fid): New function.
14643         (ftxfont_open): Set xfont->fid to the return value of
14644         ftxfont_default_fid.
14645         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14646         (ftxfont_done_face): Free only GCs that are created by
14647         ftxfont_create_gcs.
14648         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14650         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14651         Clip to src->width, etc (not src->clip_XXX).
14653         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14654         FontBackend frame parameter.
14656 2008-02-01  Kenichi Handa  <handa@m17n.org>
14658         * font.h (struct font_driver_list): New member `on'.
14659         (Fclear_font_cache): EXFUN it.
14660         (font_update_drivers): Extern it.
14662         * font.c (font_unparse_fcname): Fix typo (swidth->width).
14663         (font_list_entities): Check driver_list->on.
14664         (register_font_driver): Initalize `on' member to 0.
14665         (font_update_drivers): New function.
14666         (Fclear_font_cache): Check driver_list->on.
14668         * frame.h (Qfont_backend): Extern it.
14669         (x_set_font_backend): Extern it.
14671         * frame.c (Qfont_backend): New variable.
14672         (frame_parms): New element for font-backend.
14673         (x_set_font_backend): New function.
14675         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14676         FontBackend frame parameter.
14677         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14678         x_set_font_backend.
14680         * xfont.c (xfont_list): Don't try listing by :name property if the
14681         name is not for XLFD.
14683 2008-02-01  Kenichi Handa  <handa@m17n.org>
14685         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14686         (LGLYPH_SET_TO): New macros.
14687         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14688         element of G is vector or not.
14689         (font_at): Extern it.
14691         * font.c: Include window.h.
14692         (font_lispy_object): New function.
14693         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14694         end of valid glyph.
14695         (font_close_object): Fix getting (struct font *).
14696         (font_at): New function.
14697         (Ffont_get): If FONT is a font-object, get entity from it.
14698         (Ffont_make_gstring): Initialize elements of glyphs with nil.
14699         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
14700         range check.
14701         (Ffont_at): New function.
14702         (syms_of_font): Defsubr Sfont_at.
14704         * xdisp.c (it_props): Move the entry for Qauto_composed to just
14705         before the entry for Qcomposition.
14706         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14707         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14708         the font in gstring.
14709         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14710         LGLYPH_FORM (g) to detect the end of valid glyph.
14711         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14712         we are composing with gstring.
14714         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14715         Check if adjustment is vector or not.
14717         * Makefile.in (font.o): Make it depends on window.h.
14719 2008-02-01  Kenichi Handa  <handa@m17n.org>
14721         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14722         adjustment is vector or not.
14724 2008-02-01  Miles Bader  <miles@gnu.org>
14726         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14728 2008-02-01  Kenichi Handa  <handa@m17n.org>
14730         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14731         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14732         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14734         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14735         (DEVICE_DELTA): Fix typo.
14736         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14737         LGLYPH format.
14739         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14740         the change of LGLYPH format.
14742 2008-02-01  Kenichi Handa  <handa@m17n.org>
14744         * ftfont.c (ftfont_list): Fix typo.
14745         (ftfont_build_basic_charsets): Don't include letters with diacritics.
14747 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
14749         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14751         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14752         xftface_info is non-NULL.
14754 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
14756         * ftfont.c (ftfont_list): Move misplaced #endif.
14758 2008-02-01  Kenichi Handa  <handa@m17n.org>
14760         * ftfont.c (ftfont_list): Pay attention to the case that
14761         FC_CAPABILITY is not defined.
14763 2008-02-01  Kenichi Handa  <handa@m17n.org>
14765         * xftfont.c (xftfont_open): Set charset related members to -1.
14767         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
14768         QCname.
14769         (ftfont_open): Set charset related members to -1.
14771         * fontset.c (Votf_script_alist): New variable.
14772         (syms_of_fontset): Initialize it.
14773         (fontset_font): Delete unused variable.
14775         * fontset.h (Votf_script_alist): Extern it.
14777         * font.c (font_find_for_lface): Optimize code.
14779         * font.h (font_close_object, font_merge_old_spec): Extern them.
14781 2008-02-01  Kenichi Handa  <handa@m17n.org>
14783         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14784         (syms_of_font): Initialize them.
14785         (font_pixel_size): Allow float value in dpi.
14786         (font_prop_validate_type): Delete.
14787         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14788         Change caller.
14789         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14790         (font_prop_validate_extra): Delete.
14791         (font_prop_validate_spacing): New function.
14792         (font_property_table): Add elements for all known properties.
14793         (get_font_prop_index): Rename from check_font_prop_name.  New
14794         argument FROM.  Change caller.
14795         (font_prop_validate): Validate all known properties.
14796         (font_put_extra): Delete argument force.  Change caller.
14797         (font_expand_wildcards): Make it static.  Fix the way of shrinking
14798         the possible range.
14799         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
14800         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
14801         Change caller.
14802         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14803         (font_parse_fcname): Delete argument merge.  Fix parsing of point
14804         size.  Don't validate properties values here.  Change caller.
14805         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14806         (font_open_by_name): Delete unused variable.
14807         (Ffont_spec): Likewise.  Validate property values.
14808         (Ffont_match_p): New function.
14810         * font.h (QCscalable): Extern it.
14811         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14813         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14815         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14816         (xfont_list_pattern): New function.
14817         (xfont_list): Use xfont_list_pattern.
14819 2008-02-01  Kenichi Handa  <handa@m17n.org>
14821         * font.h (Flist_fonts): EXFUN it.
14823 2008-02-01  Jason Rumney  <jasonr@gnu.org>
14825         * w32term.c (w32_initialize): Add back smoothing_type and
14826         smoothing_enabled definitions.
14828 2008-02-01  Kenichi Handa  <handa@m17n.org>
14830         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14831         s->face->font on determining underline position.
14833 2008-02-01  Kenichi Handa  <handa@m17n.org>
14835         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14836         (font_has_char): Accept font-object too.
14837         (font_find_for_lface): Try at first with a size specified in face.
14839 2008-02-01  Kenichi Handa  <handa@m17n.org>
14841         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14842         font_open_by_name.
14844 2008-02-01  Kenichi Handa  <handa@m17n.org>
14846         * font.h (QCspacing, QCdpi): Extern them.
14847         (enum font_spacing): New enum.
14848         (FONT_PIXEL_SIZE_QUANTUM): New macro.
14850         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14851         (QCspacing, QCdpi): New variables.
14852         (syms_of_font): Initialize them.
14853         (font_pixel_size): New function.
14854         (font_put_extra): New function.
14855         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
14856         in FONT_EXTRA.
14857         (font_parse_fcname): Handle enumerated values (e.g. bold).
14858         Fix handling font size.  Add QCname property that contains only
14859         unknown properties.
14860         (font_score): Change argument.  Change caller.  Pay attention to
14861         FONT_PIXEL_SIZE_QUANTUM.
14862         (font_sort_entites, font_list_entities, font_find_for_lface)
14863         (font_open_for_lface, font_open_by_name): Fix handling of font size.
14864         (Ffont_spec): Add QCname property that contains only unknown properties.
14866         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
14867         include weight in listing pattern, instead check weight of each
14868         listed font.  Don't include scalable in pattern.  Pay attention to
14869         FONT_PIXEL_SIZE_QUANTUM.
14871 2008-02-01  Kenichi Handa  <handa@m17n.org>
14873         * font.c (font_parse_fcname): Fix parsing of point-size.
14874         (font_unparse_fcname): Produce symbolic names for style properties.
14875         (font_list_entities): Handle float size correctly.
14876         (font_open_by_name): Prefer `normal' property values if the name
14877         doesn't specify them.
14879         * fontset.c (Finternal_char_font): Use font_get_name, not
14880         Ffont_xlfd_name.
14882         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14883         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14884         pattern.  Don't force scalable.
14886         * xftfont.c (xftfont_open): For generating a name, start from
14887         96-byte buffer.
14889 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
14891         * frame.h (x_new_fontset2): Fix prototype.
14893 2008-02-01  Kenichi Handa  <handa@m17n.org>
14895         * font.h (struct font_driver): Delete member parse_name.
14896         (font_match_p, font_get_spec, font_parse_fcname)
14897         (font_unparse_fcname): Extern them.
14898         (font_get_name): Adjust prototype.
14900         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14901         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14902         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
14903         unnecessary checks for weight, slant, and swidth.
14904         (font_parse_fcname): New function.
14905         (font_unparse_fcname): New function.
14906         (font_parse_name): New function.
14907         (font_match_p): New function.
14908         (font_get_name): Change return value to Lisp string.
14909         (font_get_spec): New function.
14910         (Qunspecified, Qignore_defface): Don't extern them.
14911         (font_find_for_lface): Assume that LFACE is fully specified.
14912         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14913         object, use it for FACE.
14914         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
14915         driver->parse_name.
14916         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14918         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14919         prototype.
14921         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14922         argument F.  Don't call Fnew_fontset.  Instead, directly call
14923         make_fontset.
14925         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14927         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14928         of x_new_fontset2.
14930         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14931         (Qsans__serif): New variables.
14932         (ftfont_generic_family_list): New variable.
14933         (syms_of_ftfont): Initialize the above variables.
14934         (ftfont_pattern_entity): Delete argument NAME.
14935         (ftfont_list_generic_family): New function.
14936         (ftfont_parse_name): Delete this function.
14937         (ftfont_list): Try generic family only when FcFontList found no font.
14938         (ftfont_list_family): Fix args to FcObjectSetBuild.
14940         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14941         object in attrs[LFACE_FONT_INDEX].
14942         (set_lface_from_font_name): Cancel all changes for font-backend.
14943         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14944         function.
14945         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14946         font object in QCfont attribute.
14947         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14948         (realize_default_face) [USE_FONT_BACKEND]: Call
14949         set_lface_from_font_and_fontset.
14951         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14952         "fixed", and signal error here if no suitable font was found.
14954         * xfont.c (xfont_parse_name): Delete this function.
14956         * xftfont.c (xftfont_open): Change coding style of error
14957         handling.  Generate fontconfig's fontname pattern.
14959         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14960         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14962         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14963         Both args FONTSET and FONT_OBJECT must be existing ones.
14965 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14967         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14969 2008-02-01  Kenichi Handa  <handa@m17n.org>
14971         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14973         * font.h (struct font): Fix typo.
14975         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14976         XLFD_XXX_INDEX.
14977         (enum xlfd_field_mask): New enum.
14978         (intern_font_field): Changed argument.  Change caller.  If digits
14979         are followed by non-digits, return a symbol.
14980         (font_expand_wildcards): New function.
14981         (font_parse_xlfd): Fix wildcard handling.
14982         (Ffont_spec): If :name is specified, reflect the info in the other
14983         properties.
14985         * ftfont.c (ftfont_pattern_entity): Fix typo.
14986         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14987         locale.
14989 2008-02-01  Kenichi Handa  <handa@m17n.org>
14991         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14993         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14994         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
14995         registry doesn't specify encoding part.
14996         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14997         (font_open_by_name): At first try parsing the name.
14998         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14999         as Lisp symbols.
15001         * fontset.c (reorder_font_vector): Pay attention to the case that
15002         the 3rd element of font_def is nil.
15003         (fontset_font): For the default fontset, append one more fontset
15004         elements for a script-based font specification.  Don't add script
15005         attribute on finding a font.
15006         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15007         font name.
15008         (fontset_ascii_font): If a font can't be opened, return nil.
15010         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15011         (ftfont_pattern_entity): New function.
15012         (ftfont_get_cache): Assume that freetype_font_cache is already
15013         initialized.
15014         (ftfont_list): Handle the case that a file is specified in font
15015         name.  Use ftfont_pattern_entity to generate entities.
15016         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15017         (syms_of_ftfont): Initialize freetype_font_cache.
15019         * xftfont.c (xftfont_open): Make the font name fontconfig's
15020         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
15021         (xftfont_close): Free font->font.name if not NULL.
15023         * xfont.c (xfont_list): If script is specified for a font, return
15024         null_vector.
15025         (xfont_list_family): Declare argument type.
15027         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15028         name, set LFACE_FONT (lface) to nil.
15030         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15031         return Qnil.
15033 2008-02-01  Kenichi Handa  <handa@m17n.org>
15035         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15036         (standard_args): Add "-enable-font-backend".
15038 2008-02-01  Kenichi Handa  <handa@m17n.org>
15040         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15041         (struct xftdraw_list, xftdraw_list): Delete them.
15042         (register_xftdraw, check_xftdraw): Delete them.
15043         (xftfont_prepare_face): Don't call register_xftdraw.
15044         (xftfont_done_face): Don't call check_xftdraw.
15045         (xftfont_draw): Get background color only when with_background is
15046         nonzero.
15048         * xfont.c (xfont_encode_char): Fix calculation of char2b.
15050 2008-02-01  Kenichi Handa  <handa@m17n.org>
15052         These changes are for the new font handling codes.
15054         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15055         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15056         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15057         (FONTSRC, FONTOBJ): New variables.
15058         (obj): Add $(FONTOBJ).
15059         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15060         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15061         @LIBOTF_LIBS@.
15062         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15063         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15065         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15067         * character.h (Vscript_representative_chars): Extern it.
15069         * character.c (Vscript_representative_chars): New variable.
15070         (syms_of_character): Declare it as a Lisp variable.
15072         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15073         enable_font_backend is nonzero, accept the composition method
15074         COMPOSITION_WITH_GLYPH_STRING.
15076         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15077         enumeration COMPOSITION_WITH_GLYPH_STRING.
15079         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15080         members clip_x, clip_y, clip_width, and clip_height.
15081         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15083         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15084         --enable-font-backend.  Call syms_of_font.
15086         * fns.c (assoc_no_quit): New function.
15088         * fontset.h (FONT_INFO_FROM_FACE): New macro.
15089         (face_for_font, new_fontset_from_font)
15090         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15092         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15093         (fontset_font, fontset_ascii, face_for_char)
15094         (make_fontset_for_ascii_face, Ffont_info)
15095         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15096         is nonzero, use font-backend mechanism.
15097         (find_font_encoding): Make it non-static.
15098         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15099         New functions.
15101         * frame.h (struct frame): New members resx and resy.
15102         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15103         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15105         * frame.c [USE_FONT_BACKEND]: Include "font.h".
15106         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15108         * lisp.h (assoc_no_quit): Extern it.
15110         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15111         Through out the file, use FONT_INFO_FROM_FACE instead of
15112         FONT_INFO_FROM_ID, use get_per_char_metric instead of
15113         rif->per_char_metric.
15114         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15115         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15116         (get_glyph_face_and_encoding, fill_composite_glyph_string)
15117         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15118         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15119         nonzero, use font-backend mechanism.
15120         (get_per_char_metric): New function.
15122         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15123         (set_lface_from_font_name)
15124         (set_font_frame_param, free_realized_face)
15125         (prepare_face_for_display, clear_face_gcs)
15126         (Finternal_set_font_selection_order, realize_x_face)
15127         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15128         font-backend mechanism.
15129         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15130         (load_face_font) [USE_FONT_BACKEND]: Abort.
15131         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15132         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15134         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15135         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15136         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15137         nonzero, register all available font drivers.  Call
15138         x_default_font_parameter for deciding a font.
15139         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15141         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15142         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15143         (x_set_glyph_string_clipping_exactly)
15144         (x_compute_glyph_string_overhangs)
15145         (x_draw_glyph_string_foreground)
15146         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15147         (x_free_frame_resources) [USE_FONT_BACKEND]: If
15148         enable_font_backend is nonzero, use font-backend mechanism.
15149         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15151 2008-02-01  Kenichi Handa  <handa@m17n.org>
15153         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15154         system_eol_type.
15155         (syms_of_coding): Initialize system_eol_type.
15157         * process.c (Fset_process_coding_system): Inherit system's eol
15158         format if necessary.
15160 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15162         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15164 2008-02-01  Kenichi Handa  <handa@m17n.org>
15166         * coding.c (decode_eol): Pay attention to buffer relocation in
15167         del_range_2.
15168         (decode_coding): Call decode_eol before restoring undo_list.
15170 2008-02-01  Kenichi Handa  <handa@m17n.org>
15172         * charset.c (Fdefine_charset_internal): Fix setting of
15173         emacs_mule_bytes.
15175 2008-02-01  Kenichi Handa  <handa@m17n.org>
15177         * keyboard.c (read_char): Check if C is a character or not before
15178         looking up Vkeyboard_translate_table.
15180 2008-02-01  Kenichi Handa  <handa@m17n.org>
15182         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15183         condition to terminate the loop.
15185 2008-02-01  Kenichi Handa  <handa@m17n.org>
15187         * coding.c (produce_composition): Compare charbuf[i] instead of
15188         args[i] against 0.
15189         (Fterminal_coding_system): Use EQ to compare Lisp objects.
15191 2008-02-01  Kenichi Handa  <handa@m17n.org>
15193         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15194         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15195         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15196         detect_coding.
15197         (emacs_mule_char): Handle old style (Emacs 20) component character
15198         of a composition.
15199         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15200         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15201         composition rule.
15202         (decode_coding_emacs_mule): Handle invalid bytes correctly.
15204 2008-02-01  Kenichi Handa  <handa@m17n.org>
15206         * coding.c (encode_coding_ccl): Allocate destination dynamically
15207         when necessary.
15209 2008-02-01  Kenichi Handa  <handa@m17n.org>
15211         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15212         the loop.  When quitted, show a proper error message.
15214 2008-02-01  Kenichi Handa  <handa@m17n.org>
15216         * xterm.c (x_set_glyph_string_clipping_exactly): Set
15217         src->clip_head and src->clip_tail temporarily instead of src->hl.
15219         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15220         character sequence.
15221         (Fccl_execute_on_string): Use ASET, not XSET.
15223 2008-02-01  Kenichi Handa  <handa@m17n.org>
15225         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15227 2008-02-01  Kenichi Handa  <handa@m17n.org>
15229         * coding.c (decode_coding): Fix the condition of terminating the
15230         decoding loop.
15232 2008-02-01  Kenichi Handa  <handa@m17n.org>
15234         * data.c (Faset): On setting a character bigger than 255 in a
15235         unibyte string, signal an error instead of make the string multibyte.
15237 2008-02-01  Kenichi Handa  <handa@m17n.org>
15239         * charset.c (map_charset_chars): Fix for ascii-compatible charset
15240         made by a mapping table.
15242 2008-02-01  Kenichi Handa  <handa@m17n.org>
15244         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15245         not.
15246         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15247         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15249         * xterm.c (x_draw_composite_glyph_string_foreground): Check
15250         s->face is NULL or not.
15252 2008-02-01  Kenichi Handa  <handa@m17n.org>
15254         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15255         (x_draw_glyph_string): Fix drawing of right_overhang and
15256         left_overhang around/on cursor.
15258         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15260 2008-02-01  Kenichi Handa  <handa@m17n.org>
15262         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15264 2008-02-01  Kenichi Handa  <handa@m17n.org>
15266         * coding.c (Fdefine_coding_system_internal)
15267         (Fdefine_coding_system_alias): Avoid a duplicated element in
15268         Vcoding_system_alist.
15270 2008-02-01  Kenichi Handa  <handa@m17n.org>
15272         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15274         * coding.c (Qcoding_system_define_form): New variable.
15275         (syms_of_coding): Intern and staticpro it.
15276         (Fcoding_system_p): Check Qcoding_system_define_form.
15277         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15279         * coding.h (CODING_SYSTEM_P): If ID is not available, call
15280         Fcoding_system_p.
15281         (CHECK_CODING_SYSTEM): If ID is not available, call
15282         Fcheck_coding_system.
15283         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15284         Try also Fcheck_coding_system.
15286 2008-02-01  Kenichi Handa  <handa@m17n.org>
15288         * coding.c (code_conversion_restore): GCPRO arg.
15290 2008-02-01  Kenichi Handa  <handa@m17n.org>
15292         * character.c (lisp_string_width): Check multibyteness of STRING.
15294 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15296         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15297         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
15298         (decode_mac_font_name): Use decode_coding_c_string instead of
15299         decode_coding.
15300         (x_load_font): Initialize fontp->fontset to -1.  Set
15301         fontp->encoding_type.
15303 2008-02-01  Kenichi Handa  <handa@m17n.org>
15305         * search.c (search_buffer): Give up BM search on case-fold-search
15306         if one of a target character has a case-equivalence of different
15307         byte length even if that target charcter is an ASCII.
15308         (simple_search): Fix calculation of byte length of matched text.
15309         (boyer_moore): Fix handling of case-equivalent multibyte characters.
15311 2008-02-01  Kenichi Handa  <handa@m17n.org>
15313         * coding.c (decode_coding): Fix handling of invalid bytes.
15315 2008-02-01  Kenichi Handa  <handa@m17n.org>
15317         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15318         Unicode characters.
15320 2008-02-01  Kenichi Handa  <handa@m17n.org>
15322         * coding.c (encode_coding_object): If a pre-write-conversion
15323         function makes a new buffer, kill it.
15325 2008-02-01  Kenichi Handa  <handa@m17n.org>
15327         * coding.c (QCascii_compatible_p): New variable.
15328         (syms_of_coding): Initialize it.
15329         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15330         calling string_char.
15331         (record_conversion_result): Add `default:' case.
15332         (coding_charset_list): Delete unused variable `coding_type'.
15333         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15334         property in the plist of the coding system.
15335         (Fcoding_system_put): Check QCascii_compatible_p.
15337 2008-02-01  Miles Bader  <miles@gnu.org>
15339         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15340         removed calculation of frame `f', as it's now used.
15342 2008-02-01  Kenichi Handa  <handa@m17n.org>
15344         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15345         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15346         (UNIDATA): New variable.
15347         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15348         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
15349         $(RUN_TEMACS) unconditionally.
15351 2008-02-01  Kenichi Handa  <handa@m17n.org>
15353         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15354         (admindir): New variable.
15355         ($(lispsource)international/charprop.el): New target.
15357 2008-02-01  Miles Bader  <miles@gnu.org>
15359         * character.c (chars-in-region): Remove obsolete function.
15360         (syms_of_character): Remove its initialization.
15362 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
15364         * w32select.c (validate_coding_system)
15365         (setup_windows_coding_system): New functions.
15366         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15367         setup_windows_coding_system.
15368         (setup_config, Fw32_get_clipboard_data): Use
15369         validate_coding_system.
15370         (Fx_selection_exists): Move call to setup_config to a place
15371         where signals are allowed.
15373         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15374         (Fcheck_coding_system): Add declarations.
15376 2008-02-01  Kenichi Handa  <handa@m17n.org>
15378         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15380 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15382         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15383         string as the second argument for x_new_fontset.
15385 2008-02-01  Kenichi Handa  <handa@m17n.org>
15387         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15388         (encode_coding_object): Use safe_call instead of call2.
15390 2008-02-01  Kenichi Handa  <handa@m17n.org>
15392         * fontset.c (Fset_fontset_font): Check family element of a given vector.
15394         * Makefile.in (lisp): Include charprop.el.
15396 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15398         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15399         Not sure if it's unnecessary.
15401 2008-02-01  Steven Tamm  <steventamm@mac.com>
15403         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15404         some possibly unnecessary fontset checking code that crashed
15405         when creating a new frame.
15407 2008-02-01  Kenichi Handa  <handa@m17n.org>
15409         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15410         lookup_face.
15412         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15414         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15416 2008-02-01  Kenichi Handa  <handa@m17n.org>
15418         * coding.c: Cancel the change done in HEAD on 2008-02-01.
15419         (coding_charset_list): New function.
15421         * coding.h (coding_charset_list): Extern it.
15423 2008-02-01  Kenichi Handa  <handa@m17n.org>
15425         * fontset.c (Fset_fontset_font): Call find_font_encoding with
15426         concatenation of family and registry.
15428 2008-02-01  Kenichi Handa  <handa@m17n.org>
15430         * character.h (BYTE8_STRING): Fix typo.
15432         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15433         string to multibyte (sync to HEAD).
15435         * casefiddle.c (casify_region): Handle changes in byte-length
15436         using replace_range_2 (sync to HEAD).
15438 2008-02-01  Andreas Schwab  <schwab@suse.de>
15440         * chartab.c (map_char_table): GCPRO table and arg.
15442 2008-02-01  Kenichi Handa  <handa@m17n.org>
15444         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15445         already at limit.
15447 2008-02-01  Kenichi Handa  <handa@m17n.org>
15449         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15450         instead of fast_c_string_match_ignore_case.
15451         (find_font_encoding): Change argument to Lisp_Object.  Use
15452         fast_string_match_ignore_case instead of
15453         fast_c_string_match_ignore_case.  Change caller.
15455 2008-02-01  Kenichi Handa  <handa@m17n.org>
15457         * xdisp.c (get_next_display_element): In unibyte case, decide to
15458         display in octal form by checking a character by
15459         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15461         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15463         * character.c (unibyte_has_multibyte_table): New variable.
15465         * character.h (unibyte_has_multibyte_table): Extern it.
15466         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15468 2008-02-01  Kenichi Handa  <handa@m17n.org>
15470         * coding.c (encode_coding_iso_2022): Fix handling of charset
15471         annotation.
15473 2008-02-01  Kenichi Handa  <handa@m17n.org>
15475         * coding.c (setup_coding_system): If coding_system is nil, use
15476         Qundecided.
15477         (Fterminal_coding_system): Return nil if terminal coding system is
15478         `undecided'.
15479         (syms_of_coding): Define coding-system `undecided' here.  Setup
15480         terminal_coding as `undecided'.
15482 2008-02-01  Kenichi Handa  <handa@m17n.org>
15484         * xdisp.c (message_dolog, set_message_1): Call
15485         unibyte_char_to_multibyte with arg type int.
15487         * lread.c (read1): Fix reading of a char-table.
15489         * print.c (print_object): Include sub char-table in circularities
15490         detection.
15492 2008-02-01  Kenichi Handa  <handa@m17n.org>
15494         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15495         Append the found sequences in car of ARGS instead of prepending.
15497 2008-02-01  Kenichi Handa  <handa@m17n.org>
15499         * fileio.c (report_file_error): Make a unibyte string from
15500         strerror (errorno).
15501         (Fsubstitute_in_file_name): Fix the arg to
15502         unibyte_char_to_multibyte.  It is evaluated twice.
15504 2008-02-01  Kenichi Handa  <handa@m17n.org>
15506         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15508 2008-02-01  Kenichi Handa  <handa@m17n.org>
15510         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15511         BOM is not found.
15512         (detect_coding, detect_coding_system): Optimization for ISO-2022
15513         when no 8-bit data is found.
15515 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15517         * w32fns.c (x_to_w32_font): Update to use new coding struct.
15519 2008-02-01  Kenichi Handa  <handa@m17n.org>
15521         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15522         CHARS.
15524 2008-02-01  Steven Tamm  <steventamm@mac.com>
15526         * macterm.c (mac_encode_char): Add charset argument and update
15527         to use encoding_type.
15528         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15529         switch to pure fontset.
15530         (decode_mac_font_name): Temporarily remove decoding.
15531         (x_font_name_to_mac_font_name): Temporarily remove encoding.
15532         (x_load_font): Temporarily remove encoding.
15534 2008-02-01  Kenichi Handa  <handa@m17n.org>
15536         * xfaces.c (Fface_font): If frame is not on a window system,
15537         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
15538         refer to face->font.
15539         (split_font_name_into_vector, build_font_name_from_vector)
15540         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15541         when HAVE_WINDOW_SYSTEM is defined.
15543 2008-02-01  Kenichi Handa  <handa@m17n.org>
15545         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15546         (x_produce_glyphs): Fix setting of members of cmp in case
15547         cmp->glyph_len is zero.
15549         * fontset.c (Fset_fontset_font): Fix docstring.
15550         (Ffontset_info): Make it backward compatible.  New arg ALL.
15552 2008-02-01  Kim F. Storm  <storm@cua.dk>
15554         * process.c (read_process_output): Grow decoding_buf when needed;
15555         this could cause a crash in allocate_string and compact_small_strings.
15557 2008-02-01  Kenichi Handa  <handa@m17n.org>
15559         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15561 2008-02-01  Kenichi Handa  <handa@m17n.org>
15563         * coding.c (setup_coding_system): Set coding->common_flags
15564         correctly for raw-text.
15565         (consume_chars): On encoding unibyte text by raw-text, don't check
15566         multibyte form.
15567         (encode_coding): On encoding by raw-text, never use translation tables.
15569         * fileio.c (e_write): Short cut for the case of no encoding.
15571 2008-02-01  Kenichi Handa  <handa@m17n.org>
15573         * coding.c (detect_coding, detect_coding_system): Delete unused
15574         variables.
15576 2008-02-01  Kenichi Handa  <handa@m17n.org>
15578         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15579         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15581 2008-02-01  Kenichi Handa  <handa@m17n.org>
15583         * coding.c (Ffind_coding_systems_region_internal): Include
15584         raw-text and no-conversion in the result.
15586 2008-02-01  Kenichi Handa  <handa@m17n.org>
15588         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15589         (load_font_get_repertory): Delete unnecessary check of ENCODING of
15590         FONT_DEF.
15591         (font_def_arg, add_arg, from_arg, to_arg): New args.
15592         (set_fontset_font): Change argument.
15593         (Fset_fontset_font): Fix for the case that TARGET is a script
15594         name and charset name.
15595         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15597 2008-02-01  Kenichi Handa  <handa@m17n.org>
15599         * fontset.c (fontset_font): Rename from fontset_face.  Change return
15600         value.
15601         (face_suitable_for_char_p, face_for_char): Adjust for the change
15602         of fontset_font.
15603         (make_fontset_for_ascii_face): Fix setting of the fontset element
15604         for ASCII.
15605         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15606         to get a font name.
15607         (Ffontset_info): Adjust for the change of fontset_font.
15609         * coding.c (emacs_mule_char): Check invalid code more rigidly.
15611         * character.h (LEADING_CODE_LATIN_1_MIN)
15612         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15614 2008-02-01  Kenichi Handa  <handa@m17n.org>
15616         * editfns.c (check_translation): New function.
15617         (Ftranslate_region_internal): Handle M:N mapping.
15619 2008-02-01  Kenichi Handa  <handa@m17n.org>
15621         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15623 2008-02-01  Kenichi Handa  <handa@m17n.org>
15625         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15626         goto invalid_code.
15627         (decode_coding_iso_2022): Fix handling of invalid designation.
15629         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15630         after calling code_conversion_save.
15632 2008-02-01  Kenichi Handa  <handa@m17n.org>
15634         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15636         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15638         * fontset.c: Include "intervals.h".
15639         (fontset_face): Fix comparing of Lisp_Objects.
15640         (free_face_fontset, new_fontset_from_font_name): Fix
15641         Lisp_Object/int mixup.
15643         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15645         * coding.c: Add many prototypes for static functions.
15646         (get_translation_table): Allow max_lookup to be NULL.
15647         (decode_coding, Ffind_coding_systems_region_internal)
15648         (Funencodable_char_position, Fcheck_coding_systems_region): Call
15649         get_translation_table with max_lookup NULL.
15651 2008-02-01  Kenichi Handa  <handa@m17n.org>
15653         * coding.c (get_translation_table): Declare it as Lisp_Object.
15654         (LOOKUP_TRANSLATION_TABLE): New macro.
15655         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15656         instead of CHAR_TABLE_REF.
15658 2008-02-01  Kenichi Handa  <handa@m17n.org>
15660         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15661         annotation data format.
15662         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15663         Change arguments FROM and TO to single argument NCHARS.  Change caller.
15664         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15665         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15666         (decode_coding_ccl, decode_coding_charset): Pay attention to
15667         coding->charbuf_used.
15668         (get_translation): New function.
15669         (produce_chars): New arguments translation_table and last_block.
15670         Translate characters here.  Return number of carryover chars.
15671         Change caller.
15672         (produce_composition): New argument pos.  Change caller.
15673         Adjust for the change of annotation data format.
15674         (produce_charset, produce_annotation): Likewise.
15675         (decode_coding, encode_coding): Don't call translate_chars.
15676         (consume_chars): New arg translation_table.  Change caller.
15677         (translate_chars): Delete.
15678         (syms_of_coding): Make translation-table's number of extra slots 2.
15680 2008-02-01  Kenichi Handa  <handa@m17n.org>
15682         * search.c (simple_search): Fix setting this_pos_byte in backward
15683         search.
15685         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15686         byte sequence.
15687         (detect_coding_ccl): Fix setting of the variable valids.
15689 2008-02-01  Kenichi Handa  <handa@m17n.org>
15691         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15693         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15695         * editfns.c (Ftranslate_region_internal): Rename from
15696         Ftranslate_region.  Accept a char-table in TABLE.
15697         (syms_of_editfns): Defsubr Stranslate_region_internal.
15699         * xfaces.c (set_lface_from_font_name): If a font is specified for
15700         a frame, generate a fontset from the font.
15701         (build_scalable_font_name): If the scalable font is requested for
15702         a specific size, don't change that size.
15703         (try_font_list): Try a scalable font also in the case that a
15704         pattern string is specified.
15706 2008-02-01  Kenichi Handa  <handa@m17n.org>
15708         * xfaces.c (Fface_font): New optional arg CHARACTER.
15710 2008-02-01  Kenichi Handa  <handa@m17n.org>
15712         * charset.h (CHARSET_OFFSET): New macro.
15714 2008-02-01  Kenichi Handa  <handa@m17n.org>
15716         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15718         * fontset.c (fontset_face): Handle the case that repertory is a
15719         char-table.
15720         (find_font_encoding): Return nil for unknown encoding.
15721         (Fset_fontset_font): Ignore a font of unknown encoding.
15723 2008-02-01  Kenichi Handa  <handa@m17n.org>
15725         * keymap.c (describe_vector): Handle default value of a char table.
15727         * fontset.c (fontset_face): Handle fallback fonts correctly.
15728         (Ffontset_info): Return infomation about fallback fonts.
15730 2008-02-01  Kenichi Handa  <handa@m17n.org>
15732         * fontset.c (FONTSET_DEFAULT): New macro.
15733         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15734         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15735         the case that it is nil.
15736         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15737         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15739         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15740         subset or superset.
15742 2008-02-01  Kenichi Handa  <handa@m17n.org>
15744         * emacs.c (main): Call init_charset after syms_of_XXX.
15746         * charset.c (Vcharset_map_directory): Delete.
15747         (Vcharset_map_path): New variable.
15748         (load_charset_map_from_file): Use Vcharset_map_path instead.
15749         (init_charset): Initialize Vcharset_map_path.
15750         (syms_of_charset): Delete declaration of "charset-map-directory",
15751         add declaration of "charset-map-path".
15753 2008-02-01  Kenichi Handa  <handa@m17n.org>
15755         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15756         ASCII only string.
15758         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15760         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15761         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15763 2008-02-01  Kenichi Handa  <handa@m17n.org>
15765         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15767         * coding.c (QCmnemonic, QCdefalut_char)
15768         (QCdecode_translation_table, QCencode_translation_table)
15769         (QCpost_read_conversion, QCpre_write_conversion): New variables.
15770         (get_translation_table): Return a list of translation tables if
15771         necessary.
15772         (decode_coding): Call get_translation_table with ENCODEP 0.
15773         (char_encodable_p): If translation_table is non-nil, always call
15774         translate_char.
15775         (Fdefine_coding_system_internal): Accept list of translation
15776         tables as :encode-translation-table and :decode-translation-table.
15777         (Fcoding_system_put): New function.
15778         (syms_of_coding): Declare new symbols.  Defsubr
15779         Scoding_system_put.
15780         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15781         typically JISX0212.
15783         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15784         when the charset is superset type.
15786         * character.c (translate_char): Accept list of translation tables.
15788 2008-02-01  Kenichi Handa  <handa@m17n.org>
15790         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15791         (CODING_ATTR_TRANS_TBL): New macro.
15793         * coding.c (get_translation_table): New function.
15794         (translate_chars): Fix the bug of skipping annotation data.
15795         (decode_coding, encode_coding): Utilize get_translation_table.
15796         (char_encodable_p, Funencodable_char_position): Translate char if
15797         necessary.
15798         (Ffind_coding_systems_region_internal)
15799         (Fcheck_coding_systems_region): Setup translation table for encode
15800         in a coding system attribute vector in advance.
15801         (Fdefine_coding_system_internal): Allow a symbol as translation
15802         table.  For shift-jis type coding system, allow 4th charset.
15804 2008-02-01  Kenichi Handa  <handa@m17n.org>
15806         * coding.c (decode_coding_sjis): Check the first byte rigidly.
15808         * xdisp.c (get_next_display_element): Pass -1 as POS to
15809         FACE_FOR_CHAR if displaying a C-string.
15811 2008-02-01  Kenichi Handa  <handa@m17n.org>
15813         * composite.c (get_composition_id): Handle xoff and yoff in a
15814         composition rule.
15816         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15817         (struct composition): New member lbearing and rbearing.
15819         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15820         (x_get_glyph_overhangs): Handle a composition glyph.
15821         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15823         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15824         composition glyph.
15826 2008-02-01  Kenichi Handa  <handa@m17n.org>
15828         * print.c: Include charset.h.
15829         (Vprint_charset_text_property): New variable.
15830         (Qdefault): Extern it.
15831         (PRINT_STRING_NON_CHARSET_FOUND)
15832         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15833         (print_check_string_result): New variable.
15834         (print_check_string_charset_prop): New function.
15835         (print_prune_charset_plist): New variable.
15836         (print_prune_string_charset): New function.
15837         (print_object): Call print_prune_string_charset if
15838         Vprint_charset_text_property is not t.
15839         (print_interval): Print nothing if interval->plist is nil.
15840         (syms_of_print): Declare Vprint_charset_text_property as a lisp
15841         variable.  Init and staticpro print_prune_charset_plist.
15843 2008-02-01  Kenichi Handa  <handa@m17n.org>
15845         * fontset.c (new_fontset_from_font_name): Use the specified font
15846         for all characters in the new fontset.
15848         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15849         OBJECT args.
15851         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15852         OBJECT args for composition too.
15854         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15855         OBJECT args.
15857 2008-02-01  Kenichi Handa  <handa@m17n.org>
15859         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15861         * fontset.c (reorder_font_vector): Adjust for the change of
15862         FONT_DEF format.
15863         (fontset_face): New arg id.  Change caller.
15864         (face_for_char): New args pos and object.
15865         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15866         (fs_query_fontset): Check NAME by Fassoc too.
15867         (Fset_fontset_font): Allow non-XLFD font name.
15868         (Ffontset_info): Adjust for the change of FONT_DEF format.
15870         * fontset.h (face_for_char): Adjust prototype.
15872         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15873         (append_space, extend_face_to_end_of_line)
15874         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15875         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15877         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15878         POS and OBJECT args.
15880         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15881         POS and OBJECT args.
15883 2008-02-01  Jason Rumney  <jasonr@gnu.org>
15885         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15886         of GlobalAlloc'ed memory.
15888 2008-02-01  Kenichi Handa  <handa@m17n.org>
15890         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15892         * charset.h (charset_table_used): Delete extern.
15894         * charset.c (charset_table_used): Make it static.
15895         (map_charset_chars): Fix args to c_function with.
15897         * chartab.c (map_sub_char_table_for_charset): Fix args to
15898         c_function with.
15900         * coding.h (enum coding_result_code): Delete
15901         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15903         * coding.c (Qinsufficient_source, Qinconsistent_eol)
15904         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15905         (Vlast_code_conversion_error): New variables.
15906         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15907         (ONE_MORE_BYTE): Record error if any instead of signaling an
15908         error.  If non-ASCII multibyte char is found, return the negative
15909         value of the code.  All callers changed to check it.
15910         (ONE_MORE_BYTE_NO_CHECK): Likewise.
15911         (record_conversion_result): New function.  Change all codes setting
15912         coding->result to call this function.
15913         (detect_coding_utf_8, decode_coding_utf_8)
15914         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15915         Don't use the local variable incomplete.
15916         (emacs_mule_char): Change the second arg to `const'.
15917         (decode_coding): Fix of flushing out unprocessed data.
15918         (make_conversion_work_buffer): Fix making of a work buffer.
15919         (decode_coding_object): Return coding->dst_object.
15921         * fontset.c (set_fontset_font): Fix args.
15923         * lisp.h (CHARACTERBITS): Define as 22.
15925         * process.c (send_process): Be sure to set coding->src_multibyte.
15927         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15929 2008-02-01  Kenichi Handa  <handa@m17n.org>
15931         * xdisp.c (handle_auto_composed_prop): Give limit to
15932         Fnext_single_char_property_change.
15934 2008-02-01  Kenichi Handa  <handa@m17n.org>
15936         * composite.c (syms_of_composite): Don't make the composition hash
15937         table weak.
15939         * fontset.c (Fset_fontset_font): Fix docstring.
15941         * lisp.h (detect_coding_system): Adjust prototype.
15943         * fileio.c (kill_workbuf_unwind): Delete this function.
15944         (Finsert_file_contents): Adjust the call of detect_coding_system.
15945         Get conversion_buffer by code_conversion_save.  Use the macro
15946         CODING_MAY_REQUIRE_DECODING.  After decoding, update
15947         coding_system.
15949         * coding.h (make_conversion_work_buffer): Delete extern.
15950         (code_conversion_save): Extern it.
15952         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15953         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
15954         (decode_coding_utf_8): Don't do eol converion.
15955         (detect_coding_utf_16): Check coding->src_chars, not
15956         coding->src_bytes.  Add heuristics for those that have no signature.
15957         (decode_coding_emacs_mule, decode_coding_iso_2022)
15958         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15959         Don't do eol converion.
15960         (adjust_coding_eol_type): Return a new coding system.
15961         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
15962         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15963         each change.
15964         (decode_coding): Pay attention to undo_list.  Do eol conversion for
15965         all types of coding-systems (if necessary).
15966         (Vcode_conversion_work_buf_list): Delete it.
15967         (Vcode_conversion_reused_workbuf): Rename from
15968         Vcode_conversion_reused_work_buf.
15969         (Vcode_conversion_workbuf_name): New variable.
15970         (reused_workbuf_in_use): New variable.
15971         (make_conversion_work_buffer): Delete the arg DEPTH.
15972         (code_conversion_restore): Change argument to cons.
15973         (code_conversion_save): Delete the argument BUFFER.  Change callers.
15974         (detect_coding_system): New argument src_chars.  Change callers.
15975         Fix for utf-16 detection.
15976         (init_coding_once): Don't use ISO_carriage_return.
15977         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15978         reused_workbuf_in_use.
15980 2008-02-01  Kenichi Handa  <handa@m17n.org>
15982         * keymap.c (store_in_keymap): Pay attention to the case that idx
15983         is a cons specifying a character range.
15985 2008-02-01  Kenichi Handa  <handa@m17n.org>
15987         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15988         HANDLED_RECOMPUTE_PROPS.
15990         * coding.c (Fdefine_coding_system_internal): Fix checking of
15991         ascii compatibility.
15993 2008-02-01  Kenichi Handa  <handa@m17n.org>
15995         * charset.c (find_charsets_in_text): Delete unused locale variable.
15996         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15998         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15999         Resync charset_list to Vemacs_mule_charset_list.
16001         * keymap.c (store_in_keymap): Pay attention to the case that idx
16002         is a cons specifying a character range.
16004 2008-02-01  Kenichi Handa  <handa@m17n.org>
16006         * composite.c (update_compositions): Bind inhibit-read-only, etc
16007         to t before calling remove-list-of-text-properties.
16009         * print.c (print_object): Always print ASCII chars as is.
16011 2008-02-01  Kenichi Handa  <handa@m17n.org>
16013         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16015         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16016         is a char table.
16018 2008-02-01  Kenichi Handa  <handa@m17n.org>
16020         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16022 2008-02-01  Kenichi Handa  <handa@m17n.org>
16024         * xfaces.c (set_lface_from_font_name): Fix for the case that
16025         FONTNAME is not fontset name.
16027 2008-02-01  Kenichi Handa  <handa@m17n.org>
16029         * fns.c (base64_encode_1): Fix previous change.
16031 2008-02-01  Kenichi Handa  <handa@m17n.org>
16033         * fontset.c (set_fontset_font): New function.
16034         (Fset_fontset_font): If a font is specified for a charset, use
16035         map_charset_chars to store the font spec in a fontset.
16037 2008-02-01  Kenichi Handa  <handa@m17n.org>
16039         * fontset.c (fontset_face): Create a fallback fontset on demand.
16040         (make_fontset): Don't create a fallback fontset here.
16041         (free_face_fontset): Free a fallback fontset (if any) too.
16042         (n_auto_fontsets): Delete this variable.
16043         (auto_fontset_alist): New variable.
16044         (new_fontset_from_font_name): Check auto_fontset_alist.
16045         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16046         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16047         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16048         Defsubr Sfontset_list_all.
16050 2008-02-01  Kenichi Handa  <handa@m17n.org>
16052         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16054 2008-02-01  Kenichi Handa  <handa@m17n.org>
16056         * fontset.c (Fnew_fontset): Check NAME more rigidly.
16058 2008-02-01  Kenichi Handa  <handa@m17n.org>
16060         * editfns.c (Fgoto_char): Fix docstring.
16062 2008-02-01  Kenichi Handa  <handa@m17n.org>
16064         * insdel.c (insert_from_gap): Adjust intervals correctly.
16066 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16068         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16069         (pfnGetFontUnicodeRanges): New dynamically loaded function.
16070         (w32_initialize): Try to load it.
16071         (x_get_font_repertory): Use it if available.
16072         (w32_encode_char): Add shortcut for unicode output.
16074         * w32fns.c (w32_load_system_font): Default charset to -1.
16075         (x_to_w32_charset): Match all fonts for unicode.
16076         (w32_to_x_charset): New parameter matching.  Don't return partial
16077         or wildcard charsets.
16078         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16079         (w32_codepage_for_font): Return CP_UNICODE for unicode.
16080         (w32_to_x_font): Match charset to real charset.
16081         (enum_font_cb2): Always list unicode versions.
16083         * makefile.w32-in (temacs): Increase EMHEAP.
16085 2008-02-01  Jason Rumney  <jasonr@gnu.org>
16087         * w32term.c (w32_encode_char): New charset parameter.
16088         font_info.encoding becomes encoding_type.
16089         (x_get_font_repertory): New function.  Warning: stub only!
16090         (x_new_font): Return quickly if font already set.
16091         (x_new_fontset): fontsetname parameter is Lisp_Object.
16092         Use new fs_query_fontset.  Try new_fontset_from_font_name.
16093         Use fontset_name for return value.
16095         * w32term.h: Declare x_get_font_repertory.
16097         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16098         place of find_charset_in_text.  Use encode_coding_object in place
16099         of encode_coding.
16100         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16101         decode_coding.
16103         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16104         of x_new_fontset.
16105         (w32_load_system_font): Initialize charset as unicode.
16106         font_info.encoding becomes encoding_type.
16107         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16108         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16109         (syms_of_w32fns): Set get_font_repertory_func.
16111         * w32console.c: Include character.h.  Use terminal_encode_buffer
16112         from term.c.
16113         (write_glyphs): Use new version of encode_terminal_code.  Use
16114         encode_coding_object in place of encode_coding.
16116         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16117         encoding becomes encoding_type.
16119         * term.c (terminal_encode_buffer): Make externally visible.
16121         * makefile.w32-in: Add character.h dependancies.
16122         (character.o, chartab.o): New targets.
16124 2008-02-01  Kenichi Handa  <handa@m17n.org>
16126         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16127         CODING_ID_EOL_TYPE.
16129 2008-02-01  Andreas Schwab  <schwab@suse.de>
16131         * coding.c (produce_chars): Revert last change.
16133 2008-02-01  Kenichi Handa  <handa@m17n.org>
16135         * charset.h (charset_unicode): Extern it.
16137         * charset.c (string_xstring_p): Check by (C >= 0x100).
16138         (find_charsets_in_text): Change format of the arc CHARSETS.  New
16139         arg MULTIBYTE.
16140         (Ffind_charset_region, Ffind_charset_string): Adjust for the
16141         change of find_charsets_in_text.
16142         (Fsplit_char): Fix doc.  Never return unknown.
16144         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16146         * coding.c (Fdefine_coding_system_alias): Update
16147         Vcoding_system_list.
16149         * fontset.c (load_font_get_repertory): Pay attention to the case
16150         that ENCODING of a font is specified by a char-table.
16152         * xterm.c (x_get_font_repertory): Handle the case that the
16153         encoding of font is other than Unicode.
16155 2008-02-01  Kenichi Handa  <handa@m17n.org>
16157         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
16158         if a character is encodable by the terminal coding system.  If
16159         not, produces proper number of `?'s.  Update
16160         terminal_encode_buffer and terminal_encode_buf_size if necessary.
16161         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16163 2008-02-01  Kenichi Handa  <handa@m17n.org>
16165         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16166         variables.
16167         (encode_terminal_code): Change argument.  Encode multiple
16168         characters at once.  Store the result of encoding in
16169         terminal_encode_buffer.
16170         (write_glyphs, insert_glyphs): Adjust for the change of
16171         encode_terminal_code.
16172         (term_init): Initialize terminal_encode_buffer and
16173         terminal_encode_buf_size.
16175         * coding.c (consume_chars): If coding->src_object is nil, don't
16176         check annotation.
16178 2008-02-01  Kenichi Handa  <handa@m17n.org>
16180         * character.c (char_string): Use ASCII_CHAR_P instead of
16181         SINGLE_BYTE_CHAR_P.
16183 2008-02-01  Kenichi Handa  <handa@m17n.org>
16185         * xdisp.c (handle_auto_composed_prop): Check if the last
16186         characters of auto-composed region is newly composed with the
16187         following characters.
16188         (handle_composition_prop): Fix checking of point being inside
16189         composition.
16191 2008-02-01  Kenichi Handa  <handa@m17n.org>
16193         * fns.c (concat): Don't change multibyteness of the result by
16194         concatenating an 8-bit character.
16196         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
16197         multibyteness of the result when newelt is an 8-bit character.
16199 2008-02-01  Dave Love  <fx@gnu.org>
16201         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16202         EMACS_INT.
16204         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16206         * xfaces.c (face_numeric_value): Declare dim size_t.
16207         (Finternal_lisp_face_equal_p): Remove unused f.
16209         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16210         (MATRIX_ROW): Remove unused vars.
16211         (draw_glyphs, x_insert_glyphs, fast_find_position)
16212         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16213         byte/char counts.
16215         * regex.c (regex_compile): Remove unused var.
16217         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16219         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16220         (Faccessible_keymaps, where_is_internal): Remove unused vars.
16222         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16224         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16226         * fileio.c (Fwrite_region): Remove unused var.
16228         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16229         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16231         * composite.c (Fremove_list_of_text_properties): Declare.
16233         * coding.c (inhibit_pre_post_conversion): Remove (unused).
16234         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16235         (coding_inherit_eol_type): Remove unused attrs.
16236         (detect_coding): Cast arg of detect_eol.
16238         * charset.c (syms_of_charset): Remove unused var p.
16239         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16240         byte/char counts.
16242         * casetab.c (set_case_table): Remove unused var.
16244         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16245         unused vars.
16247 2008-02-01  Dave Love  <fx@gnu.org>
16249         * xterm.c (x_bitmap_mask): Declare.
16251 2008-02-01  Dave Love  <fx@gnu.org>
16253         * xterm.c (x_term_init): Fix type error.
16255         * lisp.h: Add Funibyte_char_to_multibyte.
16257         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16258         (Fset_coding_system_priority): Doc fix.
16260         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16262         * indent.c (check_composition): Make start and end EMACS_INT.
16264         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16266         * xdisp.c (handle_composition_prop, check_point_in_composition):
16267         Make buffer positions EMACS_INT.
16269         * composite.c (find_composition, run_composition_function)
16270         (update_compositions, Ffind_composition_internal): Make buffer
16271         positions EMACS_INT.
16273         * composite.h (find_composition, update_compositions): Make
16274         position args EMACS_INT.
16276         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16278         * intervals.c (get_property_and_range):
16279         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16281         * unexalpha.c: Don't include varargs.h.
16283 2008-02-01  Dave Love  <fx@gnu.org>
16285         * coding.h (ENCODE_UTF_8): New.
16287         * Makefile.in (gtkutil.o): Depend on coding.h.
16289         * coding.c (Fset_coding_system_priority): Doc fix.
16291 2008-02-01  Kenichi Handa  <handa@m17n.org>
16293         * fileio.c (Finsert_file_contents): Call setup_coding_system in
16294         the case of auto saving.
16296 2008-02-01  Andreas Schwab  <schwab@suse.de>
16298         * chartab.c (map_char_table, map_char_table_for_charset): Protect
16299         `range' from GC.
16301 2008-02-01  Kenichi Handa  <handa@m17n.org>
16303         * coding.c (decode_coding_sjis): Check bytes more rigidly.
16305 2008-02-01  Kenichi Handa  <handa@m17n.org>
16307         * fileio.c (choose_write_coding_system): Return a decided coding system.
16308         (Fwrite_region): Set Vlast_coding_system_used to the return value
16309         of choose_write_coding_system.
16311 2008-02-01  Kenichi Handa  <handa@m17n.org>
16313         * charset.c (Fset_charset_priority): Pay attention to duplicated
16314         arguments.
16316         * coding.c (QCcategory): New variable.
16317         (syms_of_coding): Defsym it.  Set all elements of
16318         Vcoding_category_table and their symbol values.
16319         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
16320         coding-category-XXX, and coding-category-list.
16321         (Fdefine_coding_system_internal): Add category in the plist.
16323 2008-02-01  Kenichi Handa  <handa@m17n.org>
16325         * callproc.c (Fcall_process): Handle carryover correctly.
16327         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16328         (raw_text_coding_system): Check NILP (coding_system).
16329         (coding_inherit_eol_type): Check NILP (coding_system) and
16330         NILP (parent).
16331         (consume_chars): Fix for the case of raw-text.
16333         * process.c (read_process_output): Handle carryover correctly.
16335 2008-02-01  Dave Love  <fx@gnu.org>
16337         * regex.c (re_search_2): Fix last change.
16339 2008-02-01  Kenichi Handa  <handa@m17n.org>
16341         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16342         target_multibyte.  Even in a unibyte case, return a converted
16343         multibyte char.
16344         (GET_CHAR_AFTER): New macro.
16345         (PATFETCH): Translate via multibyte char.
16346         (HANDLE_UNIBYTE_RANGE): Delete this macro.
16347         (SETUP_MULTIBYTE_RANGE): New macro.
16348         (regex_compile): Setup compiled code so that its multibyteness
16349         matches that of a target.  Fix the handling of "[X-YZ]" using
16350         SETUP_MULTIBYTE_RANGE.
16351         (analyse_first) <charset>: For filling fastmap for all multibyte
16352         characters, don't check by BASE_LEADING_CODE_P.
16353         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
16354         the same as RE_MULTIBYTE_P (bufp) now.
16355         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16356         (TARGET_CHAR_AND_LENGTH): Delete this macro.
16357         (TRANSLATE_VIA_MULTIBYTE): New macro.
16358         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16359         It is the same as RE_MULTIBYTE_P (bufp) now.
16360         <exactn>: Translate via multibyte.
16361         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
16362         translate it.
16363         <charset, charset_not>: Fetch a character by
16364         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
16365         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16366         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16367         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16368         by GET_CHAR_AFTER.
16369         (bcmp_translate): Likewise.
16371         * search.c (compile_pattern): Check the member target_multibyte,
16372         not the member multibyte of buf.
16374         * lread.c (read1): While reading a string, set force_singlebyte
16375         and force_multibyte correctly.
16377         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16378         up of unibyte_to_multibyte_table.
16380 2008-02-01  Kenichi Handa  <handa@m17n.org>
16382         * coding.c (setup_coding_system): If coding has
16383         post-read-conversion or pre-write-conversion, set
16384         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16385         respectively.
16386         (decode_coding_gap): Run post-read-conversion if any.
16388         * fileio.c (Finsert_file_contents): Even if we read into a
16389         unibyte buffer, check if we must decode the result or not.
16391 2008-02-01  Kenichi Handa  <handa@m17n.org>
16393         * coding.c (make_conversion_work_buffer): Change the work buffer
16394         name to the same one as that of Emacs 21.
16396 2008-02-01  Kenichi Handa  <handa@m17n.org>
16398         * coding.h (make_conversion_work_buffer): Adjust prototype.
16399         (code_conversion_restore): Don't extern it.
16401         * coding.c (detected_mask): Delete unused variable.
16402         (decode_coding_iso_2022): Pay attention to the byte sequence of
16403         CTEXT extended segment, and retain those bytes as is.
16404         (decode_coding_ccl): Delete unused variable `valids'.
16405         (setup_coding_system): Delete unused variable `category'.
16406         (consume_chars): Delete unused variable `category'.  Make it work
16407         for non-multibyte case.
16408         (make_conversion_work_buffer): Change argument.
16409         (saved_coding): Delete unused variable.
16410         (code_conversion_restore): Don't check saved_coding->destination.
16411         (code_conversion_save): New function.
16412         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16413         instead of record_unwind_protect.
16414         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
16415         (detect_coding_system): Delete unused variable `mask'.
16416         (Fdefine_coding_system_internal): Delete unused variable id.
16418         * fileio.c (kill_workbuf_unwind): New function.
16419         (Finsert_file_contents): On replacing, call
16420         make_conversion_work_buffer with correct args, and call
16421         record_unwind_protect with the first arg kill_workbuf_unwind.
16423         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16425 2008-02-01  Kenichi Handa  <handa@m17n.org>
16427         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16428         (fontset_add): Fix for the case that TO is less than TO1.
16429         (Ffontset_info): Don't use fallback fontset on checking the
16430         default fontset.
16431         (dump_fontset): New function for debugging.
16433         * coding.c (Fdefine_coding_system_internal): Fix for the case that
16434         coding_type is Qcharset.
16436 2008-02-01  Kenichi Handa  <handa@m17n.org>
16438         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16439         (map_char_table): Don't inherit the value from the parent on
16440         initializing VAL.  Adjust for the above change.
16442 2008-02-01  Kenichi Handa  <handa@m17n.org>
16444         * coding.c (Qsignature, Qendian): Delete these variables.
16445         (syms_of_coding): Don't initialize them.
16446         (CATEGORY_MASK_UTF_16_AUTO): New macro.
16447         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16448         detect_info->found.
16449         (decode_coding_utf_16): Don't detect BOM here.
16450         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16451         is NOT utf_16_without_bom.
16452         (setup_coding_system): For a coding system of type utf-16, check
16453         if the attribute :endian is Qbig or not (not nil or not), and set
16454         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16455         (detect_coding): If coding type is utf-16 and BOM detection is
16456         required, detect it.
16457         (Fdefine_coding_system_internal): For a coding system of type
16458         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16460 2008-02-01  Kenichi Handa  <handa@m17n.org>
16462         * coding.c (coding_set_source): Fix for the case that the current
16463         buffer is different from coding->src_object.
16464         (decode_coding_object): Don't use the conversion work buffer if
16465         DST_OBJECT is a buffer.
16467 2008-02-01  Dave Love  <fx@gnu.org>
16469         * lread.c (read_emacs_mule_char) [len==2]: Index
16470         emacs_mule_charset correctly.
16472 2008-02-01  Dave Love  <fx@gnu.org>
16474         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16475         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16476         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
16477         treated specially.)
16478         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16479         (detected_mask): Remove Big5 bits.
16481 2008-02-01  Kenichi Handa  <handa@m17n.org>
16483         The following changes are to make the font rescaling facility
16484         compatible with Emacs 21.
16486         * xfaces.c (Vface_font_rescale_alist): Rename from
16487         Vface_resizing_fonts.
16488         (struct font_name): Rename member resizing_ratio to rescale_ratio.
16489         (font_rescale_ratio): Rename from font_resizing_ratio.
16490         (split_font_name): Set font->rescale_ratio.
16491         (better_font_p): Pay attention to font->rescale_ratio.
16492         (build_scalable_font_name): Likewise.  Change RESX, and RESY
16493         fields.
16494         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16496 2008-02-01  Kenichi Handa  <handa@m17n.org>
16498         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16499         (Qutf_16_le): Remove these variables.
16500         (syms_of_coding): Don't DEFSYM them.
16501         (decode_coding_utf_16): Fix handling of BOM.
16502         (encode_coding_utf_16): Fix handling of BOM.
16504 2008-02-01  Kenichi Handa  <handa@m17n.org>
16506         * fileio.c (Finsert_file_contents): On replacing, before decoding
16507         the file into the work buffer, set point of the work buffer to the end.
16509 2008-02-01  Dave Love  <fx@gnu.org>
16511         * coding.c (Fcheck_coding_systems_region): Fix type errors.
16513 2008-02-01  Dave Love  <fx@gnu.org>
16515         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16516         and fix C types.
16518 2008-02-01  Kenichi Handa  <handa@m17n.org>
16520         * xdisp.c (SKIP_GLYPHS): New macro.
16521         (set_cursor_from_row): Pay attention to string display properties.
16523         * category.c (copy_category_entry): Fix for the case that RANGE
16524         is an integer.
16526         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16528         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16530 2008-02-01  Kenichi Handa  <handa@m17n.org>
16532         * charset.c (Fcharset_id_internal): New function.
16533         (syms_of_charset): Defsubr it.
16535         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16536         with the last arg charset_list acquired from coding.
16537         (Fdefine_coding_system_internal): For ccl-based coding system, fix
16538         the attribute coding_attr_ccl_valids.
16540         * coding.h (enum define_coding_ccl_arg_index): Set the first
16541         member coding_arg_ccl_decoder to coding_arg_max.
16543         * ccl.h (ccl_driver): Adjust prototype.
16545         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16546         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
16547         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16548         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16549         last arg Qnil.
16551 2008-02-01  Kenichi Handa  <handa@m17n.org>
16553         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16554         call encode_char.
16556         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16558 2008-02-01  Dave Love  <fx@gnu.org>
16560         * composite.c (syms_of_composite): Make composition_hash_table weak.
16562 2008-02-01  Kenichi Handa  <handa@m17n.org>
16564         * dispextern.h (check_face_attributes, generate_ascii_font_name)
16565         (font_name_registry): Don't extern them.
16566         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16568         * fontset.h (Qfontset): Don't extern it.
16569         (new_fontset_from_font_name): Extern it.
16571         * fontset.c: Give 8 extra slots to fontset objects.
16572         (Qfontset_info): New variable.
16573         (syms_of_fontset): Defsym it.
16574         (FONTSET_FALLBACK): New macro.
16575         (fontset_face): Try also the default fontset.
16576         (make_fontset): Realize a fallback fontset from the default fontset.
16577         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
16578         using split_font_name_into_vector and build_font_name_from_vector.
16579         (Fset_fontset_font): Access the elements of font_spec by enum
16580         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
16581         name by using split_font_name_into_vector.
16582         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16583         generate a proper font name from the fontset name.  Update
16584         Vfontset_alias_alist.
16585         (n_auto_fontsets): New variable.
16586         (new_fontset_from_font_name): New function.
16587         (Ffont_info): Store the information about fonts generated from the
16588         default fontset in the first extra slot of the returned char-table.
16590         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16591         (font_name_registry): Delete function.
16592         (split_font_name_into_vector): New function.
16593         (build_font_name_from_vector): New function.
16594         (font_list): The argument REGISTRY is now a list of registry names.
16595         (choose_face_font): If we are choosing an ASCII font, and ATTRS
16596         specifies an explicit font name, return the name as is.  Make a
16597         list of registy names.
16599         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16600         of x_new_fontset.
16601         (Fx_create_frame): Don't call x_new_fontset here.  Just use
16602         x_list_fonts to check the existence of fonts.
16604         * xterm.h (x_new_fontset): Adjust prototype.
16606         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16607         string.  Use new_fontset_from_font_name to create a fontset from a
16608         font name.
16610 2008-02-01  Kenichi Handa  <handa@m17n.org>
16612         * syntax.c (Vfind_word_boundary_function_table): New name for
16613         Vnext_word_boundary_function_table.
16614         (find-word-boundary-function-table): New name for
16615         next-word-boundary-function-table.
16617 2008-02-01  Dave Love  <fx@gnu.org>
16619         * Makefile.in: Fix some dependencies.
16621         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16622         set it to nil before returning.
16624         * composite.c (update_compositions): Fix type error.
16626         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16628 2008-02-01  Kenichi Handa  <handa@m17n.org>
16630         * xterm.c (x_new_font): Optimize for the case that the font is
16631         already set for the frame.
16633 2008-02-01  Kenichi Handa  <handa@m17n.org>
16635         * chartab.c (char_table_ascii): Check if the char table contents
16636         is sub-char-table or not.
16637         (char_table_set, char_table_set_range): Fix argument to
16638         char_table_ascii.
16640         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16641         (detect_coding_utf_8, detect_coding_utf_16)
16642         (detect_coding_emacs_mule, detect_coding_iso_2022)
16643         (detect_coding_sjis, detect_coding_big5)
16644         (detect_coding_ccl, detect_coding_charset): Change argument MASK
16645         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
16646         sequence is valid in this coding system.  Change callers.
16647         (MAX_ANNOTATION_LENGTH): New macro.
16648         (ADD_ANNOTATION_DATA): New macro.
16649         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
16650         ADD_ANNOTATION_DATA.  Change the format of annotation data.
16651         (ADD_CHARSET_DATA): New macro.
16652         (emacs_mule_char): New argument ID.  Change callers.
16653         (decode_coding_emacs_mule, decode_coding_iso_2022)
16654         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16655         Produce charset annotation data in coding->charbuf.
16656         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16657         to charset annotation data in coding->charbuf.
16658         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16659         coding->common_flags if the coding system is iso-2022 based and
16660         uses designation.
16661         (produce_composition): Adjust for the new annotation data format.
16662         (produce_charset): New function.
16663         (produce_annotation): Handle charset annotation.
16664         (handle_composition_annotation, handle_charset_annotation): New
16665         functions.
16666         (consume_chars): Handle charset annotation.  Utilize the above two
16667         functions.
16668         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16669         buffer, get the deleted text as a string and set
16670         coding->src_object to that string.
16671         (detect_coding, detect_coding_system): Use the new struct
16672         coding_detection_info.
16674         * coding.h (struct coding_detection_info): New structure.
16675         (struct coding_system): Adjust prototype of the member `detector'.
16676         (CODING_ANNOTATE_CHARSET_MASK): New macro.
16678 2008-02-01  Kenichi Handa  <handa@m17n.org>
16680         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16682 2008-02-01  Dave Love  <fx@gnu.org>
16684         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16685         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
16686         to new local and nullify apropos_accumulate before returning.
16687         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16689 2008-02-01  Kenichi Handa  <handa@m17n.org>
16691         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16692         correctly.
16694 2008-02-01  Dave Love  <fx@gnu.org>
16696         * fns.c (Flanginfo): Call synchronize_system_time_locale.
16698 2008-02-01  Kenichi Handa  <handa@m17n.org>
16700         The following changes are to make character composition happen
16701         automatically on displaying.
16703         * Makefile.in (lisp, shortlisp): Add composite.elc.
16705         * composite.h (Qauto_composed, Vauto_composition_function)
16706         (Qauto_composition_function): Extern them.
16708         * composite.c (Vcomposition_function_table)
16709         (Qcomposition_function_table): Delete variables.
16710         (Qauto_composed, Vauto_composition_function)
16711         (Qauto_composition_function): New variables.
16712         (run_composition_function): Don't call
16713         compose-chars-after-function.
16714         (update_compositions): Clear `auto-composed' text property.
16715         (compose_chars_in_text): Delete this function.
16716         (syms_of_composite): Staticpro Qauto_composed and
16717         Qauto_composition_function.  Declare Vauto_composition_function as
16718         a Lisp variable.
16720         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16722         * xdisp.c (it_props): Add an entry for Qauto_composed.
16723         (handle_auto_composed_prop): New function.
16725         * xselect.c (selection_data_to_lisp_data): Don't call
16726         compose_chars_in_text.
16728 2008-02-01  Dave Love  <fx@gnu.org>
16730         * keyboard.c (read_char): Modify checking around use of
16731         Vkeyboard_translate_table.
16733         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16734         and fix C types.
16736 2008-02-01  Kenichi Handa  <handa@m17n.org>
16738         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16739         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16740         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16741         the case that the last byte is '\r' correctly.
16742         (decode_coding): Flush out the unprocessed data correctly.
16743         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16745 2008-02-01  Dave Love  <fx@gnu.org>
16747         * xterm.c (XTread_socket): Fix changes for defined keysyms.
16748         Add XK_ISO... case.
16749         (xaw_scroll_callback): Revert last change.
16751 2008-02-01  Kenichi Handa  <handa@m17n.org>
16753         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16755 2008-02-01  Kenichi Handa  <handa@m17n.org>
16757         * xfaces.c (Vface_resizing_fonts): New variable.
16758         (struct font_name): New member `resizing_ratio'.
16759         (font_resizing_ratio): New function.
16760         (split_font_name): Set font->resizing_ratio.
16761         (better_font_p): Pay attention to font->resizing_ratio.
16762         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
16763         RESX, and RESY fields.
16764         (try_alternative_families): Try scalable fonts if
16765         Vscalable_fonts_allowed is not Qt.
16766         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16768 2008-02-01  Dave Love  <fx@gnu.org>
16770         * xterm.c (xaw_scroll_callback): Cast correctly.
16772 2008-02-01  Dave Love  <fx@gnu.org>
16774         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16775         (lispy_kana_keys): Comment out.
16776         (make_lispy_event) [XK_kana_A]: Comment out.
16778         * xterm.c (xaw_scroll_callback): Cast call_data.
16779         (XTread_socket): Deal with ASCII keysyms.
16780         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16782 2008-02-01  Dave Love  <fx@gnu.org>
16784         * xterm.c (Vx_keysym_table): New.
16785         (syms_of_xterm): Initialize it.
16786         (XTread_socket): Use it.
16787         From head: Eliminate incorrect optimization that tried to avoid
16788         decoding the output of X*LookupString.
16789         (x_get_font_repertory): Delete charset declaration.
16791 2008-02-01  Kenichi Handa  <handa@m17n.org>
16793         * coding.c (detect_coding_charset): If only ASCII bytes are found,
16794         return 0.
16795         (Fdefine_coding_system_internal): Setup
16796         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16798 2008-02-01  Dave Love  <fx@gnu.org>
16800         * coding.c (Fcheck_coding_system): Doc fix.
16802         * editfns.c (Finsert_byte): Return a proper value.
16804 2008-02-01  Kenichi Handa  <handa@m17n.org>
16806         * coding.c (decode_coding): Fix args to translate_chars.  Pay
16807         attention to Vstandard_translation_table_for_decode.
16808         (encode_coding): Fix args to translate_chars.  Pay attention to
16809         Vstandard_translation_table_for_encode.
16811         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16812         SINGLE_BYTE_CHAR_P.
16814         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16815         not by SINGLE_BYTE_CHAR_P.
16817         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16818         SINGLE_BYTE_CHAR_P.
16820         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16821         SINGLE_BYTE_CHAR_P.
16823         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16824         by SINGLE_BYTE_CHAR_P.
16826         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16827         SINGLE_BYTE_CHAR_P.
16829 2008-02-01  Dave Love  <fx@gnu.org>
16831         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16833 2008-02-01  Dave Love  <fx@gnu.org>
16835         * fns.c (Flanginfo): Fix typo.
16837         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16839 2008-02-01  Kenichi Handa  <handa@m17n.org>
16841         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16842         (detect_coding_emacs_mule, detect_coding_iso_2022)
16843         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16844         incomplete byte sequence.  Don't update *mask when correctly detected.
16845         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16846         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16847         (detect_coding, detect_coding_system): Adjust for the changes above.
16849 2008-02-01  Kenichi Handa  <handa@m17n.org>
16851         * character.c (char_string): Rename from
16852         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
16853         (string_char): Rename from string_char.
16855         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16856         if C is greater than MAX_3_BYTE_CHAR.
16857         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16858         string_char instead of string_char_with_unification.
16860 2008-02-01  Dave Love  <fx@gnu.org>
16862         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16864 2008-02-01  Kenichi Handa  <handa@m17n.org>
16866         * keymap.c (push_key_description): Pay attention to force_multibyte.
16868         * regex.c (re_search_2): Fix for the case of unibyte buffer.
16870 2008-02-01  Dave Love  <fx@gnu.org>
16872         * charset.c (define_charset_internal): Rename `supprementary'.
16874         * Makefile.in (lisp, shortlisp): Remove latin-N.
16876 2008-02-01  Dave Love  <fx@gnu.org>
16878         * xfns.c (x_window, x_window): Use use_xim.
16880         * xterm.c (use_xim): Initialize.
16881         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16882         (x_term_init): Maybe set use_xim.
16884         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16886 2008-02-01  Kenichi Handa  <handa@m17n.org>
16888         * search.c (search_buffer): Fix case-fold-search of multibyte
16889         characters.
16890         (boyer_moore): Rename the last argument to char_high_bits.
16892 2008-02-01  Kenichi Handa  <handa@m17n.org>
16894         * xdisp.c (display_string): Fix for the case of zero width glyph.
16896         * xfns.c (x_set_font): Change the error message of the case that
16897         x_new_fontset returns Qt.
16899         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16900         (Finternal_set_lisp_face_attribute): Use signal_error for the
16901         error of invalid fontset.
16903         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16904         fontset, return Qt.
16906 2008-02-01  Dave Love  <fx@gnu.org>
16908         * unexelf.c (unexec): Make .got handling not SGI-specific.
16910         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16912         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16914         * keyboard.c (read_key_sequence): Fix type error.
16916         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16917         type error.
16919         * fontset.c (fontset_add): Return Lisp_Object.
16921 2008-02-01  Dave Love  <fx@gnu.org>
16923         * charset.h (charset_ordered_list_tick): Declare extern.
16925 2008-02-01  Kenichi Handa  <handa@m17n.org>
16927         The following changes (and some of 2008-02-01 changes of mine) are
16928         for handling syntax, category, and case conversion for unibyte
16929         characters by converting them to multibyte on the fly.  With these
16930         changes, we don't have to setup syntax and case tables for unibyte
16931         characters in each language environment.
16933         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16934         multibyte if necessary.
16936         * bytecode.c (Fbyte_code): Likewise.
16938         * character.h (LEADING_CODE_LATIN_1_MIN)
16939         (LEADING_CODE_LATIN_1_MAX): New macros.
16940         (unibyte_to_multibyte_table): Extern it.
16941         (unibyte_char_to_multibyte): New macro.
16942         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16943         (CHAR_LEADING_CODE): New macro.
16944         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16946         * character.c (unibyte_to_multibyte_table): New variable.
16947         (unibyte_char_to_multibyte): Move to character.h and define as macro.
16948         (multibyte_char_to_unibyte): If C is an eight-bit character,
16949         convert it to the corresponding byte value.
16951         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16952         not 1, signals an error.  Update the elements of
16953         unibyte_to_multibyte_table.
16954         (init_charset_once): Initialize unibyte_to_multibyte_table.
16955         (syms_of_charset): Define the charset `iso-8859-1'.
16957         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16958         as is without converting it to unibyte.  In a unibyte buffer,
16959         convert C to multibyte before checking the syntax.
16961         * lisp.h (unibyte_char_to_multibyte): Delete extern.
16963         * minibuf.c (Fminibuffer_complete_word): Use the macro
16964         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16966         * regex.h (struct re_pattern_buffer): New member target_multibyte.
16968         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16969         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
16970         that is zero, convert an eight-bit char to multibyte.
16971         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16972         non-emacs case.
16973         (PATFETCH): Convert an eight-bit char to multibyte.
16974         (HANDLE_UNIBYTE_RANGE): New macro.
16975         (regex_compile): Setup the compiled pattern for multibyte chars
16976         even if the given regex string is unibyte.  Use PATFETCH_RAW
16977         instead of PATFETCH in many places.  To handle `charset'
16978         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
16979         only for ASCII chars.
16980         (analyse_first) <exactn>: Simplify because the compiled pattern
16981         is multibyte.
16982         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16983         <charset>: Use CHAR_LEADING_CODE to get leading codes.
16984         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16985         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16986         multibyte always 1.
16987         (re_search_2): In emacs, set the locale variable multibyte to 1,
16988         otherwise to 0.  New local variable target_multibyte.  Check it
16989         to decide the multibyteness of STR1 and STR2.  If
16990         target_multibyte is zero, convert unibyte chars to multibyte
16991         before translating and checking fastmap.
16992         (TARGET_CHAR_AND_LENGTH): New macro.
16993         (re_match_2_internal): In emacs, set the locale variable multibyte
16994         to 1, otherwise to 0.  New local variable target_multibyte.  Check
16995         it to decide the multibyteness of STR1 and STR2.  Use
16996         TARGET_CHAR_AND_LENGTH to fetch a character from D.
16997         <charset, charset_not>: If multibyte is nonzero, check fastmap
16998         only for ASCII chars.  Call bcmp_translate with
16999         target_multibyte, not with multibyte.
17000         <begline>: Declare the local variable C as `unsigned'.
17001         (bcmp_translate): Change the last arg name to target_multibyte.
17003         * search.c (compile_pattern_1): Don't adjust the multibyteness of
17004         the regexp pattern and the matching target.  Set cp->buf.multibyte
17005         to the multibyteness of the regexp pattern.  Set
17006         cp->but.target_multibyte to the multibyteness of the matching target.
17007         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17008         FETCH_STRING_CHAR_ADVANCE.
17009         (Freplace_match): Convert unibyte chars to multibyte.
17011         * syntax.c (char_quoted, back_comment, scan_words)
17012         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17013         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17014         unibyte chars to multibyte.
17015         (skip_chars): Delete the arg syntaxp, and move the code for
17016         handling syntaxes to skip_syntaxes.  Change callers.
17017         Fix the case that the multibyteness of STRING and the current
17018         buffer doesn't match.
17019         (skip_syntaxes): New function.
17020         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17021         SINGLE_BYTE_CHAR_P.
17023 2008-02-01  Kenichi Handa  <handa@m17n.org>
17025         * xfaces.c (QCfontset): New variable.
17026         (LFACE_FONTSET): New macro.
17027         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17028         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17029         (Finternal_set_lisp_face_attribute)
17030         (Finternal_get_lisp_face_attribute): Handle QCfontset.
17031         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17032         check also LFACE_FONTSET_INDEX.
17033         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17034         attrs[LFACE_FONT_INDEX].
17035         (syms_of_xfaces): Intern and staticpro QCfontset.
17037         * dispextern.h (enum lface_attribute_index): New member
17038         LFACE_FONTSET_INDEX.
17040         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17042 2008-02-01  Kenichi Handa  <handa@m17n.org>
17044         * coding.c (coding_set_destination): Fix coding->destination for
17045         the case converting a region.
17046         (encode_coding_utf_8): Encode eight-bit chars as single byte.
17047         (encode_coding_object): Fix coding->dst_pos and
17048         coding->dst_pos_byte for the case converting a region.
17050         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17052         * character.h (BYTE8_STRING): New macro.
17054         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17056 2008-02-01  Kenichi Handa  <handa@m17n.org>
17058         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17059         characters by octal form.
17061         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17063         * buffer.h (_fetch_multibyte_char_len): Delete extern.
17064         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17065         _fetch_multibyte_char_len.
17066         (FETCH_CHAR_AS_MULTIBYTE): New macro.
17068         * casetab.c (set_canon, set_identity, shuffle): Simplify.
17070         * casefiddle.c (casify_object): Simplify.  Handle the case that
17071         the case conversion change the byte length.
17072         (casify_region): Likewise.
17074         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17076         * character.c (_fetch_multibyte_char_len): Delete this variable.
17077         (syms_of_character): Setup Vprintable_chars.
17079         * editfns.c (Fchar_equal): Fix for the unibyte case.
17080         (Finsert_byte): New function.
17081         (syms_of_editfns): Defsubr it.
17083         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17084         of direct code 0x3ffff.
17086         * search.c (Freplace_match): Fix for the unibyte case.
17088 2008-02-01  Kenichi Handa  <handa@m17n.org>
17090         * lread.c (safe_to_load_p): Fix the logic.
17092         * syntax.c (scan_words): Don't treat characters belonging to
17093         different scripts as constituting a word.
17095         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17097         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17099         * emacs.c (main): In the case of --unibyte, instead of aborting on
17100         finding non-empty buffer, make it unibyte.
17102 2008-02-01  Kenichi Handa  <handa@m17n.org>
17104         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17105         to create a fontset.
17107 2008-02-01  Dave Love  <fx@gnu.org>
17109         * character.c (Funibyte_char_to_multibyte): Doc fix.
17111         * xfns.c [HAVE_STDLIB_H]: Fix last change.
17113 2008-02-01  Kenichi Handa  <handa@m17n.org>
17115         * fontset.c (fontset_add): Make the type `int'.
17116         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17118         * character.c (unibyte_char_to_multibyte)
17119         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17120         charset_unibyte, not charset_primary.
17122         * charset.h (charset_unibyte): Extern it instead of charset_primary.
17124         * charset.c (charset_unibyte): Rename from charset_primary.
17125         (Funibyte_charset): Rename from Fprimary_charset.
17126         (Fset_unibyte_charset): Rename from Fset_primary_charset.
17127         (syms_of_charset): Adjust for the above changes.
17129         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17130         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
17131         it->multibyte_p is zero.
17133         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17134         Delete extern.
17136 2008-02-01  Kenichi Handa  <handa@m17n.org>
17138         * coding.c (Fdefine_coding_system_internal): Fix category setting
17139         for a coding system of type iso-2022.
17141 2008-02-01  Kenichi Handa  <handa@m17n.org>
17143         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17145 2008-02-01  Kenichi Handa  <handa@m17n.org>
17147         * syntax.c (Vnext_word_boundary_function_table): New variable.
17148         (next-word-boundary-function-table): Declare it as a Lisp variable
17149         in syms_of_syntax.
17150         (scan_words): Call functions in Vnext_word_boundary_function_table
17151         if any.
17153         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17155         * fontset.c (fs_load_font): If fontp->charset is not negative,
17156         return fontp without setting its members.
17158 2008-02-01  Dave Love  <fx@gnu.org>
17160         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17162         * m/sparc.h (HAVE_ALLOCA): Delete.
17164         * s/irix6-5.h: Don't include strings.h.
17165         (bcopy, bzero, bcmp): Don't undef.
17167         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17169         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17170         (TIOCSIGSEND): Don't test IRIX6.
17171         (bcopy, bzero, bcmp): Define conditionally.
17173 2008-02-01  Kenichi Handa  <handa@m17n.org>
17175         * buffer.c (Qas, Qmake, Qto): New variables.
17176         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
17177         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17179         * callproc.c (Fcall_process): Don't call insert_1_both directly if
17180         we are inserting a process output into a multibyte buffer.
17182         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17183         multibyte_char_to_unibyte.
17185         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17186         by the primary charset, make it eight-bit char.
17187         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17189         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17190         (charset_8_bit__control, charset_8_bit_graphic)
17191         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17192         (define_charset_internal): New function.
17193         (syms_of_charset): Call define_charset_internal for pre-defined
17194         charsets.
17196         * charset.h (charset_8_bit): Extern it.
17198         * coding.c (make_conversion_work_buffer): Adjust for the change
17199         of Fset_buffer_multibyte.
17200         (encode_coding_raw_text): Increment p0 in the loop.
17202         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17204         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17205         for the change of Fset_buffer_multibyte.
17207         * fns.c (Fstring_to_multibyte): New function.
17208         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17210 2008-02-01  Dave Love  <fx@gnu.org>
17212         * xfns.c (x_put_x_image): Declare args.
17214         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17215         (try_font_list): Declare an arg.
17217         * xdisp.c (message2_nolog, set_message): Declare an arg.
17219         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
17221         * syntax.c (scan_sexps_forward): Declare an arg.
17223         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17224         Declare an arg.
17226         * lisp.h (Fnew_fontset): Declare.
17228         * keymap.c (push_key_description): Call CHARACTERP correctly.
17230         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
17231         (face_for_char): Delete unused vars.
17232         (Fset_fontset_font): Doc fix.  Delete unused vars.
17234         * doc.c (Fsubstitute_command_keys): Delete unused vars.
17236         * composite.c (update_compositions): Declare arg.
17238         * cm.c (calccost, cmgoto): Declare args.
17240         * charset.c: Remove `emacs' conditional.  Doc fixes.
17241         (map_char_table_for_charset): Declare.
17243         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17245         * ccl.c: Remove `emacs' conditional.
17247 2008-02-01  Kenichi Handa  <handa@m17n.org>
17249         The following changes are to allow specifying multiple font
17250         patterns for a character range (specified by script or charset).
17252         * Makefile.in (abbrev.o): Depend on syntax.h.
17253         (xfaces.o): Depend on charset.h.
17255         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17256         SINGLE_BYTE_CHAR_P.
17258         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17260         * character.h (Vchar_script_table): Extern it.
17262         * character.c (Vscript_alist): Delete.
17263         (Vchar_script_table, Qchar_script_table): New variable.
17264         (syms_of_character): Declare Vchar_script_table as a lisp variable
17265         and initialize it.
17267         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
17268         have property char-table-extra-slots, make no extra slot.
17270         * dispextern.h (struct face): Delete member `charset'.
17271         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17272         SINGLE_BYTE_CHAR_P.
17273         (choose_face_font, lookup_non_ascii_face, font_name_registry):
17274         Add prototypes.
17275         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17276         (generate_ascii_font_name): Rename from generate_ascii_font.
17278         * fontset.h (get_font_repertory_func): New prototype.
17279         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17280         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17282         * fontset.c (Qprepend, Qappend): New variables.
17283         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17284         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17285         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17286         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17287         (fontset_ref_and_range, fontset_add, reorder_font_vector)
17288         (load_font_get_repertory): New functions.
17289         (fontset_set): Delete.
17290         (fontset_face): New arg FACE.  Return face ID, not face.
17291         Complete re-write to handle new fontset structure.  Change caller.
17292         (free_face_fontset): Use ASET istead of AREF (X) = Y.
17293         (face_for_char): Don't call lookup_face.
17294         (make_fontset_for_ascii_face): New arg FACE.
17295         (fs_load_font): New arg CHARSET_ID.  Don't check
17296         Vfont_encoding_alist here.
17297         (find_font_encoding): New function.
17298         (list_fontsets): Use STRINGP, not ! NILP.
17299         (accumulate_script_ranges): New function.
17300         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17301         re-written to handle new fontset structure.
17302         (Ffontset_font): Return a copy of element.
17303         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
17304         docstring of font-encoding-alist.
17306         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17307         (Fset_fotset_font): Fix arguments to 5.
17309         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17311         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17312         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17313         (highlight_trailing_whitespace): Adjust for the change of
17314         lookup_named_face.
17316         * xfaces.c: Include charset.h.
17317         (load_face_font): Delete argument C.  Change caller.
17318         (generate_ascii_font_name): Rename from generate_ascii_font.
17319         (font_name_registry): New function.
17320         (cache_face): Store ascii faces before non-ascii faces in buckets.
17321         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
17322         Lookup only ascii faces.
17323         (lookup_non_ascii_face): New function.
17324         (lookup_named_face): Delete argument C.  Change caller.
17325         (lookup_derived_face): Delete argument C.  Change caller.
17326         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
17327         a string, just call font_list with it.
17328         (choose_face_font): Delete arguments FACE and C.  New arg
17329         FONT_SPEC.  Change caller.
17330         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17331         Change caller.
17332         (realize_non_ascii_face): New function.
17333         (realize_x_face): Call load_face_font here.
17334         (realize_tty_face): Delete argument C.  Change caller.
17335         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17336         get a face ID.
17337         (dump_realized_face): Don't print charset of FACE.
17339         * xfns.c (x_set_font): Always call x_new_fontset and
17340         store_frame_parameter.
17341         (Fx_create_frame): Call x_new_fontset, not x_new_font.
17342         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17344         * xterm.h (x_get_font_repertory): Extern it.
17346         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17347         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
17348         it->multibyte_p is zero.
17349         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17350         (x_new_fontset): If FONTSETNAME doesn't match any existing
17351         fontsets, create a new one.
17352         (x_get_font_repertory): New function.
17354 2008-02-01  Kenichi Handa  <handa@m17n.org>
17356         * coding.c (Ffind_coding_systems_region_internal): Detect an
17357         ASCII only string correctly.
17359         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17360         version is 0.
17362 2008-02-01  Kenichi Handa  <handa@m17n.org>
17364         * lread.c: Include "coding.h".
17365         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17366         (load_each_byte, unread_char): New variables.
17367         (readchar_backlog): Delete.
17368         (readchar): Return a character unless load_each_byte is nonzero.
17369         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17370         cons.  If unread_char is not -1, simply return it.
17371         (unreadchar): Handle the case that readcharfun is
17372         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
17373         (read_multibyte): Delete.
17374         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17375         (read_emacs_mule_char): New functions.
17376         (Fload): Even if the file doesn't have the extension ".elc", if
17377         safe_to_load_p returns a positive version number, assume that the
17378         file contains bytecompiled code.  If the version is less than 22,
17379         load the file while decoding multibyte sequences by emacs-mule.
17380         (readevalloop): Don't use readchar_backlog.
17381         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
17382         (Fread_from_string): Pay attention to the case that STREAM is a cons.
17383         (read_escape): Delete the arg BYTEREP.
17384         (read1): Set load_each_byte to 1 temporarily while handling
17385         #@NUMBER.  Don't call read_multibyte.
17386         (read_vector): Call Fread with a cons.  If readcharfun is
17387         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17388         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17389         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17390         and Qload_force_doc_strings.
17392 2008-02-01  Kenichi Handa  <handa@m17n.org>
17394         * xdisp.c (face_before_or_after_it_pos): Call
17395         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17397 2008-02-01  Kenichi Handa  <handa@m17n.org>
17399         * character.h (TRAILING_CODE_P): New macro.
17400         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17401         (string_char_with_unification): Fix prototype.
17402         (Vscript_alist): Extern it.
17404         * character.c (Vscript_alist): New variable.
17405         (string_char_with_unification, str_as_unibyte)
17406         (string_escape_byte8): Add `const' to local variables.
17407         (syms_of_character): Declare script-alist as a Lisp variable.
17409         * charset.h (Vcharset_ordered_list): Extern it.
17410         (charset_ordered_list_tick): Extern it.
17411         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17412         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17413         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17414         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17415         (Funify_charset): Adjust for the change of Funify_charset.
17417         * charset.c (charset_ordered_list_tick): New variable.
17418         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17419         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
17420         deunify intead of unify a charset.
17421         (string_xstring_p): Add `const' to local variables.
17422         (find_charsets_in_text): Add `const' to arguments and local variables.
17423         (encode_char): Adjust for the change of Funify_charset.  Fix
17424         detecting of invalid code.
17425         (Fset_charset_priority): Increment charset_ordered_list_tick.
17426         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17427         and TO_CODE.
17429         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17430         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17431         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17432         (decode_coding_ccl, consume_chars)
17433         (Ffind_coding_systems_region_internal)
17434         (Fcheck_coding_systems_region): Add `const' to local variables.
17436         * print.c (print_object): Use octal form for printing the
17437         contents of a bool vector.
17439 2008-02-01  Dave Love  <fx@gnu.org>
17441         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17442         <version == 20>: Refuse to load.
17444 2008-02-01  Dave Love  <fx@gnu.org>
17446         * fns.c: Move coding.h.
17447         (Qcodeset, Qdays, Qmonths): New.
17448         (concat): Use CHARACTERP instead of INTEGERP.
17449         (Flocale_codeset): Delete.
17450         (Flanginfo): New function.
17451         (syms_of_fns): Change accordingly.
17453         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17455 2008-02-01  Dave Love  <fx@gnu.org>
17457         * casetab.c (init_casetab_once, init_casetab_once): Fix
17458         CHAR_TABLE_SET call.
17460         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17462         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17464         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
17465         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17466         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17468         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17470         * coding.c (ENCODE_DESIGNATION, decode_eol)
17471         (make_conversion_work_buffer, code_conversion_restore)
17472         (Fdefine_coding_system_internal): Convert Lisp types.
17473         (code_conversion_restore): Use EQ, not ==.
17474         (Fencode_coding_string): Fix code_convert_string call.
17476         * coding.h (code_convert_region): Fix prototype.
17478         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17480         * fontset.c (fontset_ref, fontset_set, fs_load_font)
17481         (Ffontset_info): Convert Lisp types.
17483         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17485         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17487         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17489         * chartab.c: Include "...h", not <...h> in some cases.
17491         * callproc.c (Fcall_process): Remove unused variables.
17493 2008-02-01  Dave Love  <fx@gnu.org>
17495         * coding.c (Fset_coding_system_priority): Allow null arg list.
17497 2008-02-01  Dave Love  <fx@gnu.org>
17499         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17500         (Fself_insert_and_exit): Use CHARACTERP.
17502         * callproc.c (Fcall_process): Remove unused vars.
17504         * xterm.c (XTread_socket): Add extra dead keysyms.
17506         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17508         * dispextern.h: Remove prototypes for redraw_frame,
17509         redraw_garbaged_frames.
17511         * cmds.c (Fself_insert_command): Use CHARACTERP.
17513         * chartab.c (make_sub_char_table): Remove unused var.
17514         (Fset_char_table_default, Fmap_char_table): Doc fix.
17516         * keymap.c (access_keymap): Remove generic char code.
17517         (push_key_description): Use CHARACTERP.
17519 2008-02-01  Dave Love  <fx@gnu.org>
17521         * charset.c: Doc fixes.
17522         (Funify_charset): Extra checking.
17524 2008-02-01  Dave Love  <fx@gnu.org>
17526         * lread.c: Remove some unused variables.
17527         (safe_to_load_p): If safe, return the magic number version byte.
17528         (Fload): Maybe use load-with-code-conversion.
17530 2008-02-01  Kenichi Handa  <handa@m17n.org>
17532         * category.c (Fmodify_category_entry): Don't modify the contents
17533         of category_set for characters out of the range.  Avoid
17534         unnecessary modification.
17536         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17537         Vchar_unify_table.  The default value of the table is now nil.
17539         * character.c (syms_of_character): Setup Vchar_width_table for
17540         eight-bit-control and raw-byte chars.
17542         * charset.h (enum define_charset_arg_index): Delete
17543         charset_arg_parents and add charset_arg_subset and
17544         charset_arg_superset.
17545         (enum charset_attr_index): Delete charset_parents and add
17546         charset_subset and charset_superset.
17547         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17548         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17549         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17550         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17551         (CHARSET_SUPERSET): New macros.
17552         (charset_work): Extern it.
17553         (ENCODE_CHAR): Use charset_work.
17554         (CHAR_CHARSET_P): Adjust for the change of encoder format.
17555         (map_charset_chars): Extern it.
17557         * charset.c (load_charset_map): Set the default value of encoder
17558         and deunifier char-tables to nil.
17559         (map_charset_chars): Change argument.  Change callers.  Use
17560         map_char_table_for_charset instead of map_char_table.
17561         (Fmap_charset_chars): New optional args from_code and to_code.
17562         (Fdefine_charset_internal): Adjust for the change of
17563         `define-charset' (:parents -> :subset or :superset).
17564         (charset_work): New variable.
17565         (encode_char, syms_of_charset): Adjust for the change of
17566         Fdefine_charset_internal.
17567         (Ffind_charset_string): Setup the vector `charsets' correctly.
17569         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
17570         the previous change.
17571         (char_table_ref_and_range): Adjust for the above change.
17572         (map_sub_char_table_for_charset): New function.
17573         (map_char_table_for_charset): New function.
17575         * keymap.c (describe_vector): Handle a char-table directly here.
17576         (describe_char_table): Delete.
17578         * lisp.h (map_charset_chars): Delete.
17580 2008-02-01  Dave Love  <fx@gnu.org>
17582         * fns.c (count_combining): Comment out (unused).
17583         (Flocale_codeset): New.
17584         (syms_of_fns): Defsubr it.
17586         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17587         (size_t): Remove.
17589 2008-02-01  Dave Love  <fx@gnu.org>
17591         * Makefile.in (chartab.o): Depend on charset.h.
17593 2008-02-01  Kenichi Handa  <handa@m17n.org>
17595         * character.c (syms_of_character): Set the default value of
17596         Vprintable_chars to Qnil.
17598 2008-02-01  Dave Love  <fx@gnu.org>
17600         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17602 2008-02-01  Kenichi Handa  <handa@m17n.org>
17604         * charset.c (load_charset_map): Handle the case that from < to
17605         correctly.
17607         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17608         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17609         Pay attention to raw-8-bit chars.
17611 2008-02-01  Kenichi Handa  <handa@m17n.org>
17613         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17614         It is not bytecompiled now.
17616         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17617         (charset_jisx0208): New variables.
17618         (Fdefine_charset_internal): Setup them if appropriate.
17619         (init_charset_once): Initialize them to -1.
17621         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17622         (charset_jisx0208): Extern them.
17624         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17625         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17626         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17627         (setup_iso_safe_charsets): Fix arguments to Fassq.
17628         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17629         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17630         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17631         (encode_coding_iso_2022): Change the 1st arg to
17632         ENCODE_ISO_CHARACTER to a variable.
17634 2008-02-01  Kenichi Handa  <handa@m17n.org>
17636         * charset.h (enum define_charset_arg_index): New enums
17637         charset_arg_min_code and charset_arg_max_code.
17638         (struct charset): New member char_index_offset.
17640         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17641         Take charset->char_index_offset into account.
17642         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17643         args[charset_arg_max_code].  Setup charset.char_index_offset.
17644         (syms_of_charset): Fix args to Fdefine_charset_internal.
17646 2008-02-01  Dave Love  <fx@gnu.org>
17648         * coding.c (decode_coding_utf_8): Reject overlong sequences.
17650 2008-02-01  Dave Love  <fx@gnu.org>
17652         * coding.c: Doc fixes.
17653         (Fcoding_system_aliases): Fix return value.
17654         (Qmac): Remove (duplicated) definition.
17656 2008-02-01  Dave Love  <fx@gnu.org>
17658         * charset.c (Fcharset_priority_list, Fset_charset_priority):
17659         New functions.
17661         * character.c (Fstring): Doc fix.
17663         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17665         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not ids.
17666         (font-encoding-alist): Doc fix.
17668 2008-02-01  Dave Love  <fx@gnu.org>
17670         * term.c (costs_set): Declare static, non-initialized for pcc.
17671         (encode_terminal_code): Remove unused var.
17673         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17674         for K&R.
17676         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17678         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17679         (suffixes): Move out of make_subsidiaries for K&R.
17681         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17683         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17685 2008-02-01  Dave Love  <fx@gnu.org>
17687         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
17689         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
17691 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
17693         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17695         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17697 2008-02-01  Kenichi Handa  <handa@m17n.org>
17699         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17700         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
17702 2008-02-01  Kenichi Handa  <handa@m17n.org>
17704         * coding.c (decode_coding_charset): Adjust for the change of
17705         Fdefine_coding_system_internal.
17706         (Fdefine_coding_system_internal): For a coding system of
17707         `charset' type, store a list of charset IDs in
17708         `charset_attr_charset_valids' element of coding attributes.
17710 2008-02-01  Kenichi Handa  <handa@m17n.org>
17712         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17713         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
17714         caller.  Handle 2-byte and 3-byte charsets correctly.
17715         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17716         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
17717         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17718         (DECODE_EMACS_MULE_21_COMPOSITION): Call
17719         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
17720         sequence.
17721         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
17722         `src' and `consumed_chars' correctly before calling emacs_mule_char.
17723         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17724         and alt&rule composition.
17725         (decode_coding_iso_2022): Handle composition correctly.
17726         (init_coding_once): Setup emacs_mule_bytes for private charsets.
17728         * charset.c (Fdefine_charset_internal): Fix bug for the case of
17729         re-defining a charset.  If the charset has :emacs-mule-id, setup
17730         emacs_mule_bytes.
17731         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17733 2008-02-01  Kenichi Handa  <handa@m17n.org>
17735         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17736         (encode_coding_big5, encode_coding_charset): If coding requires safe
17737         encoding, produce a character specified by
17738         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17740 2008-02-01  Dave Love  <fx@gnu.org>
17742         * xterm.c (XSetIMValues): Declare.
17744         * process.c: Conditionally include sys/wait.h, pty.h.
17746         * print.c (print_object): Fix print format for 64-bit systems.
17748         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17750         * buffer.c (emacs_strerror): Declare.
17752         * fontset.c (Fclear_face_cache): Declare.
17753         (accumulate_font_info): Comment-out (unused).
17754         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17755         variables.
17757         * character.h (string_escape_byte8): Declare.
17759         * charset.c (load_charset_map, load_charset_map_from_file): Remove
17760         unused vars.
17761         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17762         (Fmap_charset_chars): Doc fix.
17764         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17765         (Fset_coding_system_priority, Fset_coding_system_priority)
17766         (Fdefine_coding_system_internal): Doc fix.
17768 2008-02-01  Dave Love  <fx@gnu.org>
17770         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17772 2008-02-01  Kenichi Handa  <handa@m17n.org>
17774         * character.c (string_escape_byte8): Make multibyte string with
17775         correct size.
17777         * charset.c (Fmake_char): Delete unnecessary code.
17779 2008-02-01  Kenichi Handa  <handa@m17n.org>
17781         * xfns.c (x_encode_text): Allocate coding.destination here, and
17782         call encode_coding_object with dst_object Qnil.
17784         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17785         multibyte form correctly.
17787         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17788         against Vfont_encoding_alist.
17790         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
17791         handling of charset list.
17792         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17793         (decode_coding_object): Move point to coding->dst_pos before
17794         calling post-read-conversion function.
17795         (encode_coding_object): Give correct arguments to
17796         pre-write-conversion.  Ignore the return value of
17797         pre-write-conversion function.  Pay attention to the case that
17798         pre-write-conversion changes the current buffer.  If dst_object is
17799         Qt, even if coding->src_bytes is zero, allocate at least one byte
17800         to coding->destination.
17802         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17804         * charset.c (Fmake_char): Make it more backward compatible.
17805         (Fmap_charset_chars): Fix docstring.
17807 2008-02-01  Dave Love  <fx@gnu.org>
17809         * coding.c: Doc fixes.
17810         (Fdefine_coding_system_alias): Use names, not symbols, in
17811         coding-system-alist.
17813 2008-02-01  Kenichi Handa  <handa@m17n.org>
17815         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17816         of calling free_realized_face.
17818 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
17820         * charset.c (read_hex): Don't treat SPC as a comment starter.
17821         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17822         (Fdecode_char): Fix typo.
17824 2008-02-01  Kenichi Handa  <handa@m17n.org>
17826         * charset.h (struct charset): New member `code_space_mask'.
17828         * coding.c (coding_set_source): Delete the local variable beg_byte.
17829         (encode_coding_charset, Fdefine_coding_system_internal):
17830         Delete the local variable charset.
17831         (Fdefine_coding_system_internal): Setup
17832         attrs[coding_attr_charset_valids] correctly.
17834         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17835         member to check if CODE is valid or not.
17836         (Fdefine_charset_internal): Initialize `code_space_mask' member.
17837         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17838         is within the range of charset->min_code and carset->max_code.
17840 2008-02-01  Dave Love  <fx@gnu.org>
17842         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17844         * dispextern.h (generate_ascii_font): Fix return type.
17846         * xfaces.c (generate_ascii_font): Fix arg declaration.
17848         * coding.c (coding_inherit_eol_type)
17849         (Fset_terminal_coding_system_internal)
17850         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17852 2008-02-01  Kenichi Handa  <handa@m17n.org>
17854         * coding.c (decode_coding_charset, encode_coding_charset): Handle
17855         multiple charsets correctly.
17857 2008-02-01  Kenichi Handa  <handa@m17n.org>
17859         * search.c (boyer_moore): Fix handling of multibyte character
17860         translation.
17862         * xdisp.c (display_mode_element): When the variable `elt' is
17863         changed, update `this' and `lisp_string'.
17865 2008-02-01  Kenichi Handa  <handa@m17n.org>
17867         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17869         * callproc.c (Fcall_process): Be sure to give the current buffer
17870         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
17872         * charset.c (struct charset_map_entries): New struct.
17873         (load_charset_map): Rename from parse_charset_map.  New args
17874         entries and n_entries.  Change caller.
17875         (load_charset_map_from_file): Rename from load_charset_map.
17876         Change caller.  New arg control_flag.  Call load_charset_map at
17877         the tail.
17878         (load_charset_map_from_vector): New function.
17879         (Fdefine_charset_internal): Setup charset.compact_codes_p.
17880         (encode_char): If the charset is compact, change a character index
17881         to a code point.
17883         * coding.c (coding_alloc_by_making_gap): Check the case that the
17884         source and destination are the same correctly.
17885         (decode_coding_raw_text): Set coding->consumed_char and
17886         coding->consumed to 0.
17887         (produce_chars): If coding->chars_at_source is nonzero, update
17888         coding->consumed_char and coding->consumed before calling
17889         alloc_destination.
17890         (Fdefine_coding_system_alias): Register ALIAS in
17891         Vcoding_system_alist.
17892         (syms_of_coding): Define `no-conversion' coding system at the tail.
17894         * fileio.c (Finsert_file_contents): Set coding_system instead of
17895         val.  If the current buffer is multibyte, always call
17896         decode_coding_gap.
17898         * xfaces.c (try_font_list): Give higher priority to fontset's
17899         family than face's family.
17901 2008-02-01  Kenichi Handa  <handa@m17n.org>
17903         * callproc.c (Fcall_process): Be sure to give the current buffer
17904         to decode_coding_c_string.
17906         * xfaces.c (try_font_list): Give a family specified in a fontset
17907         higher priority than a family specified in a face.
17909 2008-02-01  Kenichi Handa  <handa@m17n.org>
17911         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17912         Fix arguments to insert_from_buffer.
17914         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17916 2008-02-01  Kenichi Handa  <handa@m17n.org>
17918         * coding.c (produce_chars): Set the variable `multibytep' correctly.
17919         (decode_coding_gap): Set coding->dst_multibyte correctly.
17921 2008-02-01  Kenichi Handa  <handa@m17n.org>
17923         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17924         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17925         (encode_coding_utf_16): Substitute coding->default_char for
17926         non-Unicode characters.
17927         (decode_coding): Don't call record_insert here.
17928         (setup_coding_system): Initialize `surrogate' of
17929         coding->spec.utf_16 to 0.
17930         (EMIT_ONE_BYTE): Fix for multibyte case.
17932         * insdel.c (insert_from_gap): Call record_insert.
17934 2008-02-01  Kenichi Handa  <handa@m17n.org>
17936         * casefiddle.c (casify_region): Fix multibyte case.
17938         * character.c (c_string_width): Add return type `int'.
17939         (char_string_with_unification): Delete arg ADVANCED.
17941         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17942         (CHAR_STRING): Adjust for the change of char_string_with_unification.
17943         (CHAR_STRING_ADVANCE): Make it do-while statement.
17945         * chartab.c (sub_char_table_set_range): Optimize for the case
17946         DEPTH == 3.  Add workaround code for a GCC optimization bug.
17948         * charset.c (parse_charset_map): Remove an unused variable.
17950         * coding.c: Delete unused variables.
17952         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17953         earlier.  If inserted is zero and the coding system doesn't
17954         require flushing, don't call decode_coding_gap.
17956         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17958 2008-02-01  Kenichi Handa  <handa@m17n.org>
17960         The following changes are for using Unicode as an internal
17961         character model, and use UTF-8 format for buffer/string
17962         representation.
17964         * .gdbinit (xchartable): Adjust for the change of char table structure.
17965         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17967         * Makefile.in (obj): Add character.o and chartab.o.
17968         (lisp, shortlisp): Remove utf-8.elc.
17969         (*.o): For many files, change dependency on charset.h to
17970         character.h, and add dependency on character.h.
17971         (character.o, chartab.o): New targets.
17973         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17974         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17975         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17976         of "charset.h".
17978         * dired.c, filelock.c: Include "character.h".
17980         * alloc.c: Include "character.h" instead of "charset.h".
17981         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17982         (syms_of_alloc): Remove defsubr for Smake_char_table.
17984         * buffer.c: Include "character.h" instead of "charset.h", don't
17985         include "coding.h".
17986         (Fset_buffer_multibyte): Adjust for UTF-8.
17988         * buffer.h: EXFUN Fbuffer_live_p.
17990         * callproc.c: Include "character.h" instead of "charset.h".
17991         (Fcall_process): Big change for the new code-conversion APIs.
17993         * casetab.c: Include "character.h" instead of "charset.h".
17994         (set_canon, set_identity, shuffle): Adjust for the new
17995         map_char_table spec.
17996         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17997         accessing the char table structure.
17999         * chartab.c: New file that implements char table.
18001         * category.c: Include "character.h".
18002         (copy_category_entry): New function.
18003         (copy_category_table): Call map_char_table and copy_category_entry.
18004         (Fmake_category_table): Initialize all top-level slots.
18005         (char_category_set): New function.
18006         (modify_lower_category_set): Delete.
18007         (Fmodify_category_entry): Call char_table_ref_and_range.
18009         * category.h (CATEGORY_SET): Just call char_category_set.
18011         * ccl.c: Include "character.h".
18012         (Qccl, Qcclp): New variables.
18013         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18014         it's less than 256.
18015         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18016         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18017         and DST type.
18018         (ccl_driver): Change types of argument, adjust code accordingly.
18019         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18020         ccl_driver.
18021         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18023         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18024         New members src_multibyte, dst_multibyte, consumed, and produced.
18025         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
18026         (CODING_SPEC_CCL_PROGRAM): New macro.
18027         (ccl_driver): Update prototype.
18028         (Qccl, Qcclp, Fccl_program_p): Extern them.
18029         (CHECK_CCL_PROGRAM): New macro.
18031         * character.c, character.h, chartab.c: New files.
18033         * charset.c: Mostly re-written.  Move character and multibyte sequence
18034         handling codes to character.c.
18036         * charset.h: Mostly re-written.  Move character and multibyte sequence
18037         handling codes to character.h.
18039         * coding.c, coding.h: Mostly re-written.
18041         * composite.c: Include "character.h" instead of "charset.h".
18042         (CHAR_WIDTH): Move to character.h.
18043         (HASH_KEY, HASH_VALUE): Delete.
18045         * composite.h (enum composition_method): Change order of enumeration
18046         symbols.
18048         * data.c: Include "character.h" instead of "charset.h".
18049         (Faref): Call CHAR_TABLE_REF for a char table.
18050         (Faset): Call CHAR_TABLE_SET for a char table.
18052         * dispextern.h (free_realized_face, check_face_attribytes)
18053         (generate_ascii_font): Extern them.
18054         (free_realized_multibyte_face): Delete extern.
18056         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18057         table structure.
18059         * editfns.c: Include "character.h" instead of "charset.h".
18060         (Fchar_to_string): Always call CHAR_STRING.
18062         * emacs.c (main): Call init_charset_once, init_charset,
18063         syms_of_chartab, and syms_of_character.
18065         * fileio.c: Include "character.h" instead of "charset.h".
18066         (Finsert_file_contents): Big change for the new code-conversion API.
18067         (choose_write_coding_system, Fwrite_region): Likewise.
18068         (build_annotations_2): Delete.
18069         (e_write): Big change for the new code-conversion API.
18071         * fns.c: Include "character.h" instead of "charset.h".
18072         (copy_sub_char_table): Move to chartab.c.
18073         (Fcopy_sequence): Call copy_char_table for a char table.
18074         (concat): Delete codes calling count_multibyte.
18075         (string_char_to_byte, string_byte_to_char): Adjust for the new
18076         multibyte form.
18077         (internal_equal): Adjust for the change of char table structure.
18078         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18079         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18080         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18081         (char_table_translate, optimize_sub_char_table)
18082         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18083         chartab.c.
18084         (char_table_ref_and_index): Delete.
18085         (HASH_KEY, HASH_VALUE): Move to lisp.h.
18086         (Fmd5): Call preferred_coding_system instead of accessing
18087         Vcoding_category_list.  Adjust for the new code-conversion API.
18088         (syms_of_fns): Move defsubr for char table related functions to
18089         chartab.c.
18091         * fontset.c: Mostly re-written.
18093         * fontset.h (struct font_info): Change type of the member encoding_type.
18094         (enum FONT_SPEC_INDEX): New enum.
18095         (fontset_font_pattern, fs_load_font): Update prototype.
18096         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18098         * indent.c: Include "character.h" instead of "charset.h".
18099         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18101         * insdel.c: Include "character.h" instead of "charset.h".
18102         (copy_text): Don't refer to Vnonascii_translation_table.
18103         (insert_from_gap): New function.
18105         * keyboard.c: Include "character.h" instead of "charset.h".
18106         (command_loop_1): Never call direct_output_forward_char before
18107         a non-ASCII character.
18108         (read_char): If Vkeyboard_translate_table is a char table, always
18109         translate a character.
18111         * keymap.c: Include "character.h".
18112         (store_in_keymap): Handle the case that IDX is a cons.
18113         (Fdefine_key): Handle the case that KEY is a cons and the car part
18114         is also a cons (range).
18115         (push_key_description): Adjust for the new character code.
18116         (describe_vector): Call describe_char_table for a char table.
18117         (describe_char_table): New function.
18119         * keymap.h (describe_char_table): Extern it.
18121         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18122         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18123         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18124         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18125         Delete.
18126         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18127         structure.
18128         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18129         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18130         (CHARTAB_SIZE_BITS_3): New macros.
18131         (chartab_size): Extern it.
18132         (struct Lisp_Char_Table): Re-design.
18133         (struct Lisp_Sub_Char_Table): New structure.
18134         (HASH_KEY, HASH_VALUE): Move from fns.c.
18135         (CHARACTERBITS): Define as 22.
18136         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18137         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18138         (GC_SUB_CHAR_TABLE_P): New macro.
18139         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18140         (code_convert_string_norecord): Deleted extern.
18141         (init_character_once, syms_of_character, init_charset)
18142         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18144         * lread.c: Include "character.h".
18145         (read_multibyte): New arg NBYTES.
18146         (read_escape): Change the meaning of returned *BYTEREP.
18147         (to_multibyte): Delete.
18148         (read1): Adjust the handling of char table and string.
18150         * print.c: Include "character.h" instead of "charset.h".
18151         (print_string): Convert 8-bit raw bytes to octal form by
18152         string_escape_byte8.
18153         (print_object): Adjust for the new multibyte form.  Print 8-bit
18154         raw bytes always in octal form.  Handle sub char table correctly.
18156         * process.c: Include "character.h" instead of "charset.h".
18157         (read_process_output, send_process): Adjust for the new
18158         code-conversion API.
18160         * puresize.h (BASE_PURESIZE): Increase.
18162         * regex.c: Include "character.h" instead of "charset.h".
18163         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18164         (regex_compile): Accept a range whose starting and ending
18165         character have different leading bytes.
18166         (analyse_first): Adjust for the above change.
18168         * search.c: Include "character.h" instead of "charset.h".
18169         (search_buffer, boyer_moore): Adjust for the new multibyte form.
18170         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18172         * syntax.c: Include "character.h" instead of "charset.h".
18173         (syntax_parent_lookup): Delete.
18174         (Fmodify_syntax_entry): Accept a cons as CHAR.
18175         (skip_chars): Adjust for the new multibyte form.
18176         (init_syntax_once): Call char_table_set_range instead of directly
18177         accessing the structure of a char table.
18179         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18180         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18181         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18182         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18184         * term.c: Include "buffer.h" and "character.h".
18185         (encode_terminal_code, write_glyphs): Adjust for the new
18186         code-conversion API.
18187         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18189         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18191         * xdisp.c: Include "character.h".
18192         (get_next_display_element): Adjust for the new multibyte form.
18193         (disp_char_vector): Adjust for the new char table structure.
18194         (decode_mode_spec_coding): Adjust for the new structure of
18195         coding system.
18196         (decode_mode_spec): Adjust for the new code-conversion API.
18198         * xfaces.c: Include "character.h" instead of "charset.h".
18199         (load_face_font): Adjust for the change of choose_face_font and
18200         FS_LOAD_FONT.
18201         (generate_ascii_font): New function.
18202         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18203         (set_font_frame_param): Adjust for the change of choose_face_font.
18204         (free_realized_face): Make it public.
18205         (free_realized_faces_for_fontset): Rename from
18206         free_realized_multibyte_face.  Free also faces realized for ASCII.
18207         (choose_face_font): Change arguments.  Adjust for the change of
18208         fontset_font_pattern and FS_LOAD_FONT.
18210         * xfns.c: Include "character.h".
18211         (x_encode_text): Adjust for the new code-conversion API.
18213         * xselect.c: Don't include "charset.h".
18214         (selection_data_to_lisp_data): Adjust for the new code conversion API.
18216         * xterm.c: Include "character.h".
18217         (x_encode_char): New argument CHARSET.  Change caller.
18218         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18219         Call ENCODE_CHAR instead of SPLIT_CHAR.
18220         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18221         CHAR_WIDTH instead of CHARSET_WIDTH.
18222         (XTread_socket): Adjust for the new code-conversion API.
18223         (x_new_font): Adjust for the change of FS_LOAD_FONT.
18224         (x_load_font): Adjust for the change of struct font.
18226 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18228         * xfaces.c (face_at_buffer_position): Remove unused vars.
18230 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
18232         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18233         Fix overflow checking.
18235 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
18237         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18238         Cancel previous change.
18240 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
18242         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18243         ccl->eight_bit_control.  Fix check for buffer overflow.
18244         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18245         (ccl_driver): Initialize extra_bytes to 0.
18247 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
18249         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18250         return it ORed with ctrl_modifier.
18252 2008-01-29  Miles Bader  <miles@gnu.org>
18254         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18256 2008-01-28  Jason Rumney  <jasonr@gnu.org>
18258         * w32.c (stat): Don't double check for networked drive.
18260 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18262         * window.c (run_window_configuration_change_hook): New function.
18263         Code extracted from set_window_buffer.  Set the selected frame.
18264         (set_window_buffer): Use it.
18265         * window.h (run_window_configuration_change_hook): Declare.
18266         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18268         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18270 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
18272         * Makefile.in: Remove references to unused macros.
18274 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
18276         * w32.c (g_b_init_get_sid_sub_authority)
18277         (g_b_init_get_sid_sub_authority_count): New static variables.
18278         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18279         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18280         (init_user_info): Use them to retrieve uid and gid.
18281         Use 500/513, the Windows defaults, as Administrator's uid/gid.
18282         (fstat): Use pw_uid and pw_gid from the_passwd structure for
18283         st_uid and st_gid of the file.
18285 2008-01-26  Jason Rumney  <jasonr@gnu.org>
18287         * w32.c (logon_network_drive): New function.
18288         (stat): Use it.
18290 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
18292         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18293         invisible text covered with an ellipsis.
18295 2008-01-25  Richard Stallman  <rms@gnu.org>
18297         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18298         jump back to beginning.  Move some other initializations after that.
18299         (Qwindow_text_change_functions, Vwindow_text_change_functions):
18300         New variables.
18301         (syms_of_xdisp): Init them.
18303         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18305         * buffer.c (reset_buffer_local_variables):
18306         Implement `permanent-local-hook'.
18307         (Qpermanent_local_hook): New variable.
18308         (syms_of_buffer): Init and staticpro it.
18310 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
18312         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18314 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
18316         * fns.c (Fclrhash): Return TABLE.
18318 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18320         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18321         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18322         is set even without positional changes.
18323         (x_scroll_bar_clear): Set bar->redraw_needed_p.
18325         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18327 2008-01-23  Jason Rumney  <jasonr@gnu.org>
18329         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18331         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18332         the unicode range available in MULE by locale-coding-system.
18333         Improve dbcs lead byte detection.  Set event timestamp and modifiers
18334         earlier.
18336 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18338         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18339         [MAC_OSX] (init_mac_osx_environment): Initialize it.
18340         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18341         when used on child processes.
18343 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
18345         * dbusbind.c (Fdbus_method_return_internal): Rename from
18346         Fdbus_method_return.
18347         (Fdbus_unregister_object): Move to dbus.el.
18348         (Fdbus_call_method, Fdbus_method_return_internal)
18349         (Fdbus_send_signal): Improve debug messages.
18351 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
18353         * undo.c (undo_inhibit_record_point): New variable.
18354         (syms_of_undo): Initialize it.
18355         (record_point): Don't record point when undo_inhibit_record_point
18356         is set.
18358 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18362         * xdisp.c (Qauto_hscroll_mode): New var.
18363         (syms_of_xdisp): Initialize it.
18364         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18365         window's buffer.
18366         (hscroll_windows): Don't check automatic_hscrolling_p here.
18368         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18369         vscroll if we're setting window-buffer to the value it already has.
18371 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
18373         * m/intel386.h: Remove references to XENIX.
18375 2008-01-17  Andreas Schwab  <schwab@suse.de>
18377         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18378         instead of HAVE_X86_64_LIB64_DIR.
18379         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18381 2008-01-17  Glenn Morris  <rgm@gnu.org>
18383         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18384         to HAVE_X86_64_LIB64_DIR.
18386 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
18388         * s/irix3-3.h:
18389         * s/irix4-0.h:
18390         * s/386-ix.h:
18391         * s/domain.h:
18392         * s/hpux9-x11r4.h:
18393         * s/hpux9shxr4.h: Remove files for systems no longer supported.
18395         * sysdep.c: Remove code containing references to symbols defined
18396         by unsupported systems.
18398 2008-01-16  Glenn Morris  <rgm@gnu.org>
18400         * coding.c (select-safe-coding-system-function): Doc fix.
18402 2008-01-15  Glenn Morris  <rgm@gnu.org>
18404         * config.in: Revert 2008-01-13 change: this is a generated file.
18406 2008-01-13  Tom Tromey  <tromey@redhat.com>
18408         * lisp.h: Fix typo.
18410 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
18412         * m/sequent-ptx.h:
18413         * m/sequent.h:
18414         * s/ptx.h:
18415         * s/ptx4-2.h:
18416         * s/ptx4.h: Remove files for systems no longer supported.
18418         * callproc.c (Fcall_process): Fix previous change.
18420 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
18422         * unexsunos4.c: Remove file, system not supported anymore.
18424         * m/mips.h:
18425         * m/intel386.h:
18426         * callproc.c:
18427         * config.in:
18428         * ecrt0.c:
18429         * emacs.c:
18430         * fileio.c:
18431         * frame.c:
18432         * getpagesize.h:
18433         * keyboard.c:
18434         * lread.c:
18435         * process.c:
18436         * puresize.h:
18437         * sysdep.c:
18438         * systty.h:
18439         * syswait.h:
18440         * unexec.c:
18441         * xdisp.c:
18442         * alloc.c: Remove code containing references to symbols defined by
18443         unsupported systems.
18445 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
18447         * coding.c (detect_coding_mask): Fix previous change.
18449 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
18451         * coding.c (detect_coding_iso2022): New arg
18452         latin_extra_code_state.  Allow Latin extra codes only
18453         when *latin_extra_code_state is nonzero.
18454         (detect_coding_mask): If there is a NULL byte, detect the encoding
18455         as UTF-16 or binary.  If Latin extra codes exist, detect the
18456         encoding as ISO-2022 only when there's no other proper encoding is
18457         found.
18459 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18461         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18462         #ifdef MAC_OS.
18464 2008-01-08  Richard Stallman  <rms@gnu.org>
18466         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18468 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
18470         * keyboard.c (parse_menu_item): Don't enclose key bindings on
18471         menu bar in parentheses.
18473 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
18475         * m/7300.h:
18476         * m/acorn.h:
18477         * m/alliant-2800.h:
18478         * m/alliant.h:
18479         * m/alliant1.h:
18480         * m/alliant4.h:
18481         * m/altos.h:
18482         * m/amdahl.h:
18483         * m/apollo.h:
18484         * m/att3b.h:
18485         * m/aviion-intel.h:
18486         * m/aviion.h:
18487         * m/celerity.h:
18488         * m/clipper.h:
18489         * m/cnvrgnt.h:
18490         * m/convex.h:
18491         * m/cydra5.h:
18492         * m/delta88k.h:
18493         * m/dpx2.h:
18494         * m/dual.h:
18495         * m/elxsi.h:
18496         * m/f301.h:
18497         * m/gould-np1.h:
18498         * m/gould.h:
18499         * m/i860.h:
18500         * m/ibmps2-aix.h:
18501         * m/ibmrt-aix.h:
18502         * m/ibmrt.h:
18503         * m/irist.h:
18504         * m/is386.h:
18505         * m/isi-ov.h:
18506         * m/mega68.h:
18507         * m/mg1.h:
18508         * m/news-r6.h:
18509         * m/news-risc.h:
18510         * m/news.h:
18511         * m/nh3000.h:
18512         * m/nh4000.h:
18513         * m/ns16000.h:
18514         * m/ns32000.h:
18515         * m/nu.h:
18516         * m/orion.h:
18517         * m/orion105.h:
18518         * m/paragon.h:
18519         * m/pfa50.h:
18520         * m/plexus.h:
18521         * m/pyramid.h:
18522         * m/pyrmips.h:
18523         * m/sh3el.h:
18524         * m/sps7.h:
18525         * m/sr2k.h:
18526         * m/stride.h:
18527         * m/sun1.h:
18528         * m/sun2.h:
18529         * m/sun3-68881.h:
18530         * m/sun3-fpa.h:
18531         * m/sun3-soft.h:
18532         * m/sun3.h:
18533         * m/sun386.h:
18534         * m/symmetry.h:
18535         * m/tad68k.h:
18536         * m/tahoe.h:
18537         * m/targon31.h:
18538         * m/tek4300.h:
18539         * m/tekxd88.h:
18540         * m/tower32.h:
18541         * m/tower32v3.h:
18542         * m/ustation.h:
18543         * m/wicat.h:
18544         * m/xps100.h:
18545         * s/cxux.h:
18546         * s/cxux7.h:
18547         * s/dgux.h:
18548         * s/dgux4.h:
18549         * s/dgux5-4-3.h:
18550         * s/dgux5-4r2.h:
18551         * s/esix.h:
18552         * s/esix5r4.h:
18553         * s/hiuxmpp.h:
18554         * s/hiuxwe2.h:
18555         * s/iris3-5.h:
18556         * s/iris3-6.h:
18557         * s/isc2-2.h:
18558         * s/isc3-0.h:
18559         * s/isc4-0.h:
18560         * s/isc4-1.h:
18561         * s/newsos5.h:
18562         * s/newsos6.h:
18563         * s/osf1.h:
18564         * s/osf5-0.h:
18565         * s/riscix1-1.h:
18566         * s/riscix12.h:
18567         * s/sco4.h:
18568         * s/sco5.h:
18569         * s/sunos4-0.h:
18570         * s/sunos4-1.h:
18571         * s/sunos413.h:
18572         * s/sunos4shr.h:
18573         * s/umax.h:
18574         * s/unipl5-2.h:
18575         * s/xenix.h:
18576         * cxux-crt0.s:
18577         * unexapollo.c:
18578         * unexconvex.c:
18579         * unexenix.c:
18580         * unexsni.c: Remove files for systems no longer supported.
18582         * m/intel386.h: Remove references to unsupported systems.
18584         * w32.c (get_emacs_configuration): Remove reference to i860.
18586         * sysdep.c: Remove dead code.
18588 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
18590         * s/rtu.h:
18591         * m/masscomp.h: Remove files.  Platform is obsolete.
18593 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
18595         * dbusbind.c (Fdbus_method_return): New function.
18596         (xd_read_message): Add the serial number to the event.
18597         (Fdbus_register_method): Activate the function.
18599 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18601         * keyboard.c (read_key_sequence): Fix typo.
18603 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
18605         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18606         (xd_signature, xd_append_arg): Handle element type detection for
18607         empty arrays.
18608         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18609         SDATA () calls; this must be solved more general.
18610         (Fdbus_register_signal): Use SBYTES instead of strlen.
18612 2008-01-03  Magnus Henoch  <magnus@zemdatav>
18614         * dbusbind.c (xd_append_arg): Use unsigned char instead of
18615         unsigned int for byte values (necessary for big-endian platform).
18616         (Fdbus_call_method): Handle the case of no returned arguments.
18618 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
18620         * dbusbind.c (xd_read_message): Use non-static input_event struct.
18622 2007-12-31  Magnus Henoch  <mange@freemail.hu>
18624         * dbusbind.c (xd_signature): Signature of variant is just "v".
18626 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
18628         * dbusbind.c: Fix several errors and compiler warnings.
18629         Reported by Tom Tromey <tromey@redhat.com>.
18630         (XD_ERROR, XD_DEBUG_MESSAGE)
18631         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18632         (xd_append_arg): Part for basic D-Bus types rewritten.
18633         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18634         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
18635         appropriate.
18636         (xd_read_message): Return Qnil.  Don't signal an error; it is not
18637         useful during event reading.
18638         (Fdbus_register_signal): Signal an error if the check for
18639         FUNCTIONP fails.
18640         (Fdbus_register_method): New function.  The implementation is not
18641         complete, the call of the function signals an error therefore.
18642         (Fdbus_unregister_object): New function, renamed from
18643         Fdbus_unregister_signal.  The initial check signals an error, if
18644         the object is not well formed.
18646 2007-12-30  Richard Stallman  <rms@gnu.org>
18648         * textprop.c (get_char_property_and_overlay):
18649         Signal error if POSITION is out of range in a buffer.
18651 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
18653         * w32fns.c (Fx_create_frame): Make copy of frame parameters
18654         because the original parameters are in pure storage now.
18656 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18658         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18660 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
18662         * callint.c (syms_of_callint) <command-history>: Add reference to
18663         history-length in the doc string.
18665 2007-12-17  Jason Rumney  <jasonr@gnu.org>
18667         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18668         before passing as wParam.
18670 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
18672         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18673         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18674         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18675         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18676         as number.
18677         (Fdbus_call_method): Fix docstring.
18679 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
18681         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18682         New macros.
18683         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18684         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18685         Simplify.
18686         (xd_signature): New function.
18687         (xd_append_arg): Compute also signatures.  Major rewrite.
18688         (xd_retrieve_arg): Make debug messages friendly.
18689         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18690         Check for signatures of arguments.
18692 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
18694         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18695         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18696         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18697         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18698         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18699         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18700         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18701         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18702         (xd_retrieve_value): Remove.  Functionality included in ...
18703         (xd_append_arg): New function.
18704         (Fdbus_call_method, Fdbus_send_signal): Apply it.
18706 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
18708         * dbusbind.c (top): Include <stdio.h>.
18709         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18710         dbus_message_new_method_call and dbus_message_new_signal.
18711         (Fdbus_register_signal): Rename unique_name to uname.
18712         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
18713         non-existing unique name.  Fix typos in matching rule.  Return an
18714         object which is useful in Fdbus_unregister_signal.
18715         (Fdbus_unregister_signal): Reimplementation, in order to remove
18716         only the corresponding entry.
18717         (Vdbus_registered_functions_table): Change the order of entries.
18718         Apply these changes in xd_read_message and Fdbus_register_signal.
18720 2007-12-16  Andreas Schwab  <schwab@suse.de>
18722         * fileio.c (Finsert_file_contents): Fix overflow check to not
18723         depend on undefined integer overflow.
18725 2007-12-14  Jason Rumney  <jasonr@gnu.org>
18727         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18728         for characters above 127.
18730 2007-12-13  Jason Rumney  <jasonr@gnu.org>
18732         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18733         before dereferencing array.
18734         (lookup_vk_code): Remove zero comparison.
18736 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
18738         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18739         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18740         Use `unsigned int' instead of `uint'.
18741         (xd_read_message, Fdbus_register_signal): Split expressions into
18742         multiple lines before operators "&&" and "||", according to the
18743         GNU Coding Standards.
18745 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
18747         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18749 2007-12-12  Juri Linkov  <juri@jurta.org>
18751         * buffer.c (Frename_buffer): In interactive spec replace
18752         `read-buffer' with `read-string' that uses `buffer-name-history'
18753         as history, and the current buffer's name as default.
18755 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18757         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18758         manipulating the backtrace manually.
18759         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18760         (struct backtrace, backtrace_list): Remove.
18761         (command_loop_1): Remove dead var `no_direct'.
18763         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18764         preserve non-built-in buffer-local variables.
18765         (Fkill_all_local_variables): Don't re-create&re-set permanent
18766         buffer-local variables.
18768 2007-12-09  Juri Linkov  <juri@jurta.org>
18770         * buffer.c (Frename_buffer): Change interactive spec from "s" to
18771         Lisp code that uses `read-buffer' with current buffer as default.
18773 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
18775         * dbusbind.c (xd_read_message): Generate an event for every
18776         registered handler.  There might be several handlers registered
18777         for the same signal.
18778         (Fdbus_register_signal): Don't overwrite a registration for the
18779         same signal.  Add a new registration if handlers are different.
18780         (Vdbus_registered_functions_table): Rework doc string.
18782 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
18784         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18785         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18786         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18787         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18788         Unify argument lists.
18789         (xd_read_message, Fdbus_register_signal): Reorder and extend event
18790         arguments and hash table keys.  Use unique name for service.
18791         (Fdbus_unregister_signal): Remove checks.
18792         (Vdbus_registered_functions_table): Fix doc string.
18794 2007-12-05  Magnus Henoch  <mange@freemail.hu>
18796         * process.c (make_process): Initialize pty_flag to 0.
18798 2007-12-05  Jason Rumney  <jasonr@gnu.org>
18800         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18801         specified XBMs.
18803 2007-12-05  Richard Stallman  <rms@gnu.org>
18805         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18807 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18809         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18810         New variable.
18811         (mac_try_close_socket) [MAC_OSX]: New function.
18812         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18813         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
18815         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18816         Use mac_try_close_socket.
18818 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18820         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
18821         reloc_base.
18822         (copy_dysymtab): Compute relocation base here.
18823         (rebase_reloc_address) [__ppc64__]: New function.
18824         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18825         changed.
18827 2007-12-05  Jason Rumney  <jasonr@gnu.org>
18829         * w32proc.c (sys_spawnve): Quote args with wildcards.
18831 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18833         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18834         __objc_* sections.
18835         (unrelocate) [_LP64]: Set relocation base to address of data segment.
18837 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
18839         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18840         Move check for Vdbus_registered_functions_table to
18841         xd_read_queued_messages.
18842         (xd_read_queued_messages): Protect xd_read_message calls by
18843         internal_condition_case_1.
18845 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
18847         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18848         Qdbus_system_bus and Qdbus_session_bus, respectively.
18849         (Vdbus_intern_symbols): Remove.
18850         (Vdbus_registered_functions_table): New hash table.
18851         (XD_SYMBOL_INTERN_SYMBOL): Remove.
18852         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18853         Rewrite in order to manage registered functions by hash table
18854         Vdbus_registered_functions_table.
18856 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
18858         * xterm.c: Update URL to Window Manager Specification in comment.
18860 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
18862         * config.in (HAVE_DBUS): Add.
18864         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18865         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18866         (obj): Add $(DBUS_OBJ).
18867         (LIBES): Add $(DBUS_LIBS).
18868         (dbusbind.o): New target.
18870         * dbusbind.c: New file.
18872         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18874         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18875         (Qdbus_event): New Lisp symbol.
18876         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18877         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
18878         (keys_of_keyboard): Define dbus-event.
18880         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18882 2007-12-01  Richard Stallman  <rms@gnu.org>
18884         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18886 2007-11-30  Jason Rumney  <jasonr@gnu.org>
18888         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18889         (w32con_reset_terminal_modes): Clear screen buffer.
18890         (w32_face_attributes): Don't use color indexes that are out of range.
18891         Only reverse the default colors.
18893         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18894         WINDOWSNT.
18896         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18898 2007-11-29  Jason Rumney  <jasonr@gnu.org>
18900         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18901         (w32_face_attributes): Use Vtty_defined_color_alist to determine
18902         if the terminal colors are initialized.
18903         (unspecified_fg, unspecified_bg): Remove unused declarations.
18905 2007-11-29  Andreas Schwab  <schwab@suse.de>
18907         * keyboard.c (apply_modifiers): Fix typo.
18909 2007-11-29  Richard Stallman  <rms@gnu.org>
18911         * keymap.c (Fcurrent_local_map): Doc fix.
18913 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
18915         * s/gnu-kfreebsd.h: New file.
18917 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18919         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18920         Don't cast redundantly.
18922         * keyboard.c (KEY_TO_CHAR): New macro.
18923         (parse_modifiers, apply_modifiers): Accept integer arguments.
18924         (read_key_sequence): Use them to unify the "shift->unshift" mapping
18925         for chars and symbol keys.
18926         After doing such remapping, apply function-key-map again.
18928 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
18930         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18931         compiled anymore.
18933 2007-11-26  Andreas Schwab  <schwab@suse.de>
18935         * process.c (list_processes_1): Fix indentation level of the
18936         command column.
18938 2007-11-23  Andreas Schwab  <schwab@suse.de>
18940         * editfns.c (Fformat): Handle %c specially since it requires the
18941         argument to be of type int.
18943 2007-11-23  Markus Triska  <markus.triska@gmx.at>
18945         * emacs.c (main): Call init_editfns before init_process, since
18946         init_process sets Vprocess_connection_type depending on OS release.
18948 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18950         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18951         (find_symbol_value): Use do_symval_forwarding.
18953         * data.c (set_internal): Set the value in the `cons-cell' (for
18954         Buffer_Local_values) not only for frame-local variables.
18956 2007-11-22  Andreas Schwab  <schwab@suse.de>
18958         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18959         values to sprintf.
18960         * keymap.c (Fsingle_key_description): Likewise.
18961         * print.c (print_object): Likewise.
18963 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
18965         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18966         file for image is nil.
18968 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
18970         * term.c: Include stdarg.h.
18971         (fatal): Implement using varargs.
18972         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
18974 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18976         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18977         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18978         Update call to buffer_slot_type_mismatch.
18979         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18980         (buffer_slot_type_mismatch): Update.
18981         * buffer.c (buffer_local_types): Remove.
18982         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18983         (defvar_per_buffer): Set the type in the buffer_objfwd.
18985 2007-11-21  Jason Rumney  <jasonr@gnu.org>
18987         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18988         CreateFileMapping returns NULL on failure.
18990 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18992         * search.c (Fset_match_data): Remove the `evaporate' feature.
18993         (unwind_set_match_data): Don't use the `evaporate' feature.
18995 2007-11-21  Jason Rumney  <jasonr@gnu.org>
18997         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18999         * w32console.c (w32con_write_glyphs): Remove unused variables.
19001 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
19003         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19005         * s/darwin.h (MULTI_KBOARD): Remove.
19007         * macfns.c (x_create_tip_frame, Fx_create_frame)
19008         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19010 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19012         * buffer.c (Fbuffer_local_value): Remove redundant test.
19013         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19014         than in `current-buffer' to match the comment.
19015         Do the swap using swap_in_global_binding.
19017         * data.c (store_symval_forwarding, set_internal):
19018         * eval.c (specbind): Remove dead code.
19020         * coding.c (detect_coding, Fupdate_coding_systems_internal):
19021         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19022         Since we do not want to see internal Lisp_*fwd objects here.
19024 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
19026         * sysdep.c (init_system_name): Use getaddrinfo if available.
19028         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19029         (x_scroll_bar_note_movement): start, end, with, height in struct
19030         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19032 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
19034         * puresize.h (BASE_PURESIZE): Increase to 1190000.
19036 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19038         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19039         This undoes Richard's change of 14-Oct-2002.
19041         * alloc.c (allocate_other_vector):
19042         * lisp.h (allocate_other_vector): Remove.
19044         * window.c (struct save_window_data): Move non-lisp data to the end
19045         and make it `int' rather than Lisp_Object.
19046         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19047         Done wrap/unwrap integer values.
19048         (Fset_window_configuration, compare_window_configurations):
19049         Update use of fields to their new types.
19051         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19052         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
19053         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19054         (SET_SCROLL_BAR_X_WINDOW): Remove.
19055         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19056         Access the new x_window field directly.
19057         * xterm.c (x_scroll_bar_create): Use a pseudovector.
19058         Don't wrap/unwrap integers into Lisp_Objects.
19059         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19060         (x_scroll_bar_report_motion):
19061         Don't wrap/unwrap integers into Lisp_Objects.
19062         (x_term_init): Use SDATA.
19063         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19064         (x_scroll_bar_set_handle, x_scroll_bar_remove)
19065         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19066         (x_scroll_bar_report_motion, x_scroll_bar_clear):
19067         * xfns.c (x_set_background_color):
19068         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19069         Access the new x_window field directly.
19071         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19072         (allocate_pseudovector): Make non-static.
19074         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19075         (allocate_pseudovector): Declare.
19076         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19078 2007-11-15  Andreas Schwab  <schwab@suse.de>
19080         * editfns.c (Fformat): Correctly format EMACS_INT values.
19081         Also take precision into account when formatting an integer.
19083         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19085 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19087         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19088         (syms_of_keyboard): Defsubr it.
19090         * data.c (swap_in_global_binding): Fix longstanding bug where
19091         store_symval_forwarding was not called with the right second argument,
19092         thus causing objfwd-ing from being dropped.
19094 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
19096         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19097         (Fx_display_pixel_height, Fx_display_planes)
19098         (Fx_display_color_cells, Fx_server_max_request_size)
19099         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19100         (Fx_display_visual_class, Fx_display_save_under):
19101         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19102         (Fx_display_pixel_height, Fx_display_planes)
19103         (Fx_display_color_cells, Fx_server_max_request_size)
19104         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19105         (Fx_display_mm_height, Fx_display_mm_width)
19106         (Fx_display_backing_store, Fx_display_visual_class)
19107         (Fw32_select_font, Fx_display_save_under):
19108         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19109         (Fx_display_pixel_height, Fx_display_planes)
19110         (Fx_display_color_cells, Fx_server_max_request_size)
19111         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19112         (Fx_display_save_under): Fix typos in docstrings.
19114 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
19116         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19117         corresponding to deleted entries; they are an implementation detail.
19118         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19119         Remove variables.
19120         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19121         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19122         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19123         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19124         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19125         (Fw32_define_rgb_color, Fw32_load_color_file)
19126         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19127         Fix typos in docstrings.
19128         (Fx_server_version): Reflow docstring.
19129         (Fw32_shell_execute): Doc fixes.
19131 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
19133         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19134         if w32_parse_hot_key returned nil.
19136 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19138         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19140 2007-11-09  Jason Rumney  <jasonr@gnu.org>
19142         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19144         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19146         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19147         Remove W32_SCROLL_BAR_CLICK_EVENT.
19149         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19150         Add MULTIMEDIA_KEY_EVENT.
19152         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19153         (lispy_multimedia_keys) [WINDOWSNT]: New array.
19154         (make_lispy_event) [WINDOWSNT]: Use it to translate
19155         MULTIMEDIA_KEY_EVENT.
19157         * w32term.h (WM_APPCOMMAND): Define if not already.
19158         (GET_APPCOMMAND_LPARAM): Likewise.
19160         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19161         WM_APPCOMMAND.
19163         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19164         (syms_of_w32fns): Export and initialize it.
19165         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19167 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
19169         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19170         twice.
19172         * xdisp.c (handle_face_prop): Fix last change.
19174 2007-11-09  Richard Stallman  <rms@gnu.org>
19176         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19177         not just for after-strings and before-strings.
19178         Call face_for_overlay_string and pass the overlay to it.
19179         (handle_display_prop): Determine whether property came from an overlay.
19180         Pass OVERLAY arg to handle_single_display_spec.
19181         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19182         (load_overlay_strings): Fill in it->string_overlays.
19183         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19185         * xfaces.c (face_for_overlay_string): Function renamed from
19186         face_at_buffer_position_no_overlays, and add arg OVERLAY.
19188         * dispextern.h (struct it): New elt string_overlays.
19189         New elt from_overlay, also in stack.
19190         Rearrange a few elements.
19191         (face_for_overlay_string): Decl renamed from
19192         face_at_buffer_position_no_overlays, and add argument.
19194 2007-11-09  Richard Stallman  <rms@gnu.org>
19196         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19197         to get the base face for an overlay string.
19199         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19201         * xfaces.c (face_at_buffer_position_no_overlays): New function.
19203         * xdisp.c (handle_stop): Move some code out of loop.
19205 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19207         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19208         Fix conversion from Lisp object to ATSUFontID.
19210 2007-11-09  Jason Rumney  <jasonr@gnu.org>
19212         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19214 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19216         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19217         Don't assume regions are aligned to page boundary.
19218         (print_load_command_name): Add LC_UUID if defined.
19220 2007-11-09  Richard Stallman  <rms@gnu.org>
19222         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19224 2007-11-07  Jason Rumney  <jasonr@gnu.org>
19226         * s/windows95.h: Remove.
19228 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
19230         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19231         abort with a message on unhandled store_type values.
19233 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
19235         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19236         Remove HAVE_X11R5 and HAVE_X11R4.
19238 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
19240         * Makefile.in: Remove references to sunfns.c and sunfns.o.
19242 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
19244         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19245         Don't set s->stippled_p here, since it has already been set by
19246         x_set_glyph_string_gc from x_draw_glyph_string.
19248 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
19250         * sunfns.c: Remove file.
19252         * m/sun386.h:
19253         * m/sun2.h:
19254         * m/sparc.h: Remove Sun windows code.
19256 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19258         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19259         (init_keyboard): Set current_kboard's window-system to nil.
19260         (tty_read_avail_input): Typo.
19261         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19263 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19265         * s/usg5-4.h:
19266         * s/usg5-3.h:
19267         * s/ptx.h:
19268         * m/is386.h:
19269         * m/ibmps2-aix.h:
19270         * Makefile.in: Remove all mentions of X10.
19272         * dispnew.c (syms_of_display): Don't mention version 10.
19274 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
19276         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19277         ($(BLD)/abbrev.$(O)): Remove.
19279 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19281         Rewrite abbrev.c in Elisp.
19282         * image.c (Qcount): Don't declare as extern.
19283         (syms_of_image): Initialize and staticpro `Qcount'.
19284         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19285         * emacs.c (main): Don't call syms_of_abbrev.
19286         * Makefile.in (obj): Remove abbrev.o.
19287         (abbrev.o): Remove.
19288         * abbrev.c: Remove.
19290 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
19292         * window.c (window_min_size_2): Don't count header-line.
19294 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19296         * frame.h (struct frame): Move all bit fields after the first bit
19297         field to take advantage of the available space.  Group all the
19298         chars together to reduce wasted space due to padding.
19300 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
19302         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19304         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19305         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19306         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19307         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19308         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19309         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19310         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19311         (last_marked, mark_object_loop_halt): Make static.
19313         * frame.c (syms_of_frame) <delete-frame-functions>:
19314         Fix typo in docstring.
19316 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
19318         * w32.c (init_environment): Fix tiny memory leak.
19319         (w32_get_resource): Remove unused variable `ok'.
19321 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19323         Make `window-system' into a keyboard-local variable (rather than
19324         frame-local as done originally by multi-tty).
19326         * keyboard.h (struct kboard): Add Vwindow_system.
19327         * keyboard.c (init_kboard): Set a default for Vwindow_system.
19328         (mark_kboards): Mark Vwindow_system.
19330         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19331         (init_display): Don't set the obsolete `window-system' frame-param.
19333         * xterm.c (x_term_init):
19334         * w32term.c (w32_create_terminal):
19335         * term.c (init_tty): Set Vwindow_system.
19336         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19337         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
19339         * xfns.c (Fx_create_frame, x_create_tip_frame):
19340         * w32fns.c (Fx_create_frame, x_create_tip_frame):
19341         * macfns.c (Fx_create_frame):
19342         Don't set the obsolete `window-system' frame-param.
19344         * frame.h (Qwindow_system): Remove.
19345         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
19346         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19348 2007-10-24  Richard Stallman  <rms@gnu.org>
19350         * frame.c (x_figure_window_size): For fullscreen case,
19351         set USPosition | PPosition without clobbering rest of window_prompting.
19353         * keyboard.c (Fcurrent_idle_time): Doc fix.
19355         * print.c (Fwith_output_to_temp_buffer): Doc fix.
19357 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19359         * process.c (unwind_request_sigio): Only define if __ultrix__.
19361         * callproc.c (child_setup): Remove spurious *.
19363         * lisp.h (Fget_text_property): Declare.
19364         (have_menus_p): Declare it here rather than in sys-dep header files.
19365         * macterm.h (have_menus_p):
19366         * msdos.h (have_menus_p):
19367         * xterm.h (have_menus_p): Remove.
19369         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19370         (Fmake_variable_frame_local): Just check the variable's const-ness
19371         rather than checking nil or t.
19373 2007-10-22  Jason Rumney  <jasonr@gnu.org>
19375         * w32fns.c: Include math.h.
19376         (w32_abort): Declaration moved to nt/config.nt.
19378         * s/ms-w32.h (HAVE_STDLIB_H): Define.
19379         (abort): Redefinition moved to nt/config.nt.
19381         * m/windowsnt.h: Remove.
19383 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
19385         * emacs.c (Fdump_emacs): Fix typo in message.
19386         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19387         <installation-directory>: Reflow docstring.
19389 2007-10-22  Juri Linkov  <juri@jurta.org>
19391         * minibuf.c: Allow minibuffer default to be a list of default values.
19392         With empty input use the first element of this list as returned default.
19393         (string_to_object)
19394         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19395         (read_minibuf): If defalt is cons, set histstring to its car.
19396         (Fread_string): If default_value is cons, set val to its car.
19397         (Fread_buffer): If def is cons, use its car.
19398         (Fcompleting_read): If defalt is cons, set val to its car.
19400 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
19402         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19404 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
19406         * doc.c (Fdocumentation): Check for advice in all cases.
19408 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
19410         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19412 2007-10-19  Richard Stallman  <rms@gnu.org>
19414         * doc.c (Fdocumentation): Check for and handle an advised function.
19416 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
19418         * process.c (Fset_process_filter): Doc fix.
19420 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19422         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19423         which caused key-translation-map to applied repeatedly (thus breaking
19424         double-mode).
19426 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19428         * xselect.c (x_own_selection, x_handle_selection_clear)
19429         (x_clear_frame_selections):
19430         * w32menu.c (list_of_panes, list_of_items):
19431         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19432         * textprop.c (validate_plist, interval_has_all_properties)
19433         (interval_has_some_properties, interval_has_some_properties_list)
19434         (add_properties, text_property_list):
19435         * process.c (Fget_buffer_process, list_processes_1, status_notify):
19436         * minibuf.c (Fassoc_string):
19437         * macselect.c (x_own_selection, x_clear_frame_selections)
19438         (Fx_disown_selection_internal):
19439         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19440         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19442 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
19444         * process.c: Link to libs for calling res_init() if available.
19445         (Fmake_network_process): Call res_init() before getaddrinfo or
19446         gethostbyname, if possible.
19448 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19450         * lread.c (read1): Set pvectype for char_tables.
19452         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19453         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19454         Add type checks.
19455         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19457         * alloc.c (free_misc): Use XMISCTYPE.
19458         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19460 2007-10-17  Glenn Morris  <rgm@gnu.org>
19462         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19463         (syms_of_minibuf): Add Qcompletion_ignore_case.
19464         * dired.c (Qcompletion_ignore_case): Change to external.
19465         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19466         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19467         (Fread_file_name): Use it rather than intern'ing.
19469         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19470         (Fread_coding_system): Ignore case of user input.
19472 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19474         * xdisp.c (handle_display_prop): Ignore display specs after
19475         replacing one when string text is being replaced.
19476         (handle_single_display_spec): Pretend as if characters with display
19477         property haven't been consumed only when buffer text is being replaced.
19479 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19481         * xfns.c (Fx_create_frame, Fx_display_list):
19482         * window.c (window_fixed_size_p, enlarge_window)
19483         (shrink_window_lowest_first):
19484         * macterm.c (init_font_name_table):
19485         * macfns.c (Fx_create_frame, Fx_display_list):
19486         * lread.c (close_load_descs):
19487         * keyboard.c (read_char_x_menu_prompt):
19488         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19489         * coding.c (code_convert_region_unwind): Test the type of an object
19490         rather than just !NILP before extracting data from it.
19492         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19494         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19495         (XMISCANY): New macro.
19496         (XMISCTYPE): Use it.
19497         (struct Lisp_Misc_Any): New type.
19498         (union Lisp_Misc): Use it.
19499         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19500         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19501         (find_symbol_value, set_internal, default_value, Fset_default)
19502         (Fmake_variable_buffer_local, Fmake_local_variable)
19503         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19504         (Flocal_variable_if_set_p, Fvariable_binding_locus):
19505         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19506         * alloc.c (allocate_buffer): Set the size and tag.
19507         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19508         Use XMISCANY.
19509         (die): Follow the GNU convention for error messages.
19510         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19511         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19512         tag any more.
19513         (set_buffer_internal_1):
19514         * frame.c (store_frame_param):
19515         * eval.c (specbind):
19516         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19518         * doc.c (Fsnarf_documentation): Simplify.
19520 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
19522         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19523         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19525 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19527         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19529 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
19531         * eval.c (do_autoload): Don't save autoloads.
19533         * data.c (Ffset): Save autoload of the function being set.
19535 2007-10-07  John Paul Wallington  <jpw@pobox.com>
19537         * xfns.c (x_create_tip_frame): Set the `display-type' frame
19538         parameter before setting up faces.
19540 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
19542         * ccl.c (Fregister_code_conversion_map):
19543         * keyboard.c (append_tool_bar_item): Reformat last change.
19545         * lisp.h (eabs): Rename from `abs'.  All callers changed.
19547 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
19549         * buffer.c (add_overlay_mod_hooklist):
19550         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19551         * fontset.c (make_fontset):
19552         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19553         (append_tool_bar_item):
19554         * macmenu.c (grow_menu_items):
19555         * w32menu.c (grow_menu_items):
19556         * xmenu.c (grow_menu_items): Use larger_vector.
19558 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
19560         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19561         selected frame'' on MSDOS).
19563 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
19565         * frame.c (Qexplicit_name): New variable.
19566         (x_report_frame_params): Report it in parameter alist.
19567         (syms_of_frame): Intern and staticpro it.
19569 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
19571         * macfns.c (x_create_tip_frame): Set terminal for frame.
19573 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19575         * frame.c (Qenvironment): Remove.
19576         (syms_of_frame) <Qenvironment>: Don't initialize.
19577         (Fdelete_frame): Don't treat the `environment' param specially.
19578         * frame.h (Qenvironment): Don't declare.
19579         * callproc.c (set_initial_environment): Don't set unused frame param.
19581         * frame.c (Fframe_with_environment): Remove.
19582         (syms_of_frame) <Sframe_with_environment>: Don't declare.
19584         * lisp.h (Fframe_with_environment): Don't declare.
19586 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
19588         * indent.c (indent_tabs_mode, last_known_column)
19589         (last_known_column_modified): Make static.
19590         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19592 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19594         * puresize.h (BASE_PURESIZE): Increase to 1170000.
19596 2007-10-09  Jason Rumney  <jasonr@gnu.org>
19598         * w32term.c (x_set_window_size): Disable code that attempts to tell
19599         Lisp code about a size change before it actually happens.
19601 2007-10-09  Richard Stallman  <rms@gnu.org>
19603         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19604         return HANDLED_RETURN.
19606 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
19608         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19609         when there's an unread command event.
19611         * frame.c (focus_follows_mouse): Move here from frame.el to allow
19612         window autoselection act appropriately when leaving selected frame.
19613         (syms_of_frame): Initialize focus_follows_mouse.
19614         * frame.h (focus_follows_mouse): Extern it.
19615         * macterm.c (XTread_socket): When focus_follows_mouse is nil
19616         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19617         * msdos.c (dos_rawgetc): Likewise.
19618         * w32term.c (w32_read_socket): Likewise.
19619         * xterm.c (handle_one_xevent): Likewise.
19620         * xdisp.c (syms_of_xdisp): In doc-string of
19621         mouse-autoselect-window mention focus-follows-mouse.
19623 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19625         * macterm.c (mac_load_query_font): Fix missing return value.
19626         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19627         Add BLOCK_INPUT.
19629 2007-10-08  Richard Stallman  <rms@gnu.org>
19631         * xdisp.c (get_window_cursor_type): Implement documented behavior
19632         for cursor-in-non-selected-windows = t.
19634 2007-10-08  Jason Rumney  <jasonr@gnu.org>
19636         * w32.c (w32_get_resource): Always close registry keys.
19638 2007-10-08  Jason Rumney  <jasonr@gnu.org>
19640         * makefile.w32-in (LIBS): Add COMCTL32.
19642         * w32fns.c (globals_of_w32fns): Init common controls.
19644 2007-10-08  Richard Stallman  <rms@gnu.org>
19646         * image.c (our_memory_buffer): Rename from omfib_buffer.
19648 2007-10-08  Richard Stallman  <rms@gnu.org>
19650         * buffer.c (Foverlays_at): Doc fix.
19652 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19654         * fns.c (Fplist_put): Preserve uneven tail data.
19656 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
19658         * termhooks.h (enum event_kind): Remove trailing comma.
19660         * frame.h (enum): Remove trailing comma.
19662 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
19664         * w32proc.c (delete_child): Don't terminate threads of zombies.
19666 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
19668         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19670         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19671         last-repeatable-command.
19672         (init_kboard): Initialize Vlast_repeatable_command.
19673         (command_loop_1): Set it to real_this_command unless that was
19674         bound to an input event.
19675         (mark_kboards): Mark it.
19677 2007-10-08  Richard Stallman  <rms@gnu.org>
19679         * eval.c (condition-case): Doc fix.
19681 2007-10-08  Masatake YAMATO  <jet@gyve.org>
19683         * xfaces.c (tty_supports_face_attributes_p): Fix code
19684         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19685         was copied and not edited.
19687 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19689         Add new `input-decode-map' keymap and use it for terminal
19690         escape sequences.
19691         * keyboard.h (struct kboard): Add Vinput_decode_map.
19692         Remove Vlocal_key_translation_map.
19693         * keyboard.c (read_key_sequence): Add support for input-decode-map.
19694         (init_kboard): Init input-decode-map.
19695         Replace local-key-translation-map back with key-translation-map.
19696         (syms_of_keyboard): Declare input-decode-map.
19697         Remove local-key-translation-map.  Update docstrings.
19698         (mark_kboards): Mark Vinput_decode_map.
19699         Don't mark Vlocal_key_translation_map.
19700         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19701         Replace local-key-translation-map back with key-translation-map.
19702         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19703         Bind in input-decode-map rather than function-key-map.
19705         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19706         This was made redundant by the previous introduction of XSETPVECTYPE.
19708 2007-10-09  Richard Stallman  <rms@gnu.org>
19710         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19712 2007-09-29  Richard Stallman  <rms@gnu.org>
19714         * eval.c (internal_condition_case_2, internal_condition_case_1)
19715         (internal_condition_case): Reenable abort if x_catching_errors ()
19716         to see if that really happens and why.
19718 2007-10-06  Andreas Schwab  <schwab@suse.de>
19720         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19722 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
19724         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19726 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19728         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19730 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19732         * window.h (struct window):
19733         * window.c (struct save_window_data, struct saved_window):
19734         * termhooks.h (struct terminal):
19735         * process.h (struct Lisp_Process):
19736         * frame.h (struct frame):
19737         * buffer.h (struct buffer):
19738         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19739         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19740         The size field of (pseudo)vectors is now unsigned.
19741         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19743         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19744         Turn `count' into an integer.
19746         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19747         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19748         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19749         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19750         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19752         * alloc.c (allocate_pseudovector): New fun.
19753         (ALLOCATE_PSEUDOVECTOR): New macro.
19754         (allocate_window, allocate_terminal, allocate_frame)
19755         (allocate_process): Use it.
19756         (mark_vectorlike): New function.
19757         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19758         (mark_terminals): Use it.
19759         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19760         (Fmake_byte_code): Use XSETPVECTYPE.
19762         * frame.c (Fframe_parameters): Minor simplification.
19764         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19766         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19768         * buffer.c (Fget_buffer_create, init_buffer_once):
19769         * lread.c (defsubr):
19770         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19772         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19773         defined differently in the m/*.h files.
19774         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19775         (XSETPVECTYPE): New macro.
19776         (XSETPSEUDOVECTOR): Use it.
19778         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19779         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19781         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19782         * lread.c (defvar_per_buffer):
19783         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19785         * window.c (candidate_window_p): Only consider as visible frames that
19786         are on the same terminal.
19788         * m/ibms390x.h (MARKBIT): Remove unused macro.
19790 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
19792         * lread.c (Fload): Fix typo in docstring.
19794 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
19796         * floatfns.c (Fexpt): Manually check for overflows, so that a power
19797         of a non-zero value can't yield zero.
19799 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19801         * term.c (term_clear_mouse_face, term_mouse_highlight)
19802         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19804         * print.c (safe_debug_print): Use XHASH.
19806         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19807         Lisp elements such as tags.
19808         (XHASH): New macro.
19809         (EQ): Use it.
19810         (SREF, SSET, STRING_COPYIN): Use SDATA.
19811         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19813         * alloc.c (mark_terminal): Remove left-over declaration.
19814         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19815         (allocate_vectorlike): Remove type argument.  Adjust callers.
19816         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19817         Only handle the one remaining MEM_TYPE_VECTORLIKE.
19819         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19820         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19821         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19822         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19823         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19824         Use them.
19826         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19827         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19828         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19830 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
19832         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19833         loaded by default.
19835 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19837         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19838         on this tty.
19839         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19841         * term.c (mouse_face_window): Rename from Qmouse_face_window.
19842         Update all users.
19843         (handle_one_term_event): Use Gpm_DrawPointer.
19844         (Fgpm_mouse_start): Rename from Fterm_open_connection.
19845         Signal errors instead of returning nil.  Always return nil.
19846         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19847         Make it a noop if gpm-mouse was not activated.
19848         (syms_of_term): Update names.
19850 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19852         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19853         (init_sys_modes): Check that gpm_tty is the current tty.
19855         * alloc.c (allocate_terminal): Set the vector size to only count the
19856         lisp fields.  Initialize those to nil.
19857         (mark_object): Don't treat terminals specially.
19858         (mark_terminal): Remove.
19859         (mark_terminals): Use mark_object instead.
19861         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19862         the GC to the beginning.
19864         * indent.h:
19865         * indent.c: Use EMACS_INT for ints coming from Elisp data.
19867         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19869 2007-09-25  Jason Rumney  <jasonr@gnu.org>
19871         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19873         * w32console.c (create_w32cons_output): Remove.
19875         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19877         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19878         (reset_sys_modes): Use reset_terminal_modes_hook.
19880 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19882         * eval.c (do_autoload): Don't output any message.
19884 2007-09-24  Juri Linkov  <juri@jurta.org>
19886         * emacs.c (standard_args): Change priority of "--no-splash"
19887         from 40 to 3.  Add "--no-desktop" with the same priority.
19889 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
19891         * alloc.c (gc_sweep): Check cons cell mark bits word by word
19892         and optimize the case where they are all 1.
19894 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
19896         * lisp.h (abs): Define if not defined.
19897         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19898         Don't define `abs', since it's defined in lisp.h.
19900 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
19902         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
19903         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19904         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19905         (init_tty): Use DEV_TTY instead of "/dev/tty".
19906         [WINDOWSNT]: No need to protect from NAME arg being null.
19908 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19910         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19911         up the tty state.
19913 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19915         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
19916         (gpm_tty): Change its type.
19917         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
19918         (gpm_tty): Change its type and initialize it.
19919         (Fterm_open_connection): Check the frame is indeed a tty.
19920         Use the new gpm_tty.
19921         (Fterm_close_connection): Use the new gpm_tty.
19922         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19923         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19925 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
19927         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19928         underline_color, to draw strike-through.
19930 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19932         * lisp.h (allocate_terminal): Declare.
19934         * window.c (candidate_window_p): Consider frames that are being placed
19935         by the user as somewhere between visible and iconified.
19936         (window_loop): Prefer windows on the current frame.
19937         (Fselect_window): Move the use of select-frame to the beginning so we
19938         can just delegate all the work (it'll call us back anyway).
19940         * frame.c (Qdisplay_environment_variable):
19941         * frame.h (Qdisplay_environment_variable): Delete.
19943         * .gdbinit (xbacktrace): Print the arg's address rather than the value
19944         of the first arg, since that value may be a union.
19946         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19947         parameter rather than Qdisplay_environment_variable.  If all else
19948         fails, look for DISPLAY in initial-environment.
19950 2007-09-21  Glenn Morris  <rgm@gnu.org>
19952         * Makefile.in (emacstool): Remove target.
19953         (lisp, shortlisp): Remove termdev.elc.
19955 2007-09-21  Markus Triska  <markus.triska@gmx.at>
19957         * xterm.c (x_delete_display): Compile session management conditionally.
19959 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19961         * callproc.c (getenv_internal_1): New function.
19962         (getenv_internal): Use it.
19963         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
19965         * terminal.c (get_terminal): Don't accept ints to represent terminals.
19966         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19967         (Fset_terminal_parameter): Work with dead terminals as well.
19968         (Fmodify_terminal_parameters): Remove.
19970         * terminal.c (get_terminal): Handle terminals.
19971         Make sure the terminal returned is live.
19972         (create_terminal): Use allocate_terminal.
19973         (mark_terminals): Move to alloc.c.
19974         (delete_terminal): Use terminal->name as liveness status.
19975         NULL out fields after freeing their contents.
19976         Don't deallocate the object.
19977         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
19978         rather than an int.
19979         (Fterminal_live_p): Accept non-integer arguments.
19980         (Fterminal_list): Return terminal objects rather than an ints.
19982         * alloc.c (enum mem_type): New member for `terminal' objects.
19983         (allocate_terminal): New function.
19984         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19985         Handle terminals.
19986         (mark_terminal): New fun.
19987         (mark_terminals): Move from terminal.c.
19989         * term.c (get_tty_terminal): Don't treat output_initial specially.
19990         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19991         (delete_tty): Use terminal->name as liveness status.
19993         * termhooks.h (struct terminal): Make it into a pseudovector.
19994         Remove `deleted' replaced by checking `name's nullness.
19996         * print.c (print_object): Handle terminals.
19998         * lisp.h (enum pvec_type): New `terminal' pseudovector.
19999         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20001         * frame.c (make_terminal_frame):
20002         * keyboard.c (tty_read_avail_input):
20003         * w32term.c (x_delete_terminal):
20004         * xfns.c (Fx_create_frame, x_create_tip_frame):
20005         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20007 2007-09-20  Glenn Morris  <rgm@gnu.org>
20009         * process.c (Fmake_network_process): Doc fix.
20011 2007-09-19  Jason Rumney  <jasonr@gnu.org>
20013         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20015 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
20017         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20018         Fix a C warning regarding variable constness.
20020         * xterm.c (handle_one_xevent): Fix a C warning.
20022 2007-09-18  Jason Rumney  <jasonr@gnu.org>
20024         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20026 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
20028         * gtkutil.c (gdpy_def): New variable.
20029         (xg_initialize): Initialize gdpy_def.
20030         (xg_display_close): If no other display exists, set gdpy_def to a
20031         new connection.
20033 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
20035         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20036         when we have no file name for the icon.
20037         (xg_tool_bar_expose_callback): Remove.
20038         (xg_create_tool_bar): Don't connect expose signal to
20039         xg_tool_bar_expose_callback.
20040         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20042 2007-09-16  Andreas Schwab  <schwab@suse.de>
20044         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20045         values instead of zapping them.
20047 2007-09-14  Glenn Morris  <rgm@gnu.org>
20049         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20050         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20051         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20052         scope and rename to omfib_buffer for clarity.
20053         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20055 2007-09-14  Kenichi Handa  <handa@m17n.org>
20057         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20059 2007-09-13  Jason Rumney  <jasonr@gnu.org>
20061         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20063         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20065         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20066         (mac_term_init): Call here instead, passing rif.
20068 2007-09-13  Glenn Morris  <rgm@gnu.org>
20070         * s/hpux.h: No longer define `static' as nothing.
20072 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
20074         * callint.c (Fcall_interactively): Remove unused var `fun'.
20076 2007-09-12  Romain Francoise  <romain@orebokech.com>
20078         * window.c (prefer_window_split_horizontally, display_buffer):
20079         Revert 2007-09-08 change.
20081 2007-09-12  Glenn Morris  <rgm@gnu.org>
20083         * alloca.c: Remove file.
20084         * Makefile.in (alloca): Do not undef.
20085         (allocaobj, alloca.o): Remove.
20086         (otherobj): Remove allocaobj.
20087         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20088         * regex.c (C_ALLOCA): Remove all references and code that was only
20089         used when this was defined.
20090         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20091         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20092         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20094         * Makefile.in (SOURCES, unlock, relock): Delete.
20096         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20097         (menu_grab_callback): All uses changed.
20099         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20100         (x_reply_selection_request): All uses changed.
20102 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20104         * lread.c (load_warn_old_style_backquotes): Change message to look
20105         better when it appears in the middle of byte-compiler messages.
20107 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
20109         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20111         * xterm.c (x_create_terminal): Add comment.
20113         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20115 2007-09-10  Richard Stallman  <rms@gnu.org>
20117         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20119 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
20121         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20122         (DEFUN): Document `intspec', use it instead of `prompt'.
20124         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20126         * data.c (Finteractive_form): If the interactive specification starts
20127         with a `(', use it as a Lisp form.
20129         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20130         name and file modes.
20132         * callint.c (Fcall_interactively): Comment fixes.
20134 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20136         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20137         and compiled functions.
20139 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
20141         * window.c (prefer_window_split_horizontally): New variable.
20142         (display_buffer): Consider splitting window horizontally depending
20143         on prefer_window_split_horizontally.
20145 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
20147         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20149 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20151         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20153         * frame.c (x_set_frame_parameters): Check number is positive before
20154         using XFASTINT.
20156         * window.c (freeze_window_start): Don't presume selected_window holds
20157         a window object.
20158         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20160 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
20162         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20164 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20166         * window.c (Vsplit_window_preferred_function): New var.
20167         (Fdisplay_buffer): Use it.
20168         (syms_of_window): Export, and initialize it.
20170 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
20172         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20174 2007-09-06  Glenn Morris  <rgm@gnu.org>
20176         * gtkutil.c (menu_grab_callback) <cnt>:
20177         * xselect.c (x_reply_selection_request) <cnt>: Move static
20178         variable to file scope.
20180 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20182         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20183         consistent values of selected_frame and selected_window.
20185 2007-09-04  Jason Rumney  <jasonr@gnu.org>
20187         * w32console.c (initialize_w32_display): Zero unused hooks.
20189 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
20191         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20192         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20194 2007-09-04  Jason Rumney  <jasonr@gnu.org>
20196         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20197         in w32console.c.  Set up input.  Remove XXX comments that have been
20198         confirmed as correct.
20200         * s/ms-w32.h (MULTI_KBOARD): Define.
20202         * w32console.c (one_and_only_w32cons): Remove.
20203         (initialize_w32_display): Take terminal argument.
20205         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20206         initialize_w32_display.
20207         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20209         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20211         * keyboard.c (discard_mouse_events): Discard it.
20212         (make_lispy_event): Translate it to a lisp event.
20213         (lispy_wheel_names): Add wheel-left and right events.
20214         (syms_of_keyboard): Enlarge wheel_syms.
20216         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20217         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20219         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20221         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20222         from WM_MOUSEHWHEEL.
20223         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20225         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20226         terminal.
20228         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20229         keyboard for the terminal.
20231 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
20233         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20234         (Vresume_tty_hook): Rename from Vresume_tty_functions.
20235         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20236         and resume-tty-function to resume-tty-hook.
20237         (Fsuspend_tty, Fresume_tty): Use new names.
20239 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
20241         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20242         if it starts with "n:".
20244 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
20246         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20248 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20250         * frame.h:
20251         * frame.c (Qterm_environment_variable): Remove.
20252         (syms_of_frame): Don't init and staticpro it.
20254         * callproc.c (getenv_internal): Remove special case for $TERM.
20256         * callproc.c (Vinitial_environment): New variable.
20257         (set_initial_environment): Initialize it.
20258         (syms_of_callproc): Declare it.
20259         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20260         TERM under which a process runs is never related to the TERM in which
20261         Emacs is running.
20263 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20265         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20266         * s/darwin.h: ... do it here.
20268 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20270         * lisp.h (set_initial_environment): Rename from set_global_environment.
20272         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20273         removed by mistake on the multi-tty branch.
20275         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20276         (Fmodify_frame_parameters): Return a value.
20278         * image.c (png_load): Comment-out var only used in commented-out code.
20280         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20281         before passing it to mark_object.
20283         * xfaces.c (internal_resolve_face_name): Return a value.
20284         (internal_resolve_face_name, resolve_face_name_error): Comment out.
20286         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20287         (x_icon): Comment-out var only used in commented-out code.
20289 2007-08-29  Romain Francoise  <romain@orebokech.com>
20291         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20292         QUIT hasn't been provided.
20294 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20296         * callproc.c (child_setup, getenv_internal): Use the
20297         display-environment-variable and term-environment-variable frame params.
20298         (set_initial_environment): Initialise Vprocess_environment.
20300         * config.in: Disable multi-keyboard support on a mac.
20302         * frame.c (Qterm_environment_variable)
20303         (Qdisplay_environment_variable): New variables.
20304         (syms_of_frame): Intern and staticpro them.
20305         (Fmake_terminal_frame): Disable output method test.
20307         * frame.h: Declare them here.
20309         * macfns.c (x_set_mouse_color): Get rif from the frame.
20310         (x_set_tool_bar_lines): Don't use updating_frame.
20311         (mac_window): Add 2 new parameters for consistency with other systems.
20312         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
20313         frame parameters following what is done in X11 and w32.  Don't use
20314         FRAME_MAC_DISPLAY_INFO.
20315         (Fx_open_connection, start_hourglass): Remove window-system check.
20316         (x_create_tip_frame): Get the keyboard from the terminal.
20318         * macmenu.c: Reorder includes.
20319         (Fx_popup_menu): Use terminal specific mouse_position_hook.
20321         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20322         terminal parameter.
20323         (x_clear_frame): Add a frame parameter.
20324         (note_mouse_movement): Get rif from the frame.
20325         (mac_term_init): Initialize the terminal.
20326         (mac_initialize): Make static and move terminal initialization ...
20327         (mac_create_terminal): ... to this new function.
20329         * macterm.h (struct mac_display_info): Add terminal.
20330         (mac_initialize): Delete declaration.
20332         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20334         * sysdep.c: Comment out text after #endif.
20336         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20337         is defined.  Better initialize ttys in windows.  Use terminal
20338         specific mouse_position_hook.
20340         * termhooks.h (union display_info): Add mac_display_info.
20342         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20343         Set the default minibuffer frame, window_system and the rest of the
20344         frame parameters following what is done in X11.
20346         * w32term.c (w32_initialize): Make static.
20348         * xselect.c (x_handle_selection_clear): Only access
20349         terminal->kboard when MULTI_KBOARD is defined.
20351         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20352         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20354 2007-08-29  Jason Rumney  <jasonr@gnu.org>
20356         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20357         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20359         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20360         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20362         * keyboard.c (restore_kboard_configuration): Only define when
20363         MULTI_KBOARD defined.
20365         * makefile.w32-in: Update dependancies from Makefile.in.
20366         (OBJ1): Add terminal.$(O)
20368         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20369         Don't define function body.
20370         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20372         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20374         * w32.c (request_sigio, unrequest_sigio): Remove.
20376         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20377         (w32con_clear_frame, w32con_clear_end_of_line)
20378         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20379         (w32con_delete_glyphs, w32con_set_terminal_window)
20380         (scroll_line, w32_sys_ring_bell): Add frame arg.
20381         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20382         Add terminal arg.
20383         (PICK_FRAME): Remove.
20384         (w32con_write_glyphs): Use frame specific terminal coding.
20385         (one_and_only_w32cons): New global variable.
20386         (initialize_w32_display): Use it for storing hooks.
20387         (create_w32cons_output): New function.
20389         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20390         arg a frame.
20392         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20393         Set window_system.
20394         (x_set_tool_bar_lines): Don't use updating_frame.
20395         (Fx_create_frame): Set terminal and ref count.
20396         (Fx_open_connection): Remove window-system check.
20398         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20400         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20401         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20402         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20403         Add frame arg.
20404         (x_delete_terminal, w32_create_terminal): New functions.
20405         (w32_term_init): Create a terminal.
20406         (w32_initialize): Move terminal specific initialization to
20407         w32_create_terminal.
20409         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20410         (w32_clear_rect, w32_clear_area): Use background from frame.
20411         (w32_display_info): Add terminal.
20412         (w32_sys_ring_bell, x_delete_display): Declare here.
20414         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20416         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20418 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
20420         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20421         Fix get_named_tty calls for the controlling tty.
20423 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20425         * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20427 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
20429         * term.c (tty_insert_glyphs): Add missing first parameter.
20431 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
20433         * buffer.c (Fbuffer_list, Fbury_buffer):
20434         Take frame->buried_buffer_list into account.
20436         * cm.c (current_tty): New variable, for cmputc().
20437         (cmputc): Use it.
20438         (cmcheckmagic): Add tty parameter, look up terminal streams there.
20439         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
20440         (cmgoto): Add tty parameter.  Pass it on to calccost().
20441         Use emacs_tputs() instead of tputs().
20443         * cm.h (emacs_tputs): New macro to set current_tty, and then call
20444         tputs().
20445         (current_tty): New variable, for cmputc().
20446         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20448         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20449         (internal_condition_case, internal_condition_case_1)
20450         (internal_condition_case_2): Don't abort when x_catching_errors.
20452         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20453         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
20454         prevent crashes caused by bogus longjmps in read_char.
20456         * keymap.h (Fset_keymap_parent): Add EXFUN.
20458         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20459         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20460         Remove redundant definition.
20462         * macfns.c (x_set_mouse_color, x_make_gc):
20463         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20465         * w32term.c (x_free_frame_resources):
20466         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20467         (w32_initialize): Use the accessor macros for terminal characteristics.
20469         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20470         Use the accessor macros for terminal characteristics.
20471         * msdos.c (internal_terminal_init): Use the accessor macros for
20472         terminal characteristics.
20473         (ScreenVisualBell, internal_terminal_init):
20474         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20476         * termopts.h (no_redraw_on_reenter): Declare.
20478         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20479         (mark_terminals, mark_ttys): Declare.
20480         (Fgarbage_collect): Call them.
20481         (mark_object): Mark buried_buffer_list.
20483         * prefix-args.c: Include stdlib.h for exit.
20485         * syssignal.h: Add comment.
20487         * indent.c: Include stdio.h.
20489         * window.h (Vinitial_window_system): Declare.
20490         (Vwindow_system): Delete declaration.
20492         * fontset.c (Finternal_char_font): Use FRAME_RIF.
20494         * image.c (lookup_image): Don't initialize `c' until the xasserts
20495         have been run.
20497         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20498         FRAME_FOREGROUND_PIXEL.
20500         * print.c (print_preprocess): Don't lose print_depth levels while
20501         iterating.
20503         * widget.c (update_from_various_frame_slots):
20504         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20506         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20507         frames.
20508         (window_internal_height): Remove bogus make_number call.
20509         (init_window_once): Call make_terminal_frame with two zero parameters.
20511         * fileio.c (Fread_file_name): Update comment.
20513         * callint.c (Fcall_interactively):
20514         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20515         Make sure it is correctly unwound.
20517         * xsmfns.c (x_session_close): New function.
20519         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20520         Delete declarations.
20522         * xterm.h: Remove declaration for x_fully_uncatch_errors.
20523         (x_output): Remove background_pixel and foreground_pixel fields.
20524         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
20525         (x_delete_device, x_session_close): Declare.
20527         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
20528         (read_filtered_event): Call `read_char' with a local
20529         `wrong_kboard_jmpbuf'.
20531         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20532         Don't call single_kboard_state.  Use FRAME_RIF.
20534         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20535         systems.
20537         * lisp.h (set_process_environment): Rename to `set_global_environment'.
20538         (Fframe_with_environment, Fset_input_meta_mode)
20539         (Fset_quit_char): EXFUN.
20540         (x_create_device, tty_output, terminal, tty_display_info): Declare.
20541         (init_sys_modes, reset_sys_modes): Update prototypes.
20542         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20544         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20545         Vlocal_key_translation_map, and Vkeyboard_translate_table.
20546         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20547         Delete declarations.
20548         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20549         (temporarily_switch_to_single_kboard, tty_read_avail_input):
20550         New declarations.
20552         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20553         already does that during init_display().  Call syms_of_keymap
20554         before syms_of_keyboard.  Call `syms_of_terminal'.
20555         Call set_initial_environment, not set_process_environment.
20556         (shut_down_emacs): Call reset_all_sys_modes() instead of
20557         reset_sys_modes().
20559         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20560         (internal_resolve_face_name, resolve_face_name_error): New functions.
20561         (resolve_face_name): Protect against loops and errors thrown by Fget.
20562         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20563         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20565         * scroll.c: Replace CURTTY() with local variables throughout the
20566         file (where applicable).
20567         (calculate_scrolling, calculate_direct_scrolling)
20568         (scrolling_1, scroll_cost): Use the accessor macros for terminal
20569         characteristics.
20571         * keymap.c (Vfunction_key_map): Remove.
20572         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20573         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20574         (Vkey_translation_map): Remove.
20575         (syms_of_keymap): Remove DEFVAR for key-translation-map.
20576         (Fdescribe_buffer_bindings)
20577         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20578         Update for terminal-local key-translation-map.
20580         * Makefile.in (callproc.o): Update dependencies.
20581         (lisp, shortlisp): Add termdev.elc.
20582         (obj): Add terminal.o.
20583         (terminal.o): Add dependencies.
20584         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20585         (data.o, fns.o): Add termhooks.h dependency.
20586         (SOME_MACHINE_LISP): Add dnd.elc.
20587         (minibuf.o): Fix typo.
20588         Update dependencies.
20590         * data.c (do_symval_forwarding, store_symval_forwarding)
20591         (find_symbol_value): Use the selected frame's keyboard, not
20592         current_kboard.
20594         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20595         Vwindow_system.
20597         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20598         Fmenu_bar_open.
20599         (syms_of_xmenu): Update defsubr.
20600         (mouse_position_for_popup, Fx_popup_menu)
20601         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20602         (set_frame_menubar, free_frame_menubar)
20603         (create_and_show_popup_menu, xmenu_show)
20604         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20605         an X frame.
20607         * xselect.c (x_own_selection): Abort if not an X frame.
20608         (some_frame_on_display): Check if it is an X frame.
20609         (x_handle_selection_clear): Deal with MULTI_KBOARD.
20611         * coding.c: Include frame.h and termhooks.h.
20612         (terminal_coding, keyboard_coding): Delete.
20613         (Fset_terminal_coding_system_internal)
20614         (Fset_keyboard_coding_system_internal)
20615         (Fkeyboard_coding_system)
20616         (Fterminal_coding_system): Add a terminal parameter.
20617         Get terminal_coding from the terminal.
20618         (init_coding_once): Don't call setup_coding_system here.
20620         * dispextern.h (set_scroll_region, turn_off_insert)
20621         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20622         (tty_clear_end_of_line, tty_setup_colors)
20623         (delete_tty, updating_frame)
20624         (produce_special_glyphs, produce_glyphs, write_glyphs)
20625         (insert_glyphs): Remove.
20626         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20627         (tty_turn_off_highlight, get_tty_size): Add declaration.
20628         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20630         * frame.h (enum output_method): Add output_initial.
20631         (struct x_output): Delete.
20632         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20633         Access foreground_pixel and background_pixel directly from the frame.
20634         (tty_display): Delete.
20635         (struct frame): Add buried_buffer_list, foreground_pixel,
20636         background_pixel and terminal.  Delete kboard.
20637         (union output_data): Add tty.
20638         (FRAME_KBOARD): Get the kboard from the terminal.
20639         (FRAME_INITIAL_P): New macro.
20640         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20641         (Qterm_environment_variable, Qdisplay_environment_variable)
20642         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20643         New declarations.
20645         * termchar.h (tty_output, tty_display_info): New structures.
20646         (tty_list): Declare.
20647         (FRAME_TTY, CURTTY): New macros.
20648         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20649         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20650         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20651         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20653         * callproc.c: Include frame.h and termhooks.h, for terminal
20654         parameters.
20655         (add_env): New function.
20656         (child_setup): Use it.
20657         (child_setup, getenv_internal): Handle the new Vprocess_environment.
20658         (getenv_internal): Fix get_terminal_param call.
20659         (Fgetenv_internal, egetenv): Update doc.
20660         (syms_of_callproc): Initialize Vprocess_environment to nil.
20661         Register and initialize them.  Remove obsolete defvars.  Update doc
20662         strings.
20663         (child_setup): Handle Vlocal_environment_variables.
20664         (getenv_internal): Add terminal parameter.
20665         Handle Vlocal_environment_variables.
20666         (Fgetenv_internal): Add terminal parameter.
20667         (child_setup, getenv_internal, Fgetenv_internal): Store the local
20668         environment in a frame (not terminal) parameter.  Update doc strings.
20669         (set_initial_environment): Rename from set_global_environment.
20670         Store Emacs environment in initial frame parameter.
20672         * xdisp.c (redisplay_internal): Update references to
20673         `previous_terminal_frame'.
20674         (display_mode_line, Fformat_mode_line): Replace calls to
20675         `push_frame_kboard' with `push_kboard'.
20676         (get_glyph_string_clip_rects): Add extra parentheses and
20677         braces to prevent compiler warnings.
20678         (calc_pixel_width_or_height): Add xassert to check that the
20679         frame is alive.  Don't call `lookup_image' on a termcap frame.
20680         (message2_nolog, message3_nolog, redisplay_internal)
20681         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20682         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20683         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20684         (Fx_display_pixel_width, Fx_display_pixel_height)
20685         (Fx_display_planes, Fx_display_color_cells)
20686         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20687         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20688         (Fx_display_backing_store, Fx_display_visual_class)
20689         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20690         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20692         * xfns.c (x_set_foreground_color x_set_background_color)
20693         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20694         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20695         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20696         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20697         terminal that is being deleted.
20698         (Fx_create_frame): Use `store_frame_param' to set `window-system'
20699         frame parameter, and make sure it overrides any user-supplied setting.
20700         (Fx_close_connection, Fx_synchronize): Unify argument names with
20701         the rest of the DEFUNs.
20703         * dispnew.c (Fsend_string_to_terminal): Update call to
20704         `get_tty_terminal'.
20705         (Fredraw_frame, Fsend_string_to_terminal)
20706         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20707         FRAME_TERMCAP_P and FRAME_TTY.
20708         (window_change_signal): Don't believe width/height values that are
20709         impossibly small.
20710         (Vinitial_window_system): Rename from Vwindow_system.
20711         (termscript, Wcm, rif): Delete.
20713         * termhooks.h (struct terminal): New struct containing the
20714         previously global text display hooks and new members NAME,
20715         DELETED and PARAM_ALIST.
20716         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20717         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20718         (FRAME_RIF): New macros.
20719         (get_terminal_param, get_device): New declarations.
20720         (termscript): Delete declaration.
20722         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20723         (XTflash, x_free_frame_resources, x_scroll_bar_create)
20724         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20725         FRAME_FOREGROUND_PIXEL.
20726         (x_fully_uncatch_errors): Disable definition.
20727         (x_scroll_bar_expose): Fix reference to foreground pixel.
20728         (XTread_socket): Disable loop on all X displays.
20729         (x_delete_terminal): Don't set terminal->deleted and let
20730         delete_terminal delete the frames on the terminal.
20731         (x_delete_display): Doc update to reflect changes in
20732         delete_terminal.
20733         (x_display_info) <terminal>: Move member earlier in the struct.
20734         (deleting_tty): Remove old variable.
20735         (Fsuspend_tty): Call clear_tty_hooks.
20736         (Fresume_tty, init_tty): Call set_tty_hooks.
20737         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20738         errors on X frames.
20739         (x_catch_errors_unwind): Abort if x_error_message is NULL.
20740         (handle_one_xevent): Initialize `f' to NULL.
20741         (x_delete_terminal, x_create_terminal): New functions.
20742         (XTset_terminal_modes, XTreset_terminal_modes)
20743         (XTread_socket, x_connection_closed, x_term_init)
20744         (x_term_init, x_delete_display): Add terminal parameter.
20745         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20746         X connections.
20748         * frame.c: Include termchar.h.
20749         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20750         (Qwindow_system, Qenvironment, Qterm_environment_variable)
20751         (Qdisplay_environment_variable): New vars.
20752         (Fframep): Deal with output_initial.
20753         (Fframe-live-p): Doc fix.
20754         (Fwindow-system): New function.
20755         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20756         (make_terminal_frame): Don't create frames on a terminal that is
20757         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20758         (store_frame_param): Check for found_for_frame before calling XFRAME.
20759         (Fmake_terminal_frame): Handle NULL tty names correctly.
20760         (syms_of_frame): Enhance doc string of `default-frame-alist'.
20761         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
20762         frames to refer to a deleted frame in their 'environment parameter.
20763         (Fframe_with_environment): New function.
20764         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
20765         (get_future_frame_param): New function.
20766         (Fmake_terminal_frame): Use it.
20767         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20769         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20770         * sysdep.c (reset_sys_modes): Update for renames.
20772         * keyboard.c (tty_read_avail_input): New function.
20773         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20774         (syms_of_keyboard): Defsubr them.
20775         (Fset_input_meta_mode, Fset_quit_char): New functions.
20776         (Fset_input_mode): Split to above functions.
20777         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20778         parameter.  Use it in call to `read_char'.
20779         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
20780         Set wrong_kboard_jmpbuf correctly in recursive calls.
20781         Use current_kboard to access Vkeyboard_translate_table.
20782         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20783         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20784         Update longjmp invocations.  Remember the original current_kboard,
20785         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20786         changes it.  Comment out unnecessary calls to
20787         `record_single_kboard_state' and `any_kboard_state'.
20788         Update recursive calls.
20789         (wrong_kboard_jmpbuf): Remove global variable.
20790         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20791         Handle deleted interrupted_kboards correctly; that is a legal
20792         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
20793         and read_char calls.  Abort if interrupted_kboard died in read_char.
20794         (any_kboard_state, single_kboard_state)
20795         (push_frame_kboard): Remove function.
20796         (pop_kboard): Switch out of single_kboard mode if the kboard has
20797         been deleted.  Remove unused variable.  Help debugging by not
20798         changing current_kboard unnecessarily.  Set current_kboard to the
20799         kboard of the selected frame when the stored kboard object has
20800         been deleted before pop_kboard.
20801         (temporarily_switch_to_single_kboard): Change first parameter to a
20802         frame pointer.  Throw an error when caller wants to change kboards
20803         while in single_kboard mode.  Don't push_kboard if we weren't in
20804         single kboard state.  Don't pop_kboard if we popped into any
20805         kboard state.
20806         (restore_kboard_configuration): Abort if pop_kboard changed the
20807         kboard in single_kboard mode.  Call pop_kboard only after setting
20808         up single_kboard mode.
20809         (Frecursive_edit): Switch to single_kboard mode only in nested
20810         command loops.
20811         (cmd_error, command_loop, command_loop_1, timer_check):
20812         Comment out unnecessary call to `any_kboard_state' and
20813         `record_single_kboard_state'.
20814         (delete_kboard): Exit single_kboard mode if we have just deleted
20815         that kboard.  Use FRAME_KBOARD.
20816         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20817         `fatal_error_signal'.
20818         (record_single_kboard_state): Don't push_kboard if we weren't in
20819         single kboard state.  Don't pop_kboard if we popped into any
20820         kboard state.
20821         (push_frame_kboard): Rename to push_kboard.
20822         (kbd_buffer_get_event): Use FRAME_TERMINAL.
20823         (read_avail_input): Read input from all terminals.
20824         (mark_kboards): Also mark Vkeyboard_translate_table.
20825         (kbd_buffer_store_event_hold): Simplify condition.
20826         (read_key_sequence): Reinitialize fkey and keytran at each replay.
20827         (Vkeyboard_translate_table): Move to struct kboard.
20828         (init_kboard): Initialize Vkeyboard_translate_table.
20829         (syms_of_keyboard): Use DEFVAR_KBOARD to define
20830         Vkeyboard_translate_table.  Update doc strings.  Update docs of
20831         local-function-key-map and function-key-map.
20833         * terminal.c: New file.
20835         * term.c: Include errno.h.
20836         (Vring_bell_function, device_list, initial_device)
20837         (next_device_id, ring_bell, update_begin, update_end)
20838         (set_terminal_window, cursor_to, raw_cursor_to)
20839         (clear_to_end, clear_frame, clear_end_of_line)
20840         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20841         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20842         (syms_of_term): Move their initialization to terminal.c.
20843         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20844         (Ftty_display_color_cells)
20845         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20846         (clear_tty_hooks, set_tty_hooks)
20847         (init_tty, maybe_fatal): New functions.
20848         (Ftty_type): Return nil if terminal is not on a tty instead of
20849         throwing an error.  Doc update.
20850         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20851         Doc update.  Initialize new subrs and variables.
20852         (delete_tty): Use terminal->deleted.
20853         (tty_set_terminal_modes): Rename from set_terminal_modes.
20854         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20855         (set_scroll_region): Rename to `tty_set_scroll_region'.
20856         (turn_on_insert): Rename to `tty_turn_on_insert'.
20857         (turn_off_insert): Rename to `tty_turn_off_insert'.
20858         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20859         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20860         (toggle_highligh): Rename to `tty_toggle_highlight'.
20861         (background_highlight): Rename to `tty_background_highlight'.
20862         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20863         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20864         (tty_set_scroll_region, tty_background_highlight)
20865         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20866         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20867         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20868         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20869         Add static modifier.
20870         (tty_reset_terminal_modes, tty_set_terminal_window)
20871         (tty_set_scroll_region, tty_background_highlight)
20872         (tty_highlight_if_desired, tty_cursor_to)
20873         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20874         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20875         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20876         renames.
20878 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
20880         * keyboard.c: Qrtl is new.
20881         (parse_tool_bar_item): Handle :rtl keyword.
20882         (syms_of_keyboard): Intern :rtl keyword.
20884         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20886         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20887         so no Lisp code is executed.
20888         (file_for_image, find_rtl_image): New functions.
20889         (xg_get_image_for_pixmap): Use file_for_image.
20890         (update_frame_tool_bar): If direction is RTL, use RTL image if
20891         defined.  Use Gtk stock images if defined.
20893 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20895         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20896         for nonexistent or zero-width glyph in composition glyph.
20898 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20900         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20902         * xdisp.c (Finvisible_p): New function.
20903         (syms_of_xdisp): defsubr it.
20905 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
20907         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20908         Doc fixes.
20910 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20912         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20914 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
20916         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20917         whether decoding has modified buffer contents.
20919 2007-08-24  Jason Rumney  <jasonr@gnu.org>
20921         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20922         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20923         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20924         (init_svg_functions) [HAVE_NTGUI]: New function.
20925         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20926         (svg_load_image): Use them.
20927         (svg_load_image) [HAVE_NTGUI]: Implement background.
20929 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20931         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20932         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20933         (LIBX): Remove @RSVG_LIBS@.
20934         (LIBES): Add $(RSVG_LIBS).
20936         * image.c (svg_load_image): Blend with specified background if exists.
20937         Use IMAGE_BACKGROUND.  Add Mac OS Support.
20939         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20940         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20941         Remove macros.
20942         [MAC_OSX] (socket_callback): Do nothing.
20943         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20944         ReceiveNextEvent.
20945         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
20946         socket_callback.
20947         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20949 2007-08-22  Glenn Morris  <rgm@gnu.org>
20951         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20953 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
20955         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20957         * image.c: Add support for SVG images.  Some additional comments
20958         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
20959         (svg_image_p): New function to test for SVG image.
20960         (svg_load): New function to load SVG image.
20961         (svg_load_image): New function, helper for svg_load.
20962         (Qsvg): New Lisp_object.
20963         (svg_keyword_index): New enum.
20964         (svg_format): New static `image_keyword' struct.
20965         (svg_type): New static `image_type' struct.
20966         (librsvg/rsvg.h): Include it.
20968 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20970         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20972 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20974         * lread.c (Qold_style_backquotes): New var.
20975         (syms_of_lread): Init and staticpro it.
20976         (load_warn_old_style_backquotes): New fun.
20977         (Fload): Use them to warn about old style backquotes.
20978         (end_of_file_error, Fload): Remove unused vars.
20980         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20982         * lread.c (Vold_style_backquotes): New var.
20983         (syms_of_lread): Init and export it to Elisp.
20984         (read1): Set it when we find an old-style (back)quote.
20986 2007-08-22  Jason Rumney  <jasonr@gnu.org>
20988         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20990 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20992         * puresize.h (BASE_PURESIZE): Increase to 1140000.
20994 2007-08-19  Richard Stallman  <rms@gnu.org>
20996         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20998 2007-08-19  Andreas Schwab  <schwab@suse.de>
21000         * alloc.c (pure): Round PURESIZE up.
21002 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
21004         * xterm.c (handle_one_xevent): Remove check that mouse click is in
21005         active frame.
21007 2007-08-16  Richard Stallman  <rms@gnu.org>
21009         * eval.c (Fcommandp): Add parens to clarify.
21011         * minibuf.c (Fall_completions): Use enum for type of table.
21013         * emacs.c (USAGE2): Improve text.
21015 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
21017         * term.c (tty_default_color_capabilities): Declare static
21018         variables in file scope, to avoid HPUX compiler problem.
21020 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
21022         * gtkutil.c (update_frame_tool_bar): Use -1 as index
21023         to gtk_toolbar_insert.
21025 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21027         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21029         * insdel.c (reset_var_on_error): New fun.
21030         (signal_before_change, signal_after_change):
21031         Use it to reset (after|before)-change-functions to nil in case of error.
21032         Bind inhibit-modification-hooks to t.
21033         Don't bind (after|before)-change-functions to nil while they run.
21035 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21037         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21038         filling pixmap with stippled background.
21040 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21042         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21043         Don't use invisible frame as parent window for repositioning.
21045 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21047         * print.c (new_backquote_output): Rename from old_backquote_output.
21048         (print): Inverse its logic (according to its name) so as to match the
21049         behavior of new_backquote_flag in lread.c.
21051 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21053         * gmalloc.c (posix_memalign): New function.
21055         * macterm.c (frame_highlight, frame_unhighlight): Don't call
21056         ActivateControl/DeactivateControl here.
21057         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21058         frame-notice-user-settings is non-nil.
21059         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21060         for kEventParamFMFontStyle.
21061         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21062         mac_pass_command_to_system and mac_pass_control_to_system here.
21063         (XTread_socket): Call ActivateControl/DeactivateControl here.
21064         (XTread_socket) [TARGET_API_MAC_CARBON]:
21065         Check mac_pass_command_to_system and mac_pass_control_to_system here.
21066         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21067         for window repositioning.
21069 2007-08-08  Glenn Morris  <rgm@gnu.org>
21071         * Replace `iff' in doc-strings and comments.
21073 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
21075         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21077 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
21079         * fileio.c (Finsert_file_contents): Run format-decode and
21080         after_insert_file_functions on entire buffer when REPLACE is
21081         non-nil and inhibit modification_hooks and point_motion_hooks.
21082         For consistency, run after_insert_file_functions iff something
21083         got inserted.  Move signal_after_change and update_compositions
21084         after code running after_insert_file_functions.  Make sure that
21085         undo_list doesn't record intermediate steps of the decoding process.
21087 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21089         * emacs.c (main)
21090         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21091         Call malloc_enable_thread on interactive startup.
21093         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21094         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21095         [USE_PTHREAD]: Conditionalize with it.
21096         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21097         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21098         New functions.
21100 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
21102         * xdisp.c (redisplay_window): When restoring original buffer
21103         position, make sure it is still valid.
21105         * image.c (png_load): Ignore png-supplied background color.
21107 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21109         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21110         Use kCFAbsoluteTimeIntervalSince1970.
21112         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21113         New variable.
21114         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21115         event loop should be quit.
21116         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21117         Quit dialog event loop if quit_dialog_event_loop is set.
21119         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21120         (Selection): New typedef.  Use instead of ScrapRef.
21121         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21122         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21123         (mac_clear_selection): Rename from clear_scrap.
21124         (get_flavor_type_from_symbol): New argument SEL and subsume function of
21125         scrap_has_target_type.  All uses changed.
21126         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21127         (mac_selection_has_target_p): New functions.
21128         (mac_put_selection_value): Rename from put_scrap_string.
21129         (mac_get_selection_value): Rename from get_scrap_string.
21130         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21131         (put_scrap_private_timestamp, scrap_has_target_type)
21132         (get_scrap_private_timestamp): Remove functions.
21133         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21134         (x_own_selection, x_get_local_selection):
21135         Use mac_valid_selection_value_p.
21136         (x_own_selection): Don't use put_scrap_private_timestamp.
21137         Record OWNERSHIP-INFO into Vselection_alist instead.
21138         (x_get_local_selection): Don't check type if request is local.
21139         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21140         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21142 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
21144         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21145         add comment explaining why.
21147 2007-08-03  Richard Stallman  <rms@gnu.org>
21149         * fileio.c (Fvisited_file_modtime): Use make_time.
21151 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
21153         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21154         build.
21156 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21158         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21160 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21162         * puresize.h (BASE_PURESIZE): Increase to 1130000.
21164 2007-07-30  Richard Stallman  <rms@gnu.org>
21166         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21168 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
21170         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
21172 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
21174         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21175         remote default-directory.
21177         * buffer.c (mode-line-format): Update doc string.
21179 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21181         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21182         scroll bar gap.
21183         (x_scroll_bar_create): Set bar->fringe_extended_p.
21184         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21185         on frame edge.  Check fringe background extension.  Don't clear
21186         extended fringe background area.
21188         * w32term.h (struct scroll_bar): New member fringe_extended_p.
21189         (w32_fill_area): Enclose multiple statements with do ... while (0).
21191         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21192         Extend fringe background to scroll bar gap.
21193         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21194         Set bar->fringe_extended_p.
21195         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21196         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
21197         background extension.  Don't clear extended fringe background area.
21199         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21200         New member fringe_extended_p.
21202 2007-07-25  Glenn Morris  <rgm@gnu.org>
21204         * Relicense all FSF files to GPLv3 or later.
21206         * COPYING: Switch to GPLv3.
21208 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21210         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21212         * data.c (Finteractive_form): Check for the presence of an
21213         `interactive-form' symbol property more thoroughly.
21215         * data.c (Finteractive_form): Use an `interactive-form' property if
21216         present, analogous to the function-documentation property.
21218 2007-07-24  Jason Rumney  <jasonr@gnu.org>
21220         * w32fns.c (x_real_positions): Get real position from OS instead of
21221         calculating it.
21223 2007-07-23  Jason Rumney  <jasonr@gnu.org>
21225         * filelock.c (current_lock_owner): Allow for @ sign in username.
21227 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
21229         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21230         remote default-directory.
21232         * buffer.c (mode-line-format): Describe above case in doc string.
21234 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
21236         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21237         Define if not defined.
21239 2007-07-18  Jason Rumney  <jasonr@gnu.org>
21241         * w32proc.c (w32_executable_type): Handle 64 bit executables.
21243 2007-07-18  Richard Stallman  <rms@gnu.org>
21245         * data.c (Fsetq_default): Doc fix.
21247         * eval.c (Fsetq): Doc fix.
21249 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
21251         * coding.c (Ffind_operation_coding_system):
21252         * eval.c (For, Fand): Doc fixes.
21253         Reported by Johan Bockgård.
21255 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
21257         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21259         * xterm.h: Declare x_ewmh_activate_frame.
21261         * xterm.c (x_ewmh_activate_frame): New function.
21262         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21264 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
21266         * window.c (Fdisplay_buffer): If largest or LRU window is the
21267         only window, split it even if it is not eligible for splitting.
21268         This restores the original behavior broken by the 2007-07-15
21269         change.
21271 2007-07-17  Glenn Morris  <rgm@gnu.org>
21273         * abbrev.c (abbrev_check_chars): New function.
21274         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21275         Call abbrev_check_chars to check abbrev characters are word
21276         constituents.  Doc fix.
21278 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21280         * process.c (Fstart_process, Fmake_network_process)
21281         (read_process_output): Fix up last changes.
21283 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
21285         * makefile.w32-in (clean): Don't delete *~.
21287 2007-07-16  Andreas Schwab  <schwab@suse.de>
21289         * window.c (Fdisplay_buffer): Use NILP.
21290         (Fset_window_scroll_bars): Likewise.
21292 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
21294         * window.c (window_min_size_2): New function.
21295         (window_min_size_1, size_window, Fdisplay_buffer)
21296         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21297         windows without mode- or header-lines when window-min-height is
21298         too small.
21299         (size_window): Reset nodelete_p after testing it, following an
21300         earlier note by Kim F. Storm.
21301         (display_buffer): Do not set split_height_threshold to twice the
21302         value of window_min_height to avoid changing the value of a
21303         customizable variable.  Rather explicitly check whether the
21304         height of the window that shall be splitted is at least as large
21305         as split_height_threshold.
21306         (Fwindow_full_width_p): New defun.
21307         (syms_of_window): Defsubr it.
21309         * window.h: Add EXFUN for Fwindow_full_width_p.
21311 2007-07-14  Jason Rumney  <jasonr@gnu.org>
21313         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21315 2007-07-14  Richard Stallman  <rms@gnu.org>
21317         * eval.c (maybe_call_debugger): New function.
21318         (find_handler_clause): Use maybe_call_debugger.
21319         Call it when the handler says `debug'.
21320         Eliminate DEBUGGER_VALUE_PTR.
21321         (Fsignal): Eliminate debugger_value.
21322         (Qdebug): New variable.
21323         (syms_of_eval): Initialize it.
21325 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
21327         * eval.c (Fprogn):
21328         * keyboard.c (Ftrack_mouse):
21329         * print.c (Fwith_output_to_temp_buffer):
21330         * window.c (Fsave_window_excursion): Doc fix.
21332 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21334         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21336 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21338         * process.h (struct Lisp_Process): Turn slots infd, outfd,
21339         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21340         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21341         read_output_delay, and read_output_skip from Lisp_Objects to ints.
21342         Remove unused encoding_carryover.
21343         * process.c: Adjust all functions accordingly.
21345 2007-07-12  Richard Stallman  <rms@gnu.org>
21347         * term.c: Include unistd.h only if HAVE_UNISTD_H.
21349 2007-07-11  Jason Rumney  <jasonr@gnu.org>
21351         * makefile.w32-in (LIBS): Include OLE32.
21353         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21354         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21356 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21358         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21359         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21360         from a Lisp_Object into a bare pointer.
21361         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21362         Adjust the code correspondingly.
21364         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21366         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21367         (term_show_mouse_face): Remove unused var `j'.
21368         (handle_one_term_event): Remove unused vars `i' and `j'.
21369         Don't cast return value of ttyname since it's not necessary.
21371 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21373         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21374         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21376         * fns.c (map_char_table): Use an array of int for `indices' rather than
21377         an array of Lisp_Objects (which are only ever integers anyway).
21378         (Fmap_char_table): Update caller.
21379         * lisp.h: Update prototype.
21380         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21381         * fontset.c (Ffontset_info):
21382         * casetab.c (set_case_table): Update callers.
21384         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21386         * keymap.c (struct accessible_keymaps_data)
21387         (struct where_is_internal_data): New structures.
21388         (accessible_keymaps_1, where_is_internal_1): Use them to change
21389         interface to adhere to the one used by map_keymap.
21390         (Faccessible_keymaps, where_is_internal): Use map_keymap.
21391         (accessible_keymaps_char_table, where_is_internal_2): Remove.
21393         * keymap.h (map_keymap_function_t): More informative prototype.
21395 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
21397         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21398         (looking_at_1): Don't change search_regs and last_thing_searched
21399         if `inhibit-changing-match-data' is non-nil.
21400         (string_match_1, search_buffer, set_search_regs): Likewise.
21401         (syms_of_search): Add Lisp level definition for
21402         `inhibit-changing-match-data' and set it to nil.
21403         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21404         start and end of the match, instead of using values in search_regs.
21406 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21408         * minibuf.c (Fcompleting_read): New value `confirm-only'
21409         for `require-match'.
21411 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21413         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21414         part of the 2007-06-27 change to syms_of_fileio.
21416 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21418         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21419         Check WINDOWP before using XWINDOW.  Consolidate return statements.
21421 2007-06-27  Richard Stallman  <rms@gnu.org>
21423         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21425 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
21427         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21429 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21431         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21432         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21433         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21434         (_free_internal, memalign): Use them.
21435         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21436         Initialize to PTHREAD_MUTEX_INITIALIZER.
21437         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21438         (morecore_nolock): Rename from morecore.  All uses changed.
21439         Use only nolock versions of internal allocation functions.
21440         (_malloc_internal_nolock, _realloc_internal_nolock)
21441         (_free_internal_nolock): New functions created from
21442         _malloc_internal, _realloc_internal, and _free_internal.
21443         (_malloc_internal, _realloc_internal, _free_internal): Use them.
21444         Copy hook value to automatic variable before its use.
21445         (memalign): Copy hook value to automatic variable before its use.
21447 2007-06-26  Kenichi Handa  <handa@m17n.org>
21449         * coding.c (Ffind_operation_coding_system): Docstring improved.
21450         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21452 2007-06-25  David Kastrup  <dak@gnu.org>
21454         * keymap.c (Fcurrent_active_maps): Add `position' argument.
21455         (Fwhere_is_internal): Adjust call to `current-active-maps' to
21456         cater for additional parameter.
21458         * keymap.h: Adjust number of parameters to `current-active-maps'.
21460         * doc.c (Fsubstitute_command_keys): Adjust call of
21461         `current-active-maps'.
21463 2007-06-25  David Kastrup  <dak@gnu.org>
21465         * callint.c (Fcall_interactively): Make the parsing of interactive
21466         specs somewhat more readable.
21468 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21470         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21471         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
21472         if extended background has already been filled.
21474 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21476         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21477         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21479         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21480         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21481         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21482         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21483         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21484         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
21485         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21486         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21487         Run timers during dialog popup.
21488         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21490 2007-06-21  Jason Rumney  <jasonr@gnu.org>
21492         * image.c (convert_mono_to_color_image): Swap fore and background.
21494 2007-06-20  Jason Rumney  <jasonr@gnu.org>
21496         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21497         (w32_free_bdf_font): Unmap memory not handle.
21499 2007-06-20  Sam Steingold  <sds@gnu.org>
21501         * gmalloc.c (__morecore): Fix the declaration to comply with the
21502         definition.
21504 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
21506         * w32term.c (w32_delete_display): Remove leftover declaration.
21507         (w32_define_cursor, w32_initialize): Make static.
21509         * w32.c (_wsa_errlist): Fix typo in error message.
21510         (init_environment): Ignore any environment variable from the
21511         registry having a null value.
21513 2007-06-20  Glenn Morris  <rgm@gnu.org>
21515         * Makefile.in (LIBGIF): Default to -lgif.
21517 2007-06-17  Jason Rumney  <jasonr@gnu.org>
21519         * w32menu.c (add_menu_item): Don't use multibyte string functions on
21520         unicode strings.
21522 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
21524         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21525         Fix typo in docstring.
21527 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
21529         * w32menu.c (add_menu_item): Escape `&' characters in menu items
21530         and their keybindings.
21532 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
21534         * composite.c (update_compositions): Fix last fix.
21536 2007-06-14  Jason Rumney  <jasonr@gnu.org>
21538         * w32.c (get_process_times_fn): New function pointer.
21539         (globals_of_w32): Intialize it if present in kernel32.dll.
21540         (w32_get_internal_run_time): New function.
21542         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21544 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
21546         * composite.c (update_compositions): Check the validness of
21547         compositions.
21549 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21551         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21552         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21554         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21555         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21557         * macgui.h (USE_MAC_TOOLBAR): New define.
21559         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21560         Return immediately unless popup is activated.
21562         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21563         background to scroll bar gap.
21564         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21565         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21566         scroll bars on frame edge.  Check fringe background extension.
21567         Don't clear extended fringe background area.
21568         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21569         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21570         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21571         [USE_MAC_TOOLBAR]: New macros.
21572         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21573         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21574         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21575         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21576         [USE_MAC_TOOLBAR]: New functions.
21577         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21578         manually if previous repositioning has failed.
21579         (mac_handle_keyboard_event): Use precomputed event kind.
21580         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21581         as tool bar item click.  Handle mouse movement over tool bar items.
21583         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21584         toolbar_win_gravity.
21585         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21586         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21587         Add externs.
21589         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21590         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21592 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
21594         * image.c (search_image_cache): Remove unused variable.
21596 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
21598         * xfns.c, xmenu.c: Link to xaw3d if available.
21600 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21602         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21603         frame_foreground and frame_background.
21605         * image.c (lookup_image): Save frame foreground and background colors.
21606         (search_image_cache): Check if saved and current frame colors match.
21608 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21610         * regex.c (regex_compile): Remove the `regnum' counter.
21611         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
21613 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21615         * term.c: Include intervals.h to declare Fget_text_property.
21617 2007-06-10  Jason Rumney  <jasonr@gnu.org>
21619         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21621 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
21623         * callint.c (Fcall_interactively):
21624         * editfns.c (Fdelete_and_extract_region):
21625         * fileio.c (Fread_file_name):
21626         * fns.c (Fmapconcat):
21627         * keyboard.c (cmd_error_internal):
21628         * keymap.c (Fkey_description):
21629         * lread.c (openp):
21630         * minibuf.c (read_minibuf):
21631         * search.c (wordify):
21632         * sunfns.c (sel_read):
21633         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21634         * xfns.c (x_default_scroll_bar_color_parameter):
21635         * xmenu.c (menu_help_callback):
21636         * xselect.c (Fx_get_atom_name):
21637         * xterm.c (x_term_init): Use empty_unibyte_string.
21639 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
21641         * alloc.c (init_strings): Initialize canonical empty strings.
21642         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21643         canonical empty string when the requested size is 0.
21645         * emacs.c (empty_unibyte_string): Rename from empty_string.
21646         (empty_multibyte_string): New canonical empty string.
21647         (syms_of_emacs): Don't initialize empty_string.
21649         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21650         string, if appropriate.
21651         (empty_unibyte_string, empty_multibyte_string): New externs.
21652         (empty_string): Remove extern.
21654         * lread.c (syms_of_lread): Use empty_unibyte_string.
21656 2007-06-07  Jason Rumney  <jasonr@gnu.org>
21658         * s/ms-w32.h: Don't define HAVE_TZNAME.
21660         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21662 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21664         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21666         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21667         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21669         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21670         Don't call next handler.
21671         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21672         Remove argument.  Install handler to application.
21673         (set_frame_menubar): Don't change deep_p.
21674         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21675         FRAME_OUTER_TO_INNER_DIFF_Y.
21676         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21677         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21678         [HAVE_DIALOGS]: New macros.
21679         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21680         Use them.
21681         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21683         * macselect.c [MAC_OSX] (install_service_handler): Rename from
21684         init_service_handler.  All callers changed.  Return OSStatus value.
21686         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
21687         All callers changed so as not to call SetPortWindowPort.
21688         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21689         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21690         mac_draw_string_common.
21691         (mac_draw_image_string_qd): Likewise.
21692         (mac_draw_string_common): Use them.  Add INLINE.
21693         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21694         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21695         GetGlobalMouse.
21696         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21697         and FRAME_OUTER_TO_INNER_DIFF_Y.
21698         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21699         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21700         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21701         repositioning window to mac_handle_window_event.
21702         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21703         saving window location to mac_handle_window_event
21704         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21705         (install_menu_target_item_handler): Remove argument in extern.
21706         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21707         Also accept command events.
21708         (do_keystroke): New function created from XTread_socket.
21709         (init_command_handler): Remove functions.
21710         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21711         and save window location by kEventWindowShowing and kEventWindowHiding
21712         handlers here.  Don't call next handler for window state change and
21713         focus events.
21714         (mac_handle_application_event, mac_handle_keyboard_event)
21715         [TARGET_API_MAC_CARBON]: New functions.
21716         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21717         kEventWindowShowing and kEventWindowHiding events.  Move installation
21718         of mouse, font, text input and menu target item handlers to
21719         install_application_handler.
21720         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21721         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21722         New function.
21723         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21724         Register it.
21725         (XTread_socket) [TARGET_API_MAC_CARBON]:
21726         Consolidate SendEventToEventTarget calls.
21727         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21728         Move application activation handler to mac_handle_application_event.
21729         Move keyboard handler to mac_handle_keyboard_event.
21730         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21731         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21732         init_command_handler.  Call install_application_handler.
21734         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21735         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21737 2007-06-07  Glenn Morris  <rgm@gnu.org>
21739         * emacs.c (main): Use `emacs-copyright' in --version output.
21741 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
21743         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21745 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21747         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21749         * macgui.h: Replace WindowPtr with WindowRef.
21751         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21752         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
21753         Replace ControlHandle with ControlRef.
21754         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21756         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21757         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
21758         Replace ControlHandle with ControlRef.
21759         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
21760         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21762         * macterm.h (struct scroll_bar): Rename member control_handle_low
21763         and control_handle_high to control_ref_low and control_ref_high.
21764         All uses changed.
21765         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21766         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21767         respectively.  All uses changed.
21768         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21769         (install_window_handler, remove_window_handler): Replace WindowPtr
21770         with WindowRef in externs.
21772 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
21774         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21776 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
21778         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21780         * frame.c (Fmouse_position, Fmouse_pixel_position):
21781         Condition on HAVE_GPM too.
21783         * term.c (term_mouse_highlight): Remove unused variables.
21784         (Fterm_open_connection): Set gpm_zerobased to 1.
21785         (term_mouse_movement, term_mouse_click, handle_one_term_event):
21786         Use zero based co-ordinates.
21787         (handle_one_term_event): Report a drag as mouse movement too.
21789         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21791 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
21793         * image.c (search_image_cache): New function.  Require background
21794         color match if background color is unspecified in the image spec.
21795         (uncache_image, lookup_image): Use it.
21797 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
21799         * window.c (Fshrink_window): Reflow docstring.
21801 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
21803         * Version 22.1 released.
21805 2007-06-01  Richard Stallman  <rms@gnu.org>
21807         * xfns.c (x_encode_text): Add GCPRO.
21809 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21811         * xfns.c (x_set_name_internal): Save encoded name before
21812         x_encode_text in case string data is relocated.
21814 2007-05-31  Richard Stallman  <rms@gnu.org>
21816         * buffer.c (syms_of_buffer): Doc fix.
21818 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
21820         * sysdep.c (init_sys_modes): Add rather than replace with
21821         O_NONBLOCK.
21823         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21824         term_mouse_moveto.
21826         * termhooks.h (term_mouse_moveto): New extern.
21828         * term.c (mouse_face_window): Rename...
21829         (Qmouse_face_window): ...to this.
21830         (term_show_mouse_face, term_clear_mouse_face)
21831         (term_mouse_highlight): Use Qmouse_face_window.
21832         (term_mouse_moveto): New function.
21833         (term_mouse_position): Make it work.
21834         (syms_of_term): Uncomment assignment to mouse_position_hook.
21835         Staticpro Qmouse_face_window.
21837 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21839         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21840         around current_column call.
21842 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
21844         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21845         * xdisp.c (next_element_from_buffer):
21846         * window.c (delete_window):
21847         * term.c (term_mouse_highlight):
21848         * msdos.c (getdefdir):
21849         * macterm.c (mac_create_bitmap_from_bitmap_data)
21850         (init_font_name_table):
21851         * fns.c (Fsxhash):
21852         * data.c (Fmake_local_variable):
21853         * ccl.c (ccl_driver): Likewise.
21855 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21857         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21858         Call mac_wakeup_from_rne on window size change.
21860 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
21862         * image.c (uncache_image): Fix typo.
21864 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
21866         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21868 2007-05-22  Richard Stallman  <rms@gnu.org>
21870         * xterm.c (x_connection_closed): Remove NO_RETURN.
21872 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
21874         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21876 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
21878         * image.c (uncache_image): New function.
21879         (Fimage_refresh): New function.
21881 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
21883         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21885 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21887         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21888         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21890 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21892         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21893         conditional on [HAVE_GPM_H].
21895 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21897         * syntax.c (skip_chars): Update syntax-table only after we checked that
21898         the new location is valid.
21900 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21902         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21903         mac_get_window_bounds.
21905 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21907         * Makefile.in (LIBGPM): Allow it to be set from configure.
21908         If set then link Emacs with it.
21910         * config.in: Regenerate.
21912         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21913         New externs.
21915         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21916         Include gpm.h.
21917         (handle_one_term_event, term_gpm): New externs.
21919         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21920         and allow it to be interrupted by SIGIO.
21922         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21923         (wait_reading_process_output): Wait on gpm_fd too.
21924         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21925         (add_gpm_wait_descriptor_called_flag): New variable.
21926         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21928         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21929         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21930         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21931         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21932         (make_lispy_event): Add case GPM_CLICK_EVENT.
21933         (read_avail_input): Handle mouse input.
21935         * term.c (write_glyphs_with_face): New function.
21936         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21937         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21938         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21939         (mouse_face_face_id, term_gpm, pos_x, pos_y)
21940         (last_mouse_x, last_mouse_y): New variables.
21941         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21942         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21943         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21944         (Fterm_close_connection): New functions.
21945         (term_init): Initialise mouse_face_window.
21947 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
21949         * xdisp.c (redisplay_window): If first window line is a
21950         continuation line, recompute the new window start instead of
21951         recentering.
21953 2007-05-18  Glenn Morris  <rgm@gnu.org>
21955         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21956         Suggested by Alfred M. Szmidt <ams@gnu.org>.
21958 2007-05-17  Glenn Morris  <rgm@gnu.org>
21960         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21962 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21964         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21965         dead key repeat and up events.
21967 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
21969         * image.c (pbm_load): Check image size for monochrome pbm.
21971 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
21973         * xterm.c (XTread_socket): Revert last change.
21975 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
21977         * image.c (pbm_load): Correctly check image size for greyscale pbm.
21979         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21981 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21983         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21984         mixup (YAILOM).
21986 2007-05-07  Andreas Schwab  <schwab@suse.de>
21988         * keymap.c (Flookup_key): Fix typo in last change.
21990 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21992         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21993         mapping for unibyte strings.
21995 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21997         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21998         (Fx_popup_dialog) [MAC_OSX]: Likewise.
22000 2007-04-29  Richard Stallman  <rms@gnu.org>
22002         * insdel.c (replace_range): For undo, record insertion first.
22004 2007-04-29  Andreas Schwab  <schwab@suse.de>
22006         * lisp.h (VECSIZE): Use OFFSETOF.
22008 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22010         * xdisp.c (try_window_reusing_current_matrix): Fix number of
22011         disabled lines.
22013 2007-04-28  Richard Stallman  <rms@gnu.org>
22015         * lread.c (read_escape): In a string, \s is always space.
22017 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
22019         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22021         * gtkutil.c (xg_update_menubar, create_menus): Create empty
22022         submenu for menu bar items.
22024 See ChangeLog.10 for earlier changes.
22026 ;; Local Variables:
22027 ;; coding: utf-8
22028 ;; add-log-time-zone-rule: t
22029 ;; End:
22031     Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
22033   This file is part of GNU Emacs.
22035   GNU Emacs is free software: you can redistribute it and/or modify
22036   it under the terms of the GNU General Public License as published by
22037   the Free Software Foundation, either version 3 of the License, or
22038   (at your option) any later version.
22040   GNU Emacs is distributed in the hope that it will be useful,
22041   but WITHOUT ANY WARRANTY; without even the implied warranty of
22042   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22043   GNU General Public License for more details.
22045   You should have received a copy of the GNU General Public License
22046   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22048 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40